| Line 3... |
Line 3... |
| 3 |
<head>
|
3 |
<head>
|
| 4 |
<!-- Google Website Optimizer Tracking Script -->
|
4 |
<!-- Google Website Optimizer Tracking Script -->
|
| 5 |
<script type="text/javascript">
|
5 |
<script type="text/javascript">
|
| 6 |
var _gaq = _gaq || [];
|
6 |
var _gaq = _gaq || [];
|
| 7 |
_gaq.push(['gwo._setAccount', '${in.shop2020.ABTestgaAccountID}']);
|
7 |
_gaq.push(['gwo._setAccount', '${in.shop2020.ABTestgaAccountID}']);
|
| 8 |
_gaq.push(['gwo._trackPageview', '/${in.shop2020.ABTestExperimentID}/test']);
|
8 |
_gaq.push(['gwo._trackPageview', '/${in.shop2020.ABTestExperimentID}/goal']);
|
| 9 |
(function() {
|
9 |
(function() {
|
| 10 |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
10 |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
| 11 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
11 |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
| 12 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
12 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
| 13 |
})();
|
13 |
})();
|