Flagship.io Destination
Destination Info
- Accepts Group, and Identify calls
- Refer to it as Flagship.io in the Integrations object
- This destination is in Beta
Flagship.io lets engineering teams deploy continuously and monitor the impact of features on technical infrastructure. It also enables product teams to control how features are released and how they impact user experience and business KPIs.
Flagship.io maintains this destination. For any issues with the destination, contact the Flagship Support team.
Getting Started
- From the Destinations catalog page in the Segment App, click Add Destination.
- Search for Flagship.io in the Destinations Catalog, and select the Flagship.io destination.
- Choose which Source should send data to the Flagship.io destination.
- Go to the Flagship.io settings interface under Settings > Integrations and choose Segment in the dropdown. Click Add Tool and copy the API key displayed.
- Enter the API Key in the Flagship.io destination settings in Segment.
Supported methods
Flagship.io supports the following methods as specified in the Segment Spec.
Identify
Send Identify calls to the Flagship.io webhook. For example:
analytics.identify('userId123', {
email: 'john.doe@example.com',
trait1: 1,
trait2: "test",
trait3: true
},
});
Segment sends Identify calls to Flagship.io as an identify
event. The Flagship.io data engine then ingests the different traits associated to the identified user.
The received traits are available in the Flagship use case builder.
Group
Send Group calls to Flagship.io webhook. The Flagship.io data engine then ingests the different traits associated to the identified group. For example:
analytics.group("0e8c78ea9d97a7b8185e8632", {
name: "Initech",
industry: "Technology",
employees: 329,
plan: "enterprise",
"total billed": 830
});
Segment sends Track calls to Flagship.io as a group
event. The Flagship.io data engine then ingests the different traits associated to the identified user.
The received traits are available in the Flagship use case builder.
This page was last modified: 17 May 2022
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!