AI-generated Key Takeaways
-
Reports can be created using an HTTP POST request to the specified endpoint.
-
The request requires a
profileIdpath parameter, which is a Campaign Manager 360 user profile ID. -
The request body should contain an instance of a Report.
-
The response body will contain a newly created Report instance upon successful execution.
-
Authorization requires the
https://www.googleapis.com/auth/dfareportingOAuth scope.
Creates a report.
HTTP request
POST https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/reports
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
The Campaign Manager 360 user profile ID. |
Request body
The request body contains an instance of Report.
Response body
If successful, the response body contains a newly created instance of Report.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfareporting