For a list of methods for this resource, see the end of this page.
Resource representations
Contains properties of a Campaign Manager subaccount.
{ "kind": "dfareporting#subaccount", "id": long, "name": string, "accountId": long, "availablePermissionIds": [ long ] }
Property name | Value | Description | Notes |
---|---|---|---|
accountId |
long |
ID of the account that contains this subaccount. This is a read-only field that can be left blank. | |
availablePermissionIds[] |
list |
IDs of the available user role permissions for this subaccount. | |
id |
long |
ID of this subaccount. This is a read-only, auto-generated field. | |
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#subaccount" . |
|
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. |