AI-generated Key Takeaways
-
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.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
User profile ID associated with this request. |
Query parameters
Parameters | |
---|---|
id |
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