class Adclients extends Resource (View source)

The "adclients" collection of methods.

Typical usage is:

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

Methods

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

Get information about one of the ad clients in the Host AdSense account.

listAdclients(array $optParams = [])

List all host ad clients in this AdSense account. (adclients.listAdclients)

Details

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

Get information about one of the ad clients in the Host AdSense account.

(adclients.get)

Parameters

string $adClientId

Ad client to get.

array $optParams

Optional parameters.

Return Value

AdClient

Exceptions

Exception

AdClients listAdclients(array $optParams = [])

List all host ad clients in this AdSense account. (adclients.listAdclients)

Parameters

array $optParams

Optional parameters.

Return Value

AdClients

Exceptions

Exception