Method: advertiserGroups.insert

  • This page details how to insert a new advertiser group using a POST request.

  • The request requires a profileId path parameter.

  • The request and response bodies both contain an instance of AdvertiserGroup.

  • Authorization requires the https://www.googleapis.com/auth/dfatrafficking OAuth 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

string (int64 format)

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