Using Mixpanel with Inline Manual enables you to see how users are interacting with your Topics. You can track what Topics are launched and the Steps that have been seen.
Prerequisites
- A Mixpanel account
- An Inline Manual Site
- Beta player
- A Topic with content
Instructions
1) Activate the Beta player
In your Inline Manual account, go to Sites > Settings > Player version. Check the box next to "Beta version" to enable it. To save the changes, click the "Save" button.
2) Activate Mixpanel in Inline Manual
In your Inline Manual account, navigate to Sites > Settings > Player integrations > Mixpanel. For Mixpanel, check the "Enabled" box. Check the boxes for "Topic Start," "Topic End," "Nps Scale," "Feedback Scale," "Step Show", "Topic Done", "Nps Comment", and "Feedback Comment". When finished, click the "Save" button at the bottom of the page.
3) Create a Mixpanel project
You can go to step 8 if you already have Mixpanel implemented within your product.
You must first create a new project in your Mixpanel account. Click the "Create project" button to begin.
4) Enter project information
Enter the project name (such as "Staging"), the location where you want to keep your data, and the time zone. Then select the "Create" option.
5) Implement Mixpanel
Click the "Implement Mixpanel" button in the Mixpanel dashboard to access the installation page.
6) Choose installation method
Copy the API Token and save it somewhere for later use, then select the "JavaScript" option.
7) Copy the JavaScript code
Copy the JavaScript implementation code from "Installation Option 2: HTML" and paste it into your application's "<head>" section.
Make sure to save your changes.
8) Test the player events
Visit your app, launch a Topic and play it all the way through. Then, go to your Mixpanel account and select "Events" from the top menu to see the Inline Manual player events.
Please keep in mind that the data may take a few moments to appear in the "Events" dashboard.
You can expand on any Mixpanel event to see more information about it. Inline Manual player events such as "eventAction", "topicId", "eventCategory", "eventLabel", "stepTitle" and "stepIndex" will be visible.
To simplify the information, click on "Your properties" in the same event.
Outcome
Now you should be able to see the Inline Manual events in your Mixpanel account.