To give more relevance. I am using OAuth and using refresh_token and other values to create proper adwords client. Normally if I were to use CustomerService API, it works fine. I do not have any ClientCustomerId to pass at this moment (in code) since the only thing I have from end user is refresh_token.
On Monday, April 3, 2017 at 11:26:46 PM UTC-7, Vikram Tiwari wrote: > > Hey Peter - Thanks for the quick reply. > > I am using the exact same code on my local and getting following error: > > suds.WebFault: Server raised fault: > '[AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED > @ ; trigger:'<null>']' > > Not sure what I am supposed to pass here. > > > On Monday, April 3, 2017 at 8:38:11 PM UTC-7, Peter Oliquino wrote: >> >> Hi Vikram, >> >> Yes, the more correct service to use to retrieve the associated accounts >> to your MCC should be the ManagedCustomerService >> <https://developers.google.com/adwords/api/docs/reference/v201702/ManagedCustomerService> >> and >> you may refer to this Python sample code >> <https://developers.google.com/adwords/api/docs/samples/python/account-management#get-the-account-hierarchy-under-the-current-account> >> as >> to how. >> >> Best regards, >> Peter >> AdWords API Team >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ceeb4ef0-778b-42dd-9114-c20ae6040c3e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
