https://github.com/opteo/google-ads-api-token-helper
A tiny web interface to help you get started with a refresh token for your Google Ads API project.
https://github.com/opteo/google-ads-api-token-helper
Last synced: 3 months ago
JSON representation
A tiny web interface to help you get started with a refresh token for your Google Ads API project.
- Host: GitHub
- URL: https://github.com/opteo/google-ads-api-token-helper
- Owner: Opteo
- Created: 2019-04-24T14:41:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T15:39:39.000Z (about 7 years ago)
- Last Synced: 2025-06-23T08:49:09.208Z (12 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 19
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Ads API token helper
A tiny web interface to help you get started with a refresh token for your Google Ads API project.
It will grant you a `refresh_token` with the `https//www.googleapis.com/auth/adwords` scope.
Hosted on https://refresh-token-helper.opteo.com.
Front-end only -- Only a browser is needed. All network requests are directed towards Google's OAuth services. It will make requests to:
- https://accounts.google.com/o/oauth2/auth (GET request)
- https://accounts.google.com/o/oauth2/token (POST request)
The source code has been kept deliberately simplistic to maintain clarity.