customchannels
Overview
Name | customchannels |
Type | Resource |
Id | googleads.adsensehost.customchannels |
Fields
Name | Datatype | Description |
---|---|---|
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. |
name | string | Name of this custom channel. |
code | string | Code of this custom channel, not necessarily unique across ad clients. |
kind | string | Kind of resource this is, in this case adsensehost#customChannel. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | adClientId, customChannelId | Get a specific custom channel from the host AdSense account. |
list | SELECT | adClientId | List all host custom channels in this AdSense account. |
insert | INSERT | adClientId | Add a new custom channel to the host AdSense account. |
delete | DELETE | adClientId, customChannelId | Delete a specific custom channel from the host AdSense account. |
patch | EXEC | adClientId, customChannelId | Update a custom channel in the host AdSense account. This method supports patch semantics. |
update | EXEC | adClientId | Update a custom channel in the host AdSense account. |