Re: Mobile Final Url for expanded text ad issue

2016-09-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi Han, Could you confirm if you have tried our example code for getting Expanded Text Ads (other languages also available in the link)? If yes, could you check if you have included this field

Re: Adwords account budget

2016-09-19 Thread 'Joyce Lava' via AdWords API Forum
Hi Gustavo, There is currently no way to get current/remaining account budget using the AdWords API services/reports. However, if you know the original budget, then you can generate the Account_Performance_Report

Re: How to exclude specific user from remarketing campaign

2016-09-19 Thread 'Joyce Lava' via AdWords API Forum
Hi Joe, I'm afraid there is no way that you can remove a specific user from the rule-based userList. As far as I know, if the customer does not match with the rule, then they will be removed from the list. Hope this helps. Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: No Results for Campaign Service

2016-09-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may want to try out our example in the client library instead. Also, you may find our reporting guide

Failed to connect... Network is unreachable

2016-09-19 Thread Todd Norton
> > An error has occurred: Failed to connect to 2607:f8b0:4005:808::200d: > Network is unreachable Seen a few questions on this. It appears as though its through ipv6. I run the AdWords API and it successfully works. Then I run it again and I get that error message over and over. So I tr

Adwords account budget

2016-09-19 Thread Gustavo Ulyssea
Hello, I could not find a way to make it automatic to check our company current account budget on AdWords to make it easier for me to let the one responsible to add credit to our account. Anyone who knows it can help me ? Best regards, Gustavo Ulyssea -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to exclude specific user from remarketing campaign

2016-09-19 Thread Joe191019
Hi, I want to exclude specific users from a remarketing campaign, based on behavior analysis on my website, my custom rule based on my in-house system. I'm reading the manual , but can seem to figu

Re: Receiving CustomerError.TEMPORARY and CustomerError.UNKNOWN failures

2016-09-19 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings AdWordsians, We found the root cause. You should no longer be seeing this issue. If you're still seeing this error, please click *Reply privately to author* in the forum, and send me the details. Thanks again for being so helpful in helping us figure out what was happening. Thanks, N

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2016-09-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stanislav, Did you try what Danial suggested in the previous post? If that doesn't solve the issue, could you let me know if you can access the URLs on your web browser or by using cURL? Thanks, Shwteha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: ProductGroups which have 0 active products

2016-09-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Anand, Unfortunately, this is currently not possible via the API services. However, you can extract the ProductGroup information for all active products using the Product Partition Report

Re: LabelService.Label vs AccountLabelService.AccountLabel

2016-09-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Daniel, Since you are trying to store different sets of information (labels for ads vs account labels, which are different entities), I would recommend storing this information in different tables. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: AREA_OF_INTEREST - not available for shopping campaigns?

2016-09-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Robert, As per our latest blog post on the topic, this setting would not be available on *all *non-search campaigns (including display and shopping campaigns). You would be able to use this setting only on search ca

Mobile Final Url for expanded text ad issue

2016-09-19 Thread Han Vo
I tried to pull the field down *expandedTextAd.getFinalMobileUrls(*) but it doesn't return anything even though I populated it on AdWord. I tried to verify if this field is being used on Adword UI, but in preview mode for Mobile, mouseover the headline's still using the final url. Am I missing

Re: The API has more mobile devices than the UI

2016-09-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Could you please elaborate on the steps taken by you to extract the list of Samsung devices available on the AdWords web interface vs the API? I'm asking that because sometimes one might create a different filter on the UI vs the API report which might cause the difference. Regards, Visha

Re: Stats object - getConversions and getConvertedClicks methods

2016-09-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alex, AdWords API doesn't have a getConvertedClicks() method. You can retrieve conversions and related stats using these conversions fields available in reports. I would sugg

Re: Added/Excluded Field is not exposed via API for Search Query Performance Report

2016-09-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Patricia, Yes, the Keyword Performance Report includes negative keywords as well. You need to include the IsNegative

Re: Is it possible to read Campaign subtypes?

2016-09-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Phil, No, there isn't a 1-1 mapping between the sub-types in the AdWords UI and the API. AdWords UI sub-types are mostly used for controlling which AdWords UI elements are available when working with a campaign in the UI. The advertisingChannelSubType

Re: Receiving CustomerError.TEMPORARY and CustomerError.UNKNOWN failures

2016-09-19 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings Everyone, Thanks for providing all the information! We're taking a look into it. I'll get back to you as soon as we've figured out what's going on. Best, Nadine, AdWords API Team On Monday, September 19, 2016 at 6:54:23 AM UTC-4, Ketaki wrote: > > Hi Anthony, > > I have sent you the S

Re: API usage report?

2016-09-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Peng, Unfortunately, there is no way to check how many operations/requests were made by an app to an AdWords account. If you are concerned about the limits in place for a Basic Access developer token, you should consider applying for Standard Access

Re: Multiple Contains-Statements in Awql-Request

2016-09-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Yes, the CONTAINS_* predicate operator is only available for Labels . You can use the IN operator as suggested in the previous post. Please keep an eye on our blog

Re: Multiple keyword CPC update

2016-09-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can use the BatchJobService to group multiple operations into a single request, to speed up your bid modification process. Our Batch Processing Guide

API usage report?

2016-09-19 Thread Peng
I'm wondering if there is any way to see how many AdWords API operations our app has made for given time period. I've done some searching here and it looks like, as of 2013, there is no such report available anywhere. Now it's 2016. Has things been changed? Thanks, Peng -- -- =~=~=~=~=~=~=~

Re: api version 201605 - batchjobservice

2016-09-19 Thread xtcsuk
Hi Josh, Thanks for the update, however, i have to say the problem still persists for some jobs, hoping for a complete resolution soon. regards, Zia On Friday, 9 September 2016 18:44:00 UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi Zia, > > Several changes rolled out this week to impro

Stats object - getConversions and getConvertedClicks methods

2016-09-19 Thread alex
Hi, When using a stats object in the AdWords API, to get conversions, is it correct to use the getConvertedClicks() method? This is the only one listed in the documentation, but getConversions() still works in AdWords scripts. Also, since converted clicks are being deprecated, is it likely that

Re: Added/Excluded Field is not exposed via API for Search Query Performance Report

2016-09-19 Thread Patricia Dermawan
Hello Shwetha, Can the keywords performance report show excluded keywords? On Thursday, September 15, 2016 at 3:41:36 AM UTC+7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > I can't speak about availability of features in future releases, but I'll > be more than glad to pass this along

Re: CONVERSION_PRECEDES_CLICK error while uploading offline conversions

2016-09-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Kevin, Unfortunately, there is no way to fetch the time-stamp of a google click via the API. However, I can see that the default timezone of the account linked to your email ID is Dublin (GMT +1) whereas the timezone included with the conversions in your SOAP request is GMT. Could you please

Is it possible to read Campaign subtypes?

2016-09-19 Thread Phil Tysoe
When specifying AdvertisingChannelSubType CampaignService returns nothing. Is it possible to access all possible subtypes that are provided in the UI? I need to be able to tell if the user has selected/changed any of them. A quick search in the forums would suggest that AdvertisingChannelSub

Re: Shared Credit Card for client accounts created using ManagedCustomerService

2016-09-19 Thread estebanstrobelabs
Ray, I know this is old, but I cannot find the other thread you're referring to. Is it possible to manually input a credit card for a manager account, and then assign it to its managed accounts (either automatically or via api call/upon creation)? Thanks! On Thursday, August 21, 2014 at 11:54:

Re: Custom Affinity in Criteria perfomance report

2016-09-19 Thread Igor Selitskiy
See my answers in citation below: On Monday, September 19, 2016 at 4:40:09 PM UTC+3, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello Igor, > > We use it for matching with orders using gclid (click performance report) >> , orders calculated by our own attribution. This report conta

LabelService.Label vs AccountLabelService.AccountLabel

2016-09-19 Thread Daniel Alvarado
Hi Guys, I was reading up the guide on API objects and methods , and saw that IDs of labels are unique across the board. Label ID Global Yes However, one thing that isn't clear to me is if this Label ID refers to *both*

Re: Custom Affinity in Criteria perfomance report

2016-09-19 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Igor, We use it for matching with orders using gclid (click performance report) , > orders calculated by our own attribution. This report contain all spends on > targeting level (keyword_id). Google Analytics do the same. > BTW Click performance report contains custom affinity. So currentl

ProductGroups which have 0 active products

2016-09-19 Thread Anand T
Hi Team i need to get a list of existing ProductGroups which have 0 active products in which service i can get the info Regards Anand T -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/

Re: Custom Affinity in Criteria perfomance report

2016-09-19 Thread Igor Selitskiy
Any updates? How long does it take to fix this issue? On Saturday, September 17, 2016 at 10:18:22 AM UTC+3, Igor Selitskiy wrote: > > Hi, Thanet. > > On Saturday, September 17, 2016 at 7:34:28 AM UTC+3, Thanet Knack > Praneenararat wrote: >> >> Hi Igor, >> >> And I need criteria performance repor

AREA_OF_INTEREST - not available for shopping campaigns?

2016-09-19 Thread Robert Rodakowski
Hi, As described in latest release notes and also announced here , AREA_O

The API has more mobile devices than the UI

2016-09-19 Thread kondiment test
Hi! I have noticed that getting the mobile devices available for targeting in the API, with https://developers.google.com/adwords/api/docs/reference/v201607/ConstantDataService#getMobileDeviceCriterion, returns much more devices than there are displayed in the UI. For example, in the API ther

Re: No Results for Campaign Service

2016-09-19 Thread RCV
Hi, i'm trying to get success with downloading a report but im confused on the documents because im using namespaced dev experimental branch of api. My code is the following: --- $oAuth2Credential = (new OAuth2TokenBuilder())

Re: Receiving CustomerError.TEMPORARY and CustomerError.UNKNOWN failures

2016-09-19 Thread Ketaki
Hi Anthony, I have sent you the SOAP request privately. Now we are getting this issue intermittently on local machine. The exception occurs when calling "getCustomers" on the CustomerService object. Regards, Ketaki. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Read timed out on API calls

2016-09-19 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Thomas, Stefan, Glad to hear that the problem has gone. I'm still following up with engineering and also doesn't have clue what happened. If I get more information, I will keep you posted. Best, Thanet, AdWords API team On Monday, September 19, 2016 at 6:02:56 PM UTC+9, Tomas Rimkus wrote: >

Re: What is CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER and what does it mean?

2016-09-19 Thread Zweitze
Google doesn't like "orphan" accounts, who are not member of any MCC, or have no users. Think of it, who can they contact when something goes wrong with eg. payments? A common solution is to create an "archive" sub-MCC, link the account to that MCC first, then unlink from the main MCC. On Thu

Re: No Results for Campaign Service

2016-09-19 Thread RCV
Thank you very mach for your fast response :) El lunes, 19 de septiembre de 2016, 10:49:44 (UTC+2), RCV escribió: > > Hi, > > I'm using the experimental Branch. When I try to get all campaigns i get 0 > results but I have campaigns on my test account. My code is as following: > > > --

Re: No Results for Campaign Service

2016-09-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I could see based on your screenshot that your campaigns are video campaigns. Unfortunately, video campaigns are currently not supported in the services of the AdWords API. Video campaigns information however, can be viewed via the AdWords UI and the reports in the AdWords API

Re: Read timed out on API calls

2016-09-19 Thread Tomas Rimkus
It seems to be working well for us too since Friday. It would be nice if google developers could share what was the problem on their end which caused the timeouts. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.co

Re: Read timed out on API calls

2016-09-19 Thread Stefan Kleine Stegemann
Hi Thanet, just wanted to report that the timeout problems have gone now. Timeouts started to drop significantly on friday morning and since saturday, we don't any have timeout at all. Just out of interest: did you change anything on your side? Anyway, thanks for your support. Stefan Am Mit

No Results for Campaign Service

2016-09-19 Thread RCV
Hi, I'm using the experimental Branch. When I try to get all campaigns i get 0 results but I have campaigns on my test account. My code is as following: -- $oAuth2Credential = (new OAuth2TokenBuilder())

Re: Multiple keyword CPC update

2016-09-19 Thread Wizard Meccup
I asked for multiple keyword bid update. This can be done only with the help BatchJobServise? For example I need to update bids for up to 1,000 keywords, how to do it easier? пятница, 16 сентября 2016 г., 0:12:54 UTC+3 пользователь Vishal Vinayak (Adwords API Team) написал: > > Hi, > > You can

Re: CONVERSION_PRECEDES_CLICK error while uploading offline conversions

2016-09-19 Thread Kevin Liu
Hi Vishal, yeah, I followed all the rules there, I want to know if I can get the google click time, not the conversion time. By using OfflineConversionFeedService, I need to specify the conversionTime myself, if you see my SOAP request, you will find out that a valid timezone ID is there, but

Re: ConversionValue - wrong number format returned by the API

2016-09-19 Thread Chirag
Hello Anash, Yes, this worked for me. Thanks for your input. On Thursday, 15 September 2016 02:04:12 UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: > > Hi Marcelo, Chirag, > > I'll check with the team to see if this is an issue at our end. That said, > the values are escaped properly wi