AdMob API (admob:v1beta)

2023-09-01

2 removed methods

Deletions

    Methods
  • admob.accounts.campaigns.batchUpdate

      Streamingtype: NONE

      Description: Batch update operation for campaigns under the specified AdMob publisher.

      HTTP Method: POST

      Flat Path: v1beta/accounts/{accountsId}/campaigns:batchUpdate

      Path: v1beta/{+parent}/campaigns:batchUpdate

      Parameters:

        parent

          Pattern: ^accounts/[^/]+$

          Description: Required. Resource name of the account to list campaigns for. The `parent` field in the individual UpdateCampaignRequest messages should match the value set here. Example: accounts/pub-9876543210987654

          Required: Yes

          Location: path

          Type: string

      Parameter Order: parent

  • admob.accounts.campaigns.list

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

      Scopes: https://www.googleapis.com/auth/admob.readonly

      HTTP Method: GET

      Parameters:

        pageToken

          Description: The value returned by the last `ListCampaignsResponse`; indicates that this is a continuation of a prior `ListGoogleBiddingAdUnits` call, and that the system should return the next page of data.

          Location: query

          Type: string

        pageSize

          Type: integer

          Location: query

          Format: int32

          Description: The maximum number of campaigns to return.

        parent

          Description: Required. Resource name of the account to list campaigns for. Example: accounts/pub-9876543210987654

          Type: string

          Required: Yes

          Pattern: ^accounts/[^/]+$

          Location: path

        filter

          Description: The filter string that uses [EBNF grammar syntax](https://google.aip.dev/assets/misc/ebnf-filtering.txt). Possible field to filter by is: - "CAMPAIGN_GOAL_TYPE" Possible filter function is: - `IN`: Used to filter fields that represent a singleton including "CAMPAIGN_GOAL_TYPE". The filter functions can be added together using `AND`. `OR` functionality is not supported. Example: filter: IN(CAMPAIGN_GOAL_TYPE, "NUMBER_OF_CLICKS", "MEDIATED_ADS")

          Type: string

          Location: query

      Streamingtype: NONE

      Path: v1beta/{+parent}/campaigns

      Description: List the campaigns under the specified AdMob account.

      Parameter Order: parent