Traffic Types Overview

A traffic type is a particular identifier type for any hierarchy of your customer base. Traffic types in Split are completely customizable and can be any database key you choose to send to Split, e.g.,. a user ID, account ID, IP address, browser ID, etc. Any internal database key you're using to track what "customer" means to you.

The creation and editing of traffic types are limited to administrators within the Split application.

With the API you can get information about the traffic types that exist within your organization.

📘

Learn more about traffic types

To best familiarize yourself with using traffic types, refer to the Selecting the traffic type guide for more information.

{
  "id": "string", // Server populated identifier
  "name": "string", // Display name
  "displayAttributeId": "string" // (Optional) Attribute used for display name in UI
}