File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/connections/sources/catalog/cloud-apps/configcat Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ This source is maintained by ConfigCat. For any issues with the source, [contact
29
29
### Sending feature flag evaluation analytics from ConfigCat to Twilio Segment
30
30
31
31
1 . Log in to the ConfigCat Dashboard and copy the SDK Key for your Config in the specific Environment.
32
- 2 . In your application's code ** Configure SDKs:** :
32
+ 2 . In your application's code, ** Configure SDKs:** :
33
33
- ** ConfigCat SDK:** Initialize with your ConfigCat SDK key.
34
34
- ** Segment SDK:** Set up with the Segment Write Key acquired while adding the ConfigCat source in Segment.
35
35
3 . ** Integrate Feature Flag Evaluations:**
36
36
- During the initialization of the ConfigCat SDK, subscribe to the ` flagEvaluated ` hook.
37
- - Send feature flag evaluation data to Segment using the ` featureFlagEvaluated ` event name. Include the following parameter :
37
+ - Send feature flag evaluation data to Segment using the ` featureFlagEvaluated ` event name. Include the following parameters :
38
38
- ` featureFlagKey ` : the feature flag's key
39
39
- ` value ` : the evaluated feature flag's value or Variation ID
40
40
- ` variationId ` (optional): the evaluated feature flag's Variation ID
@@ -59,7 +59,7 @@ The table below lists events that ConfigCat sends to Segment. These events appea
59
59
60
60
## Event Properties
61
61
62
- The table below list the properties included in the events listed above.
62
+ The tables below list the properties included in the events listed above.
63
63
64
64
### ` featureFlagEvaluated ` event
65
65
You can’t perform that action at this time.
0 commit comments