Accounts
class Accounts extends Resource (View source)
The "accounts" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$accounts = $dfareportingService->accounts;
Methods
get(string $profileId, string $id, array $optParams = [])
Gets one account by ID. (accounts.get)
listAccounts(string $profileId, array $optParams = [])
Retrieves the list of accounts, possibly filtered. This method supports paging. (accounts.listAccounts)
Details
Account
get(string $profileId, string $id, array $optParams = [])
Gets one account by ID. (accounts.get)
AccountsListResponse
listAccounts(string $profileId, array $optParams = [])
Retrieves the list of accounts, possibly filtered. This method supports paging. (accounts.listAccounts)
Account
patch(string $profileId, string $id, Account $postBody, array $optParams = [])
Updates an existing account. This method supports patch semantics.
(accounts.patch)