Re: use Python to download reports from multiple accounts

2016-04-05 Thread 'Yin Niu' via AdWords API Forum
Hi Ronen, USER_PERMISSION_DENIED error occurs when there's no link between the MCC and the AdWords client account. Please double check to make sure the accounts are linked. Thanks, Yin,

Re: use Python to download reports from multiple accounts

2016-04-05 Thread Ronen
Hi Yin Niu, Thank you for your answer, it is very helpful. But one thing I still fail to understand. In the yaml file, I use the clientCustomerID, not MCC customerID (just as you suggest). Still my application did not work. I always got "permission denied" errors. I solved the problem by r

Re: use Python to download reports from multiple accounts

2016-04-05 Thread 'Yin Niu' via AdWords API Forum
Hello, The CLIENT_CUSTOMER_ID field should be AdWords account clientCustomerID, not MCC customerID. This code is an example how to authenticate AdWords client without yaml file. You don't have to run this code in order to run other examples. You can only specify one clientCustomerID each ti

use Python to download reports from multiple accounts

2016-04-05 Thread Ronen
Hi, Written a Python code to download reports (e.g. AD_PERFORMANCE_REPORT ), am using my mcc account to get reports for a client account, now i want to get reports of many client accounts (all under the same mcc manager account). I am new to python (and programming), so I have few questions to fi