Accounts
class Accounts extends Resource (View source)
The "accounts" collection of methods.
Typical usage is:
$adsenseService = new Google\Service\Adsense(...);
$accounts = $adsenseService->accounts;
Methods
get(string $name, array $optParams = [])
Gets information about the selected AdSense account. (accounts.get)
getAdBlockingRecoveryTag(string $name, array $optParams = [])
Gets the ad blocking recovery tag of an account.
listAccounts(array $optParams = [])
Lists all accounts available to this user. (accounts.listAccounts)
listChildAccounts(string $parent, array $optParams = [])
Lists all accounts directly managed by the given AdSense account.
Details
Account
get(string $name, array $optParams = [])
Gets information about the selected AdSense account. (accounts.get)
AdBlockingRecoveryTag
getAdBlockingRecoveryTag(string $name, array $optParams = [])
Gets the ad blocking recovery tag of an account.
(accounts.getAdBlockingRecoveryTag)
ListAccountsResponse
listAccounts(array $optParams = [])
Lists all accounts available to this user. (accounts.listAccounts)
ListChildAccountsResponse
listChildAccounts(string $parent, array $optParams = [])
Lists all accounts directly managed by the given AdSense account.
(accounts.listChildAccounts)