
Mixpanel default properties are not appearing in 'Live View'. OK from our mobile apps. This issue is with our web app using JS to initialise Mixpanel e.g.<script>(function(f,b)
...
...
(document,window.mixpanel||[]); mixpanel.init("OUR_ID", {batch_requests: true})</script>
then to track events:
window.mixpanel.track("Main Menu Select Site", { "distinct_id": this.sp_User, "site_uuid": this.siteUuid });
Any ideas?
Many thanks