Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This topic explains the different event kinds for mParticle Data Export destinations. The JSON schemas for mParticle are formatted differently than LaunchDarkly’s. Theindex, identify, and summary event kinds are not available in mParticle Data Export destinations, and other events are exported with different labels.
To learn more about the mParticle destination, read mParticle’s documentation.
There are four different event kinds mParticle uses. They are:
Featureevents: This event appears when a feature flag is evaluated.Clickevents: This event appears when an end user clicks on a CSS selector for which they have configured a metric in an experiment.Page viewevents: This event appears when an end user loads a page associated with an experiment metrics.Customevents: The LaunchDarkly SDK sends acustomevent.
Feature events
This table listsfeature events:
| Description
| Event details |
|---|
custom_event_type “other”
event_name: Feature | Describes a feature flag evaluation which occurred in a LaunchDarkly SDK event_type: “custom” for this event. |
Custom attributes
This table lists custom attributes: | Description| Attribute event details |
|---|
feature event was generated through a “variation detail” method, the event will have a reason property with the JSON representation of the evaluation reason. |
| prerequisite_of
| Set to another flag’s key if this flag evaluation was only performed in order to determine whether the prerequisite values were met for the indicated flag. |
| variation_name
| The evaluated variation’s name, if it exists. If the evaluated variation doesn’t have a name, this field doesn’t appear. |
Click events
This table listsclick events:
| Description
| Event details |
|---|
custom_event_type “navigation”
event_name: Click | Describes an event generated by the LaunchDarkly SDK when an end user clicks on a designated HTML element event_type: “custom” for this event. |
Custom attributes
This table lists custom attributes: | Description| Attribute event details |
|---|
Page view events
This table listspage view events:
| Description
| Event details |
|---|
custom_event_type: other
event_name: Page view | Describes an event generated by a LaunchDarkly SDK when an end user views an action changes the browser’s URL event_type: “screen_view” for this event. | | screen_name | URL stripped of query string. |
Custom attributes
This table lists custom attributes: | Description| Attribute event details |
|---|
Custom events
This table listscustom events:
| Description
| Event details |
|---|
custom_event_type “other”
event_name: Custom | Describes an event generated by a LaunchDarkly SDK in response to an end user calling the SDK’s “track” function event_type: “custom” for this event. |
Custom attributes
This table lists custom attributes: | Description| Attribute event details |
|---|