Matthew, The parameters are documented here <https://developers.google.com/accounts/docs/OAuth2Login#authenticationuriparameters>. But since you are using GetRefreshToken, you would already know the associated users during the exchange. In most cases, the initiatior knows about the associated user prior to the sending them to the authorization request, hence you shouldn't need the information to be sent back.
In a more complicated web application flow, you may be able to set the redirect_uri, for example, to contain certain information. However, encoding user-identifying information via the URL during the exchange is probably unnecessary. Thanks, Ray On Tuesday, July 1, 2014 11:22:04 AM UTC-4, Matthew Macchia wrote: > > Hello Everyone > I'm trying to migrate over multiple accounts and I am using the > GetRefreshToken to generate the authorization URL. > However, in the callback I need to relate back the accountId I'm referring > to. > For example, let's say I'm managing a PPC account for client 12232 I need > to know the authorization code I receive is for that client. > Is there a way I can pass an identifier through the authorization URL? > Let me know if you need more details. > 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/d/optout.
