Skip to main content

subaccounts

Overview

Namesubaccounts
TypeResource
Idgoogleads.dfareporting.subaccounts

Fields

NameDatatypeDescription
idstringID of this subaccount. This is a read-only, auto-generated field.
namestringName of this subaccount. This is a required field. Must be less than 128 characters long and be unique among subaccounts of the same account.
accountIdstringID of the account that contains this subaccount. This is a read-only field that can be left blank.
availablePermissionIdsarrayIDs of the available user role permissions for this subaccount.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#subaccount".

Methods

NameAccessible byRequired ParamsDescription
getSELECTid, profileIdGets one subaccount by ID.
listSELECTprofileIdGets a list of subaccounts, possibly filtered. This method supports paging.
insertINSERTprofileIdInserts a new subaccount.
patchEXECid, profileIdUpdates an existing subaccount. This method supports patch semantics.
updateEXECprofileIdUpdates an existing subaccount.