본문 바로가기
카테고리 없음

참고

by 찬찬2 2021. 11. 10.

var TRS_AIDX = /iPhone|iPad|iPod|Android/.test(navigator.userAgent) ? 11603 : 11598;

 

    (function () {
      var ua = navigator.userAgent.toLowerCase();
      var mobile = {
        isAndroid: ua.indexOf('android') > -1,
        isIos: ua.match(/(ipad|iphone|ipod)/g)
      };

 

 

 

      window.criteo_q = window.criteo_q || [];
      window.criteo_q.push(
        { event: 'setAccount', account: 50838 },
        {
          event: 'setEmail',
          email: "4699651@bucketplace.net"
        },
        { event: 'setSiteType', type: type }
      );

 

    window.bucketLog = window.bucketLog || [];
    window.bucketLog.push({
      user_id: 4699651,
    });

 

** 논리연산자의 활용

https://mynameisdabin.tistory.com/10

댓글