You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/formsort/index.md
+23-84Lines changed: 23 additions & 84 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,98 +23,37 @@ This source is maintained by Formsort. For any issues with the source, [contact
23
23
24
24
The table below lists events that Formsort sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. The default behavior is for Formsort to pass the `responderUuid` associated with the user as the `userId`. This can be changed in the Formsort integration.
25
25
26
-
<table>
27
-
<tr>
28
-
</tr>
29
-
<tr>
30
-
<td>EmailCollected</td>
31
-
<td>Responder's email was collected successfully, and the email has the data classification of "responder_email"</td>
32
-
</tr>
33
-
<tr>
34
-
<td>FlowClosed</td>
35
-
<td>Responder clicked the exit button to leave the flow</td>
36
-
</tr>
37
-
<tr>
38
-
<td>FlowFinalized</td>
39
-
<td>Responder has finished the flow and they are redirected or shown the completion screen</td>
40
-
</tr>
41
-
<tr>
42
-
<td>FlowLoaded</td>
43
-
<td>Flow has finished loading</td>
44
-
</tr>
45
-
<tr>
46
-
<td>PhoneCollected</td>
47
-
<td>Responder's phone number was collected successfully, and the phone number has the data classification of "responder_phone"</td>
48
-
</tr>
49
-
<tr>
50
-
<td>StepCompleted</td>
51
-
<td>Responder completed the step</td>
52
-
</tr>
53
-
<tr>
54
-
<td>StepLoaded</td>
55
-
<td>Step was loaded</td>
56
-
</tr>
57
-
<tr>
58
-
<td>UrlOpened</td>
59
-
<td>Responder clicked a link and was redirected to a new URL</td>
| stepId | For step events, the name of the step |
55
+
| stepIndex | For step events, the index of the step in the flow. |
56
+
| msSpentOnStep | For StepCompleted events, the time in milliseconds the responder spent on the step. |
118
57
119
58
Optionally, form answers submitted by responders can also be included in events sent to Segment. If enabled, responder answers will appear in an `answers` object for each event.
0 commit comments