Urlchannels
class Urlchannels extends Resource (View source)
The "urlchannels" collection of methods.
Typical usage is:
$adsensehostService = new Google\Service\AdSenseHost(...);
$urlchannels = $adsensehostService->urlchannels;
Methods
delete(string $adClientId, string $urlChannelId, array $optParams = [])
Delete a URL channel from the host AdSense account. (urlchannels.delete)
insert(string $adClientId, UrlChannel $postBody, array $optParams = [])
Add a new URL channel to the host AdSense account. (urlchannels.insert)
listUrlchannels(string $adClientId, array $optParams = [])
List all host URL channels in the host AdSense account.
Details
UrlChannel
delete(string $adClientId, string $urlChannelId, array $optParams = [])
Delete a URL channel from the host AdSense account. (urlchannels.delete)
UrlChannel
insert(string $adClientId, UrlChannel $postBody, array $optParams = [])
Add a new URL channel to the host AdSense account. (urlchannels.insert)
UrlChannels
listUrlchannels(string $adClientId, array $optParams = [])
List all host URL channels in the host AdSense account.
(urlchannels.listUrlchannels)