Accounts
class Accounts extends Resource (View source)
The "accounts" collection of methods.
Typical usage is:
$adsensehostService = new Google\Service\AdSenseHost(...);
$accounts = $adsensehostService->accounts;
Methods
get(string $accountId, array $optParams = [])
Get information about the selected associated AdSense account. (accounts.get)
listAccounts(string|array $filterAdClientId, array $optParams = [])
List hosted accounts associated with this AdSense account by ad client id.
Details
Account
get(string $accountId, array $optParams = [])
Get information about the selected associated AdSense account. (accounts.get)
Accounts
listAccounts(string|array $filterAdClientId, array $optParams = [])
List hosted accounts associated with this AdSense account by ad client id.
(accounts.listAccounts)