Method: advertiserGroups.patch

  • The webpage describes how to update an existing advertiser group using a PATCH HTTP request.

  • The request requires specifying a profileId in the path parameters and an id for the advertiser group in the query parameters.

  • The request body and response body both contain an instance of an AdvertiserGroup.

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

Updates an existing advertiser group. This method supports patch semantics.

HTTP request

PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/advertiserGroups

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Query parameters

Parameters
id

string (int64 format)

Required. Advertiser Group ID.

Request body

The request body contains an instance of AdvertiserGroup.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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