Setup Google Analytics client ID and client secret.
On the Google API Console (https://console.developers.google.com), choose Library.
Enter
analytics
in the search field.Choose Google Analytics API.
Choose ENABLE and return to the previous page.
Choose Google Analytics Reporting API listed in the search results.
Choose ENABLE and return to the main page.
Choose OAuth consent screen.
Create a new Internal app (if you’re using your personal account, choose External).
Choose Add scope.
Add ../auth/analytics.readonly as Scopes for Google APIs.
Choose Save.
Choose Credentials.
Add OAuth client ID credentials.
Choose Web application.
Enter
https://console.aws.amazon.com/
as an authorized JavaScript origins URL.Enter
https://
AWSREGION
.console.aws.amazon.com/appflow/oauth
as an authorized redirect URL. (ReplaceAWSREGION
with the Region you’re working in. If you’re using Amazon AppFlow inus-east-1
, enterhttps://console.aws.amazon.com/appflow/oauth
.)Choose Save.
Last updated