AI-generated Key Takeaways
-
The Subaccount resource represents a Campaign Manager subaccount and contains properties like ID, name, and permissions.
-
Subaccounts have a unique ID, name (less than 128 characters and unique within the account), and belong to a specific account.
-
You can manage subaccounts through methods like get, insert, list, patch, and update to retrieve, create, and modify them.
Resource: Subaccount
Contains properties of a Campaign Manager subaccount.
JSON representation |
---|
{ "id": string, "name": string, "accountId": string, "availablePermissionIds": [ string ], "kind": string } |
Fields | |
---|---|
id |
ID of this subaccount. This is a read-only, auto-generated field. |
name |
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 |
ID of the account that contains this subaccount. This is a read-only field that can be left blank. |
availablePermissionIds[] |
IDs of the available user role permissions for this subaccount. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
---|---|
|
Gets one subaccount by ID. |
|
Inserts a new subaccount. |
|
Gets a list of subaccounts, possibly filtered. |
|
Updates an existing subaccount. |
|
Updates an existing subaccount. |