{ "opencollection": "1.0.0", "info": { "name": "Google Ad Manager adUnits Reports:run API", "version": "v1" }, "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:run", "type": "folder" }, "items": [ { "info": { "name": "Google Ad Manager Run a report", "type": "http" }, "http": { "method": "POST", "url": "https://admanager.googleapis.com/v1/:parent/reports:run", "params": [ { "name": "parent", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates the running of a report asynchronously." } ] } ], "bundled": true }