Method: creativeGroups.patch

  • Updates an existing creative group using patch semantics and requires a creative group ID.

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

  • The request needs to be authorized with the dfatrafficking scope.

  • Uses the HTTP PATCH method and includes path and query parameters for profile ID and creative group ID, respectively.

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

HTTP request

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

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. Creative Group ID.

Request body

The request body contains an instance of CreativeGroup.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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