AdSense Platform API (adsenseplatform:v1alpha)

2025-01-09

1 new method

Additions

    Methods
  • adsenseplatform.accounts.platforms.list

      Path : v1alpha/{+parent}/platforms

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

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The account which owns the platforms. Format: accounts/{account}

          Pattern : ^accounts/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of platforms to include in the response, used for paging. If unspecified, at most 10000 platforms 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 `ListPlatforms` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatforms` 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 platforms for a specified account.