Method: creativeGroups.patch

  • This method updates an existing creative group using patch semantics.

  • The HTTP request uses the PATCH method and includes the profileId in the URL path.

  • A required query parameter id is used to specify the Creative Group ID.

  • The request and response bodies contain instances of the CreativeGroup object.

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

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