urlchannels
Overview
Name | urlchannels |
Type | Resource |
Id | googleads.adsensehost.urlchannels |
Fields
Name | Datatype | Description |
---|---|---|
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
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | adClientId | List all host URL channels in the host AdSense account. |
insert | INSERT | adClientId | Add a new URL channel to the host AdSense account. |
delete | DELETE | adClientId, urlChannelId | Delete a URL channel from the host AdSense account. |