AdMob API (admob:v1beta)

2022-04-27

1 new method

Additions

    Methods
  • admob.accounts.adSources.list

      Description: List the ad sources.

      Parameters:

        pageSize

          Type: integer

          Format: int32

          Location: query

          Description: The maximum number of ad sources to return. If unspecified or 0, at most 1000 ad sources will be returned. The maximum value is 10,000; values above 10,000 will be coerced to 10,000.

        parent

          Required: Yes

          Description: Required. The parent which owns this collection of ad sources. Format: accounts/{publisher_id}

          Type: string

          Location: path

          Pattern: ^accounts/[^/]+$

        pageToken

          Location: query

          Description: A page token, received from a previous `ListAdSources` call. Provide this to retrieve the subsequent page.

          Type: string

      Parameter Order: parent

      HTTP Method: GET

      Path: v1beta/{+parent}/adSources

      Flat Path: v1beta/accounts/{accountsId}/adSources

      Streamingtype: NONE