Customchannels
class Customchannels extends Resource (View source)
The "customchannels" collection of methods.
Typical usage is:
$adsensehostService = new Google\Service\AdSenseHost(...);
$customchannels = $adsensehostService->customchannels;
Methods
Delete a specific custom channel from the host AdSense account.
Get a specific custom channel from the host AdSense account.
Add a new custom channel to the host AdSense account. (customchannels.insert)
List all host custom channels in this AdSense account.
Update a custom channel in the host AdSense account. This method supports patch semantics. (customchannels.patch)
Update a custom channel in the host AdSense account. (customchannels.update)
Details
CustomChannel
delete(string $adClientId, string $customChannelId, array $optParams = [])
Delete a specific custom channel from the host AdSense account.
(customchannels.delete)
CustomChannel
get(string $adClientId, string $customChannelId, array $optParams = [])
Get a specific custom channel from the host AdSense account.
(customchannels.get)
CustomChannel
insert(string $adClientId, CustomChannel $postBody, array $optParams = [])
Add a new custom channel to the host AdSense account. (customchannels.insert)
CustomChannels
listCustomchannels(string $adClientId, array $optParams = [])
List all host custom channels in this AdSense account.
(customchannels.listCustomchannels)
CustomChannel
patch(string $adClientId, string $customChannelId, CustomChannel $postBody, array $optParams = [])
Update a custom channel in the host AdSense account. This method supports patch semantics. (customchannels.patch)
CustomChannel
update(string $adClientId, CustomChannel $postBody, array $optParams = [])
Update a custom channel in the host AdSense account. (customchannels.update)