AI-generated Key Takeaways
-
Updates an existing creative field value using a PUT request to the specified endpoint.
-
Requires
profileId
andcreativeFieldId
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 |
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