AdSense Management API (adsense:v2)

2022-05-04

3 new methods

Additions

    Methods
  • adsense.accounts.adclients.get

      Parameter Order : name

      Parameters :

        name

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

          Location : path

          Type : string

          Required : Yes

          Description : Required. The name of the ad client to retrieve. Format: accounts/{account}/adclients/{adclient}

      HTTP Method : GET

      Path : v2/{+name}

      Flat Path : v2/accounts/{accountsId}/adclients/{adclientsId}

      Scopes :

    • https://www.googleapis.com/auth/adsense
    • https://www.googleapis.com/auth/adsense.readonly
    • Description : Gets the ad client from the given resource name.

  • adsense.accounts.adclients.urlchannels.get

      Flat Path : v2/accounts/{accountsId}/adclients/{adclientsId}/urlchannels/{urlchannelsId}

      Description : Gets information about the selected url channel.

      HTTP Method : GET

      Path : v2/{+name}

      Parameters :

        name

          Description : Required. The name of the url channel to retrieve. Format: accounts/{account}/adclients/{adclient}/urlchannels/{urlchannel}

          Type : string

          Location : path

          Required : Yes

          Pattern : ^accounts/[^/]+/adclients/[^/]+/urlchannels/[^/]+$

      Scopes :

    • https://www.googleapis.com/auth/adsense
    • https://www.googleapis.com/auth/adsense.readonly
    • Parameter Order : name

  • adsense.accounts.reports.getSaved

      Description : Gets the saved report from the given resource name.

      Parameters :

        name

          Location : path

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

          Required : Yes

          Type : string

          Description : Required. The name of the saved report to retrieve. Format: accounts/{account}/reports/{report}

      HTTP Method : GET

      Parameter Order : name

      Flat Path : v2/accounts/{accountsId}/reports/{reportsId}/saved

      Path : v2/{+name}/saved

      Scopes :

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