{ "opencollection": "1.0.0", "info": { "name": "Google AdSense Management Accounts Reports:generate API", "version": "v2" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Reports:generate", "type": "folder" }, "items": [ { "info": { "name": "Google AdSense Management Generate report", "type": "http" }, "http": { "method": "GET", "url": "https://adsense.googleapis.com/v2/:account/reports:generate", "params": [ { "name": "account", "value": "", "type": "path" }, { "name": "dateRange", "value": "", "type": "query" }, { "name": "metrics", "value": "", "type": "query" }, { "name": "dimensions", "value": "", "type": "query" } ] }, "docs": "Generates an AdSense report based on the report request." } ] } ], "bundled": true }