AccountsAdclients
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)
AdClients
listAccountsAdclients(string $accountId, array $optParams = [])
List all hosted ad clients in the specified hosted account.
(adclients.listAccountsAdclients)