Client tags can be assigned to each client in Ruddr. This allows you to define custom client attributes. You can then filter reports using Client Tags.
Example
{
"id": "8670e0fd-bd7a-457e-bec9-eff2b1c12b78",
"name": "Tier 1 Client",
"isActive": true,
"createdAt": "2021-11-13T12:31:22.762Z"
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the client tag. |
isActive | boolean | A flag to indicate if the client tag is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |