Method: creativeFields.patch

  • Updates an existing creative field using patch semantics and requires a PATCH request to a specific endpoint.

  • Utilizes path parameters for profile ID and query parameters for creative field ID.

  • Requires a request body containing a CreativeField object and returns the updated CreativeField object in the response.

  • Needs authorization with the dfatrafficking scope for access.

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