Customchannels

A Custom Channel Resource represents an AdSense custom channel, a tool you can use to view more detailed reports about the performance of specific pages and ad units.

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

Resource representations

{
  "kind": "adsensehost#customChannel",
  "id": string,
  "code": string,
  "name": string
}
Property name Value Description Notes
code string Code of this custom channel, not necessarily unique across ad clients.
id string Unique identifier of this custom 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#customChannel.
name string Name of this custom channel.

Methods

delete
Delete a specific custom channel from the host AdSense account.
get
Get a specific custom channel from the host AdSense account.
insert
Add a new custom channel to the host AdSense account.
list
List all host custom channels in this AdSense account.
patch
Update a custom channel in the host AdSense account. This method supports patch semantics.
update
Update a custom channel in the host AdSense account.