+ Reply to Thread
Results 1 to 6 of 6

Thread: Google Analytics trucking code does NOT work with Flynax script!

Hybrid View

  1. #1
    Junior Member
    Join Date
    Dec 2009
    Posts
    28
    You need to add:

    {literal}
    <! -- Google Analitycs trucking code START -- >
    <script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'XX-XXXXXX-X']);
    _gaq.push(['_trackPageview']);
    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>
    <! -- Google Analitycs trucking code END -- >
    {/literal}

    From here: http://www.flynax.com/forum/showthre...de-integration
    Last edited by Vitor Reis; April 4, 2012 at 09:25 PM.

+ Reply to Thread