Re: Budget Reporting Lag Time

2018-07-24 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, For statistics generated by AdWords entities, it usually takes time, sometimes a day, for the said information to become available through the reports. To learn which time to best generate your reports, you can refer to our data freshness documentation

Placement Performance Report

2018-07-24 Thread SPG
Hey All, I am trying to get placement information at the sub-domain level. Placement Performance Report does give the placement information by either aggregating at root domain level (or) ignoring the sub-domain from the statistics. Is there any other report I could use to get this information

Placement Performance Report

2018-07-24 Thread SPG
Hey All, I am looking for a report where I can get the complete URL (with sub-domain) where my display ads are being shown. The placement performance report either aggregates it at the root domain (or) it does not report statistics at the sub-domain level. Is there any other report where I can l

SHOPPING_PERFORMANCE_REPORT suddenly returning ERROR_GETTING_RESPONSE_FROM_BACKEND

2018-07-24 Thread christian . gintenreiter
Hi API-Team. Since last night (starting 24.7.2018 around 02:00 CEST) we start receiving this error-message as results to some of our performance-report-requests. By the way - the errors occur for specific AdWords-accounts. In the past we did not see such a behaviour for these reports. We are iss

Re: TargetingIdeaService RateLimit Constantly Getting Hit

2018-07-24 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Charles, Unfortunately, I cannot give a comment whether there is a specific time of the day that would have less traffic. The only recommendation I can provide is to follow our guide on how to handle errors based on our rate limits documentation

Re: Product partition tree corrupted

2018-07-24 Thread Caihua Du
Hi there, We have a similar problem here. It looks like when we call AdGroupCriterion service to get back product partition for an adgroup, the second top node of the product tree is not returned back. I have adgroup id and criterion id that should be under that AdGroup. Can you please help ta

Budget Reporting Lag Time

2018-07-24 Thread szusi
Hello, Simple question, I was wondering what the time delay on budget statistics are when doing a Budget_Performance_Report. Thanks, Sean -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Policy violations - v201710 vs 201706

2018-07-24 Thread GregT
Hi, Josh. It's been a couple weeks. Just checking in to see if there's any update? Thanks, Greg On Friday, July 6, 2018 at 10:07:56 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi Greg, Peter, > > Thanks for providing such detailed information on this issue. I've passed > this on to t

Re: TargetingIdeaService RateLimit Constantly Getting Hit

2018-07-24 Thread Charles Michael
Thanks, I see I still have Standard Access, that's a good sign. As for the rate limits, I have no issue adhering to the timeout level given, I just wish it was more accurate. I always get returned 30 seconds, but its clearly much much higher (I've tried values as high as 600 and still get rate

Re: Canceled batches

2018-07-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you please share the client customer id for which you were running the batch job? Also, please share the SOAP request and response log for one of the failed batch job so that I can troubleshoot the issue. You could use '*Reply privately to author option*' while responding. Thanks, M

Re: MaximizeConversionValueTargetRoas not valid for report type CAMPAIGN_PERFORMANCE_REPORT?

2018-07-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Gal, Thanks for sharing the details offline. On this forum we discuss questions about AdWords API. Since your question is about AdWords Scripts, please post your question and the logs in the AdWords Scripts forum . The experts the

Re: How to get the total sum cost of a campaign that have the number 102 in it

2018-07-24 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, By default the reports will have the rows corresponding to the report definition. However, you can have just the summary printed out in your code. Please take a look at the StreamCriteriaReportResults.java

Re: Error al programar la secuencia de comandos. Inténtelo de nuevo más tarde

2018-07-24 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ivan, Since you have a question related to AdWords Scripts, I would suggest you to post it on the Scripts Forum so that the experts there can assist you. Regards, Dhanya, AdWords API Team -- --

Canceled batches

2018-07-24 Thread Zingler42
After friday updating the library from 201710 to 201806, all batches receive an empty response for all entities type. Batches for example: 801180610 801179959 801178999 801243438 801022790 801243705 801243357 801177685 801177142 801237261 801021956 801175561 801021359 801176377 801176329 -- --

Re: URL data missing in response from query to AdGroupAdService

2018-07-24 Thread tom . wagstaff
It's okay - found my answer. Thanks for all your help Milind. In case useful for others: *Caution:* Expanded text ads do not use url , displayUrl

Re: URL data missing in response from query to AdGroupAdService

2018-07-24 Thread tom . wagstaff
Thanks so much Milind, it worked! Are url and displayUrl deprecated? What circumstances (if any) do they still work in? Cheers, Tom On Monday, 23 July 2018 20:52:32 UTC+1, Milind Sankeshware (AdWords API Team) wrote: > > Hi Tom, > > To get finalUrl >

Error al programar la secuencia de comandos. Inténtelo de nuevo más tarde

2018-07-24 Thread GO Digital Perú
Hola! gusto en saludarlo. Tengo un problema con la programación de los Scrips de Adwords: cuando quiero asignar una frecuencia y horario para que se ejecute mi scrip me aparece el siguiente error: "Error al programar la secuencia de comandos. Inténtelo de nuevo más tarde" ya trate desde una ve

Re: Remove Partner Sites from Audience list

2018-07-24 Thread service
Thanks for the response. On Monday, July 23, 2018 at 2:37:13 PM UTC-5, Teja Makani wrote: > > Hello, > > Unfortunately, There is no way to change the network settings from API as > well as from the AdWords UI for the audience lists. You could read the > display network setting from the isEligibl

Re: How can I set location and languages for my campaign

2018-07-24 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Soniya, You may use the CampaignCriterionService to target a location and language to your campaign. You may check this sample code