Method: creativeFieldValues.patch

  • The PATCH method is used to update an existing creative field value.

  • The request requires specifying the user profile ID and creative field ID as path parameters.

  • The creative field value to be updated is identified by its ID in the query parameters.

  • The request and response bodies contain an instance of CreativeFieldValue.

  • This action requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope for authorization.

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

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

creativeFieldId

string (int64 format)

CreativeField ID.

Query parameters

Parameters
id

string (int64 format)

CreativeFieldValue ID.

Request body

The request body contains an instance of CreativeFieldValue.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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