roxitsc of Instapage Tech Support
12/8/2016 - 12:16 PM

GA event triggered on destination url. Works for images!

GA event triggered on destination url. Works for images!

<script>
window.onload = function()
{
jQuery('a[href="REPLACEWITHURL"]').attr("onclick", "ga('send', 'event', 'CATEGORY', 'ACTION', 'LABEL')");
};
</script>