A
Ad Experience Report API
Details
- URL
-
https://adexperiencereport.googleapis.com - Docs
- https://developers.google.com/ad-experience-report/v1/reference/rest
Authentication
?key=<credential> In the Google Cloud Console Credentials page, create or select a project, enable the Ad Experience Report API for that project, then create an API key. The Ad Experience Report docs say to include it on requests as the query parameter key=YOUR_API_KEY.
?access_token=<credential> /?oauth_token=<credential> Create OAuth 2.0 client credentials in the Google Cloud Console Credentials page, then use Google's OAuth flow to obtain an access token for a user. The Ad Experience Report discovery document states requests can use an OAuth 2.0 token instead of an API key, and the API's authorization guide notes authenticated users are required when requesting private data.