class AccountsAdclients extends Resource (View source)

The "adclients" collection of methods.

Typical usage is:

 $adsensehostService = new Google\Service\AdSenseHost(...);
 $adclients = $adsensehostService->accounts_adclients;

Methods

get(string $accountId, string $adClientId, array $optParams = [])

Get information about one of the ad clients in the specified publisher's AdSense account. (adclients.get)

listAccountsAdclients(string $accountId, array $optParams = [])

List all hosted ad clients in the specified hosted account.

Details

AdClient get(string $accountId, string $adClientId, array $optParams = [])

Get information about one of the ad clients in the specified publisher's AdSense account. (adclients.get)

Parameters

string $accountId

Account which contains the ad client.

string $adClientId

Ad client to get.

array $optParams

Optional parameters.

Return Value

AdClient

Exceptions

Exception

AdClients listAccountsAdclients(string $accountId, array $optParams = [])

List all hosted ad clients in the specified hosted account.

(adclients.listAccountsAdclients)

Parameters

string $accountId

Account for which to list ad clients.

array $optParams

Optional parameters.

Return Value

AdClients

Exceptions

Exception