Integrations
Navattic
Capture events coming from Navattic interactive demos.
Overview
Navattic is a tool to build interactive demos of your product.
Automatic Setup
- Install the Koala snippet on the site where you are embedding Navattic demos.
- Koala will automatically detect and capture events from Navattic including:
- View Step
- Start Flow
- Complete Flow
- Start Checklist
- Open Checklist
- Close Checklist
- Identify User
- Converted
- Navigate
- Complete Task
Koala will also automatically identify users from Navattic forms and interactions.
Turning off autotracking for Navattic
If you don’t want all Navattic events captured, or need to control when it’s turned on, you can disable autotracking for Navattic in the Koala settings.
Manual Setup
With a small bit of code you can capture key events in Koala as visitors interact with your Navattic demos.
- Install the Koala snippet on the site where you are also embedding a Navattic demo iframe with Embed Events installed.
- Turn off the Navattic plugin in the Koala settings.
- Anywhere after the Koala snippet, within the
<body>
tag of your html add this code snippet:
This will send all Navattic events to Koala, prefixed with the name “Navattic” (e.g. “Navattic View Step” or “Navattic Navigated”). You can see the full list of events in their docs.
If you only want to capture some of the events you can add a conditional check like this: