Accounts
class Accounts extends Resource (View source)
The "accounts" collection of methods.
Typical usage is:
$admobService = new Google\Service\AdMob(...);
$accounts = $admobService->accounts;
Methods
get(string $name, array $optParams = [])
Gets information about the specified AdMob publisher account. (accounts.get)
listAccounts(array $optParams = [])
Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672. (accounts.listAccounts)
Details
PublisherAccount
get(string $name, array $optParams = [])
Gets information about the specified AdMob publisher account. (accounts.get)
ListPublisherAccountsResponse
listAccounts(array $optParams = [])
Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672. (accounts.listAccounts)