-
Notifications
You must be signed in to change notification settings - Fork 768
API access using own credentials (server to server flow)
Thanet Praneenararat edited this page Mar 1, 2017
·
4 revisions
This guide will walk you through how to setup OAuth2 for API access using your own credentials using server to server flow. These steps only need to be done once, unless you revoke or delete your OAuth2 credentials.
Follow the steps for the product you're using to generate a service account with a JSON key file, then come back to this page.
If you're an AdWords user, please note that this flow requires a Google Apps Domain.
Under the [OAUTH2]
section of your adsapi_php.ini
file, insert the path to your JSON key file and set the scope for the ads API you're accessing. Insert the email account of the user you want to impersonate as, if any.
jsonKeyFilePath = "INSERT_ABSOLUTE_PATH_TO_OAUTH2_JSON_KEY_FILE_HERE"
scopes = "INSERT_SCOPES_HERE"
impersonatedEmail = "INSERT_EMAIL_OF_ACCOUNT_TO_IMPERSONATE_HERE"