Skip to content

Commit 6a4b5b7

Browse files
Use markdown table
Co-authored-by: stayseesong <[email protected]>
1 parent 1caafad commit 6a4b5b7

File tree

1 file changed

+11
-1
lines changed
  • src/connections/sources/catalog/cloud-apps/navattic

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,17 @@ Navattic generates its own ID for each visitor to your product demo. This ID wil
3131

3232
The table below lists possible events that Navattic sends to Segment. With the exception of IDENTIFY_USER, all events are sent to the [Tracks table in Segment](https://segment.com/docs/connections/storage/warehouses/schema/#tracks-table). Additionally, every Navattic includes the `userId` and `anonymousId` (which are the same), which are Navattic-generated for each user.
3333

34-
<table>
34+
Event Name | Description |
35+
------------ | ------------|
36+
IDENTIFY_USER | A visitor submitted an email, usually through a form fill. This sends to the [Identifies table](/docs/connections/storage/warehouses/schema/#identifies-table) in Segment
37+
VIEW_STEP | A visitor viewed a step in the demo.
38+
START_FLOW | A visitor started a flow.
39+
COMPLETE_FLOW | A visitor has completed a flow.
40+
NAVIGATE | A visitor clicked on a link from within the demo.
41+
OPEN_CHECKLIST | A visitor expanded a checklist.
42+
CLOSE_CHECKLIST | A visitor collapsed a checklist.
43+
COMPLETE_TASK | A visitor completed a checklist task.
44+
CONVERTED | A visitor viewed a step tagged *Mark as converted*.
3545
<tr>
3646
<td>Event Name</td>
3747
<td>Description</td>

0 commit comments

Comments
 (0)