AI-generated Key Takeaways
-
Updates an existing creative using patch semantics and requires a creative ID.
-
The request should be a
PATCH
request to the specified URL with the profile ID and creative ID. -
The request body should contain a Creative object representing the updates to be applied.
-
A successful response will return the updated Creative object.
-
This operation needs authorization with the
dfatrafficking
scope.
- 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