class AccountsAdclientsUrlchannels extends Resource (View source)

The "urlchannels" collection of methods.

Typical usage is:

 $adsenseService = new Google\Service\Adsense(...);
 $urlchannels = $adsenseService->accounts_adclients_urlchannels;

Methods

get(string $name, array $optParams = [])

Gets information about the selected url channel. (urlchannels.get)

listAccountsAdclientsUrlchannels(string $parent, array $optParams = [])

Lists active url channels. (urlchannels.listAccountsAdclientsUrlchannels)

Details

UrlChannel get(string $name, array $optParams = [])

Gets information about the selected url channel. (urlchannels.get)

Parameters

string $name

Required. The name of the url channel to retrieve. Format: accounts/{account}/adclients/{adclient}/urlchannels/{urlchannel}

array $optParams

Optional parameters.

Return Value

UrlChannel

Exceptions

Exception

ListUrlChannelsResponse listAccountsAdclientsUrlchannels(string $parent, array $optParams = [])

Lists active url channels. (urlchannels.listAccountsAdclientsUrlchannels)

Parameters

string $parent

Required. The ad client which owns the collection of url channels. Format: accounts/{account}/adclients/{adclient}

array $optParams

Optional parameters.

Return Value

ListUrlChannelsResponse

Exceptions

Exception