Seva at Eclipse

Seva Lapsha working on Eclipse PDT project

Archive for August, 2008

Prototype styled Google Analytics javascript snippet

Posted in development, html, integration, java, javascript, leisure, prototype, web on August 11th, 2008 | No Comments »

Recently I’ve created a prototype styled javascript snippet to enable google analytics on one of my sites. Save this code in google.analytics.js file and include it from the head tag of the page just after including of the prototype.js:
gaTrackerId = ’ss-ddddddd-d’; // insert your tracker id here
document.observe(’dom:loaded’, function() {
var gaJsHost = (
(’https:’ == document.location.protocol)
? ‘https://ssl.’
: [...]

[ Back to top ]

Recent Posts

Archives

Categories

Meta