Skip to main content

customchannels

Overview

Namecustomchannels
TypeResource
Idgoogleads.adsensehost.customchannels

Fields

NameDatatypeDescription
idstringUnique 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.
namestringName of this custom channel.
codestringCode of this custom channel, not necessarily unique across ad clients.
kindstringKind of resource this is, in this case adsensehost#customChannel.

Methods

NameAccessible byRequired ParamsDescription
getSELECTadClientId, customChannelIdGet a specific custom channel from the host AdSense account.
listSELECTadClientIdList all host custom channels in this AdSense account.
insertINSERTadClientIdAdd a new custom channel to the host AdSense account.
deleteDELETEadClientId, customChannelIdDelete a specific custom channel from the host AdSense account.
patchEXECadClientId, customChannelIdUpdate a custom channel in the host AdSense account. This method supports patch semantics.
updateEXECadClientIdUpdate a custom channel in the host AdSense account.