Re: Does the API allow linking of YouTubes?

2017-01-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi Lucas, This is a duplicate forum case and you may refer to its parent thread for more information. Thanks and regards, Peter AdWords API Team -- --

Re: Not getting all Negative Keywords in KeywordPerfomanceReport

2017-01-24 Thread vj
Hi Zweitze/Nadine, Thank you very much for the clear information. Now I get the Idea why I am not getting all keywords in keyword Perfomance Report. On Tuesday, January 24, 2017 at 7:47:25 PM UTC+5:30, Nadine Sundquist (AdWords API Team) wrote: > > Hello Zweitze, > > Thanks for jumping in!

Re: Does the API allow linking of YouTubes?

2017-01-24 Thread Lucas Smolic
I was really curious about this as well. Did you end up finding a work around? On Thursday, January 19, 2017 at 7:23:05 PM UTC-8, b...@stylehaul.com wrote: > > I see the MERCHANT_CENTER ServiceType under ServiceLink but no YouTube. > Will YouTube be added in the future or is there some other

Re: Cannot reach QualityScore using getQualityInfo()

2017-01-24 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Minas, Some of the other AdWords API client libraries (such as Java ) let you stream

Re: Easy way to perform a health check on the adwords api?

2017-01-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Hyun, I'm afraid there isn't a way to check if you are close to hitting any rate limits associated with AdWords API. Rate limits fluctuate based on different variables, including server load at the time. You can implement some of the strategies listed here

Re: Change History

2017-01-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Daniel, You will be able to get all the disapproved ads by using AdGroupAdService . Please check our sample

Re: Campaign priority, inventory filter & Item id in AdGroups

2017-01-24 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Please find my answers inline: *How can I get the Campaign priority?* - Using CampaignService to fetch the shopping campaign, add the CampaignField.Settings in the selector. Then similar to

Re: Creating campaign location targeting

2017-01-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, It is possible to use the address in the proximity criterion. Please check our documentation about the Location targeting for better clarity. For a given proximity

Re: Cannot reach QualityScore using getQualityInfo()

2017-01-24 Thread Minas Gratas
Vishal thanks for your reply. Well, actually I found the source of the problem with help :) When a keywords have a Null QS then I am having this issue. The reports are great but its a bit over kill for me because I just want to get the QS. I do not want to find a workaround to get the data

Re: Account time-zone

2017-01-24 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Shay, As mentioned in this guide (section "Data impacted by daylight savings time"), daylight saving adjustments are made to your account automatically. However, please note that the AccountTimeZoneId

Re: CONTAINS_ANY Not working on Ad URL

2017-01-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anthony, The CONTAINS_* predicate operator is only available for Labels at the moment. You would have to use the IN operator. Please keep an eye on our blog for

Re: Cannot reach QualityScore using getQualityInfo()

2017-01-24 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Minas, As mentioned in the reference tutorial for AdGroupCriterionService. QualityInfo , qualityScore may be returned as null if AdWords is unable to determine this

Easy way to perform a health check on the adwords api?

2017-01-24 Thread hchoi
Hello, I've been hitting api rate limits recently and wanted to ask gurus out here if there was an easy way to be proactive and check the health status of the api. To be more precise, is there a way to check the status of the rate limits (health check), without actually performing a report

Creating campaign location targeting

2017-01-24 Thread adam
Hi ! I'd like to add a location targeting to my campaign using the API. I've spent some time looking on the forum and the documentation but I can't find a way to do it in python. I've tried something like that but obviously that did not work. {'xsi_type': 'Proximity', 'address': tup[0],

Re: BatchJobService taking too long since yesterday?

2017-01-24 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Stefano, Thanks for providing the additional information. There was a recent spike in execution time, which is now back to normal. I can see why this would be frustrating, and thank you for logging that on GitHub. Those additional job IDs should help us pinpoint what's going on. We'll have

Re: Audience Performance Report: clickType value is empty string

2017-01-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, This issue is actively being worked on but I don't have an update on when the fix will be available. I will update this thread once there is progress. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Account time-zone

2017-01-24 Thread sbarchen . work
Is it possible that the account time zone in the UI is being changed according to daylight saving? *Example*: As far as I remember i have oped the account on GMT+01:00 London But now i van see that the time zone on Google UI is GMT 0:00 London. In addition, When downloading an API Report with

Re: Getting extra values in database after using aw reporting as compared to adwords client user interface for same date range

2017-01-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sunil, Could you provide the complete report query used along with your clientCustomerId? Please note that your AdWords Express campaigns will not be available in the UI, but will be included in the API reports. To filter only non-AdWords Express campaigns, please try using the following

CONTAINS_ANY Not working on Ad URL

2017-01-24 Thread Anthony Denaud
Hi, I am writing a Java software matching URL from a feed to Ads Final URL. The feed contains severals URL which does not match exactly to the Final URL on AdWords (The URLs on AdWords contains a trailing anchor), so for that reason that reason the IN operator could not help me. I tried the

Campaign priority, inventory filter & Item id in AdGroups

2017-01-24 Thread Avkeren Cohen
Hi, Before I start working with the AdWords API I will be happy to know the following: 1. How can I get the Campaign priority? 2. How can I get the inventory filter used in the shopping campaign settings? I did see there is an option to use *ProductScope*

Re: Not getting all Negative Keywords in KeywordPerfomanceReport

2017-01-24 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Zweitze, Thanks for jumping in! It's so great to see people on the forum that I've met at the workshops. You answered that quite well. I think that should clear things up, and it'll be helpful for other people when they come along later. Thanks! Nadine, AdWords API Team On Tuesday,

Cannot reach QualityScore using getQualityInfo()

2017-01-24 Thread Minas Gratas
Hello I am using GetKeywords example from the library (v201609).I can get the keywords but I cannot get the quality printf( "Keyword with text '%s',

Re: Not getting all Negative Keywords in KeywordPerfomanceReport

2017-01-24 Thread Zweitze
Negative keywords on campaign level are very different from negative keywords on group level with regard to either adding or removing such negatives. Therefore the notion whether a negative is defined at campaign level or group level is very important. To make that explicit distinction Google

Re: BatchJobService taking too long since yesterday?

2017-01-24 Thread Stefano Fontana
Hello Shwetha, Thank you for looking into it. I'm noticing other slow jobs though. Example: JobId 438029657 (add/remove 54 Ads) JobId 438145065 (add 2 Ads) The same happens for other operation types as well. Both jobs were taking more than than 2 minutes to complete (even a small

Getting extra values in database after using aw reporting as compared to adwords client user interface for same date range

2017-01-24 Thread Sunil Kumar
Getting extra values in database after using aw reporting as compared to adwords client user interface for same date range? Set up is done as per readme file of aw reporting. Values are also getting populated in the database(campaign performance report is enabled). However the number of

Aw reporting is giving extra information which is not visible from adwords client ui?

2017-01-24 Thread Sunil Kumar
Aw reporting is giving extra information which is not visible from adwords client ui? I am able to set up aw reporting module as per readme file. However after running campaign performance report there is some additional information like extra campaigns with enabled status in the database,

Re: Do two clicks from two different ads lead to double conversion value?

2017-01-24 Thread Dorian Kind
Hi Karl, long story short: You won't get a doubled conversion value. As for to which click the conversion is attributed, that depends on the attribution model you have set for any given conversion (see https://support.google.com/adwords/answer/6259715). By default, I believe it's Last Click,