AI-generated Key Takeaways
-
The webpage describes how to update an existing advertiser group using a PATCH HTTP request.
-
The request requires specifying a
profileIdin the path parameters and anidfor the advertiser group in the query parameters. -
The request body and response body both contain an instance of an AdvertiserGroup.
-
Authorization requires the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
- 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