how to get authorization code for tokens through google ads api?
55 views
Skip to first unread message
li li
unread,
Sep 23, 2021, 2:46:15 AM9/23/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi, I want to know if our customers login in our web application, how to get google ads api
authorization code for tokens without OAuth2? we want to get authorization code for tokens through google ads api if possible.
Google Ads API Forum Advisor
unread,
Sep 23, 2021, 3:56:39 PM9/23/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hblsy...@gmail.com, adwor...@googlegroups.com
Hi,
One of the prerequisites to use Google Ads API is OAuth2 client ID and client secret/ OAuth2 access and refresh tokens. If you are using client libraries some of the operations can be performed smoothly like generating token and refreshing access token. To conclude, without using OAuth it is not possible to generate the authorization code or tokens.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi:
so if want to use google ads api, we must require our customers to login in google, to generate the authorization code or tokens with using OAuth is the only way ? we can't get authorization code for tokens through google ads api directly,?