AI-generated Key Takeaways
-
The provided content details how to run a report using a POST request to a specific URL with path and query parameters.
-
The request requires a specific authorization scope for access.
-
The response body, if successful, will contain a File instance.
-
The request body must be empty.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Runs a report.
HTTP request
POST https://dfareporting.googleapis.com/dfareporting/v5/userprofiles/{profileId}/reports/{reportId}/run
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId
|
The Campaign Manager 360 user profile ID. |
reportId
|
The ID of the report. |
Query parameters
| Parameters | |
|---|---|
body
|
Empty body |
synchronous
|
If set and true, tries to run the report synchronously. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of File
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/dfareporting

