Log In

Overview

Tags represent an object to label things and persons.

The Tag Object

NameTypeMandatory?Description
createdAtlongAutogeneratedCreation date (timestamp UTC).
updatedAtlongAutogeneratedLast updated date (timestamp UTC).
tagIdstringAutogeneratedTag identifier.
appIdstringAutogeneratedApplication key.
config.namestringYesName of the Tag.
config.colorstringNoColor of the Tag.
config.displayNamestringNoName that will be shown on MOCA Console analytics. If not defined, name will be used.
config.hiddenbooleanNoWhether the Tag will be shown on MOCA Console analytics.
{
  "createdAt": 1494424180258,
  "updatedAt": 1494495034341,
  "tagId": "zmwv_S-uR4K43rVg8kOC0A",
  "appId": "IXa7Bl9oRo6c7zQ5aQIzlg",
  "config": {
    "name": "mocahq:visitor",
    "color": "#ff0bdca8",
    "displayName": "Moca HQ Visitor",
    "hidden": false
  }
}