Re: sending offline conversions for multiple accounts using python

2018-03-22 Thread 'Peter Oliquino' via AdWords API Forum
Hi Liron, You may refer below for my answers to your questions : 1. The clientCustomerId that you would specify during this should be the account ID of your MCC account. As for the example itself, it will retrieve all the client accounts of the said MCC using the ManagedCustomerService.get()

Re: sending offline conversions for multiple accounts using python

2018-03-22 Thread BIP
Hi Peter, Thank you for the response! I still do not understand a few things: 1. In the Parallel Report Download example you provided, the authentication in still being done using a yaml file. D

Re: sending offline conversions for multiple accounts using python

2018-03-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Liron, In order to avoid using multiple OAuth2 credentials and yaml files for each of those client accounts under your MCC, I would recommend that you generate new OAuth2 credentials using an email address that has acces

sending offline conversions for multiple accounts using python

2018-03-21 Thread BIP
Hi, We're using the same developer token and refresh token for multiple services in the company. This time, we're sending offline conversions (client.GetService('OfflineConversionFeedService', version='v201802')) to multiple accounts under the same MCC account. So, running some tests, we were