Skip to content

Commit 951ba0a

Browse files
Apply suggestions from code review
Co-authored-by: Thomas Gilbert <[email protected]>
1 parent f425996 commit 951ba0a

File tree

1 file changed

+14
-17
lines changed
  • src/connections/sources/catalog/cloud-apps/configcat

1 file changed

+14
-17
lines changed

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

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: ConfigCat Source
3+
id: nEjnxv4kbB
4+
beta: true
35
---
46

57
[ConfigCat](https://configcat.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is a feature flag and remote configuration service that empowers developers to control and customize the functionality of their applications. With ConfigCat, you can easily toggle features on and off, alter their settings, and roll out updates to specific users or groups. Targeting is supported through attributes, percentage-based rollouts, and segmentation. ConfigCat is available for all major programming languages and frameworks.
@@ -54,8 +56,8 @@ The table below lists events that ConfigCat sends to Segment. These events appea
5456

5557
| Event Name | Description |
5658
| ------------------ | ---------------------- |
57-
| featureFlagEvaluated | Feature flag evaluated |
58-
| featureFlagChanged | Feature flag changed |
59+
| Feature Flag Evaluated | Feature flag evaluated |
60+
| Feature Flag Changed | Feature flag changed |
5961

6062
## Event Properties
6163

@@ -65,30 +67,25 @@ The tables below list the properties included in the events listed above.
6567

6668
| Property Name | Description |
6769
| ---------------- | ---------------------------------------------------------------- |
68-
| `featureFlagKey` | The feature flag's key |
70+
| `feature_flag_key` | The feature flag's key |
6971
| `value` | The evaluated feature flag's value or Variation ID |
70-
| `variationId` | The evaluated feature flag's Variation ID |
71-
| `userId` | The user object's identifier used during feature flag evaluation |
72+
| `variation_id` | The evaluated feature flag's Variation ID |
7273
| `user` | The user object used during feature flag evaluation |
7374

7475
### `featureFlagChanged` event
7576

7677
| Property Name | Description |
7778
| ----------------- | ---------------------------------------------------------------- |
7879
| `details` | A brief summary of the change |
79-
| `timestamp` | When the change happened |
80-
| `userId` | The ConfigCat user's ID who made the changes |
81-
| `userEmail` | The ConfigCat user's email who made the changes |
82-
| `userFullName` | The ConfigCat user's full name who made the changes |
83-
| `userId` | The ConfigCat user's ID Who made the changes |
84-
| `productId` | The product's ID where the change happened |
85-
| `productName` | The product's name where the change happened |
86-
| `configId` | The config's ID where the change happened |
87-
| `configName` | The config's name where the change happened |
88-
| `environmentId` | The environment's ID where the change happened |
89-
| `environmentName` | The environment's name where the change happened |
80+
| `user_email` | The ConfigCat user's email who made the changes |
81+
| `user_full_name` | The ConfigCat user's full name who made the changes |
82+
| `product_id` | The product's ID where the change happened |
83+
| `product_name` | The product's name where the change happened |
84+
| `config_id` | The config's ID where the change happened |
85+
| `config_name` | The config's name where the change happened |
86+
| `environment_id` | The environment's ID where the change happened |
87+
| `environment_name` | The environment's name where the change happened |
9088
| `url` | A direct link to the config/feature flag |
91-
| `userId` | The user object's identifier used during feature flag evaluation |
9289
| `user` | The user object used during feature flag evaluation |
9390

9491
## Adding Destinations

0 commit comments

Comments
 (0)