Search for
Login | Username Password Forgot? | Email: | Create Account
Non English | Popularity: 0 | Entries: 274 | Modified: 35d 12h ago | | Add to My Feeds
How to insert ga.js and urchin.js in your blog or blogspot ?
Users with less technical knowledge should refrain from using ga.js for Website Optimiser experiments at this point. Not to difficult to insert ga.js and urchin.js in blog or blogspot.
You must have been register in Google Analytics Click Here to register Google.
After register you will get this code
----------start
<script
type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "
https://ssl." : "http://www.");
document.write("\<script src='" + gaJsHost +
"google-analytics.com/ga.js'
type='text/javascript'>\<\/script>" );
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-xxxxx-x");
pageTracker._initData();
pageTracker._trackPageViews("");
</script>
----------end
To get fast tracking with urchin.js and ga.js
Insert pageTracker._setSessionTimeout("6000");
before </script>
after pageTracker._trackPageViews("");

After step above follow this step :
1. The first open your blogspot, then login with your username and password.
2. Click Layout
3. Click Edit HTML
4. Find in the html code this
5. Insert Your Code in there <body>
6. Then Save your template

Look this Picture Click to more Larger Picture

uchin js and ga js.JPG]







More from Tutorial

Ebook Gratis 08 May 21
Windows Explorer 08 May 13

^ Back To Top