Mojmir, Are you currently using ClientLogin with a single top-level MCC? If so, you can do the exact same thing w/ OAuth. You most likely can register an OAuth 2.0 Native application. Please see our ClientLogin to OAuth 2.0 migration guide<https://developers.google.com/adwords/api/docs/guides/clientlogin-to-oauth2-migration-guide>for more details. It's fairly straight forward when migrating for a single top level MCC<https://developers.google.com/adwords/api/docs/guides/clientlogin-to-oauth2-single-mcc> .
Thanks, -- Ray Tsang (AdWords API Advisor) On Wednesday, February 12, 2014 8:21:25 AM UTC-5, Mojmír Vinkler wrote: > > I'm trying to download campaign report for all clients in one MCC account. > I can do it easily using AdWordsClient(headers=headers) with appropriate > credentials and clientCustomerId - I would get all accounts > via GetManagedCustomerService and then loop through them and > use AdWordsClient again with different clientCustomerId. > > How can I do this with OAuth? Do I have to generate OAuth pkl file for > each client? Or is there an easier way? > > Thanks. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/groups/opt_out.
