Method: advertisers.update

  • The provided content outlines how to update an existing advertiser using an HTTP PUT request to a specific URL.

  • The request requires a profileId path parameter, which is a string formatted as an int64.

  • The request body contains an instance of an Advertiser object, and a successful response body also contains an instance of an Advertiser object.

  • Authorization for this operation requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope.

Updates an existing advertiser.

HTTP request

PUT https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/advertisers

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Request body

The request body contains an instance of Advertiser.

Response body

If successful, the response body contains an instance of Advertiser.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking