Subversion Repositories SmartDukaan

Rev

Rev 11811 | Rev 11845 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11811 Rev 11831
Line 33... Line 33...
33
      _gaq.push(['_setDomainName', '<?php echo $this->config->item('ga_domain');?>']);
33
      _gaq.push(['_setDomainName', '<?php echo $this->config->item('ga_domain');?>']);
34
      _gaq.push(['_trackPageview']);
34
      _gaq.push(['_trackPageview']);
35
 
35
 
36
      (function() {
36
      (function() {
37
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
37
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
38
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
38
        //ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
39
	ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
39
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
40
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
40
      })();
41
      })();
41
    </script>
42
    </script>
42
  </head>
43
  </head>
43
  <body>
44
  <body>