Urlchannels

A URL Channel Resource represents an AdSense URL channel, a tool you can use to view more detailed reports about the performance of ads on specific domains.

For a list of methods for this resource, see the end of this page.

Resource representations

{
  "kind": "adsensehost#urlChannel",
  "id": string,
  "urlPattern": string
}
Property name Value Description Notes
id string Unique identifier of this URL channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
kind string Kind of resource this is, in this case adsensehost#urlChannel.
urlPattern string URL Pattern of this URL channel. Does not include "http://" or "https://". Example: www.example.com/home

Methods

delete
Delete a URL channel from the host AdSense account.
insert
Add a new URL channel to the host AdSense account.
list
List all host URL channels in the host AdSense account.