AI-generated Key Takeaways
-
Creates a new report in your specified Campaign Manager 360 user profile.
-
Requires a POST request to the designated endpoint with the user profile ID.
-
The request body should contain a
Report
object, defining the report's configuration. -
A successful response returns the newly created
Report
object. -
Authorization necessitates the
dfareporting
OAuth 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