{"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"],"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_NEVER","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":3948,"name":"bz_global_default_template_Comscore","placementType":"PIXEL","priority":10,"devices":null,"geolocations":null,"targeting":null,"selector":null,"loadType":"ON_LOAD","webvitalsconfig":null,"cssconfig":null,"tags":[{"tagid":3947,"name":"bz_global_default_template_Comscore","script":"","weight":1,"type":"CUSTOM","target":null,"siteDFPKeyName":"invc.benzinga","isforcedtargetenabled":false,"adsize":null,"sizemapping":null,"dfpconfig":"{}","publisherkval":null,"gdprstatus":"SERVE_NEVER","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,"singleRequestEnabled":true,"initialLoadDisabled":true},"uatConfig":{"dfpcall_buffer_time":"1000","markit_enabled":"true","onview_buffer":"20","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,\"adsizes\":\"728x90,160x600,300x250,320x50,300x600,970x250,300x1050,320x100\"}","pubmatic":"{\"IsEnabled\":true,\"adsizes\":\"728x90,160x600,300x250,320x50,300x600,970x250,300x1050,320x100\",\"PublisherId\":\"52041\",\"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\",\"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\",\"Default\":{\"Default\":[\"540315602\"]}}","index":"{\"IsEnabled\":false}","criteo":"{\"IsEnabled\":false}","sortable":"{\"IsEnabled\":false}","sovrn":"{\"IsEnabled\":false}","yieldmo":"{\"IsEnabled\":false}","across33":"{\"IsEnabled\":false}","aol":"{\"HV_Tpc_Id\":{\"SiteId\":\"8a9690ff0174748c56378ee2f54c0173\",\"300x600\":[\"8a9691a8017a7a1591861719b36800e1\"],\"728x90\":[\"8a9691a8017a7a15918617199b2100dd\"],\"300x250\":[\"8a969d18017a7a158c401719a31f00d7\"],\"160x600\":[\"8a96947b017a7a1596471719ab2c00c8\"],\"300x1050\":[\"8a96947b017a7a1596471719bbb400cb\"],\"970x250\":[\"8a9691a8017a7a1591861719c43e00e4\"]},\"HV_Id\":{\"SiteId\":\"8a9690ff0174748c56378ee2f54c0173\",\"300x600\":[\"8a969d18017a7a158c401719b59600da\"],\"728x90\":[\"8a969d18017a7a158c4017199d2100d6\"],\"300x250\":[\"8a96947b017a7a1596471719a52300c7\"],\"160x600\":[\"8a9691a8017a7a1591861719ad1200e0\"],\"300x1050\":[\"8a9691a8017a7a1591861719bdb700e3\"],\"970x250\":[\"8a969d18017a7a158c401719c67900dc\"]},\"IsEnabled\":true,\"adsizes\":\"728x90,160x600,300x250,320x50,300x600,970x250,300x1050,320x100\",\"Tpc_Id\":{\"SiteId\":\"8a9690ff0174748c56378ee2f54c0173\",\"300x600\":[\"8a96947b017a7a1596471719b16c00c9\"],\"728x90\":[\"8a96947b017a7a1596471719994c00c5\"],\"300x250\":[\"8a9691a8017a7a1591861719a10d00de\"],\"160x600\":[\"8a969d18017a7a158c401719a91800d8\"],\"300x1050\":[\"8a9691a8017a7a1591861719b9a400e2\"],\"970x250\":[\"8a96947b017a7a1596471719c24800cc\"]},\"Default\":{\"SiteId\":\"8a9690ff0174748c56378ee2f54c0173\",\"300x600\":[\"8a969d18017a7a158c401719af3d00d9\"],\"728x90\":[\"8a969d18017a7a158c40171718e40065\"],\"300x250\":[\"8a96947b017a7a15964717199f2000c6\"],\"160x600\":[\"8a9691a8017a7a1591861719a6fe00df\"],\"300x1050\":[\"8a96947b017a7a1596471719b7bf00ca\"],\"970x250\":[\"8a969d18017a7a158c401719bffb00db\"]},\"Adhesion\":{\"SiteId\":\"8a9690ff0174748c56378ee2f54c0173\",\"728x90\":[\"8a96947b017a7a1596471719c8c500cd\"],\"970x250\":[\"8a969d18017a7a158c401719cd1f00dd\"]},\"Adhesion_Tpc_Id\":{\"SiteId\":\"8a9690ff0174748c56378ee2f54c0173\",\"728x90\":[\"8a9691a8017a7a1591861719cac100e5\"],\"970x250\":[\"8a96947b017a7a1596471719cf9000ce\"]}}","gumgum":"{\"IsEnabled\":false}","triplelift":"{\"IsEnabled\":false}","adaptmx":"{\"IsEnabled\":true,\"tagId\":\"aW52ZXN0aW5nY2hhbm5lbC1yb24uY29t\",\"adsizes\":\"728x90,160x600,300x250,320x50,300x600,970x250,300x1050,320x100\"}","smartadserver":"{\"IsEnabled\":false}","improvedigital":"{\"IsEnabled\":false}","sharethrough":"{\"IsEnabled\":true,\"adsizes\":\"300x600,728x90,970x250,970x90,160x600,300x250,320x50,320x100\",\"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\",\"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\"]}}","outbrain":"{\"publisherId\":\"00594eb5eae4e6a3a9b0853264dd7dda62\",\"IsEnabled\":true,\"adsizes\":\"3x1,3x3\"}","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\",\"CallBufferTime\":\"2000\",\"ServeTwo300x250Enabled\":true,\"SspRotation\":{\"Rules\":[{\"Tiers\":[{\"ssps\":[\"a9\",\"sharethrough\",\"aol\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":3},{\"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\":7},{\"Tiers\":[{\"ssps\":[\"a9\",\"sharethrough\",\"aol\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":3},{\"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\":7},{\"Tiers\":[{\"ssps\":[\"a9\",\"aol\",\"sharethrough\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":3},{\"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\":7},{\"Tiers\":[{\"ssps\":[\"a9\",\"aol\",\"sharethrough\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":3},{\"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\":7}]},\"SspTargeting\":\"{\\\"Rules\\\":[{\\\"logicalOperator\\\":\\\"AND\\\",\\\"children\\\":[{\\\"operand\\\":\\\"Device\\\",\\\"operator\\\":\\\"IN\\\",\\\"comparator\\\":[\\\"m\\\",\\\"d\\\",\\\"t\\\"]},{\\\"operand\\\":\\\"Region\\\",\\\"operator\\\":\\\"IN\\\",\\\"comparator\\\":[4]},{\\\"DisabledSsps\\\":[\\\"33across\\\"]}]}]}\",\"PrebidPriceGranularity\":\"{ \\n\\\"buckets\\\" : [{ \\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\\\" : 35, \\n \\\"increment\\\" : 0.10 \\n }, \\n { \\n \\\"precision\\\": 2, \\n \\\"max\\\" : 75, \\n \\\"increment\\\" : 1.00 \\n }] \\n}\",\"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\",\"BidsExpiry\":\"30000\",\"TotalDelayRefresh\":2000,\"TotalDelay\":2000}","autorefreshconfig":"{\"IsEnabled\":true,\"DisabledCampaigns\":\"2237510528,2592557246,2941827031\",\"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\",\"3x1\",\"3x2\",\"3x3\",\"3x5\",\"3x7\",\"3x8\"],\"operand\":\"Sizes\",\"operator\":\"IN\"}],\"logicalOperator\":\"AND\",\"config\":{\"ViewabilityThresholdPercentageIndirect\":50,\"RefreshTime\":35,\"RefreshTimeIndirect\":35,\"OutOfViewTime\":180,\"MaxAutoRefreshWithoutInteraction\":2,\"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\",\"234x20\"],\"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,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,0,-1\"}","dfpconfig":"{\"NetworkCode\":\"4107070\"}","liverampidentitylink":"{\"IsEnabled\":false}","webvitalsconfig":"{\"IsEnabled\":false}","uat1":null},"user":{"browser":"Chrome","uid":"77b43086-8c05-4ac4-b59d-6a591dc9591e","device":"DESKTOP","fromGDPRCountry":false,"region":[1],"geo":"US","fromUspState":false},"common":{"pixelSegment":"","autoKval":"{\"autotarget\":[\"cit\",\"td_canada\",\"Fidelity\",\"EXP\",\"Capital Group\",\"Schwab\",\"MLP\",\"Factors\"]}","globalTarget":{"dfpkeyname":"cannabis","kval":null,"rules":null},"autoTargetStatus":"CL"}}