Method: creativeFieldValues.patch

  • The webpage describes how to update an existing creative field value using the PATCH HTTP method.

  • The PATCH request requires path parameters for profileId and creativeFieldId , and a query parameter for id .

  • The request body should contain an instance of CreativeFieldValue , and a successful response will also contain a CreativeFieldValue instance.

  • The operation requires authorization with the https://www.googleapis.com/auth/dfatrafficking OAuth scope.

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

HTTP request

PATCH https://dfareporting.googleapis.com/dfareporting/v5/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
Create a Mobile Website
View Site in Mobile | Classic
Share by: