AdSense Platform API (adsenseplatform:v1alpha)

2025-01-16

1 new method

Additions

    Methods
  • adsenseplatform.accounts.platforms.groups.list

      Path : v1alpha/{+parent}/groups

      Flat Path : v1alpha/accounts/{accountsId}/platforms/{platformsId}/groups

      HTTP Method : GET

      Parameters :

        parent

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

          Pattern : ^accounts/[^/]+/platforms/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of groups to include in the response, used for paging. If unspecified, at most 10000 groups will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A page token, received from a previous `ListPlatformGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatformGroups` must match the call that provided the page token.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/adsense
    • https://www.googleapis.com/auth/adsense.readonly
    • Description : Lists Platform Groups for a specified Platform.