how to get ad word report using API only one time authentication which open with any browser??
10 views
Skip to first unread message
v
unread,
Jun 16, 2017, 6:26:48 AM6/16/17
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 Forum
Hi,
I m getting report using Ad word API with Authentication but when i run this report url into other browser again ask for authentication why ??
I try to get report like third party generate report(reportgarden.com)
Which flow i use for get Ad words Report ??
Shwetha Vastrad (AdWords API Team)
unread,
Jun 16, 2017, 11:53:55 AM6/16/17
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 Forum
Hi,
You need to use the OAuth2 installed application flow and persist the refresh token. You need to authorize your app by configuring your client library according to the installed app procedure. This procedure needs to be done once, since Google OAuth2 refresh tokens don't expire. You can use the refresh token to refresh an expired access token. By default, our client libraries automatically refresh expired access tokens.