Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 7272 |
amit.gupta |
1 |
/*
|
|
|
2 |
* Invocation of Google Analytics code.
|
|
|
3 |
* Don't change anything here.
|
|
|
4 |
*/
|
|
|
5 |
var _gaq = _gaq || [];
|
|
|
6 |
_gaq.push(['_setAccount', '${in.shop2020.gaAccountID}']);
|
|
|
7 |
_gaq.push(['_trackPageview']);
|
|
|
8 |
|
|
|
9 |
|
|
|
10 |
(function() {
|
|
|
11 |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
|
12 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
13 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
14 |
})();
|