roxitsc of Instapage Tech Support
6/14/2016 - 12:22 PM

GA Event for pop-ups - works only on buttons (and NOT on text or image links)

GA Event for pop-ups - works only on buttons (and NOT on text or image links)

<script>
window.instapageAnchorClick = function( element, wid ){	
    if ( wid === 2 )
    {
    ga('send', 'event', 'button', 'popup', 'open');
    }
};
</script>