AI-generated Key Takeaways
-
The PATCH method is used to update an existing creative field value.
-
The request requires specifying the user profile ID and creative field ID as path parameters.
-
The creative field value to be updated is identified by its ID in the query parameters.
-
The request and response bodies contain an instance of
CreativeFieldValue
. -
This action requires the
https://www.googleapis.com/auth/dfatrafficking
OAuth scope for authorization.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing creative field value. This method supports patch semantics.
HTTP request
PATCH 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 |
CreativeField ID. |
Query parameters
Parameters | |
---|---|
id |
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