AI-generated Key Takeaways
-
Updates an existing report within a specified Campaign Manager 360 user profile.
-
Utilizes an HTTP PUT request with the report ID and profile ID as path parameters.
-
Requires a request body containing a
Report
object and returns an updatedReport
object in the response. -
Needs authorization with the
https://www.googleapis.com/auth/dfareporting
scope for access.
Updates a report.
HTTP request
PUT https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/reports/{reportId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
The Campaign Manager 360 user profile ID. |
reportId |
The ID of the report. |
Request body
The request body contains an instance of Report
.
Response body
If successful, the response body contains an instance of Report
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfareporting