File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/connections/sources/catalog/cloud-apps/navattic Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,15 @@ CONVERTED | A visitor viewed a step tagged *Mark as converted*.
4747
4848The 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 >
You can’t perform that action at this time.
0 commit comments