AccountsAdclients
class AccountsAdclients extends Resource (View source)
The "adclients" collection of methods.
Typical usage is:
$adsenseService = new Google\Service\Adsense(...);
$adclients = $adsenseService->accounts_adclients;
Methods
Gets the ad client from the given resource name. (adclients.get)
Gets the AdSense code for a given ad client. This returns what was previously known as the 'auto ad code'. This is only supported for ad clients with a product_code of AFC. For more information, see About the AdSense code.
Lists all the ad clients available in an account.
Details
AdClient
get(string $name, array $optParams = [])
Gets the ad client from the given resource name. (adclients.get)
AdClientAdCode
getAdcode(string $name, array $optParams = [])
Gets the AdSense code for a given ad client. This returns what was previously known as the 'auto ad code'. This is only supported for ad clients with a product_code of AFC. For more information, see About the AdSense code.
(adclients.getAdcode)
ListAdClientsResponse
listAccountsAdclients(string $parent, array $optParams = [])
Lists all the ad clients available in an account.
(adclients.listAccountsAdclients)