Skip to content

Commit 517b652

Browse files
Update src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/survicate-react-native.md
Co-authored-by: forstisabella <[email protected]>
1 parent 77c9c71 commit 517b652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/survicate-react-native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ segmentClient.add({ plugin: new SurvicatePlugin() });
7575

7676
***identify***
7777

78-
In the SurvicateDestination plugin, the identify event from Segment is transferred to the setUserTrait method of Survicate. This is achieved within the identify function of the SurvicateDestination class. The traits and userId from the IdentifyEvent are extracted and set as user traits in Survicate using the setUserTrait method. The traits are a dictionary where each key-value pair is set as a user trait. The userId is also set as a user trait with the key "userId".
78+
In the SurvicateDestination plugin, the Identify event from Segment is transferred to the setUserTrait method of Survicate. This is achieved within the identify function of the SurvicateDestination class. The traits and userId from the Identify event are extracted and set as user traits in Survicate using the setUserTrait method. The traits are a dictionary where each key-value pair is set as a user trait. The userId is also set as a user trait with the key "userId".
7979

8080
***track***
8181

0 commit comments

Comments
 (0)