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.