Skip to content

Commit 27a6141

Browse files
Update src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/survicate-swift.md
Co-authored-by: forstisabella <[email protected]>
1 parent b836362 commit 27a6141

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/apple/destination-plugins

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/survicate-swift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Your events will now begin to flow to Survicate in device mode.
5252

5353
#### Identify
5454

55-
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".
55+
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".
5656

5757
#### Track
5858

0 commit comments

Comments
 (0)