Skip to content

Commit c6b541d

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

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
@@ -54,7 +54,7 @@ Your events will now begin to flow to Survicate in device mode.
5454

5555
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".
5656

57-
***track***
57+
#### Track
5858

5959
In the SurvicateDestination plugin, the track method from Segment is used as the invokeEvent method in Survicate. This means that when you track an event in Segment, it will be invoked in Survicate.
6060

0 commit comments

Comments
 (0)