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>