AI-generated Key Takeaways
-
The
PATCHmethod is used to update an existing creative field with support for patch semantics. -
The request requires a
profileIdas a path parameter and a creative fieldidas a query parameter. -
The request and response bodies contain an instance of a CreativeField object.
-
The request needs the
https://www.googleapis.com/auth/dfatraffickingOAuth scope for authorization.
- 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