AI-generated Key Takeaways
-
This method updates an existing creative using patch semantics.
-
The HTTP request uses the PATCH method and gRPC Transcoding syntax.
-
Required parameters include a path parameter for the user profile ID and a query parameter for the creative ID.
-
The request and response bodies both contain an instance of Creative.
-
The method requires 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. This method supports patch semantics.
HTTP request
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/creatives
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
User profile ID associated with this request. |
Query parameters
| Parameters | |
|---|---|
id |
Required. Creative ID. |
Request body
The request body contains an instance of Creative.
Response body
If successful, the response body contains an instance of Creative.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking