Authored by xuqi

fix err home analysis script

... ... @@ -72,4 +72,5 @@
{{/ girls}}
</div>
{{> index/home-analysis}}
{{> layout/footer}}
\ No newline at end of file
... ...
... ... @@ -86,4 +86,5 @@
{{/ boys}}
</div>
<script>__custom = {"yopid":"index"};</script>
{{> index/home-analysis}}
{{> layout/footer}}
\ No newline at end of file
... ...
... ... @@ -33,4 +33,5 @@
{{/ newArrivls}}
{{/ kids}}
</div>
{{> index/home-analysis}}
{{> layout/footer}}
\ No newline at end of file
... ...
... ... @@ -32,4 +32,5 @@
{{/ newArrivls}}
{{/ lifestyle}}
</div>
{{> index/home-analysis}}
{{> layout/footer}}
\ No newline at end of file
... ...
<script>
(function() {
var hm = document.createElement("script");
hm.src = "http://static.criteo.net/js/ld/ld.js";
hm.async = 1;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
var u = _ozuid || "";
u = (u == 0) ? "" : u;
window.criteo_q = window.criteo_q || [];
window.criteo_q.push({event: "setAccount", account: 16184 },{event: "setCustomerId", id: u},{event: "setSiteType", type: "d" },{event: "viewHome" });
})();
</script>
\ No newline at end of file
... ...
... ... @@ -39,17 +39,6 @@ var _gaq = _gaq || [];
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
(function() {
var hm = document.createElement("script");
hm.src = "http://static.criteo.net/js/ld/ld.js";
hm.async = 1;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
var u = _ozuid || "";
u = (u == 0) ? "" : u;
window.criteo_q = window.criteo_q || [];
window.criteo_q.push({event: "setAccount", account: 16184 },{event: "setCustomerId", id: u},{event: "setSiteType", type: "d" },{event: "viewHome" });
})();
}
if (window.addEventListener) {
window.addEventListener('load', async_load, false);
... ...