Skip to content

Commit 6be6812

Browse files
committed
event name fixes
1 parent d98239b commit 6be6812

File tree

1 file changed

+5
-6
lines changed
  • src/connections/sources/catalog/cloud-apps/configcat

1 file changed

+5
-6
lines changed

src/connections/sources/catalog/cloud-apps/configcat/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ This source is maintained by ConfigCat. For any issues with the source, [contact
3636
- **Segment SDK:** Set up with the Segment Write Key acquired while adding the ConfigCat source in Segment.
3737
3. **Integrate Feature Flag Evaluations:**
3838
- 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
4141
- `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
4443
- `user` (optional): the user object used during feature flag evaluation.
4544
- You can find code samples in the [ConfigCat Segment Source documentation](https://configcat.com/docs/integrations/segment/#analytics){:target="_blank”}.
4645

@@ -63,7 +62,7 @@ The table below lists events that ConfigCat sends to Segment. These events appea
6362

6463
The tables below list the properties included in the events listed above.
6564

66-
### `featureFlagEvaluated` event
65+
### `Feature Flag Evaluated` event
6766

6867
| Property Name | Description |
6968
| ---------------- | ---------------------------------------------------------------- |
@@ -72,7 +71,7 @@ The tables below list the properties included in the events listed above.
7271
| `variation_id` | The evaluated feature flag's Variation ID |
7372
| `user` | The user object used during feature flag evaluation |
7473

75-
### `featureFlagChanged` event
74+
### `Feature Flag Changed` event
7675

7776
| Property Name | Description |
7877
| ----------------- | ---------------------------------------------------------------- |

0 commit comments

Comments
 (0)