Method: reports.update

  • This page provides documentation on how to update a report using a PUT HTTP request to the specified API endpoint.

  • The request requires path parameters for profileId and reportId to 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/dfareporting OAuth 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

string (int64 format)

The Campaign Manager 360 user profile ID.

reportId

string (int64 format)

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