Parameter | Description |
---|---|
Description | A description for the newly created segment. |
Name | The name for the new segment. |
Traffic Type | The name or id of the traffic type. for example “user” or “account” (or their id). |
Workspace | The id of the workspace for the new segment. |
{
"name": "test2",
"description": "test",
"trafficType": {
"id": "4e28aeb0-c755-11ed-9886-dea06841c80c",
"name": "account"
},
"creationTime": 1679375134052,
"tags": null
}
Was this page helpful?