Subaccounts
class Subaccounts extends Resource (View source)
The "subaccounts" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$subaccounts = $dfareportingService->subaccounts;
Methods
Gets one subaccount by ID. (subaccounts.get)
Inserts a new subaccount. (subaccounts.insert)
Gets a list of subaccounts, possibly filtered. This method supports paging.
Updates an existing subaccount. This method supports patch semantics.
Updates an existing subaccount. (subaccounts.update)
Details
Subaccount
get(string $profileId, string $id, array $optParams = [])
Gets one subaccount by ID. (subaccounts.get)
Subaccount
insert(string $profileId, Subaccount $postBody, array $optParams = [])
Inserts a new subaccount. (subaccounts.insert)
SubaccountsListResponse
listSubaccounts(string $profileId, array $optParams = [])
Gets a list of subaccounts, possibly filtered. This method supports paging.
(subaccounts.listSubaccounts)
Subaccount
patch(string $profileId, string $id, Subaccount $postBody, array $optParams = [])
Updates an existing subaccount. This method supports patch semantics.
(subaccounts.patch)
Subaccount
update(string $profileId, Subaccount $postBody, array $optParams = [])
Updates an existing subaccount. (subaccounts.update)