AI-generated Key Takeaways
-
Updates an existing creative group using patch semantics and requires a creative group ID.
-
The request body and successful response body both contain an instance of CreativeGroup.
-
The request needs to be authorized with the
dfatrafficking
scope. -
Uses the HTTP PATCH method and includes path and query parameters for profile ID and creative group ID, respectively.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing creative group. This method supports patch semantics.
HTTP request
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/creativeGroups
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
Query parameters
Parameters | |
---|---|
id |
Required. Creative Group ID. |
Request body
The request body contains an instance of CreativeGroup
.
Response body
If successful, the response body contains an instance of CreativeGroup
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking