You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/launchdarkly-subscription/index.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: LaunchDarkly-subscription Destination
2
+
title: LaunchDarkly Events Destination
3
3
rewrite: true
4
4
---
5
5
LaunchDarkly is a feature management platform that empowers development teams to safely deliver and control software through feature flags.
@@ -21,13 +21,16 @@ This destination is maintained by LaunchDarkly. For any issues with the destinat
21
21
## Track
22
22
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](https://segment.com/docs/connections/spec/track/) to learn about what it does. An example call would look like:
@@ -41,16 +44,15 @@ LaunchDarkly ingests that call as:
41
44
"metricValue": 99.84,
42
45
"data": {
43
46
"value": 99.84,
44
-
"type": "expedited"
45
47
}
46
48
}
47
49
```
48
50
51
+
> note ""
52
+
> **Note**: The LaunchDarkly Metric must be actively recording and have a Feature Flag attached for Segment events to appear in your LaunchDarkly Project.
53
+
49
54
Segment sends Track calls to LaunchDarkly as a `track` event. It appears on your [Debugger page](https://app.launchdarkly.com/default/production/debugger/goals).
50
55
51
56
`track` events map to a Metric if the Segment event name exactly matches the Name of an active LaunchDarkly experiment metric.
52
57
53
58
The `userKey` field maps to the `userId` field; if there is no `userId` field, LaunchDarkly uses `anonymousId` field for the `userKey` field.
54
-
55
-
> note ""
56
-
> **Note**: The LaunchDarkly Metric must be actively recording and have a Feature Flag attached.
0 commit comments