Method: accounts.platforms.groups.get

  • This method gets a Platform Group for a specified Platform and group.

  • The request is made using a GET HTTP request to the specified URL, which uses gRPC Transcoding syntax.

  • A required path parameter name is used to specify the platform group to retrieve.

  • The request body must be empty, and the response body contains an instance of PlatformGroup if successful.

  • The request requires one of two specific OAuth scopes for authorization.

Gets a Platform Group for a specified Platform and group.

HTTP request

GET https://adsenseplatform.googleapis.com/v1alpha/{name=accounts/*/platforms/*/groups/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the platform group to retrieve. Format: accounts/{account}/platforms/{platform}/groups/{group}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of PlatformGroup.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/adsense
  • https://www.googleapis.com/auth/adsense.readonly