Method: creativeFieldValues.update

  • Updates an existing creative field value using a PUT request to the specified endpoint.

  • Requires profileId and creativeFieldId as path parameters to identify the specific value.

  • The request and response bodies utilize the CreativeFieldValue object for data transfer.

  • Authorization necessitates the dfatrafficking scope for accessing the resource.

Updates an existing creative field value.

HTTP request

PUT 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)

Creative field ID for this creative field value.

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