AI-generated Key Takeaways
-
Runs a specified report within a given Campaign Manager 360 user profile.
-
Utilizes an HTTP POST request with path and query parameters to initiate the report execution.
-
Requires an empty request body and returns a File object upon successful completion.
-
Needs authorization with the
https://www.googleapis.com/auth/dfareporting
scope.
- 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/v4/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