Jimo Help Center
Using Jimo
Using Jimo
  • Introduction to Jimo
    • Welcome!
    • What is Jimo?
  • Getting started
    • Installing Jimo
    • Extension
    • Initial Setup
    • Designing Your First Experience
  • Experiences
    • Tours & Modals
      • Components
    • Surveys
      • Components
    • Banners
      • Components
    • Hints
      • Components
    • Checklists
      • Components
      • Behavior
    • Resource Center
      • Components
    • Changelog
      • Dashboard
        • Overview
        • Analytics
      • Changelog
        • Changelog Builder
        • Changelog Components
        • Changelog Navigator
        • Positionning (Trigger)
        • Changelog Preview
      • Posts
        • Post Builder
        • Post Components
        • Post Navigation
        • Multiple Languages
        • Post Preview
  • Design and manage experiences
    • Dashboard
    • Spaces
    • Builders
      • Flow Builder
      • Content Builder
      • In-app Builder
    • Navigator
    • Triggers & Conditions
      • Steps Triggers
      • Conditions
    • Theme
    • Multiple Languages
    • Positioning
    • Preview
  • Target & publish experiences
    • Overview
    • Trigger on the right spot (Show on)
    • Target specific URLs/Domains (Where)
    • Target right people (Who)
    • Trigger at the right time (When)
      • Planning Your Experience
      • Rate Limiting - Prevent overwhelming users
    • Increase visibility (Boost)
    • Mesure outcomes (Goal)
  • Monitor and analyze user data
    • Analytics
    • Users & Segments
      • Users
      • Segments
      • Import
      • Survey responses segmentation
    • Success Tracker
      • Overview
      • Trackers
      • Events
  • Admin & Settings
    • Project management
    • General Settings
    • Installation
    • Team Management
    • Environments
    • Plan and Billing
    • Notifications and Account Settings
    • MAU (Monthly Active Users)
  • Integrations
    • Integration Setup
    • Events for Analytics Integrations
    • Segment.io
    • HubSpot
    • Salesforce
    • Maze
    • Amplitude
    • PostHog
    • Mixpanel
    • Heap
    • Figma
    • Calendly, Google Calendar, Zcal
    • Intercom
    • Invision
    • Zapier
    • Slack
    • Crisp
    • Server-Side Events
    • Webhooks
Powered by GitBook
On this page
  • Tour
  • Jimo Tour Started
  • Jimo Tour Completed
  • Survey
  • Jimo Survey Started
  • Jimo Survey Step Answered
  • Jimo Survey Completed
  • Checklist
  • Jimo Checklist Started
  • Jimo Checklist Completed
  • Jimo Checklist Dismissed
  • Jimo Checklist Task Clicked
  • Jimo Checklist Task Completed
  • Jimo Checklist Task Skipped
  • Banner
  • Jimo Banner Seen
  • Hint
  • Jimo Hint Seen

Was this helpful?

  1. Integrations

Events for Analytics Integrations

List of events that can be pushed to Analytics Integrations (PostHog, Mixpanel, Amplitude, etc.)

Tour

Jimo Tour Started

property
type
description

tourId

string

Id of the tour

tourName

string

Name of the tour

Jimo Tour Completed

property
type
description

tourId

string

Id of the tour

tourName

string

Name of the tour


Survey

Jimo Survey Started

property
type
description

surveyId

string

Id of the survey

surveyName

string

Name of the survey

stepCount

number

Number of steps in the survey

Jimo Survey Step Answered

property
type
description

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

property
type
description

surveyId

string

Id of the survey

surveyName

string

Name of the survey

stepCount

number

Number of steps in the survey


Checklist

Jimo Checklist Started

property
type
description

checklistId

string

Id of the checklist

checklistName

string

Name of the checklist

Jimo Checklist Completed

property
type
description

checklistId

string

Id of the checklist

checklistName

string

Name of the checklist

Jimo Checklist Dismissed

property
type
description

checklistId

string

Id of the checklist

checklistName

string

Name of the checklist

Jimo Checklist Task Clicked

property
type
description

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

property
type
description

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

property
type
description

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

property
type
description

bannerId

string

Id of the banner

bannerName

string

Name of the banner


Hint

Jimo Hint Seen

property
type
description

hintId

string

Id of the hint

hintName

string

Name of the hint

PreviousIntegration SetupNextSegment.io

Last updated 2 months ago

Was this helpful?