Merge branch 'hotfix/analysis'
Showing
1 changed file
with
2 additions
and
2 deletions
1 | <script> | 1 | <script> |
2 | - (function() { | 2 | + window.onload = function() { |
3 | var hm = document.createElement("script"); | 3 | var hm = document.createElement("script"); |
4 | hm.src = "http://static.criteo.net/js/ld/ld.js"; | 4 | hm.src = "http://static.criteo.net/js/ld/ld.js"; |
5 | hm.async = 1; | 5 | hm.async = 1; |
@@ -9,5 +9,5 @@ | @@ -9,5 +9,5 @@ | ||
9 | u = (u == 0) ? "" : u; | 9 | u = (u == 0) ? "" : u; |
10 | window.criteo_q = window.criteo_q || []; | 10 | window.criteo_q = window.criteo_q || []; |
11 | window.criteo_q.push({event: "setAccount", account: 16184 },{event: "setCustomerId", id: u},{event: "setSiteType", type: "d" },{event: "viewHome" }); | 11 | window.criteo_q.push({event: "setAccount", account: 16184 },{event: "setCustomerId", id: u},{event: "setSiteType", type: "d" },{event: "viewHome" }); |
12 | - })(); | 12 | + }; |
13 | </script> | 13 | </script> |
-
Please register or login to post a comment