0
Welcome Guest! Login
0 items Join Now

Google Analytics Script - Where should it go?

    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: Google Analytics Script - Where should it go?

    Posted 17 years 4 months ago
    • index.php is used to show every published page of you site. if you did this correctly (you can post the bottom of your index.php file here for us to confirm its in the right spot), google should work.

      if you want you can PM me both your google account and your website url and i'll take a look.
    • Say no to Internet Explorer 6.
      twitter.com/mark_up
  • Re: Google Analytics Script - Where should it go?

    Posted 17 years 4 months ago
    • urj2ic8's Avatar
    • urj2ic8
    • Hero Rocketeer
    • Posts: 421
    • Thanks: 0

    Re: Google Analytics Script - Where should it go?

    Posted 17 years 4 months ago
    • GollumX wrote:
      index.php is used to show every published page of you site.

      Just to clarify for those of us that may be unsure, it's the template index.php file, NOT that joomla index.php file.
    • Last Edit: 17 years 4 months ago by urj2ic8.
    • Billy Zoellers
    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: Google Analytics Script - Where should it go?

    Posted 17 years 4 months ago
    • anshell's Avatar
    • anshell
    • Sr. Rocketeer
    • Posts: 151
    • Thanks: 0

    Re: Google Analytics Script - Where should it go?

    Posted 17 years 4 months ago
  • Re: Google Analytics Script - Where should it go?

    Posted 16 years 7 months ago
    • I found this thread a little late :-)

      Is this where the code goes?

      Copy of my template file below

      Thanks

      <div class="copyright-text">Copyright Urban Colour 2008. - Web Design By Julian Campbell</div>
      </div>
      </body>
      </html>
      <div align="center"><a href=" www.rockettheme.com/ " title="RocketTheme Joomla Template Club" class="nounder"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/blank.gif" alt="RocketTheme Joomla Templates" id="rocket" class="png" /></a></div>
      <!--end bottom section-->
      </div>
      <!--end main wrapper-->
      </div>
      <script type="text/javascript">
      var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
      document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
      </script>
      <script type="text/javascript">
      var pageTracker = _gat._getTracker("UA-3410166-2");
      pageTracker._initData();
      pageTracker._trackPageview();
      </script>
      </body>
      </html>

Time to create page: 0.059 seconds