Events for Analytics Integrations
List of events that can be pushed to Analytics Integrations (PostHog, Mixpanel, Amplitude, etc.)
Tour
Jimo Tour Started
tourId
string
Id of the tour
tourName
string
Name of the tour
Jimo Tour Completed
tourId
string
Id of the tour
tourName
string
Name of the tour
Survey
Jimo Survey Started
surveyId
string
Id of the survey
surveyName
string
Name of the survey
stepCount
number
Number of steps in the survey
Jimo Survey Step Answered
surveyId
string
Id of the survey
surveyName
string
Name of the survey
stepId
string
Id of the step
stepName
string
Name of the step
answer
string | string[]
Answer of the step (or array of answers if multiple choice step)
questionType
One of NPS
, Multiple Choice
, Slider
, Opinion Scale
, Open Question
Type of question asked in the step
heading
string
Title of the step
Jimo Survey Completed
surveyId
string
Id of the survey
surveyName
string
Name of the survey
stepCount
number
Number of steps in the survey
Checklist
Jimo Checklist Started
checklistId
string
Id of the checklist
checklistName
string
Name of the checklist
Jimo Checklist Completed
checklistId
string
Id of the checklist
checklistName
string
Name of the checklist
Jimo Checklist Dismissed
checklistId
string
Id of the checklist
checklistName
string
Name of the checklist
Jimo Checklist Task Clicked
checklistId
string
Id of the checklist
checklistName
string
Name of the checklist
taskId
string
Id of the task
taskName
string
Name of the task
Jimo Checklist Task Completed
checklistId
string
Id of the checklist
checklistName
string
Name of the checklist
taskId
string
Id of the task
taskName
string
Name of the task
Jimo Checklist Task Skipped
checklistId
string
Id of the checklist
checklistName
string
Name of the checklist
taskId
string
Id of the task
taskName
string
Name of the task
Banner
Jimo Banner Seen
bannerId
string
Id of the banner
bannerName
string
Name of the banner
Hint
Jimo Hint Seen
hintId
string
Id of the hint
hintName
string
Name of the hint
Last updated
Was this helpful?