REST Resource: accounts.adclients.customchannels

Resource: CustomChannel

Representation of a custom channel.

JSON representation
{
  "name": string,
  "reportingDimensionId": string,
  "displayName": string,
  "active": boolean
}
Fields
name

string

Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}

reportingDimensionId

string

Output only. Unique ID of the custom channel as used in the CUSTOM_CHANNEL_ID reporting dimension.

displayName

string

Required. Display name of the custom channel.

active

boolean

Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.

Methods

create

Creates a custom channel.

delete

Deletes a custom channel.

get

Gets information about the selected custom channel.

list

Lists all the custom channels available in an ad client.

listLinkedAdUnits

Lists all the ad units available for a custom channel.

patch

Updates a custom channel.