AI-generated Key Takeaways
-
This API call updates an existing creative field value.
-
The request uses a PUT HTTP method and includes profileId and creativeFieldId as path parameters.
-
The request and response bodies both contain an instance of CreativeFieldValue.
-
Authorization requires the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
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 |
User profile ID associated with this request. |
creativeFieldId |
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