AI-generated Key Takeaways
-
This method updates an existing creative group using patch semantics.
-
The HTTP request uses the PATCH method and includes the profileId in the URL path.
-
A required query parameter
id
is used to specify the Creative Group ID. -
The request and response bodies contain instances of the CreativeGroup object.
-
Authorization requires the
https://www.googleapis.com/auth/dfatrafficking
OAuth scope.
- 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