Hey everyone!

I have just implemented a OAuth authorization flow between my front-end JS 
client and Node back-end to allow users of my app to pull data from the 
accounts they have on Adwords.

Once they grant my app permissions on the frontend to pull data, I receive 
an Authorization Code, which I send to my back-end and then proceed to 
exchange for an authentication token and refresh token for that user. I 
store that on the back-end.

Now, when trying to use one of the custom JS (Node) libraries out there to 
pull information from the client, they're always requiring me a Customer 
Client ID which should be the Adwords Account ID if I'm not mistaken. Thing 
is, I don't know that ID yet, I don't know what Adwords Accounts does this 
user have until I fetch them somehow. Do you have an idea of how can I do 
that? Maybe I'm missing something...

Thanks in advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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.
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/ccf7c9e9-efc9-4c0e-8313-7c48dc27ba0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to