Split is the leading Feature Delivery Platform for engineering teams that want to confidently release features fast. Manage feature flags, monitor production releases, and experiment to create the best customer experience.
You can find Split’s documentation here.
Note on Anonymous Splits: To capture Split’s anonymous tracking data for web or mobile, reserve an mParticle “Other” identity type for each anonymous tracking type from Split. See Split’s Feed Documentation for more information.
Split sends a custom App Event with event attributes as described below. The default event name, get_treatment
, can be modified within Split as part of configuration.
Attribute Name | Description |
---|---|
bucketingKey | The key used for hashing and to determine a treatment bucket |
environmentId | The ID of the environment in which the split is evaluated |
environmentName | The name of the environment |
key | The key that is evaluated |
label | The rule that was applied to return a treatment |
machineIp | The IP of the SDK host (if available) |
machineName | The hostname of the SDK host (if available) |
sdk | The SDK language that evaluated the split |
sdkVersion | The SDK version that evaluated the split |
split | The name of the split |
splitVersionNumber | The version number of this split |
treatment | The treatment given to this key |
Was this page helpful?