REST Resource: accounts.labels

  • AccountLabel represents a label assigned by a CSS domain or CSS group to one of its sub-accounts, containing information such as name, labelId, accountId, labelType, displayName, and description.

  • The labelType indicates whether a label was created manually or automatically by CSS Center.

  • Available methods for managing labels include creating, deleting, listing, and patching labels.

Resource: AccountLabel

Label assigned by CSS domain or CSS group to one of its sub-accounts.

JSON representation
 { 
 "name" 
 : 
 string 
 , 
 "labelId" 
 : 
 string 
 , 
 "accountId" 
 : 
 string 
 , 
 "labelType" 
 : 
 enum (  LabelType 
 
) 
 , 
 "displayName" 
 : 
 string 
 , 
 "description" 
 : 
 string 
 } 
Fields
name

string

Identifier. The resource name of the label. Format: accounts/{account}/labels/{label}

labelId

string ( int64 format)

Output only. The ID of the label.

accountId

string ( int64 format)

Output only. The ID of account this label belongs to.

labelType

enum ( LabelType )

Output only. The type of this label.

displayName

string

The display name of this label.

description

string

The description of this label.

LabelType

The label type.

Enums
LABEL_TYPE_UNSPECIFIED Unknown label type.
MANUAL Indicates that the label was created manually.
AUTOMATIC Indicates that the label was created automatically by CSS Center.

Methods

create

Creates a new label, not assigned to any account.

delete

Deletes a label and removes it from all accounts to which it was assigned.

list

Lists the labels owned by an account.

patch

Updates a label.
Design a Mobile Site
View Site in Mobile | Classic
Share by: