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
  • Enable the integration
  • Jimo → PostHog
  • PostHog → Jimo
  • Trigger an experience from a PostHog event

Was this helpful?

  1. Integrations

PostHog

The PostHog integration with Jimo allows for a bidirectional flow of events and user data to enhance analytics and targeting capabilities.

PreviousAmplitudeNextMixpanel

Last updated 2 months ago

Was this helpful?

Enable the integration

  • Navigate to

  • Click the Connect button of the PostHog integration

PostHog integration

Jimo → PostHog

Send Jimo events to PostHog. This setup would allow you to capture a comprehensive view of user engagement across your platform. By funneling events from Jimo into PostHog, you can leverage PostHog's powerful analytics tools to track, visualize, and analyze user interactions, helping you to better understand user behavior and refine user experience strategies based on actionable insights. This connection ensures that all relevant user activity within Jimo is seamlessly integrated into PostHog's analytical environment.

You can find a list of possible events and their properties

How to enable?

  • Enable the option Jimo → PostHog in the integration settings

You are all setup 🎉

PostHog → Jimo

Send PostHog events to Jimo. This setup enables the utilization of PostHog's events within Jimo targeting audiences, specifically for the "Who" section (targeting specific user segments) and creation of Segment of users. This ensures that Jimo's engagements are deeply personalized, enhancing user interaction based on precise analytical insights from PostHog.

How to enable?

  • Enable the option PostHog → Jimo in the integration settings

  • Add the following code in your application

/**
  Numerous organizations employing PostHog for event tracking generally maintain
  a universally accessible function for capturing these events.
  
  The easiest method to ensure all these events are also recorded in Jimo
  is by integrating a posthog:capture call from the Jimo SDK into this existing function.
  This technique guarantees the simultaneous capture of events across both platforms.
*/

// Create a universal function
const captureEvent = (name, properties) => {
  posthog.capture(name, properties); // You should have this already
  
  window.jimo.push(["do", "posthog:capture", [name, properties]]);
};

// Let's use it
captureEvent("purchase", { amount: 199 })

You are all setup 🎉

Trigger an experience from a PostHog event

To display an experience following a PostHog event in your application, go to the Settings page of the experience, set the trigger to 'On event,' and select the specific PostHog event to use.

Visualize and create analytics dashboard based on Jimo events in PostHog
Create audience based on PostHog events
Set the experience trigger to On event
Select the PostHog event that should trigger the experience
Events for Analytics Integrations
our integrations page
Enable Jimo → PostHog
Enable PostHog → Jimo