subaccounts
Overview
Name | subaccounts |
Type | Resource |
Id | googleads.dfareporting.subaccounts |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID of this subaccount. This is a read-only, auto-generated field. |
name | string | Name of this subaccount. This is a required field. Must be less than 128 characters long and be unique among subaccounts of the same account. |
accountId | string | ID of the account that contains this subaccount. This is a read-only field that can be left blank. |
availablePermissionIds | array | IDs of the available user role permissions for this subaccount. |
kind | string | Identifies what kind of resource this is. Value: the fixed string "dfareporting#subaccount". |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | id, profileId | Gets one subaccount by ID. |
list | SELECT | profileId | Gets a list of subaccounts, possibly filtered. This method supports paging. |
insert | INSERT | profileId | Inserts a new subaccount. |
patch | EXEC | id, profileId | Updates an existing subaccount. This method supports patch semantics. |
update | EXEC | profileId | Updates an existing subaccount. |