{"template":{"templateid":158,"name":"bz_global_default_template","preloads":["(function(){\n var css = \"div[ic_placementid='2585'] { margin:auto; text-align:center;}\";\n \n var htmlDiv = document.createElement('div');\n htmlDiv.innerHTML = '';\n document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]);\n})();","(function(){\n var css = \"#ic_mobileadhesion{ border: 1px solid lightgrey; min-height: 50px; position: fixed; min-width: 300px; margin: auto; left: 0; right: 0; bottom: 50px; margin: 10px; background: #fff; display: none; z-index: 9999999; width: fit-content; margin: auto;}\"\n + \"#ic_mobileadhesion .adhesion_collapse{ float: right; width: 14px;}\"\n + \"#ic_mobileadhesion .adhesion_placement{ min-width: 300px; min-height: 50px; text-align:center; overflow: auto; margin: 12px 12px 0px 12px; padding: 1px;}\"\n + \"@media only screen and (max-width: 767px) }\";\n console.log(\"In Adhesion\"); \n var htmlDiv = document.createElement('div');\n\n htmlDiv.innerHTML = '';\n document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]);\n\n var element = document.createElement(\"div\");\n element.id=\"ic_mobileadhesion\";\n element.innerHTML = '
';\n var body = document.body;\n if(body){\n body.appendChild(element);\n }\n \n window.ic_uat5_adhesion_collapse = function () {\n var el = document.getElementById(\"ic_mobileadhesion\");\n if (el) {\n el.setAttribute(\"style\", \"display:none !important\");\n }\n }\n\n window.ic_uat5_mobileadhesion_show = function () {\n var el = document.getElementById(\"ic_mobileadhesion\");\n if (el) {\n el.setAttribute(\"style\", \"display:block !important\");\n }\n }\n})()","(function () {\n var loc = window.location;\n var root = loc.pathname == \"/\";\n var root = loc.pathname == \"/\";\n var article = /\\/[^\\/]\\d{4,}[^\\/]*\\//g.test(loc.pathname);\n var articleMobile = /article/.test(loc.pathname);\n var categoryMobile = /category/.test(loc.pathname);\n var canvas = /sponsored-content/.test(loc.pathname);\n\n\n console.log(\"root = \" + root, \" | article = \" + article, \" | articleMobile = \" + articleMobile, \" | categoryMobile = \" + categoryMobile + \" | canvas = \" + canvas);\n\n var ua = navigator.userAgent,\n mobile = /IEMobile|Windows Phone|Lumia/i.test(ua) ? 'w' : /iPhone|iP[oa]d/.test(ua) ? 'i' : /Android/.test(ua) ? 'a' : /BlackBerry|PlayBook|BB10/.test(ua) ? 'b' : /Mobile Safari/.test(ua) ? 's' : /webOS|Mobile|Tablet|Opera Mini|\\bCrMo\\/|Opera Mobi/i.test(ua) ? 1 : 0;\n\n\n function insertAfter(newNode, refNode) {\n refNode.parentNode.insertBefore(newNode, refNode.nextSibling);\n }\n\n\n function insertBefore(newNode, refNode) {\n refNode.parentNode.insertBefore(newNode, refNode);\n }\n\n\n function getNewNode(tag, id) {\n var newNode = document.createElement(tag);\n newNode.id = id;\n return newNode;\n }\n\n\n function findNode(ob, callback) {\n var f = function (c) {\n // setTimeout(function () {\n if (document.querySelector(ob.parentClip)) {\n var newList = [];\n var trgtElem;\n if (ob.childCount) {\n var mn = document.querySelector(ob.parentClip).children;\n for (var i = 0; i < mn.length; i++) newList.push(mn[i]);\n for (var i = newList.length - 1; i >= 0; i--) {\n if (ob.exclude) {// exclude tags\n for (var j = 0; j < ob.exclude.tags.length; j++) {\n if (newList[i].tagName === ob.exclude.tags[j]) newList.splice(i, 1);\n }\n }\n }\n\n if (ob.targetPos == \"first\"){\n\n } else if (ob.targetPos == \"last\") {\n ob.targetPos = newList.length - 1;\n trgtElem = newList[ob.targetPos];\n\n } else if (ob.targetPos == \"adjust\") {\n if (newList.length >= 16) {\n ob.targetPos = parseInt((newList.length / 2) + 4);\n trgtElem = newList[ob.targetPos];\n } else {\n trgtElem = false;\n }\n } else {\n if (ob.targetPos < newList.length - 1) {\n trgtElem = newList[ob.targetPos];\n } else {\n trgtElem = false;\n }\n\n }\n } else {\n trgtElem = document.querySelector(ob.parentClip);\n for (var i = 0; i < ob.targetPos; i++) { // move forward from trgtElement\n if (trgtElem.nextElementSibling) trgtElem = trgtElem.nextElementSibling;\n }\n }\n\n callback(trgtElem);\n\n\n } else {\n c--;\n if (c > 0) f(c)\n }\n // }, 500);\n };\n f(30);\n }\n\n if (root) {\n if (mobile) {\n findNode({\n parentClip: \".bz-best-of-benzinga .benzinga-content-container\",\n childCount: true,\n targetPos: 3,\n exclude: { tags: [\"SCRIPT\"], classes: [] },\n measureFrom: \"bottom\",\n measureOffset: -Math.round((window.innerHeight || document.documentElement.clientHeight) / 6),\n }, function (pos) {\n new icPlacementInsert({\n id: \"IC_M_3x1_1\",\n tgtnode: pos,\n where: \"After\"\n });\n\n });\n } else {\n findNode({\n parentClip: \".view-display-id-block_1.view-dom-id-3 .view-content\",\n childCount: true,\n targetPos: 3,\n exclude: { tags: [\"SCRIPT\"], classes: [] },\n measureFrom: \"bottom\",\n measureOffset: -Math.round((window.innerHeight || document.documentElement.clientHeight) / 6),\n }, function (pos) {\n new icPlacementInsert({\n id: \"IC_D_3x1_2\",\n tgtnode: pos,\n where: \"After\"\n });\n\n });\n }\n\n }\n\n\n\n if (article || articleMobile) {\n if (mobile) {\n findNode({\n parentClip: \".article-content .article .article-body\",\n childCount: true,\n targetPos: \"last\", // number, \"last\" or \"adjust\"\n exclude: { tags: [\"SCRIPT\"], classes: [] },\n measureFrom: \"bottom\",\n measureOffset: -Math.round((window.innerHeight || document.documentElement.clientHeight) / 6),\n },\n function (pos) {\n new icPlacementInsert({\n id: \"IC_M_3x3_1\",\n tgtnode: pos,\n where: \"After\"\n });\n });\n\n findNode({\n parentClip: \".article-content .article-body\",\n childCount: true,\n targetPos: 4,\n exclude: { tags: [\"SCRIPT\"], classes: [] },\n measureFrom: \"bottom\",\n measureOffset: -Math.round((window.innerHeight || document.documentElement.clientHeight) / 6),\n },\n function (pos) {\n new icPlacementInsert({\n id: \"IC_M_3x7_1\",\n tgtnode: pos,\n where: \"After\"\n });\n }); \n } else {\n\n findNode({\n parentClip: \"#bz-campaign-text-bottom\",\n childCount: false,\n targetPos: \"last\", // number, \"last\" or \"adjust\"\n exclude: { tags: [\"SCRIPT\"], classes: [] },\n measureFrom: \"bottom\",\n measureOffset: -Math.round((window.innerHeight || document.documentElement.clientHeight) / 6),\n },\n function (pos) {\n new icPlacementInsert({\n id: \"IC_D_3x3_1\",\n tgtnode: pos,\n where: \"After\"\n });\n });\n }\n }\n\n if (mobile && categoryMobile) {\n findNode({\n parentClip: \".feeds .benzinga-content-container\",\n childCount: true,\n targetPos: 3,\n exclude: { tags: [\"SCRIPT\"], classes: [] },\n measureFrom: \"bottom\",\n measureOffset: -Math.round((window.innerHeight || document.documentElement.clientHeight) / 6),\n },\n function (pos) {\n new icPlacementInsert({\n id: \"IC_M_3x1_4\",\n tgtnode: pos,\n where: \"After\"\n });\n\n });\n }\n\n\n function icPlacementInsert(placementData) {\n var newNode = getNewNode(\"div\", placementData.id);\n if (placementData.where && (placementData.where == \"before\")) {\n insertBefore(newNode, placementData.tgtnode);\n }\n else {\n insertAfter(newNode, placementData.tgtnode);\n }\n console.log(\"Inserting--\" + placementData.id);\n }\n})()\n","(function(){\n \n\n try {\n var loc = window.location;\n var is_money = /money/.test(loc.href)\n\n if(is_money){\n return;\n }\n\n var skyscraper1 = document.getElementById('skyscraper1_position');\n if(!skyscraper1){\n skyscraper1 = document.createElement(\"div\");\n skyscraper1.id = \"skyscraper1_position\";\n skyscraper1.style = \"position: fixed; left: 0px; top: 133px; display: block;\";\n document.body.appendChild(skyscraper1);\n\n }\n\n skyscraper1.style.display = 'block';\n \n var skyscraper2 = document.getElementById('skyscraper2_position');\n\n if(!skyscraper2){\n\n skyscraper2 = document.createElement(\"div\");\n skyscraper2.id = \"skyscraper2_position\";\n skyscraper2.style = \"position: fixed; right: 0px; top: 133px; display: block; z-index: 999;\";\n document.body.appendChild(skyscraper2);\n\n }\n skyscraper2.style.display = 'block';\n\n } catch (e){\n console.log(e);\n }\n\n try {\n var css = \" .ic_sticky_floater{ position: fixed !important; top: 55px !important; } \"\n // + \" #skyscraper1_position {width: 300px; height: 600px; border:1px solid; display:block !important;}\"\n // + \" #skyscraper2_position {width: 300px; height: 600px; border:1px solid; display:block !important;}\"\n \n var htmlDiv = document.createElement('div');\n htmlDiv.innerHTML = '';\n document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]);\n\n function addSticky(selector, classTop, content, footerSelector){\n var element = document.querySelector(selector);\n var content = document.querySelector(content);\n var footer = document.querySelector(footerSelector);\n\n function evaluate(){\n\n if (window.pageYOffset > 134) {\n element.classList.add(classTop);\n \n if(!footer){\n footer = document.querySelector(footerSelector);\n }\n\n if(footer){\n var limit = footer.offsetTop; //Height of Footer \n var windowTop = window.pageYOffset;\n \n //Change the Top of the Div when it scrolls more than the Footer\n if (limit < windowTop + element.offsetHeight + 20) {\n var diff = limit - (windowTop + element.offsetHeight);\n // console.log(\"Limit= \" + limit + \" windowtop= \" + windowTop + \" Diff= \" + diff);\n element.style.top = diff + \"px\";\n element.classList.remove(classTop);\n } else {\n element.style.top = null; //To remove the top which was added when user scrolls below footer\n element.classList.add(classTop);\n }\n }\n\n } else {\n element.style.top = \"133px\"; //To remove the top which was added when user scrolls below footer\n element.classList.remove(classTop);\n }\n\n } \n evaluate();\n \n window.addEventListener(\"scroll\", evaluate);\n window.addEventListener(\"resize\", evaluate);\n };\n\n\n if(document.readyState === \"complete\"){\n addSticky(\"#skyscraper1_position\", \"ic_sticky_floater\", \".content\", \".footer\");\n addSticky(\"#skyscraper2_position\", \"ic_sticky_floater\", \".content\", \".footer\"); \n } else {\n window.addEventListener(\"load\", \n function(){\n addSticky(\"#skyscraper1_position\", \"ic_sticky_floater\", \".content\", \".footer\");\n addSticky(\"#skyscraper2_position\", \"ic_sticky_floater\", \".content\", \".footer\");\n } \n )\n }\n\n } catch (e) {\n console.log(e);\n }\n})();"],"postloads":[],"customVariables":[],"placements":[{"id":1739,"name":"bz_global_default_QuantCast","placementType":"PIXEL","priority":7,"devices":null,"geolocations":null,"targeting":null,"selector":null,"loadType":"ON_LOAD","webvitalsconfig":null,"cssconfig":null,"tags":[{"tagid":1739,"name":"bz_global_default_QuantCast","script":"","weight":1,"type":"CUSTOM","target":{"dfpkeyname":"equities","kval":"equities","rules":null},"siteDFPKeyName":"invc.benzinga","isforcedtargetenabled":false,"adsize":null,"sizemapping":null,"dfpconfig":"{}","publisherkval":null,"gdprstatus":"SERVE_NEVER","nativelayout":null}],"frequency":null,"callbacks":[]},{"id":1741,"name":"bz_global_default_19_SiteTag_1","placementType":"PIXEL","priority":9,"devices":null,"geolocations":null,"targeting":null,"selector":null,"loadType":"ON_LOAD","webvitalsconfig":null,"cssconfig":null,"tags":[{"tagid":1741,"name":"bz_global_default_19_SiteTag_1","script":"","weight":1,"type":"CUSTOM","target":{"dfpkeyname":"equities","kval":"equities","rules":null},"siteDFPKeyName":"invc.benzinga","isforcedtargetenabled":false,"adsize":null,"sizemapping":null,"dfpconfig":"{}","publisherkval":null,"gdprstatus":"SERVE_FOR_PERSONALIZED_AD_REQUEST","nativelayout":null}],"frequency":null,"callbacks":[]},{"id":2585,"name":"bz_global_default_blank_300x384_1","placementType":"HTML","priority":5,"devices":["MOBILE"],"geolocations":["US"],"targeting":null,"selector":{"selectorid":1340,"identifier":".feeds .item:nth-child(13)","type":"AFTER"},"loadType":"ON_REALTIME","webvitalsconfig":null,"cssconfig":null,"tags":[{"tagid":2584,"name":"bz_global_default_blank_display_300x384_1","script":null,"weight":1,"type":"DISPLAY","target":{"dfpkeyname":"equities","kval":"equities","rules":null},"siteDFPKeyName":"invc.benzinga","isforcedtargetenabled":false,"adsize":"300x384","sizemapping":null,"dfpconfig":"{}","publisherkval":"adslot=d_300x384_2&pc=pc","gdprstatus":"SERVE_ALWAYS","nativelayout":null}],"frequency":null,"callbacks":[]},{"id":4463,"name":"bz_global_default_3x1_1","placementType":"HTML","priority":1,"devices":["MOBILE"],"geolocations":null,"targeting":null,"selector":{"selectorid":1817,"identifier":"#IC_M_3x1_1","type":"BEFORE"},"loadType":"ON_LOAD","webvitalsconfig":null,"cssconfig":null,"tags":[{"tagid":4496,"name":"bz_global_default_3x1_1","script":null,"weight":1,"type":"NATIVE","target":{"dfpkeyname":"equities","kval":"equities","rules":null},"siteDFPKeyName":"invc.benzinga","isforcedtargetenabled":false,"adsize":"3x1","sizemapping":null,"dfpconfig":"{}","publisherkval":"adslot=d_3x1_1&","gdprstatus":"SERVE_ALWAYS","nativelayout":{"nativelayoutid":26,"layout":"

{{title}}

{{summary}} {{callToAction}}

{{sponsoredby}}
","prebidConfig":"{\"body\": {\"required\": true}, \"icon\": {\"sizes\": [100, 100], \"required\": true}, \"image\": {\"sizes\": [100, 100], \"required\": true}, \"title\": {\"len\": 100, \"required\": true}, \"clickUrl\": {\"required\": true}, \"sponsoredBy\": {\"required\": true}}","siteid":1026}}],"frequency":null,"callbacks":[]},{"id":4464,"name":"bz_global_default_3x1_2","placementType":"HTML","priority":2,"devices":["DESKTOP","TABLET"],"geolocations":null,"targeting":null,"selector":{"selectorid":1818,"identifier":"#IC_D_3x1_2","type":"BEFORE"},"loadType":"ON_VIEW","webvitalsconfig":null,"cssconfig":null,"tags":[{"tagid":4497,"name":"bz_global_default_3x1_2","script":null,"weight":1,"type":"NATIVE","target":{"dfpkeyname":"equities","kval":"equities","rules":null},"siteDFPKeyName":"invc.benzinga","isforcedtargetenabled":false,"adsize":"3x1","sizemapping":null,"dfpconfig":"{}","publisherkval":"adslot=d_3x1_2&","gdprstatus":"SERVE_ALWAYS","nativelayout":{"nativelayoutid":29,"layout":"
\"credit
{{title}}
{{summary}} {{callToAction}}
","prebidConfig":"{\"body\": {\"required\": true}, \"icon\": {\"sizes\": [100, 100], \"required\": true}, \"image\": {\"sizes\": [100, 100], \"required\": true}, \"title\": {\"len\": 100, \"required\": true}, \"clickUrl\": {\"required\": true}, \"sponsoredBy\": {\"required\": true}}","siteid":1026}}],"frequency":null,"callbacks":[]},{"id":4465,"name":"bz_global_default_3x3_1","placementType":"HTML","priority":3,"devices":["MOBILE"],"geolocations":null,"targeting":null,"selector":{"selectorid":1819,"identifier":"#IC_M_3x3_1","type":"BEFORE"},"loadType":"ON_VIEW","webvitalsconfig":null,"cssconfig":null,"tags":[{"tagid":4498,"name":"bz_global_default_3x3_1","script":null,"weight":1,"type":"NATIVE","target":{"dfpkeyname":"equities","kval":"equities","rules":null},"siteDFPKeyName":"invc.benzinga","isforcedtargetenabled":false,"adsize":"3x3","sizemapping":null,"dfpconfig":"{}","publisherkval":"adslot=d_3x3_1&","gdprstatus":"SERVE_ALWAYS","nativelayout":{"nativelayoutid":28,"layout":"
{{title}}
{{sponsoredby}}
{{summary}} {{callToAction}}
","prebidConfig":"{\"body\": {\"required\": true}, \"icon\": {\"sizes\": [100, 100], \"required\": true}, \"image\": {\"sizes\": [100, 100], \"required\": true}, \"title\": {\"len\": 100, \"required\": true}, \"clickUrl\": {\"required\": true}, \"sponsoredBy\": {\"required\": true}}","siteid":1026}}],"frequency":null,"callbacks":[]},{"id":4466,"name":"bz_global_default_3x7_1","placementType":"HTML","priority":4,"devices":["MOBILE"],"geolocations":null,"targeting":null,"selector":{"selectorid":1820,"identifier":"#IC_M_3x7_1","type":"BEFORE"},"loadType":"ON_VIEW","webvitalsconfig":null,"cssconfig":null,"tags":[{"tagid":4499,"name":"bz_global_default_3x7_1","script":null,"weight":1,"type":"NATIVE","target":{"dfpkeyname":"equities","kval":"equities","rules":null},"siteDFPKeyName":"invc.benzinga","isforcedtargetenabled":false,"adsize":"3x7","sizemapping":null,"dfpconfig":"{}","publisherkval":"adslot=d_3x7_1&","gdprstatus":"SERVE_ALWAYS","nativelayout":{"nativelayoutid":27,"layout":"
{{summary}} {{callToAction}}
","prebidConfig":null,"siteid":1026}}],"frequency":null,"callbacks":[]},{"id":4467,"name":"bz_global_default_3x3_1","placementType":"HTML","priority":5,"devices":["DESKTOP","TABLET"],"geolocations":null,"targeting":null,"selector":{"selectorid":1821,"identifier":"#IC_D_3x3_1","type":"BEFORE"},"loadType":"ON_VIEW","webvitalsconfig":null,"cssconfig":null,"tags":[{"tagid":4500,"name":"bz_global_default_3x3_1","script":null,"weight":1,"type":"NATIVE","target":{"dfpkeyname":"equities","kval":"equities","rules":null},"siteDFPKeyName":"invc.benzinga","isforcedtargetenabled":false,"adsize":"3x3","sizemapping":null,"dfpconfig":"{}","publisherkval":"adslot=d_3x3_1&","gdprstatus":"SERVE_ALWAYS","nativelayout":{"nativelayoutid":30,"layout":" \n
\n
\n {{title}} \n
\n \n
\n {{summary}} \n {{callToAction}}\n
","prebidConfig":"{\"body\": {\"required\": true}, \"icon\": {\"sizes\": [100, 100], \"required\": true}, \"image\": {\"sizes\": [100, 100], \"required\": true}, \"title\": {\"len\": 100, \"required\": true}, \"clickUrl\": {\"required\": true}, \"sponsoredBy\": {\"required\": true}}","siteid":1026}}],"frequency":null,"callbacks":[]},{"id":4468,"name":"bz_global_default_3x1_4","placementType":"HTML","priority":6,"devices":["MOBILE"],"geolocations":null,"targeting":null,"selector":{"selectorid":1822,"identifier":"#IC_M_3x1_4","type":"BEFORE"},"loadType":"ON_VIEW","webvitalsconfig":null,"cssconfig":null,"tags":[{"tagid":4501,"name":"bz_global_default_3x1_4","script":null,"weight":1,"type":"NATIVE","target":{"dfpkeyname":"equities","kval":"equities","rules":null},"siteDFPKeyName":"invc.benzinga","isforcedtargetenabled":false,"adsize":"3x1","sizemapping":null,"dfpconfig":"{}","publisherkval":"adslot=d_3x1_4&","gdprstatus":"SERVE_ALWAYS","nativelayout":{"nativelayoutid":26,"layout":"","prebidConfig":"{\"body\": {\"required\": true}, \"icon\": {\"sizes\": [100, 100], \"required\": true}, \"image\": {\"sizes\": [100, 100], \"required\": true}, \"title\": {\"len\": 100, \"required\": true}, \"clickUrl\": {\"required\": true}, \"sponsoredBy\": {\"required\": true}}","siteid":1026}}],"frequency":null,"callbacks":[]}],"sponsorPagePath":null,"initialLoadDisabled":true,"singleRequestEnabled":true},"uatConfig":{"dfpcall_buffer_time":"1000","markit_enabled":"true","pageview_log_interval":"[{\"duration\": 60,\"loginterval\": 10},{\"duration\": 180,\"loginterval\": 20},{\"duration\": 300,\"loginterval\": 30},\n {\"duration\": 1800,\"loginterval\": 60},{\"duration\": 3600,\"loginterval\": 300},{\"duration\": -1,\"loginterval\": 3600}]","ticker_config":"{\"IsEnabled\":true}","onview_buffer":"35","targetrule_timeout":"5","markit_dfp_keynames":"t,Sector,ContentType,QSearchC,company,MCCS_Key,MKTVolatile"},"site":{"siteid":1026,"name":"Benzinga.Benzinga","dfpkeyname":"invc.benzinga","adtagname":"benzinga","a9":"{\"IsEnabled\":true,\"deals\":true,\"adsizes\":\"728x90,160x600,300x250,320x50,300x600,970x250,300x1050,320x100\"}","pubmatic":"{\"IsEnabled\":true,\"adsizes\":\"728x90,160x600,300x250,320x50,300x600,970x250,300x1050,320x100\",\"PublisherId\":\"52041\",\"IsS2SEnabled\":true,\"SlotNamePrefix\":\"Benzinga\"}","rubicon":"{\"SiteId\":\"376872\",\"IsEnabled\":false}","appnexus":"{\"HV_Tpc_Id\":{\"300x600\":[\"21738668\",\"21738669\",\"21738670\"],\"728x90\":[\"21738671\",\"21738672\",\"21738673\"],\"300x250\":[\"21738665\",\"21738666\",\"21738667\"],\"160x600\":[\"21738659\",\"21738660\",\"21738661\"],\"970x250\":[\"21738674\",\"21738675\",\"21738676\"],\"300x1050\":[\"21738662\",\"21738663\",\"21738664\"]},\"HV_Id\":{\"300x600\":[\"21738704\",\"21738705\",\"21738706\"],\"728x90\":[\"21738707\",\"21738708\",\"21738709\"],\"300x250\":[\"21738701\",\"21738702\",\"21738703\"],\"160x600\":[\"21738695\",\"21738696\",\"21738697\"],\"970x250\":[\"21738710\",\"21738711\",\"21738712\"],\"300x1050\":[\"21738698\",\"21738699\",\"21738700\"]},\"IsEnabled\":true,\"adsizes\":\"728x90,160x600,300x250,320x50,300x600,970x250,300x1050,320x100\",\"IsS2SEnabled\":true,\"Tpc_Id\":{\"300x600\":[\"21738650\",\"21738651\",\"21738652\"],\"728x90\":[\"21738653\",\"21738654\",\"21738655\"],\"300x250\":[\"21738647\",\"21738648\",\"21738649\"],\"160x600\":[\"21738829\",\"21738830\",\"21738831\"],\"970x250\":[\"21738656\",\"21738657\",\"21738658\"],\"300x1050\":[\"21738644\",\"21738645\",\"21738646\"]},\"Default\":{\"300x600\":[\"21738686\",\"21738687\",\"21738688\"],\"728x90\":[\"21738689\",\"21738690\",\"21738691\"],\"300x250\":[\"21738683\",\"21738684\",\"21738685\"],\"160x600\":[\"21738677\",\"21738678\",\"21738679\"],\"970x250\":[\"21738692\",\"21738693\",\"21738694\"],\"300x1050\":[\"21738680\",\"21738681\",\"21738682\"]},\"Adhesion\":{\"728x90\":[\"21738820\",\"21738821\",\"21738822\"],\"970x250\":[\"21738823\",\"21738824\",\"21738825\"]},\"Adhesion_Tpc_Id\":{\"728x90\":[\"21738811\",\"21738812\",\"21738813\"],\"970x250\":[\"21738814\",\"21738815\",\"21738816\"]}}","openx":"{\"DelDomain\":\"investing-channel-d.openx.net\",\"IsEnabled\":true,\"adsizes\":\"728x90,160x600,300x250,320x50,300x600,970x250,300x1050,320x100\",\"IsS2SEnabled\":true,\"Default\":{\"Default\":[\"540315602\"]}}","index":"{\"IsEnabled\":false}","criteo":"{\"IsEnabled\":false}","sortable":"{\"IsEnabled\":false}","sovrn":"{\"IsEnabled\":false}","yieldmo":"{\"IsEnabled\":false}","across33":"{\"IsEnabled\":false}","aol":"{\"IsEnabled\":false}","gumgum":"{\"IsEnabled\":false}","triplelift":"{\"IsEnabled\":false}","adaptmx":"{\"IsEnabled\":true,\"tagId\":\"aW52ZXN0aW5nY2hhbm5lbC1yb24uY29t\",\"adsizes\":\"728x90,160x600,300x250,320x50,300x600,970x250,300x1050,320x100\",\"IsS2SEnabled\":true}","smartadserver":"{\"IsEnabled\":false}","improvedigital":"{\"IsEnabled\":false}","sharethrough":"{\"IsEnabled\":true,\"adsizes\":\"300x600,728x90,970x250,970x90,160x600,300x250,320x50,320x100\",\"IsS2SEnabled\":false,\"Default\":{\"300x600\":[\"EahehETSsMzTR21EULiY1BSs\"],\"728x90\":[\"aQ8kSbVysZLtRGfCgRU5W7MV\"],\"300x250\":[\"JuLo11lUoO0J6UdOAWvDgaDR\"],\"160x600\":[\"ibTWadm8yIVoleVJlsLJGAtA\"],\"970x250\":[\"E5ju1cx4i0EJJOFI7syuEyJ7\"],\"970x90\":[\"Brh2SWhYCH9NPnh7oYPP1uLE\"]}}","medianet":"{\"HV_Tpc_Id\":{\"300x600\":[\"634430391\"],\"728x90\":[\"763182752\"],\"300x250\":[\"896928273\"],\"160x600\":[\"844196147\"],\"970x250\":[\"121781358\"],\"300x1050\":[\"293733615\"]},\"HV_Id\":{\"300x600\":[\"525844666\"],\"728x90\":[\"647888979\"],\"300x250\":[\"352494642\"],\"160x600\":[\"515757342\"],\"970x250\":[\"984347638\"],\"300x1050\":[\"546320388\"]},\"IsEnabled\":true,\"adsizes\":\"728x90,160x600,320x50,300x250,300x600,970x250,300x1050\",\"customerId\":\"8CUUWGC8M\",\"IsS2SEnabled\":true,\"Tpc_Id\":{\"300x600\":[\"315794224\"],\"728x90\":[\"443783885\"],\"300x250\":[\"404598053\"],\"160x600\":[\"634541585\"],\"970x250\":[\"657344212\"],\"300x1050\":[\"171699988\"]},\"Default\":{\"300x600\":[\"426463886\"],\"728x90\":[\"443783885\"],\"300x250\":[\"851643772\"],\"160x600\":[\"858548167\"],\"970x250\":[\"648185619\"],\"300x1050\":[\"512411396\"]},\"Adhesion\":{\"728x90\":[\"247401584\"],\"970x250\":[\"258613486\"]},\"Adhesion_Tpc_Id\":{\"728x90\":[\"426455757\"],\"970x250\":[\"278588633\"]}}","automatad":"{\"IsEnabled\":false}","outbrain":"{\"IsEnabled\":false}","doubleverify":"{\"IsEnabled\":false}","krux":"{\"IsEnabled\":false}","predictive":"{\"Sizes\":\"300x250,300x600,300x1050,728x90,970x90,970x250,160x600,320x50,320x100\",\"IsEnabled\":true,\"Threshold\":\"70\"}","gdprcmp":"{\"IsEnabled\":true,\"Admiral\":{\"IsEnabled\":true,\"url\":\"https://u5.investingchannel.com/cmp_v2/admiral/\"}}","usprivacy":"{\"IsUspOptoutAvailable\":false,\"IsEnabled\":true,\"IsIcUspEnabled\":true}","isadmiraladblockerenabled":true,"sspconfig":"{\"TotalDelayInternationalRefresh\":\"2000\",\"S2SConfig\":\"{\\\"accountId\\\":\\\"5206\\\",\\\"bidderTimeout\\\":3000,\\\"auctionTimeout\\\":3000,\\\"timeout\\\":1100,\\\"timeoutBuffer\\\":3000}\",\"CallBufferTime\":\"2000\",\"StackedUnit\":\"{\\\"vertical_enabled\\\":true,\\\"horizontal_enabled\\\":true}\",\"ServeTwo300x250Enabled\":true,\"SspRotation\":{\"Rules\":[{\"Tiers\":[{\"ssps\":[\"a9\",\"sharethrough\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":2},{\"ssps\":[\"criteo\",\"appnexus\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":2},{\"ssps\":[\"medianet\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":1},{\"ssps\":[\"pubmatic\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":1}],\"children\":[{\"comparator\":[\"d\"],\"operand\":\"Device\",\"operator\":\"IN\"},{\"comparator\":[1,2],\"operand\":\"Region\",\"operator\":\"IN\"}],\"logicalOperator\":\"AND\",\"maxSsps\":6},{\"Tiers\":[{\"ssps\":[\"a9\",\"sharethrough\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":2},{\"ssps\":[\"criteo\",\"appnexus\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":2},{\"ssps\":[\"medianet\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":1},{\"ssps\":[\"pubmatic\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":1}],\"children\":[{\"comparator\":[1,2],\"operand\":\"Region\",\"operator\":\"IN\"},{\"comparator\":[\"m\",\"t\"],\"operand\":\"Device\",\"operator\":\"IN\"}],\"logicalOperator\":\"AND\",\"maxSsps\":6},{\"Tiers\":[{\"ssps\":[\"a9\",\"sharethrough\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":2},{\"ssps\":[\"appnexus\",\"criteo\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":2},{\"ssps\":[\"medianet\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":1},{\"ssps\":[\"pubmatic\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":1}],\"children\":[{\"comparator\":[\"d\"],\"operand\":\"Device\",\"operator\":\"IN\"},{\"comparator\":[3,4],\"operand\":\"Region\",\"operator\":\"IN\"}],\"logicalOperator\":\"AND\",\"maxSsps\":6},{\"Tiers\":[{\"ssps\":[\"a9\",\"sharethrough\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":2},{\"ssps\":[\"criteo\",\"appnexus\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":2},{\"ssps\":[\"medianet\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":1},{\"ssps\":[\"pubmatic\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":1}],\"children\":[{\"comparator\":[3,4],\"operand\":\"Region\",\"operator\":\"IN\"},{\"comparator\":[\"m\",\"t\"],\"operand\":\"Device\",\"operator\":\"IN\"}],\"logicalOperator\":\"AND\",\"maxSsps\":6}]},\"SspTargeting\":\"{\\\"Rules\\\":[{\\\"logicalOperator\\\":\\\"AND\\\",\\\"children\\\":[{\\\"operand\\\":\\\"Device\\\",\\\"operator\\\":\\\"IN\\\",\\\"comparator\\\":[\\\"m\\\",\\\"d\\\",\\\"t\\\"]},{\\\"operand\\\":\\\"Region\\\",\\\"operator\\\":\\\"IN\\\",\\\"comparator\\\":[4]},{\\\"DisabledSsps\\\":[\\\"33across\\\"]}]}]}\",\"SChain\":\"{\\\"config\\\":{\\\"ver\\\":\\\"1.0\\\",\\\"nodes\\\":[{\\\"asi\\\":\\\"investingchannel.com\\\",\\\"hp\\\":1,\\\"sid\\\":\\\"77959459\\\"}],\\\"complete\\\":1},\\\"validation\\\":\\\"strict\\\"}\",\"PrebidPriceGranularity\":\"{\\n \\\"buckets\\\": [\\n {\\n \\\"precision\\\": 2,\\n \\\"max\\\": 3,\\n \\\"increment\\\": 0.01\\n },\\n {\\n \\\"precision\\\": 2,\\n \\\"max\\\": 3.5,\\n \\\"increment\\\": 0.05\\n },\\n {\\n \\\"precision\\\": 2,\\n \\\"max\\\": 9,\\n \\\"increment\\\": 0.1\\n },\\n {\\n \\\"precision\\\": 2,\\n \\\"max\\\": 15,\\n \\\"increment\\\": 0.2\\n },\\n {\\n \\\"precision\\\": 2,\\n \\\"max\\\": 20,\\n \\\"increment\\\": 0.5\\n },\\n {\\n \\\"precision\\\": 2,\\n \\\"max\\\": 75,\\n \\\"increment\\\": 1.0\\n }\\n ]\\n}\",\"SspAdapterDownloadInterval\":\"5\",\"FloorConfig\":{\"UpdateBidFloorInterval\":30,\"IsEnabled\":false,\"Sampling\":0.9,\"Url\":\"https://u5.investingchannel.com/uat/fp\"},\"TotalDelayInternational\":\"2000\",\"PrebidTimeout\":\"1400\",\"DelayStep\":\"100\",\"GlobalAdSizes\":\"728x90,160x600,300x250,320x50,300x600,970x250,300x1050,320x100\",\"PrebidDedicatedDFPKVAL\":\"nx,rb,srt,pm,oxb,ct,tl,st,tt,mn,ob,aa\",\"SspAdapterDownloadTimeout\":\"200\",\"BidsExpiry\":\"30000\",\"TotalDelayRefresh\":2000,\"TotalDelay\":2000}","autorefreshconfig":"{\"IsEnabled\":true,\"DisabledCampaigns\":\"2237510528,2592557246,2941827031,128145619,3075683519\",\"Rules\":[{\"children\":[{\"comparator\":[\"m\",\"d\",\"t\"],\"operand\":\"Device\",\"operator\":\"IN\"},{\"comparator\":[1,2,3,4],\"operand\":\"Region\",\"operator\":\"IN\"},{\"comparator\":[\"300x250\",\"728x90\",\"320x50\",\"300x600\",\"160x600\",\"0x0\",\"970x250\",\"2x1\",\"320x100\",\"970x90\",\"120x600\",\"300x1050\",\"250x250\",\"300x50\",\"300x501\",\"950x250\",\"3x1\",\"3x2\",\"3x3\",\"3x5\",\"3x7\",\"3x8\",\"336x280\"],\"operand\":\"Sizes\",\"operator\":\"IN\"}],\"logicalOperator\":\"AND\",\"config\":{\"ViewabilityThresholdPercentageIndirect\":50,\"RefreshTime\":35,\"RefreshTimeIndirect\":30,\"OutOfViewTime\":180,\"MaxAutoRefreshWithoutInteraction\":10,\"MaxRefreshCount\":50,\"ViewabilityThresholdPercentage\":60,\"ActiveUserTimeoutFromLastInteraction\":25,\"OutOfViewTimeIndirect\":60}},{\"children\":[{\"comparator\":[\"m\",\"d\",\"t\"],\"operand\":\"Device\",\"operator\":\"IN\"},{\"comparator\":[1,2],\"operand\":\"Region\",\"operator\":\"IN\"},{\"comparator\":[\"120x61\",\"120x60\",\"500x55\",\"468x60\"],\"operand\":\"Sizes\",\"operator\":\"IN\"}],\"logicalOperator\":\"AND\",\"config\":{\"ViewabilityThresholdPercentageIndirect\":1,\"RefreshTime\":30,\"RefreshTimeIndirect\":30,\"OutOfViewTime\":180,\"MaxAutoRefreshWithoutInteraction\":50,\"MaxRefreshCount\":50,\"ViewabilityThresholdPercentage\":1,\"ActiveUserTimeoutFromLastInteraction\":25,\"OutOfViewTimeIndirect\":60}}],\"AdvertisersIndirect\":\"20728099,5091025811,28297339,28299259,28095979,29958859,33511219,28228459,28075459,39774739,51972259,43313059,54721819,54769099,29985499,20729179,38397859,34222699,20672659,4459943734,4889962548,55400299,28297219,4815806590,4471411907,20762659,4810265402,4857067814,20732059,4921203516,4869265345,55582099,4953581665,4745230452,20696179,22604299,4471785310,4867667038,4437219045,4423804556,4849829439,20735539,4674217819,20723059,4423572879,4881996193,4648949997,4693495613,28730419,20708659,4725956075,4632275994,4688524020,4485315592,31830619,5086728449,52686739,4944790021,5182983995,20724979,5223672898,5226630883,0,-1\"}","dfpconfig":"{\"NetworkCode\":\"4107070\"}","liverampidentitylink":"{\"IsEnabled\":false}","addressability":"{\"SovrnUidModule\":{\"ValidHashedEmailExpiry\":1440,\"IsEnabled\":true,\"StorageName\":\"_pubcid\",\"ScriptDropPercentage\":100,\"EmptyHashedEmailExpiry\":30},\"Id5UidModule\":{\"IsEnabled\":true,\"pid\":1118},\"IsEnabled\":true,\"pubmatic\":{\"IsEnabled\":true,\"profileId\":\"6779\",\"partnerId\":\"52041\"},\"pubmatic_cookie\":{\"cookieurl\":\"https://ads.pubmatic.com/AdServer/js/user_sync.html?p=52041\",\"IsEnabled\":true},\"liverampidentitylink\":{\"IsEnabled\":false},\"ConnectUidModule\":{\"IsEnabled\":false}}","webvitalsconfig":"{\"IsEnabled\":false}","uat1":null,"dmp":"{}","markit":"{\"IsEnabled\":true,\"DfpKeyname\":\"t,Sector,ContentType,QSearchC,company,MCCS_Key,MKTVolatile\"}","tagmanager":"{\"IsEnabled\":false}"},"user":{"browser":"Chrome","uid":"bf3b963b-110a-49a6-bdc4-2aa55778afc8","device":"DESKTOP","fromGDPRCountry":false,"region":[1],"geo":"US","ip":"44.204.192.9","fromUspState":false},"common":{"pixelSegment":"","keyValues":"{}","globalTarget":{"dfpkeyname":"cannabis","kval":null,"rules":null},"autoTargetStatus":"CL"}}