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/sources/catalog/cloud-apps/configcat/index.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,10 @@ This source is maintained by ConfigCat. For any issues with the source, [contact
36
36
-**Segment SDK:** Set up with the Segment Write Key acquired while adding the ConfigCat source in Segment.
37
37
3.**Integrate Feature Flag Evaluations:**
38
38
- During the initialization of the ConfigCat SDK, subscribe to the `flagEvaluated` hook.
39
-
- Send feature flag evaluation data to Segment using the `featureFlagEvaluated` event name. Include the following parameters:
40
-
-`featureFlagKey`: the feature flag's key
39
+
- Send feature flag evaluation data to Segment using the `Feature Flag Evaluated` event name. Include the following parameters:
40
+
-`feature_flag_key`: the feature flag's key
41
41
-`value`: the evaluated feature flag's value or Variation ID
42
-
-`variationId` (optional): the evaluated feature flag's Variation ID
43
-
-`userId` (optional): the user object's identifier used during feature flag evaluation
42
+
-`variation_id` (optional): the evaluated feature flag's Variation ID
44
43
-`user` (optional): the user object used during feature flag evaluation.
45
44
- You can find code samples in the [ConfigCat Segment Source documentation](https://configcat.com/docs/integrations/segment/#analytics){:target="_blank”}.
46
45
@@ -63,7 +62,7 @@ The table below lists events that ConfigCat sends to Segment. These events appea
63
62
64
63
The tables below list the properties included in the events listed above.
0 commit comments