{"success":true,"message":"ok","data":{"siteId":34,"tagRecId":26,"domRecList":[],"ssidRecList":[],"fetchCookieList":{},"urlFetchMap":{"URL_PARAM":[],"URL_LAST_PATH":"OFF"},"outlinkFilter":[],"tagExternalList":[{"name":"ad2-Cookie-Sync","triggerList":[{"type":"PAGE_VIEW","urlPatternList":[{"key":"www.thenewslens.com","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"type":"OTHER","status":"ON","codeSnippet":"<script>\n  // 定義變數 a 的值，方便日後修改\n  const trackingParamA = 34; \n\n  // Function to get cookie value\n  function getCookieValue(cookieName) {\n    const cookieArray = document.cookie.split(';');\n\n    for (let i = 0; i < cookieArray.length; i++) {\n      let cookie = cookieArray[i].trim();\n      if (cookie.indexOf(cookieName + '=') === 0) {\n        return cookie.substring(cookieName.length + 1, cookie.length);\n      }\n    }\n\n    return null;\n  }\n\n  // Function to call the pixel\n  function callPixel() {\n    const retuid = getCookieValue('__retuid');\n    if (retuid) {\n      const img = new Image();\n      img.src = `https://cm.ad2iction.com/sync?ad2_pid=dac&ad2_tpi=1&ad2_puid=${retuid}i&a=${trackingParamA}&ckType=6`;\n      img.style.display = 'none';\n      document.body.appendChild(img);\n      \n      console.debug(`Pixel called successfully with a=${trackingParamA}`);\n      console.debug(img.src);\n    } else {\n      console.debug('__retuid cookie not found');\n    }\n  }\n\n  // Call the pixel when the script runs\n  callPixel();\n</script>","memo":"NOIFRAME","pushStatus":"ALL"},{"name":"91App Tracking","triggerList":[{"type":"PAGE_VIEW","urlPatternList":[{"key":"www.thenewslens.com","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"type":"OTHER","status":"ON","codeSnippet":"<script>\n    (function() {\n        // 取得 Cookie 的函數\n        function getCookie(name) {\n            //console.log('getCookie');\n            const match = document.cookie.match(new RegExp('(?:^|;\\\\s*)' + name + '=([^;]*)'));\n            return match ? match[1] : null;\n        }\n\n        // 取得 cid 的函數（從 Cookie 讀取 __retuid）\n        function getCustomerId() {\n            return new Promise((resolve, reject) => {\n                //console.log('In calling getCustomerId');\n                const retuidValue = getCookie('__retuid'); // __retuid 即為 cid\n\n                if (retuidValue) {\n                    console.debug('CID found:', retuidValue);\n                    resolve(retuidValue);\n                } else {\n                    console.warn('CID not found');\n                    reject('CID not found in cookies');\n                }\n            });\n        }\n\n        // 非同步載入 91App Tracking SDK\n        function load91AppSDK() {\n            return new Promise((resolve, reject) => {\n                var script = document.createElement(\"script\");\n                script.src = \"https://tracking-client.91app.com/1.2.0/nineyi.tracking.client.iife.js\";\n                script.async = true;\n\n                script.onload = function() {\n                    console.debug(\"Tracking SDK Loaded\");\n                    resolve();\n                };\n\n                script.onerror = function() {\n                    reject(\"Tracking SDK failed to load\");\n                };\n\n                document.head.appendChild(script);\n            });\n        }\n\n        // 執行 91App Tracking 初始化\n        function initialize91AppTracking() {\n            return getCustomerId()\n                .then(cid => {\n                    //console.log('Successfully retrieved CID:', cid);\n                    return window.nineyiTracking.initialize({\n                        cid,\n                        tid: '3',\n                        idStoredType: \"COOKIE\",\n                    });\n                })\n                .then(initialStatus => {\n                    if (initialStatus === \"SUCCESS\") {\n                        console.debug(\"Tracking initialized successfully\");\n                    } else {\n                        console.debug(\"Tracking initialization failed\");\n                    }\n                })\n                .catch(error => {\n                    console.error('Error initializing tracking:', error);\n                });\n        }\n\n        // 同步 91 ID，確保在 Tracking 初始化後執行\n        function sync91ID() {\n        return new Promise((resolve, reject) => {\n        setTimeout(() => {\n            const id91Value = getCookie('nineyi_did');\n            const trackingParamA = 34; // 抽出的變數，方便修改\n\n            if (id91Value) {\n                const apiUrl = `https://a.amnet.tw/cksync/common/?a=${trackingParamA}&ckType=21&otherId=${encodeURIComponent(id91Value)}`;\n                \n                // 使用 fetch 確保請求成功發送\n                fetch(apiUrl, { method: \"GET\", mode: \"no-cors\", credentials: \"include\" })\n                    .then(() => {\n                        console.debug(`91 ID sync request sent successfully (a=${trackingParamA}):`, apiUrl);\n                        resolve();\n                    })\n                    .catch(error => {\n                        console.error(`91 ID sync request failed (a=${trackingParamA}):`, apiUrl, error);\n                        reject(error);\n                    });\n            } else {\n                console.warn('nineyi_did not found in cookies');\n                resolve(); // 即使找不到 Cookie 也 resolve，避免影響後續流程\n            }\n        }, 100); // 延遲 100ms 確保 tracking 初始化後再執行\n    });\n}\n\n        \n\n        // 依序執行步驟\n        load91AppSDK()\n            .then(() => initialize91AppTracking()) // 初始化 Tracking\n            .then(() => sync91ID()) // Tracking 初始化完成後執行 91 ID 同步\n            .catch(error => {\n                console.error(\"Error in tracking process:\", error);\n            });\n\n    })();\n</script>","memo":"NOIFRAME","pushStatus":"ALL"},{"name":"GH-Cookie-Sync","triggerList":[{"type":"PAGE_VIEW","urlPatternList":[{"key":"thenewslens.com","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"type":"OTHER","status":"ON","codeSnippet":"<img src=\"https://pioneer.ghtinc.com/cm?cn=dentsu&a=34&ckType=18\" width=\"1\"  height=\"1\" display=\"none\">","memo":"IFRAME","pushStatus":"ALL"},{"name":"TenMax-Cookie-Sync","triggerList":[{"type":"PAGE_VIEW","urlPatternList":[{"key":"thenewslens.com","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"type":"OTHER","status":"ON","codeSnippet":"<img src=\"https://dmp.tenmax.io/ecm?id=dentsu&r=https%3A%2F%2Fa.amnet.tw%2Fcksync%2Fcommon%2F%3Fa%3D34%26ckType%3D19%26otherId%3D\" width=\"1\"  height=\"1\" display=\"none\">","memo":"IFRAME","pushStatus":"ALL"},{"name":"Hinet-Cookie-Sync","triggerList":[{"type":"PAGE_VIEW","urlPatternList":[{"key":"thenewslens.com","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"type":"OTHER","status":"ON","codeSnippet":"<script>\nfunction getCookieValue(cookieName) {\n  const cookieArray = document.cookie.split(';');\n\n  for (let i = 0; i < cookieArray.length; i++) {\n    let cookie = cookieArray[i].trim();\n    if (cookie.indexOf(cookieName + '=') === 0) {\n      return cookie.substring(cookieName.length + 1, cookie.length);\n    }\n  }\n\n  return null;\n}\n</script>\n<script>\n    var partnerId = '5aaa20';\n    var partnerCookie = getCookieValue('__retuid');\n    var hiscript = document.createElement('script');\n    hiscript.type = 'text/javascript';\n    hiscript.async = true;\n    hiscript.src = '//t.ssp.hinet.net/utag.js';\n    document.body.append(hiscript);\n\n    window.__hitagCmdQueue = window.__hitagCmdQueue || [];\n    function hiball() {__hitagCmdQueue.push(arguments)};\n    hiball('cm', partnerId, partnerCookie);\n    hiball('fire', {'partnerId': partnerId, 'referrer': 'thenewslens.com'});\n\n</script>","memo":"NOIFRAME","pushStatus":"ALL"},{"name":"TTD-CookieSync","triggerList":[{"type":"PAGE_VIEW","urlPatternList":[{"key":"thenewslens.com","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"type":"OTHER","status":"ON","codeSnippet":"<img src=\"https://match.adsrvr.org/track/cmf/generic?ttd_pid=8jn97rr&ttd_puid=34&ttd_tpi=1\" style=\"display:none;\"/>","pushStatus":"ALL"},{"name":"ucfunnel","triggerList":[{"type":"PAGE_VIEW","urlPatternList":[{"key":"thenewslens.com","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"type":"OTHER","status":"ON","codeSnippet":"<img src =\"https://sync.aralego.com/idsync?redirect=https%3A%2F%2Fa.amnet.tw%2Fcksync%2Fcommon%2F%3FckType%3D12%26otherId%3DUCFUID%26a%3D34%26t%3D\"  style=\"display:none;\" />\n<script async src=\"https://ads.aralego.com/cookiesync\"></script>","memo":"IFRAME","pushStatus":"ALL"},{"name":"DV360-google","triggerList":[{"type":"PAGE_VIEW","urlPatternList":[{"key":"thenewslens.com","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"type":"OTHER","status":"ON","codeSnippet":"<img src=\"https://cm.g.doubleclick.net/pixel?google_nid=amnettw_dmp&google_cm&a=34&ckType=0\" style=\"display:none;\"  />","pushStatus":"ALL"},{"name":"Navegg","triggerList":[{"type":"PAGE_VIEW","urlPatternList":[{"key":"www.thenewslens.com","isGetAttribute":false},{"key":"hk.thenewslens.com","isGetAttribute":false},{"key":"international.thenewslens.com","isGetAttribute":false},{"key":"asean.thenewslens.com","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"type":"OTHER","status":"ON","codeSnippet":"<script id=\"navegg\" type=\"text/javascript\">\n  (function(n,v,g){o=\"Navegg\";if(!n[o]){\n    a=v.createElement('script');a.src=g;b=document.getElementsByTagName('script')[0];\n    b.parentNode.insertBefore(a,b);n[o]=n[o]||function(parms){\n    n[o].q=n[o].q||[];n[o].q.push([this, parms])};}})\n  (window, document, 'https://tag.navdmp.com/universal.min.js');\n  window.naveggReady = window.naveggReady||[];\n  window.nvg53495 = new Navegg({\n    acc: 53495\n  });\n</script>","pushStatus":"ALL"}],"resTagPixelList":[{"name":"0a2 品牌聯名","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/business-blog","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29692354530&cert=5ab376b3ee1ce39358b1ede790ec6363&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29692354530&cert=5ab376b3ee1ce39358b1ede790ec6363&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29692354530&cert=5ab376b3ee1ce39358b1ede790ec6363&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"0a1 專題報導","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/features","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29692290308&cert=af251fddcf9319b5a94189cb78f26dd3&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29692290308&cert=af251fddcf9319b5a94189cb78f26dd3&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29692290308&cert=af251fddcf9319b5a94189cb78f26dd3&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"06b 分類-藝文人文","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/category/arts-culture","isGetAttribute":false},{"key":"https://www.thenewslens.com/category/humanity","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29692197299&cert=65df43bdc3613c09a6dc564f33e612fc&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29692197299&cert=65df43bdc3613c09a6dc564f33e612fc&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29692197299&cert=65df43bdc3613c09a6dc564f33e612fc&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"06a 分類-政治","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/category/politics","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29692158730&cert=4a60ca562baeeb52239b3037f426b334&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29692158730&cert=4a60ca562baeeb52239b3037f426b334&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29692158730&cert=4a60ca562baeeb52239b3037f426b334&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"069 分類-社會生活","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/category/society","isGetAttribute":false},{"key":"www.thenewslens.com/category/living","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29692090057&cert=ca3414398d28addaea8a6db74ca63f8d&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29692090057&cert=ca3414398d28addaea8a6db74ca63f8d&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29692090057&cert=ca3414398d28addaea8a6db74ca63f8d&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"068 分類-運動","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/category/sports","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29692052469&cert=b3f35b4cd1ebea93f6422d547f23dd6f&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29692052469&cert=b3f35b4cd1ebea93f6422d547f23dd6f&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29692052469&cert=b3f35b4cd1ebea93f6422d547f23dd6f&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"067 分類-商業","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/category/business","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29692013461&cert=dc45ae3f27dd6979d5c8bc9afa96d8e2&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29692013461&cert=dc45ae3f27dd6979d5c8bc9afa96d8e2&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29692013461&cert=dc45ae3f27dd6979d5c8bc9afa96d8e2&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"066 分類-教育","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/category/education","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29691975568&cert=5f56e2604b54561d3c56471571c0c833&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29691975568&cert=5f56e2604b54561d3c56471571c0c833&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29691975568&cert=5f56e2604b54561d3c56471571c0c833&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"065 分類-職場","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/category/career","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29691940470&cert=d0d2a811a263f533b90ba246ed71bb52&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29691940470&cert=d0d2a811a263f533b90ba246ed71bb52&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29691940470&cert=d0d2a811a263f533b90ba246ed71bb52&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"064 分類-科技科學","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/category/science","isGetAttribute":false},{"key":"https://www.thenewslens.com/category/tech","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29691905751&cert=ddcbaff31158fa77f8f62b5e355e23fe&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29691905751&cert=ddcbaff31158fa77f8f62b5e355e23fe&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29691905751&cert=ddcbaff31158fa77f8f62b5e355e23fe&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"063 分類-健康","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/category/health","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29691871321&cert=326ca086652d5f3e6eb32bd7715f001a&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29691871321&cert=326ca086652d5f3e6eb32bd7715f001a&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29691871321&cert=326ca086652d5f3e6eb32bd7715f001a&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"061 分類-國際財經","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"www.thenewslens.com/category/world","isGetAttribute":false},{"key":"https://www.thenewslens.com/category/economy","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29691796311&cert=48387088fe0cbb997690ad6324a05ae3&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29691796311&cert=48387088fe0cbb997690ad6324a05ae3&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29691796311&cert=48387088fe0cbb997690ad6324a05ae3&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"東南亞專題","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"asean.thenewslens.com","isGetAttribute":false},{"key":"https://www.thenewslens.com/channel/asean","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29691355939&cert=411df1279645ad3ca4f7ce3356138d83&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29691355939&cert=411df1279645ad3ca4f7ce3356138d83&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29691355939&cert=411df1279645ad3ca4f7ce3356138d83&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"200 international.thenewslens.com","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"international.thenewslens.com","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29691329134&cert=1838127a382c648b2e432586ccd78e8c&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29691329134&cert=1838127a382c648b2e432586ccd78e8c&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29691329134&cert=1838127a382c648b2e432586ccd78e8c&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"},{"name":"香港專題","triggerList":[{"type":"PAGE_VIEW_PIXEL_TRACK","urlPatternList":[{"key":"hk.thenewslens.com","isGetAttribute":false},{"key":"https://www.thenewslens.com/channel/hk","isGetAttribute":false}],"urlRegexList":[],"triggerDomList":[]}],"htmlCodeTrack":"<img ret-original=\"https://a.amnet.tw/t/?a=34&cat=18-29691293132&cert=1cd75992b1064b32d1b1ab3c71e713d5&app=WEB\" style=\"display: none;\" >","htmlCodeConversion":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catcv=18-29691293132&cert=1cd75992b1064b32d1b1ab3c71e713d5&app=WEB\" style=\"display: none;\" >","htmlCodeClick":"<img ret-original=\"https://a.amnet.tw/t/?a=34&catclk=18-29691293132&cert=1cd75992b1064b32d1b1ab3c71e713d5&app=WEB\" style=\"display: none;\" >","type":"ON_SITE","status":"OFF","pushStatus":"ALL"}],"ssidTrackList":[],"extParam":[],"tagTrackStatus":"ON","tagRecommendStatus":"OFF","depthScroll":"OFF","sdkSwitch":"ON","triggerRuleVos":[]}}