Urlchannels: list

List all host URL channels in the host AdSense account. Try it now.

Request

HTTP request

GET https://www.googleapis.com/adsensehost/v4.1/adclients/adClientId/urlchannels

Parameters

Parameter name Value Description
Path parameters
adClientId string Ad client for which to list URL channels.
Optional query parameters
maxResults unsigned integer The maximum number of URL channels to include in the response, used for paging. Acceptable values are 0 to 10000, inclusive.
pageToken string A continuation token, used to page through URL channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.

Authorization

This request requires authorization with the following scope:

Scope
https://www.googleapis.com/auth/adsensehost

For more information, see the authentication and authorization page.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a response body with the following structure:

{
  "kind": "adsensehost#urlChannels",
  "etag": etag,
  "nextPageToken": string,
  "items": [
    urlchannels Resource
  ]
}
Property name Value Description Notes
kind string Kind of list this is, in this case adsensehost#urlChannels.
etag etag ETag of this response for caching purposes.
nextPageToken string Continuation token used to page through URL channels. To retrieve the next page of results, set the next request's "pageToken" value to this.
items[] list The URL channels returned in this list response.

Try it!

Use the APIs Explorer below to call this method on live data and see the response.