Re: logging library conflict (spring 5 jcl, common-logging)

2018-07-25 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sangkil, Your issue seems to be related on the Java client library rather than the AdWords API. I would suggest to post your issue here as the client library owners are better equipped to assist you. Thanks and regards, Luis AdWords

Re: Can't set CpcBid to 'Excluded'

2018-07-25 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Emma, I already reply to you on our existing private thread. If you still have further clarifications, we could continue our discussion on that private thread. Thanks and regards, Luis AdWords API Team On Thursday, July 26, 2018 at 6:08:02 AM UTC+8, Emma Rong wrote: > > Hello there, > >

Environment 'PRODUCTION' does not support version 'v201806' Adwords on rails

2018-07-25 Thread jcharlesfabremcc
Hello, I'm trying to get started making my first api call with the adwords_on_rails example but I'm getting this error when I click on "list accounts" in localhost:3000 Environment 'PRODUCTION' does not support version 'v201806' # First get the AdWords manager account ID. customer_srv =

Can't set CpcBids to 'excluded'

2018-07-25 Thread Emma Rong
Hello there, I'm trying to update CpcBids to be 'Excluded' by mutating the *AdGroupCriterionService*. According to this document , I should be able to do that by setting the *Bid* field to 0. However, I'm getting the

Can't set CpcBid to 'Excluded'

2018-07-25 Thread Emma Rong
Hello there, I'm trying to set CpcBids to 'Excluded' by mutating the *AdGroupCriterionService*. According to this document I'm supposed to set the *Bid *field to 0. However, I'm getting error below:

logging library conflict (spring 5 jcl, common-logging)

2018-07-25 Thread sangkil an
Hello I'm using the google Ads API library with Spring 5 *using information (version )* def googleApiVersion = '3.15.1' //Spring boot version compile 'org.springframework.boot:spring-boot-starter:2.0.3.RELEASE' compile group: 'com.google.api-ads', name: 'ads-lib', version:

Re: Product partition tree corrupted

2018-07-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Could you please perform an AdGroupCriterionService.get() for that specific AdGroup and share the SOAP logs without redacting the ids along with the criterion Id that you are not able to see in the response? Please use *reply privately to author* while sharing the details. Since some

Re: Canceled batches

2018-07-25 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Thanks for sharing the details. The FILE_FORMAT_ERROR error occurs when the input file passed in the BatchJob upload has a format error. Could you check if

Re: SHOPPING_PERFORMANCE_REPORT suddenly returning ERROR_GETTING_RESPONSE_FROM_BACKEND

2018-07-25 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Christian, Sometimes the pulling of report data fails when the report being pulled is extremely large. The workaround solution you did is correct. It is advised to lessen the data being retrieved by cutting down the date range to a shorter timeline or you could also include more filters.

Re: Placement Performance Report

2018-07-25 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Satish, I would recommend that you instead use the URL Performance Report since this report returns URLs (should include sub-domains) in which your ads were displayed. Let me know if this helps.

Re: Budget Reporting Lag Time

2018-07-25 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-25 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-25 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

SHOPPING_PERFORMANCE_REPORT suddenly returning ERROR_GETTING_RESPONSE_FROM_BACKEND

2018-07-25 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

Re: TargetingIdeaService RateLimit Constantly Getting Hit

2018-07-25 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