• hi – i was using MI just fine, but i needed to get specific data for clicks on banner images in the sidebars, so i put in ga_push code for those, but once i did that i was not getting those results i needed. but when i removed MI i did start to get data. But at the same time i lost the outbound link data that was coming from the text area. Does this sound like something that has happened to anyone before, or is my experience an anomaly? And can you think of anything i might do to gather all the data i need? thanks, ed
    ps. the url is robchrisman.com
    the theme is an ithemes builder theme
    the code in place for the ga is
    <script>
    (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,’script’,’https://www.google-analytics.com/analytics.js&#8217;,’ga’);

    ga(‘create’, ‘UA-41921522-1’, ‘auto’);
    ga(‘send’, ‘pageview’);

    </script>

    and the code for ga_push for certain widget areas is
    onclick=”_gaq.push([‘_trackEvent’,’banners’,’Lenders One Cooperative’,’altisource.com/producs’]);”

    i am getting banners resuls in GA but nothing from text areas…

The topic ‘outbound links’ is closed to new replies.