| 1516 |
chandransh |
1 |
/*
|
|
|
2 |
* Invocation of Google Analytics code.
|
|
|
3 |
* Don't change anything here.
|
|
|
4 |
*/
|
| 12530 |
amit.gupta |
5 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
6 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
7 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
8 |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
| 1516 |
chandransh |
9 |
|
| 12530 |
amit.gupta |
10 |
ga('create', '${in.shop2020.gaAccountID}', 'auto');
|
|
|
11 |
ga('send', 'pageview');
|
|
|
12 |
ga('require', 'ecommerce'); // Load the ecommerce plug-in.
|