Re: CUSTOMER_NOT_ENABLED

2021-11-10 Thread 'jinge zhang' via AdWords API and Google Ads API Forum
Hi, I faced the same problem, and get it solved. I've been using API to get geolocation reports for 3 years, since the AdWords API era. When I try to migrate my code to V8, I get this error, but V7 works fine. The reason is if you post the request with your MCC identity, but on behalf of an ac

Re: AdWords API intermittent issues right now?

2020-05-13 Thread 'jinge zhang' via AdWords API and Google Ads API Forum
It's okay now, Thank you, Bryan On Wed, May 13, 2020 at 2:39 AM Frederick Vallaeys wrote: > Hi Bryan, > > Things seem back to normal on our end. Thanks for working in this! > > Fred > > On Tuesday, May 12, 2020 at 9:43:48 AM UTC-7, adsapiforumadvisor wrote: >> >> Hi All, >> >> Thank you for you

Re: AdWords API intermittent issues right now?

2020-05-11 Thread 'jinge zhang' via AdWords API and Google Ads API Forum
same problem here 9 out of 10 retries got the same problem On Tuesday, May 12, 2020 at 7:18:43 AM UTC+8, Frederick Vallaeys wrote: > > Our service which uses the AdWords API is encountering intermittent issues > like the following. Is this a known issue that someone is working on? > > ReportDown

Re: Using Ads API key with multiple accounts

2019-02-27 Thread 'jinge zhang' via AdWords API and Google Ads API Forum
specify accounts in the yaml. client_customer_id is what you are looking for On Thursday, February 28, 2019 at 6:12:38 AM UTC+8, Erik Riise wrote: > > Hi! > > Our agency have recently ventured into creating a tool for Google Ads > using an external development team, and we have encountered an i

Is there a way to construct the client without using the yaml file?

2019-02-27 Thread 'jinge zhang' via AdWords API and Google Ads API Forum
Hi, I am trying to use a python script to automate one of my UAC campaigns, it worked fine when I construct the client with yaml file. but I want to put it in the Google Cloud Function to make it run every 5 mins, but the script can not read yaml from Cloud Function(Or I don't know how to). So,