Re: Batch Operator AUTO CANCELED and INERNAL_ERROR

2017-03-28 Thread Mike
Hi Nadine Thank for reply me. Now I resolve with reduce operator from 1000 operator for batch to 200 operator for batch now it's work great. But I think it's don't make sense, So for now my problem has resolve but may be you guys need to check your batch operator process. Thank f

Re: Daily operation and report download limit

2017-03-28 Thread lai yoke hman
Thanks for the prompt reply. Specifically for this *CUSTOMER_SERVING_TYPE_REPORT_MISMATCH *report download error , will it count as one download for the daily limit? On Wednesday, 29 March 2017 03:13:57 UTC+8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > If a request encounters an erro

AD_PERFORMANCE_REPORT: AccountTimeZone Issue

2017-03-28 Thread Nimcy Sucheendran
Hi AccountTimeZone is listed as a field that can be downloaded. https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#accounttimezone However, I hit this error when I try to download the field. ('%s', AdWordsReportBadRequestError('Type: ReportDefinitionError.INV

Re: AD_PERFORMANCE_REPORT- undocumented 'Approval status' column returned in 2017.02

2017-03-28 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Patrick, The field CombinedApprovalStatus (xml attribute: policyApprovalStatus, display name: Policy approval status) was added to the Ad Performance Report in the v201702 version of the the API. This is indeed different

Re: BatchJobService for Budget creation getting FILE_FORMAT_ERROR

2017-03-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alan, Are you using the BatchJobHelper in the Python client library to perform your BatchJob uploads? The FILE_FORMAT_ERROR

Re: AD_PERFORMANCE_REPORT- undocumented 'Approval status' column returned in 2017.02

2017-03-28 Thread Patrick Mahoney
I need to make a correction - the new 'Approval status' column doesn't appear to be related to the existing 'Ad Approval Status' field, but appears to be a new field. It doesn't appear documented in the .csv, and there doesn't appear to be a metric name that actually causes it to be returned -

Re: Daily operation and report download limit

2017-03-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, If a request encounters an error, it is still counted towards your daily operation limit. You could consider setting the validateOnly header to validate the request. The operations will not be executed,

Re: RateExceededError.RATE_EXCEEDED', Trigger = 'Basic Access Daily Reporting Quota'

2017-03-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error indicates that you have reached the daily quota of report downloads associated with your Basic access developer token. If you require more that 1000 report downloads per day, please apply for Standard ac

AD_PERFORMANCE_REPORT- undocumented 'Approval status' column returned in 2017.02

2017-03-28 Thread Patrick Mahoney
Hello All, We have been using the adwords api, and recently began encountering a problem as we attempted to move to v201702, specifically wrt AD_PERFORMANCE_REPORT. Our strategy has been to code-generate the report descriptions for adwords based on the report descriptions .csv file that can

Re: PlaceHolderTypes in message extension's CampaignFeed is null

2017-03-28 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, This issue has now been fixed. Please retry your requests and let me know if you still see any problems. Thanks, Josh, AdWords API Team On Friday, March 10, 2017 at 3:21:37 PM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Thanks for pointing this out. I also noticed that the c

Re: How do I get a list of linked GMB accounts from the API?

2017-03-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, That is correct, you will be able link one GMB account with a given Adwords account. With AdWords API, you will not be able to get a list of available GMB accounts. However, you could get the list of accounts that you own using accounts.list

Re: How can I get campaignId, campaignName, total clicks, total impressions

2017-03-28 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Bernardo, The only way to get stats such as impressions, clicks, cost, etc., from the AdWords API is through report requests. However, you are not required to download the data to a file. For example, you could read the stream of results and do your own custom processing, similar to what is

Re: Error while running 'ruby setup_oauth2.rb' while setting up the client library

2017-03-28 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Arjun, You may see a USER_PERMISSION_DENIED error if there is no link between the manager account (authenticated via OAuth credentials) and the client AdWords account (specified in the r

BatchJobService for Budget creation getting FILE_FORMAT_ERROR

2017-03-28 Thread Alan Justino da Silva
Hi. What is wrong with this request created by *googleads-python-lib* ? What should be sent instead? I am trying to create a Budged via API on a test account. The BudgetOperation is uploaded successfully but later the BatchJobService is "CANCELED" with "FILE_FORMAT_ERROR". I am using the Python

Re: CAMPAIGN_LOCATION_TARGET_REPORT returning removed data?

2017-03-28 Thread Jim Malone
Hi Ivan, Thanks for the response. I unfortunately don't know if/when/how the locations were removed, but chances are they were tied to the campaign at one point but removed through the CampaignCriterionService like you said. I have privately sent you the requested info. Jim On Tuesday, March

Daily operation and report download limit

2017-03-28 Thread lai yoke hman
Hi, I understand that for basic access, there's a 1 operations and 1000 report download daily limit. My question is, if let say error occurs from Adwords side, for any reason, does the GET still count as one operation usage? Or, let say i try to download a report, but I hit *CUSTOMER_SERVIN

RateExceededError.RATE_EXCEEDED', Trigger = 'Basic Access Daily Reporting Quota'

2017-03-28 Thread bart
Hello, I am using Adword API in my project I have a devloper token with Basic Access. Till now all thing working correct...but today i Got this error '*RateExceededError.RATE_EXCEEDED', Trigger = 'Basic Access Daily Reporting Quota'...* How I can Fix this issue ? -- -- =~=~=~=~=~=~=~

Re: Rails Adwords API - cannot load such file -- adwords_api

2017-03-28 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Can you provide more details about exactly what you're trying to include? Once the adwords_api gem is installed, you should simply have to have a line: require 'adwords_api' If that's not working, please double-check that the google-adwords-api gem is correctly installed. Regards, Mik

Re: Rails App - Getting a 'LoadError cannot load such file -- adwords_api' in the Login Controller

2017-03-28 Thread Arjun Rajkumar
Hi Peter, Thanks. Fixed this. The position of the file was correct - but I had forgotten to add 'gem 'google-adwords-api', '~> 0.18.0' in my gemfile. Thanks Arjun On Tuesday, March 28, 2017 at 12:40:37 PM UTC+5:30, Peter Oliquino wrote: > > Hi Arjun, > > Could you confirm if what you mentione

Re: RateExceededError.RATE_EXCEEDED', Trigger = 'Basic Access Daily Reporting Quota'...

2017-03-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Could you confirm if this is just your first attempt in generating the report? Could you also confirm if perhaps you may have exceeded the 1,000 per day report download limit (for basic access)? Please also provide your customer ID so we can have a better look at the issue you are encounter

RateExceededError.RATE_EXCEEDED', Trigger = 'Basic Access Daily Reporting Quota'...

2017-03-28 Thread tester . manager1
Hello, I am using Adword API in my project I have a devloper token with Basic Access. Till now all thing working correct...but today i Got this error '*RateExceededError.RATE_EXCEEDED', Trigger = 'Basic Access Daily Reporting Quota'...* How I can Fix this issue ? -- -- =~=~=~=~=~=~=

Re: How do I pause a Product Partition BiddableAdGroupCriterion?

2017-03-28 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Yes, that's correct, it is currently not possible in the AdWords API to pause a Product Partition in the Criterion level. What you may be able to do is to pause the AdGroup where your Product P

Re: Rails App - Getting a 'LoadError cannot load such file -- adwords_api' in the Login Controller

2017-03-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Arjun, Could you confirm if what you mentioned as config directory is your *home directory*? If not, then you will need to put you adwords_api.yml in your home directory and retry your request. You may also refer to this guide