Googleapis Dfareporting
Connector for the googleapis-dfareporting API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://dfareporting.googleapis.com/dfareporting/v3.4 - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
dfareporting_files_get— GET /reports/{reportId}/files/{fileId} — Retrieves a report file by its report ID and file ID. This method supports mediadfareporting_userprofiles_list— GET /userprofiles — Retrieves list of user profiles for a user.dfareporting_userprofiles_get— GET /userprofiles/{profileId} — Gets one user profile by ID.dfareporting_accountactiveadsummaries_get— GET /userprofiles/{profileId}/accountActiveAdSummaries/{summaryAccountId} — Gets the account's active ad summary by account ID.dfareporting_accountpermissiongroups_list— GET /userprofiles/{profileId}/accountPermissionGroups — Retrieves the list of account permission groups.dfareporting_accountpermissiongroups_get— GET /userprofiles/{profileId}/accountPermissionGroups/{id} — Gets one account permission group by ID.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: dfareporting_files_get
# (attach an 'oauth' credential to the task — no inline secrets)