We are in the process of migrating to OAUTH2 from clientLogin in terms of API access to AdWords, and I have read several guides about OAuth2 and the getting started with the Perl client library guide and example, I seem to still be a little confused by the OAuth2 authentication process.
Right now when we create an Adwords client we pass in this information: * $self->{google_client} = Google::Ads::AdWords::Client->new(* * { email => $self->{email},* * password => $self->{password},* * client_id => $self->{client_id},* * user_agent => $self->{user_agent},* * developer_token => $self->{developer_token},* * alternate_url => $self->{url},* * version => "v201302",* * }* * );* Here client_id is the account number, not of our adwords account, but of the adwords account we are managing. We manage *many, many* Adwords accounts and I was curious as to what would be the easiest way to migrate all of them to OAuth2. Based on what I read in the guides, it seems like we need to register a different client for *each* Adwords account we manage. Is this the correct understanding? And if so, is there a better way to manage many AdWords accounts under the new API? Thanks. Hunter -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.