Method: placementGroups.insert

  • Inserts a new placement group using a POST request to the specified URL.

  • The request requires a profileId path parameter to associate the request with a user profile.

  • The request body contains an instance of PlacementGroup.

  • The response body, if successful, contains a newly created PlacementGroup.

  • This operation requires the https://www.googleapis.com/auth/dfatrafficking authorization scope.

Inserts a new placement group.

HTTP request

POST https://dfareporting.googleapis.com/dfareporting/v5/userprofiles/{profileId}/placementGroups

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 PlacementGroup.

Response body

If successful, the response body contains a newly created instance of PlacementGroup.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking