AI-generated Key Takeaways
-
This operation updates an existing advertiser group using patch semantics, meaning only specified fields will be modified.
-
It requires providing the user profile ID in the path and the advertiser group ID in the query parameters.
-
The request body should contain the AdvertiserGroup object with desired updates, and a successful response will return the updated AdvertiserGroup object.
-
Authorization is needed with the
dfatrafficking
scope for this operation.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing advertiser group. This method supports patch semantics.
HTTP request
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/advertiserGroups
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
Query parameters
Parameters | |
---|---|
id |
Required. Advertiser Group ID. |
Request body
The request body contains an instance of AdvertiserGroup
.
Response body
If successful, the response body contains an instance of AdvertiserGroup
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking