Before You Begin
Before creating entities, ensure you have:- An API access token with appropriate permissions
- Determined the data type of your entity identifier (string, integer, etc.)
Create an Entity
To create an entity of type string calledUser:
Create an Integer Entity
For entities with integer identifiers:Supported Primary Key Types
COLUMN_TYPE_STRING: String identifiers (UUIDs, usernames, etc.)COLUMN_TYPE_INTEGER: Integer identifiersCOLUMN_TYPE_BOOLEAN: Boolean valuesCOLUMN_TYPE_DOUBLE: Floating point numbers
Next Steps
After creating entities:- Create an assignment table to track assignments
- Create fact tables to measure entity behaviors
- Create dimension tables to segment entities

