Re: Failed to call Adwords api example

2016-07-31 Thread 'Joyce Lava' via AdWords API Forum
Hello, INVALID_TOKEN_HEADER occurs when the developer token specified is either invalid or missing. Based on the steps you provided, you are setting the developer token generated from your

Re: api version 201605

2016-07-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi Zia, Please see below my answers : 1. The report service (arbitrary report types) seems to time out more frequently than v201601. We have a retry logic in place, where these errors are retried and they eventually succeed. *One possible cause of the timeouts would be that you are

Database Sync with AdWords MCC

2016-07-31 Thread jakebaker
There's a ton of useful intelligence hidden in the data of our agency's MCC, so we'd like to (1) setup a database, (2) sync the database with AdWords using Java in Eclipse, and (3) run queries to help answer questions like "what's the avg. CTR for 728x90 banners in the network security

KEYWORDS_PERFORMANCE_REPORT returns duplicate keywords

2016-07-31 Thread andy
I'm running a adwords campaign and while generating the KEYWORDS_PERFORMANCE_REPORT for it the response in get in the CSV format using `download_report_with_awql` there are duplicate keywords in the csv returned. It's like in my dashboard i see keywords like : *"1031 exchange"* and *[1031

GetRefreshToken --> "OAuth client was not found"

2016-07-31 Thread ads . with . odds
Hi there, my first post in the forum, I'm already asking for help! I'm trying to initialize the API to start using it, I'm starting my first steps here. After completing the api initialization, I move to GetRefreshToken, and get an error that doesn't allow me to move forward: "*401.* That’s an

Failed to call Adwords api example

2016-07-31 Thread iryna . bond5
Hello, I's using Adwords API Guide to call API examples in .NET Library, but get an exception: Customer passed in an invalid token in the header.. (Error: QuotaCheckError. INVALID_TOKEN_HEADER, FieldPath: , Trigger: "MY_DEVELOPER TOKEN(combination of

Failed to call Adwords api example

2016-07-31 Thread iryna . bond5
I'm using .NET library to call Adwords API example. Got the exception Customer passed in an invalid token in the header.. (Error: QuotaCheckError. INVALID_TOKEN_HEADER, FieldPath: , Trigger: MY DEVELOPER TOKEN ) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Adwords report for one ads.

2016-07-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi, If you wish to get the result for an individual ad, you may use Ad Performance Report . I would also recommend that you visit our reporting basics guide

Re: CustomerService in v201607

2016-07-31 Thread Oliver
Further to my last post pointing to what the documentation said, we tested this functionality and it seems the documentation is not correct. Without setting the *clientCustomerId,* we still get back one entry only when calling the getCustomers() method for a Manager account. It seems the new

Re: CustomerService in v201607

2016-07-31 Thread Emmanuel
Further to my last post pointing to what the documentation said, we tested this functionality and it seems the documentation is not correct. Without setting the *clientCustomerId,* we still get back one entry only when calling the getCustomers() method for a Manager account. It seems the new