Skip to content

Commit 8f9dcbc

Browse files
Use markdown table for property name/description
Co-authored-by: stayseesong <[email protected]>
1 parent 8a93911 commit 8f9dcbc

File tree

1 file changed

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

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ CONVERTED | A visitor viewed a step tagged *Mark as converted*.
4747

4848
The table below list the properties included in the events listed above.
4949

50-
<table>
50+
Property Name | Description
51+
--------------- | ------------
52+
project | An object containing the demo's (project's) ID and name.
53+
checklist | An object containing the checklist's ID and name. Populated only if the demo contains a checklist.
54+
flow | An object containing the current flow's ID and name.
55+
step | An object containing the current flow step's ID, name, and index (`step.indx`)
56+
session_id | A string that uniquely identifies this visitor's current session.
57+
url | If the event is NAVIGATE, then this property contains the URL of the link that the visitor clicked on. Otherwise, it is empty.
58+
5159
<tr>
5260
<td>Property Name</td>
5361
<td>Description</td>

0 commit comments

Comments
 (0)