REST Resource: subaccounts

Resource: Subaccount

Contains properties of a Campaign Manager subaccount.

JSON representation
{
  "id": string,
  "name": string,
  "accountId": string,
  "availablePermissionIds": [
    string
  ],
  "kind": string
}
Fields
id

string (int64 format)

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 (int64 format)

ID of the account that contains this subaccount. This is a read-only field that can be left blank.

availablePermissionIds[]

string (int64 format)

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

get

Gets one subaccount by ID.

insert

Inserts a new subaccount.

list

Gets a list of subaccounts, possibly filtered.

patch

Updates an existing subaccount.

update

Updates an existing subaccount.