Method: reports.update

  • The report update is performed using an HTTP PUT request to a specific URL containing the user profile and report IDs.

  • The request requires the profileId and reportId path parameters to identify the report to be updated.

  • The request body should contain an instance of the Report object with the desired updates.

  • A successful response will also contain an instance of the Report object.

  • The update operation requires authorization using the https://www.googleapis.com/auth/dfareporting OAuth scope.

Updates a report.

HTTP request

PUT https://dfareporting.googleapis.com/dfareporting/v5/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
Design a Mobile Site
View Site in Mobile | Classic
Share by: