Re: Abnormally high number of cancelled/failed batch jobs

2017-02-27 Thread 'Peter Oliquino' via AdWords API Forum
Hello Greg, To help us investigate further, could you please provide us the SOAP logs for both request and response of one of your failed BatchJobService if you were able to capture them. Please reply using *Reply privately to author *when sending the requested information. Additionally, you ma

Re: Rules for usage of new-for-v201609 campaignCriterionStatus field?

2017-02-27 Thread adivenuti
Hello Nadine, Thank you for the quick reply. Currently it does not appear possible to create a positive Criterion User List via the AdWords UI at the Campaign level. There *is* a Google Ads Developer Blog posting

Re: Auction Insights Report

2017-02-27 Thread Adam Haining
Thanks. We already use those fields. We're interested in comparing against the competitor domain, which we cannot do with the API. On Monday, February 27, 2017 at 3:29:35 PM UTC-7, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Adam, > > Thanks for your feedback. Unfortunately, we do

Abnormally high number of cancelled/failed batch jobs

2017-02-27 Thread GregT
Hi, The past few days, we've had an abnormally high number of failed or cancelled jobs. Most days, we might have one or two, but we've had hundreds of them over the past few days, and it appears to be getting worse. We don't implement any kind of batch job cancelling, so we have not cancelled

Re: Auction Insights Report

2017-02-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Adam, Thanks for your feedback. Unfortunately, we don't have a definite time line on when it will be available. I will let the team know about your request. In the meantime, you could consider using the fields that were mentioned in an earlier response if those are the specific metrics tha

Re: How to share sitelinks between campaigns via the Batch Service?

2017-02-27 Thread Alexander Cavalli
Hi Vishal, When I remove the -5 from the extension_setting, the API generates two distinct sitelinks, rather than one sitelink that gets linked to two campaigns. I confirmed this by going into the UI and changing the text on one of them and finding it wasn't changed on the other. Here's the re

Re: How to share sitelinks between campaigns via the Batch Service?

2017-02-27 Thread Alexander Cavalli
Hi Vishal, The -5 is getting used in the "extension_setting" object, which is inserted into both campaign_extensions. I assumed that without that id the API would not recognize that I wanted to use the same extension_setting for both campaigns (and it would make two identical ones, instead). I'

Re: Auction Insights Report

2017-02-27 Thread Adam Haining
Adding another tally to the list. There's a lot of requests for it, but all I see from Google are that it's not available and to check the blog. Hopefully this is something that can be added as it is extremely valuable to allow us to track this automatically over time and see positive or nega

Re: How to share sitelinks between campaigns via the Batch Service?

2017-02-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alex, DUPLICATE_ELEMENT error might be returned in a response if the request contains two identical elements. From the error message, it looks like the temporary feed item ID (-5) might be causin

Re: Rules for usage of new-for-v201609 campaignCriterionStatus field?

2017-02-27 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings Al! That's a good question. I had to check into it myself to figure it out. I turns out that for campaignCriterionStatus , only positive criterion of t

How to share sitelinks between campaigns via the Batch Service?

2017-02-27 Thread Alexander Cavalli
Hi there, This is somewhat related to an earlier discussion I had with Nadine Sundquist here: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/adwords-api/szTBX5B5d8E/jkRkPuOMDgAJ I would like to generate sitelinks that are shared between multiple campaigns using the Bat

Re: How to use targeting to device platform from Dot NET API?

2017-02-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, When you opt out of a particular platform, these criteria will still be returned in the response and the bid modifier will be 0.0. To target a particular platform, you need to add a Platform

Re: BudgetOrdreService Whitelisting

2017-02-27 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, BudgetOrderService is only useful if you're using consolidated billing for invoices. If that's the case and you think it would help you out, please reply to me privately with a brief summary of the use case and the account ID you want whitelisted and I can file on your behalf. Regards,

Re: Adding Sitelink to an extension erase previous content

2017-02-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ferdinando, Glad that you found the solution. The usage of ADD operator when an ad extension already exists, will modify the existing ad extension as well. To prevent the new operation from overwriting the old settings, you will need to send back all feed items, even if you're modifying ju

Re: Перевод справочников

2017-02-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Evgeniy, I'm afraid I can only respond in English. You need to use Translate to get the codes and formats in Russian. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and G

How to use targeting to device platform from Dot NET API?

2017-02-27 Thread Dmitry Gavrilov
Hello there! Sorry for my bad english. How to use targeting to device platform from Dot NET API? I was set the checkbox Mobile and unchecked the checkboxes Computers and Tablet on the adwords web site page Campaign Settings >> Advanced settings >> Devices. Then I executed my code Campaign

Re: Audience Performance Report, UserListName showing ' --' instead of real value

2017-02-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Oskana, Yes, the UserListName will be empty in the Audience Performance Report for affinity categories as well. The Affinity categories are not yet supported in ConstantDataService

Re: AD_PERFORMANCE_REPORT and criterionId

2017-02-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Ad Performance Report is a single attribution report when the field CriterionId (xml attribute: KeywordId) is included in the request. This means that the report would contain impressions and all of the stats attributed to a single criterion (associated with the CriterionId in the row). H

Rules for usage of new-for-v201609 campaignCriterionStatus field?

2017-02-27 Thread adivenuti
Hello, One of the changes introduced for v201609 of the AdWords API concerns the addition of a campaignCriterionStatus field to the CampaignCriterion

Re: Adding Sitelink to an extension erase previous content

2017-02-27 Thread ferdinando . bocca
Hi this code seems to work: $sitelink1 = new SitelinkFeedItem(); $sitelink1->setSitelinkText($sitelink_name); if ($sitelink_description1!='') { $sitelink1->setSitelinkLine2($sitelink_description1); } if ($sitelink_description2!='') { $siteli

Re: "Responsive ad" adType value on AdPerformanceReport?

2017-02-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi David, The possible values for the AdType field are as listed in the documentation that is linked. Could you please *reply privately to author *and share with me the report definition, a copy of

Locale dictionaries

2017-02-27 Thread Evgeniy Belov
Hello! How i can get dictionaries in russian language? For example language's and country's name. https://developers.google.com/adwords/api/docs/appendix/codes-formats?hl=ru -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.b

Re: Adwords API Video campaigns

2017-02-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, video campaigns are still not supported by AdWords API services. Please follow our blog for any future updates regarding this feature. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

BudgetOrdreService Whitelisting

2017-02-27 Thread mohammad . farroukh
https://developers.google.com/adwords/api/docs/reference/v201607/BudgetOrderService I would like to know who should I contact to get our token whitelisted for BudgetOrderService. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goo

Re: CustomerService.GetCustomers(): Internal Server Error: RequestError.UNKNOWN [v201609]

2017-02-27 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings AdWordsians! Thank you for providing all the additional information. You're right that it is unusual for something like this to happen. We're not planning on any changes, so I'm surprised by this. On my end, I'm making sure we do an investigation to make sure we understand the root ca

Adding Sitelink to an extension erase previous content

2017-02-27 Thread ferdinando . bocca
Hi, I am working with the Extensions, my goal is to add SITELINKS to AdGroup with PHP API. My code works but when I write a new sitelink, all previous sitelink was overwritten. $sitelink1 = new SitelinkFeedItem(); $sitelink1->setSitelinkText($sitelink_name); if ($sitelink_descri

Перевод справочников

2017-02-27 Thread Evgeniy Belov
Можно ли где то взять спрвочники со страницы https://developers.google.com/adwords/api/docs/appendix/codes-formats?hl=ru на русском языке? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.

Re: Audience Performance Report, UserListName showing ' --' instead of real value

2017-02-27 Thread Oksana Sulyma
Hi guys, I have another question related to this topic. So I faced the case when UserListName is empty for affinity categories. Is there any way to get this information https://developers.google.com/ad

Re: How do I set custom date range when downloading reports using adwords API PHP client library.

2017-02-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, You can use the date range of ALL_TIME to request all available dates. https://developers.google.com/adwords/api/docs/guides/reporting#date_ranges Thanks, Josh, AdWords API Team On Sunday, February 26, 2017 at 11:40:07 PM UTC-5, SUBIN P VASU wrote: > > What is the maximum possible date rang

"Responsive ad" adType value on AdPerformanceReport?

2017-02-27 Thread David Antunes
Hi, I'm getting a "Responsive ad" value on the adType of an AdPerformanceReport This value doesn't seem to be a possible value in the report documentation Is this the same as the "Responsive display ad"?? Thanks! David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Report service returning duplicate performance data for creative?

2017-02-27 Thread Zweitze
Like I said eight years (!) ago: Never asume row uniqueness. On Thursday, February 23, 2017 at 1:31:48 PM UTC+1, SOHAIR AHMAD wrote: > > *Date in CAMPAIGN_PERFORMANCE_REPORT * also have the same issue > if I need the Date (Day) then what should I do of these multiple records ? > > On Wednesday,

AD_PERFORMANCE_REPORT and criterionId

2017-02-27 Thread Darkcookie
Hi, i'm trying to get Cost from AD_PERFORMANCE_REPORT using Id, Date and CriterionId. Does that means, that i will get cost for every Ad Id, Date and Keyword ID, or i need to add Criterion Type = 'Keyword' in my query? It's not obvious, because the description of CriterionId says, that it

Re: AdWords API compatible for TrueView for Shopping campaigns?

2017-02-27 Thread 'Peter Oliquino' via AdWords API Forum
Hello there, Currently, it is not possible to create video campaigns via the AdWords API. However, you may set up a TrueView for shopping campaign using the AdWords UI. Best regards, Peter AdWords API Team -- -- =

Re: Adwords API Video campaigns

2017-02-27 Thread Filip Holmberg
Any updates on this? Still not possible to pause & activate video campaigns. On Tuesday, 3 January 2017 21:26:28 UTC+2, Vishal Vinayak (Adwords API Team) wrote: > > Hi Elżbieta, > > Video campaigns are currently not supported by AdWords API services. You > can, however, use the Video Performance