Method: creativeFields.patch

  • The PATCH method is used to update an existing creative field with support for patch semantics.

  • The request requires a profileId as a path parameter and a creative field id as a query parameter.

  • The request and response bodies contain an instance of a CreativeField object.

  • The request needs the https://www.googleapis.com/auth/dfatrafficking OAuth scope for authorization.

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

HTTP request

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

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)

CreativeField ID.

Request body

The request body contains an instance of CreativeField.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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