Method: accounts.mediationGroups.create

Create a mediation group under the specific AdMob account.

HTTP request

POST https://admob.googleapis.com/v1beta/{parent=accounts/*}/mediationGroups

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent which owns the mediation group. Format: accounts/{publisherId}

Request body

The request body contains an instance of MediationGroup.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/admob.monetization

For more information, see the OAuth 2.0 Overview.