Skip to content

Commit 60306f5

Browse files
Apply suggestions from code review
Co-authored-by: Thomas Gilbert <[email protected]>
1 parent 6be6812 commit 60306f5

File tree

1 file changed

+4
-2
lines changed
  • src/connections/sources/catalog/cloud-apps/configcat

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ This source is maintained by ConfigCat. For any issues with the source, [contact
4747

4848
ConfigCat uses our stream Source component to send Segment event data. It uses a `track` method to send data to Segment. These events are then available in any destination that accepts events, and available in a schema in your data warehouse, so you can query using SQL.
4949

50-
The default behavior is for ConfigCat to pass the user object's identifier property used during the feature flag evaluation as the userId or sending the ConfigCat User's ID who made the changes as the userId.
50+
In the "Feature Flag Evaluation" event, the default behavior for ConfigCat is to use the user-object's identifier property as the Segment `userId`. If no identifier is present, the event will be sent with a randomly generated `anonymousId`.
51+
52+
For "Feature Flag Changed" events, the ConfigCat User's ID who made the changes will be sent as the Segment userId.
5153

5254
## Events
5355

54-
The table below lists events that ConfigCat sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. ConfigCat includes the `userId` if available.
56+
The table below lists events that ConfigCat sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations.
5557

5658
| Event Name | Description |
5759
| ---------------------- | --------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)