Tags represent an object to label things and persons.
The Tag Object
| Name | Type | Mandatory? | Description |
|---|---|---|---|
| createdAt | long | Autogenerated | Creation date (timestamp UTC). |
| updatedAt | long | Autogenerated | Last updated date (timestamp UTC). |
| tagId | string | Autogenerated | Tag identifier. |
| appId | string | Autogenerated | Application key. |
| config.name | string | Yes | Name of the Tag. |
| config.color | string | No | Color of the Tag. |
| config.displayName | string | No | Name that will be shown on MOCA Console analytics. If not defined, name will be used. |
| config.hidden | boolean | No | Whether 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
}
}
