|
|
@@ -1263,6 +1263,18 @@ $(document).ready(function() {
|
|
|
/*]]>*/
|
|
|
</script>
|
|
|
|
|
|
+ <!-- Criteo 홈페이지 태그 -->
|
|
|
+ <script type="text/javascript">
|
|
|
+ var criteoEmail = gEmail ? hex_sha512(gEmail).toString().hashCode() : '';
|
|
|
+ window.criteo_q = window.criteo_q || [];
|
|
|
+ var deviceType = /iPad/.test(navigator.userAgent) ? "t" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? "m" : "d";
|
|
|
+ window.criteo_q.push(
|
|
|
+ { event: "setAccount", account: 6762}, // 이 라인은 업데이트하면 안됩니다
|
|
|
+ { event: "setEmail", email: criteoEmail }, // 빈 문자일 수 있습니다
|
|
|
+ { event: "setSiteType", type: deviceType},
|
|
|
+ { event: "viewHome"});
|
|
|
+ </script>
|
|
|
+ <!--// Criteo 홈페이지 태그 -->
|
|
|
</th:block>
|
|
|
|
|
|
</body>
|