Method: accounts.adclients.urlchannels.get

  • Retrieves detailed information about a specific URL channel within your AdSense account.

  • Requires specifying the URL channel's name using a structured format in the request path.

  • An empty request body is necessary, and a successful response includes a comprehensive UrlChannel object.

  • Authorization necessitates using specific OAuth scopes related to AdSense data access.

Gets information about the selected url channel.

HTTP request

GET https://adsense.googleapis.com/v2/{name=accounts/*/adclients/*/urlchannels/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

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

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of UrlChannel.

Authorization scopes

Requires one of the following OAuth scopes:

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