roxitsc of Instapage Tech Support
11/9/2016 - 11:22 AM

Mixpanel generic event tracking

Mixpanel generic event tracking

jQuery(document).ready(function(){ 
$($(".conversion_wrapper")[0]).on('click', mptrack.bind(null, 'Click Test CTA-top'));


this is for button clicks - it's generic cause it can be used on different pages with the same ids.