AI-generated Key Takeaways
-
This page details how to insert a new advertiser group using a POST request.
-
The request requires a
profileIdpath parameter. -
The request and response bodies both contain an instance of
AdvertiserGroup. -
Authorization requires the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Inserts a new advertiser group.
HTTP request
POST 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. |
Request body
The request body contains an instance of AdvertiserGroup.
Response body
If successful, the response body contains a newly created instance of AdvertiserGroup.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking