Skip to content

Commit 10419ae

Browse files
committed
Add LaunchDarkly actions docs
1 parent 298caf2 commit 10419ae

File tree

1 file changed

+54
-0
lines changed
  • src/connections/destinations/catalog/actions-launchdarkly

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: LaunchDarkly (Actions) Destination
3+
hide-boilerplate: true
4+
hide-dossier: true
5+
---
6+
7+
{% include content/plan-grid.md name="actions" %}
8+
9+
[LaunchDarkly](https://launchdarkly.com) is a feature management platform that empowers development teams to safely deliver and control software through feature flags.
10+
11+
With LaunchDarkly, you 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.
12+
13+
> success ""
14+
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) <destination_name> Segment destination. There's also a page about the [non-Actions <destination_name> destination](/docs/connections/destinations/catalog/<destination_name>/). Both of these destinations receives data from Segment.
15+
16+
<!-- This include describes the requirement of A.js 2.0 or higher for Actions compatibility, and is required if your destination has a web component. -->
17+
18+
{% include content/ajs-upgrade.md %}
19+
20+
<!-- In the section below, explain the value of this actions-based destination over the classic version, if applicable. If you don't have a classic version of the destination, remove this section. -->
21+
22+
## Benefits of LaunchDarkly (Actions) vs LaunchDarkly Classic
23+
24+
LaunchDarkly (Actions) provides the following benefits over the classic LaunchDarkly destination:
25+
26+
- **Improved customization**. You determine the mapping between the data Segment receives from your source and the data Segment sends to LaunchDarkly. For example, you can map an arbitrary event property to the LaunchDarkly metric key.
27+
- **Increased transparency**. You can see the data that is sent to LaunchDarkly and when Segment sends it. Additionally, the you can subscribe to alerts when the delivery rate to LaunchDarkly dips below a configurable threshold.
28+
29+
<!-- The section below explains how to enable and configure the destination. Include any configuration steps not captured below. For example, obtaining an API key from your platform and any configuration steps required to connect to the destination. -->
30+
31+
## Getting started
32+
33+
1. In LaunchDarkly, navigate to [Account settings](https://app.launchdarkly.com/settings/projects) and copy the client-side ID for the project and environment that you would like to connect to Segment.
34+
2. From the Segment web app, click **Catalog**, then click **Destinations**.
35+
3. Find the Destinations Actions item in the left navigation, and click it.
36+
4. Click **Configure LaunchDarkly**.
37+
5. Select an existing Source to connect to LaunchDarkly (Actions).
38+
6. Paste the LaunchDarkly client-side ID you copied in step 1. into the **LaunchDarkly client-side ID** field in the destination settings page.
39+
40+
<!-- The line below renders a table of connection settings (if applicable), Pre-built Mappings, and available actions. -->
41+
42+
{% include components/actions-fields.html %}
43+
44+
<!--
45+
Additional Context
46+
47+
Include additional information that you think will be useful to the user here. For information that is specific to an individual mapping, please add that as a comment so that the Segment docs team can include it in the auto-generated content for that mapping.
48+
-->
49+
50+
<!-- If applicable, add information regarding the migration from a classic destination to an Actions-based version below -->
51+
52+
## Migration from the classic <destination_name> destination
53+
54+
<!-- Include any pertinent information here. -->

0 commit comments

Comments
 (0)