Adwords API - Campaign performance report returns nothing

2017-11-29 Thread wyatt
down votefavorite I have had code that was working in production with Adwords API 201609. I have upgraded to v201702 and it stopped working. There are no notes in the migration manual. va

Adwords API - Campaign performance report returns nothing

2017-11-29 Thread wyatt
down votefavorite I have had code that was working in production with Adwords API 201609. I have upgraded to v201702 and it stopped working. There are no notes in the migration manual. va

API not returning results after upgrade to v201702

2017-11-29 Thread wyatt
I have had code that was working in production with Adwords API 201609. I have upgraded to v201702 and it stopped working. There are no notes in the migration manual. var request = require('unirest'); var builtAWQL="__rdquery=SELECT+StartDate,EndDate+FROM+CAMPAIGN_PERFORMANCE_REPORT+DURING+20

Re: Adwords API - Campaign performance report returns nothing

2017-11-29 Thread wyatt
I replied privately! On Thursday, November 30, 2017 at 3:01:39 AM UTC+9, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Wyatt, > > Based on the query, the Campaign Performance report must return the > startDate and endDate of the campaigns associated with the account. To &g

Re: Adwords API - Campaign performance report returns nothing

2017-11-29 Thread wyatt
Hey, I was able to fix this by removing all of the oauth tokens from 201609 and having all users re-auth. That code snippet returns results then. Thank you! On Thursday, November 30, 2017 at 3:01:39 AM UTC+9, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Wyatt, > > Based

API Alerts When Budgets Change?

2022-07-27 Thread Wyatt Mayham
Hello there, Is it possible to have the Ads API ping you when a budget is changed in an AdWords account? I'd like to automatically annotate when that happens. Thanks! Wyatt -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: AuthorizationError.CUSTOMER_NOT_ACTIVE

2020-01-08 Thread Wyatt Benno
I am having the same issue here. service = adwords_client.GetService('ManagedCustomerService') selector = { 'fields': ['CustomerId'] } data = service.get(selector) AuthorizationError.CUSTOMER_NOT_ACTIVE We are using an MCC account and it is active. Not sure why it does not simply list the con