No results for ""
EXPAND ALL
  • Home
  • API docs

GIVE DOCS FEEDBACK

Segment

Read time: 3 minutes
Last edited: Mar 20, 2024

Overview

This topic explains how to configure your existing Segment account to send events to LaunchDarkly metrics.

Sending Segment events to LaunchDarkly lets you use Segment events as LaunchDarkly metric events.

Segment can only send events to custom metrics

Segment can only send events to custom conversion/binary and custom numeric metrics. You cannot use Segment events with click or page view metrics.

After you connect LaunchDarkly and Segment, you will use the existing Segment Event Name as the LaunchDarkly metric event key when you create a custom metric.

Here is an image of a LaunchDarkly custom conversion metric with the event key called out:

A LaunchDarkly custom conversion metric with the event key highlighted.
A LaunchDarkly custom conversion metric with the event key highlighted.

To learn more, read Event keys.

Set up the Segment integration

To set up the integration, you must have access to your Segment and LaunchDarkly accounts. You will need them both to connect them to each other.

Copy your LaunchDarkly client-side ID

To copy your LaunchDarkly client-side ID:

  1. Navigate to the Account settings page.
  2. Click the Projects tab.
  3. Click the name of the project you would like to receive events from Segment from. The Environments tab appears.
  4. Click the environment's client-side ID to copy it to your clipboard.

Connect Segment to LaunchDarkly

To connect Segment to LaunchDarkly:

  1. Navigate to the Segment app's Destinations page.
  2. Click Add Destination.
  3. Find LaunchDarkly (Actions) in the Destination Catalog.
The LaunchDarkly (Actions) listing in the Segment Destination catalog.
The LaunchDarkly (Actions) listing in the Segment Destination catalog.
  1. Click Configure LaunchDarkly (Actions).
  2. Choose which Segment Source should send data to the LaunchDarkly destination.
  3. Click Next.
  4. Fill in the Destination name field with the name of your choice.
  5. Click Save.
  6. Paste the client-side ID from the previous procedure into the LaunchDarkly client-side ID field.
  7. Click Save Changes.
  8. Click the Enable Destination radio button.
  9. Click Save Changes.
The LaunchDarkly (Actions) Basic Settings form in Segment.
The LaunchDarkly (Actions) Basic Settings form in Segment.
  1. Navigate to the Mappings tab.
  2. Click New Mapping.
  3. Click Track Event.
  4. The Edit: Track Event page guides you through the process of mapping Segment Track events to LaunchDarkly metric events. The default settings should be acceptable for most customers.
Segment Event Names and LaunchDarkly event keys must match exactly

To use Segments events in LaunchDarkly metrics, the Segment Event Name must be identical to the LaunchDarkly metric event key. To learn how to set the event key when creating a LaunchDarkly metric, read Creating metrics.

  1. Click Save.
  2. On the Mappings tab, click the radio buttons associated with the Track Event mapping to begin sending events to LaunchDarkly.

To learn more about track events, read Segment's documentation.

After you map Segment events to LaunchDarkly metric events, events from the source you choose appear as custom metric events in LaunchDarkly.

Correlate Segment users with LaunchDarkly contexts

LaunchDarkly correlates Segment metric events with LaunchDarkly context keys using the Segment user ID, if it is present. The Segment user ID must match a LaunchDarkly context key. If the Segment event does not contain a Segment user ID, then LaunchDarkly uses the Segment anonymous ID.

If you are using Segment events in a LaunchDarkly experiment:

  • the LaunchDarkly metric must be attached to a flag and the experiment must be recording, and
  • the context must be included in the experiment for the event to be included in the experiment results.