AccountsAdclientsCustomchannels
class AccountsAdclientsCustomchannels extends Resource (View source)
The "customchannels" collection of methods.
Typical usage is:
$adsenseService = new Google\Service\Adsense(...);
$customchannels = $adsenseService->accounts_adclients_customchannels;
Methods
Creates a custom channel. This method can be called only by a restricted set of projects, which are usually owned by AdSense for Platforms publishers.
Deletes a custom channel. This method can be called only by a restricted set of projects, which are usually owned by AdSense for Platforms publishers.
Gets information about the selected custom channel. (customchannels.get)
Lists all the custom channels available in an ad client.
Lists all the ad units available for a custom channel.
Updates a custom channel. This method can be called only by a restricted set of projects, which are usually owned by AdSense for Platforms publishers.
Details
CustomChannel
create(string $parent, CustomChannel $postBody, array $optParams = [])
Creates a custom channel. This method can be called only by a restricted set of projects, which are usually owned by AdSense for Platforms publishers.
Contact your account manager if you need to use this method. (customchannels.create)
AdsenseEmpty
delete(string $name, array $optParams = [])
Deletes a custom channel. This method can be called only by a restricted set of projects, which are usually owned by AdSense for Platforms publishers.
Contact your account manager if you need to use this method. (customchannels.delete)
CustomChannel
get(string $name, array $optParams = [])
Gets information about the selected custom channel. (customchannels.get)
ListCustomChannelsResponse
listAccountsAdclientsCustomchannels(string $parent, array $optParams = [])
Lists all the custom channels available in an ad client.
(customchannels.listAccountsAdclientsCustomchannels)
ListLinkedAdUnitsResponse
listLinkedAdUnits(string $parent, array $optParams = [])
Lists all the ad units available for a custom channel.
(customchannels.listLinkedAdUnits)
CustomChannel
patch(string $name, CustomChannel $postBody, array $optParams = [])
Updates a custom channel. This method can be called only by a restricted set of projects, which are usually owned by AdSense for Platforms publishers.
Contact your account manager if you need to use this method. (customchannels.patch)