I also found that many Mixpanel actions were not being logged. It seems that many if not most browsers now have ad-blockers and Do Not Track features that will block Mixpanel events, because they are client side.
I have been having success using server-side tracking via Segment. Segment collects the data from Bubble server, then sends it to Mixpanel in order to create dashboards.
Mixpanel does have a server-side functionality, but I don’t think anyone has built a Bubble plugin to leverage it. So we have to use Segment as intermediary.
What I did is set up Freshpaint which sends events to any place you want including Mixpanel. You just need to add their HTML snippet to your header.
After that, you can add an action to Run javascript for every thing you want to track. Here’s an example:
For events on the backend, you can use the API connector too. It’s pretty simple but can book time on my Calendly if you need assistance: Calendly - Rod Danan
Anyone around to help with my Mixpanel. I have just started to use Mixpanel, plus I’m a newbie to all of it. I have put all the Api & token in the right places in my bubble plugin. Do I need to implement data? As there is a warning sign at top of Mixpanel dashboard. Also do workflow? Any help be appreciated