Deprecated: Due to the possibility of ambiguity, accounts with both an AdSense publisher account and an AdExchange account will throw an error when trying to use the default account. Always use accounts.list
to check if there's more than one account and let the user choose in that case. After that, specify the account ID on every call using the /accounts/
namespace.
For a list of methods for this resource, see the end of this page.
Resource representations
{ "kind": "adsense#urlChannel", "id": string, "urlPattern": string }
Property name | Value | Description | Notes |
---|---|---|---|
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 adsense#urlChannel. | |
urlPattern |
string |
URL Pattern of this URL channel. Does not include "http://" or "https://". Example: www.example.com/home |
Methods
- list
- List all URL channels in the specified ad client for this AdSense account.