Subversion Repositories SmartDukaan

Rev

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

Rev 11832 Rev 11922
Line 2... Line 2...
2
 * Invocation of Google Analytics code.
2
 * Invocation of Google Analytics code.
3
 * Don't change anything here.
3
 * Don't change anything here.
4
 */
4
 */
5
var _gaq = _gaq || [];
5
var _gaq = _gaq || [];
6
_gaq.push(['_setAccount', '${in.shop2020.gaAccountID}']);
6
_gaq.push(['_setAccount', '${in.shop2020.gaAccountID}']);
-
 
7
_gaq.push(['_setDomainName', '${in.shop2020.gaDomain}']);
7
_gaq.push(['_trackPageview']);
8
_gaq.push(['_trackPageview']);
8
 
9
 
9
 
10
 
10
(function() {
11
(function() {
11
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
12
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;