AI-generated Key Takeaways
-
This page provides documentation on how to update a report using a
PUTHTTP request to the specified API endpoint. -
The request requires path parameters for
profileIdandreportIdto identify the user profile and the specific report to be updated. -
The request body should contain an instance of a Report, and a successful response will also return an instance of a Report.
-
The update operation requires authorization with the
https://www.googleapis.com/auth/dfareportingOAuth scope.
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