LaunchDarkly Events Destination
LaunchDarkly Events (Classic) is in Maintenance mode
The LaunchDarkly Events (Classic) Destination has entered maintenance mode. Future updates are limited to security updates and bug fixes. A new version of this destination is available. See LaunchDarkly Events (Actions)
LaunchDarkly is a feature management platform that empowers development teams to safely deliver and control software through feature flags.
LaunchDarkly users can run experiments on any feature flag, with custom events as metrics. You can look for an existing custom event from Segment, and start recording data against it as a metric in your LaunchDarkly experiment.
This destination is maintained by LaunchDarkly. For any issues with the destination, contact the LaunchDarkly support team.
Getting Started
- From the Destinations catalog page in the Segment App, click Add Destination.
- Search for “LaunchDarkly” in the Destinations Catalog, and select the LaunchDarkly destination.
- Choose which Source should send data to the LaunchDarkly destination.
- Go to the LaunchDarkly Account Settings, and find and copy the client-side ID from your default project.
- Enter this ID as the API Key in the “LaunchDarkly” destination settings in Segment.
Track
If you aren’t familiar with the Segment Spec, take a look at the Track method documentation to learn about what it does. An example call would look like:
{
"anonymousId": "23adfd82-aa0f-45a7-a756-24f2a7a4c8955",
"type": "track",
"properties": {
"value": 99.84,
},
"userId": "test-user-s6dndc",
"event": "Order Completed"
}
LaunchDarkly ingests that call as:
{
"kind": "custom",
"key": "Order Completed",
"userKey": "userId",
"creationDate": 1592588370692,
"metricValue": 99.84,
"data": {
"value": 99.84,
}
}
Note: The LaunchDarkly Metric must be actively recording and have a Feature Flag attached for Segment events to appear in your LaunchDarkly Project.
Segment sends Track calls to LaunchDarkly as a track
event. It appears on your Debugger page.
track
events map to a Metric if the Segment event name exactly matches the Name of an active LaunchDarkly experiment metric.
The userKey
field maps to the userId
field; if there is no userId
field, LaunchDarkly uses anonymousId
field for the userKey
field.
This page was last modified: 27 Oct 2023
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!