{"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":2629,"name":"Bz_Global_Default_adhesion","placementType":"HTML","priority":5,"devices":["MOBILE","TABLET"],"geolocations":null,"targeting":null,"selector":{"selectorid":1383,"identifier":"#ic_mobileadhesion .adhesion_placement","type":"FIRST_CHILD"},"loadType":"ON_REALTIME","webvitalsconfig":null,"cssconfig":null,"tags":[{"tagid":2628,"name":"Bz_Global_Default_display_adhesion","script":null,"weight":1,"type":"DISPLAY","target":{"dfpkeyname":"home","kval":"home","rules":null},"siteDFPKeyName":"invc.benzinga","isforcedtargetenabled":false,"adsize":"728x90,320x50,320x100","sizemapping":"[[[1024, 1000], [[970, 250], [970, 90], [728, 90]]], [[1024, 0], [[970, 90], [728, 90]]], [[768, 0], [[728, 90]]], [[0, 0], [[320, 50], [320, 100]]]]","dfpconfig":"{}","publisherkval":"dcopt=adhesion&adslot=d_Adhesion_1&","gdprstatus":"SERVE_ALWAYS","nativelayout":null}],"frequency":null,"callbacks":[{"callbackid":1951,"type":"ON_RENDERED","script":" if (!adData.isEmpty) {\n window.ic_uat5_mobileadhesion_show();\n }\n"}]},{"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}}
","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":27,"layout":"
\"credit
{{title}}
{{summary}} {{callToAction}}
","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}}
","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":29,"layout":"
{{summary}} {{callToAction}}
","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
","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":"","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\":false}","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":"{\"IsEnabled\":false}","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\":false}","smartadserver":"{\"IsEnabled\":false}","improvedigital":"{\"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://dggaenaawxe8z.cloudfront.net/cmp_v2/admiral/\"}}","usprivacy":"{\"IsUspOptoutAvailable\":false,\"IsEnabled\":true,\"IsIcUspEnabled\":true}","isadmiraladblockerenabled":true,"sspconfig":"{\"TotalDelayInternationalRefresh\":\"2000\",\"CallBufferTime\":\"2000\",\"SspRotation\":{\"Rules\":[{\"Tiers\":[{\"ssps\":[\"rubicon\",\"a9\",\"appnexus\",\"index\",\"triplelift\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":5},{\"ssps\":[\"33across\"],\"rotation\":{\"pageViewsFromGroup\":\"2\",\"pageViewGroupSize\":4,\"type\":\"pageview\"},\"maxSsps\":1},{\"ssps\":[\"criteo\"],\"rotation\":{\"pageViewsFromGroup\":\"3,4\",\"pageViewGroupSize\":4,\"type\":\"pageview\"},\"maxSsps\":1}],\"logicalOperator\":\"AND\",\"children\":[{\"comparator\":[\"d\",\"t\"],\"operand\":\"Device\",\"operator\":\"IN\"},{\"comparator\":[1,2],\"operand\":\"Region\",\"operator\":\"IN\"}],\"maxSsps\":7},{\"Tiers\":[{\"ssps\":[\"appnexus\",\"index\",\"criteo\",\"yieldmo\",\"triplelift\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":5},{\"ssps\":[\"a9\",\"sovrn\"],\"rotation\":{\"pageViewsFromGroup\":\"2\",\"pageViewGroupSize\":2,\"type\":\"pageview\"},\"maxSsps\":2}],\"logicalOperator\":\"AND\",\"children\":[{\"comparator\":[1,2],\"operand\":\"Region\",\"operator\":\"IN\"},{\"comparator\":[\"m\"],\"operand\":\"Device\",\"operator\":\"IN\"}],\"maxSsps\":7},{\"Tiers\":[{\"ssps\":[\"rubicon\",\"criteo\",\"improvedigital\",\"triplelift\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":4},{\"ssps\":[\"aol\"],\"rotation\":{\"pageViewsFromGroup\":\"1\",\"pageViewGroupSize\":2,\"type\":\"pageview\"},\"maxSsps\":1},{\"ssps\":[\"a9\",\"sovrn\"],\"rotation\":{\"pageViewsFromGroup\":\"2\",\"pageViewGroupSize\":2,\"type\":\"pageview\"},\"maxSsps\":2}],\"logicalOperator\":\"AND\",\"children\":[{\"comparator\":[\"d\",\"t\"],\"operand\":\"Device\",\"operator\":\"IN\"},{\"comparator\":[3],\"operand\":\"Region\",\"operator\":\"IN\"}],\"maxSsps\":7},{\"Tiers\":[{\"ssps\":[\"rubicon\",\"criteo\",\"improvedigital\",\"triplelift\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":4},{\"ssps\":[\"a9\",\"sovrn\"],\"rotation\":{\"pageViewsFromGroup\":\"2\",\"pageViewGroupSize\":2,\"type\":\"pageview\"},\"maxSsps\":2}],\"logicalOperator\":\"AND\",\"children\":[{\"comparator\":[3],\"operand\":\"Region\",\"operator\":\"IN\"},{\"comparator\":[\"m\"],\"operand\":\"Device\",\"operator\":\"IN\"}],\"maxSsps\":6},{\"Tiers\":[{\"ssps\":[\"rubicon\",\"a9\",\"appnexus\",\"triplelift\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":4},{\"ssps\":[\"improvedigital\"],\"rotation\":{\"pageViewsFromGroup\":\"1\",\"pageViewGroupSize\":4,\"type\":\"pageview\"},\"maxSsps\":1},{\"ssps\":[\"33across\",\"sovrn\"],\"rotation\":{\"pageViewsFromGroup\":\"2,3,4\",\"pageViewGroupSize\":4,\"type\":\"pageview\"},\"maxSsps\":2}],\"logicalOperator\":\"AND\",\"children\":[{\"comparator\":[\"d\",\"t\"],\"operand\":\"Device\",\"operator\":\"IN\"},{\"comparator\":[4],\"operand\":\"Region\",\"operator\":\"IN\"}],\"maxSsps\":6},{\"Tiers\":[{\"ssps\":[\"a9\",\"appnexus\",\"criteo\",\"improvedigital\",\"triplelift\"],\"rotation\":{\"type\":\"random\"},\"maxSsps\":5},{\"ssps\":[\"sovrn\"],\"rotation\":{\"pageViewsFromGroup\":\"1,3,4\",\"pageViewGroupSize\":4,\"type\":\"pageview\"},\"maxSsps\":1},{\"ssps\":[\"33across\"],\"rotation\":{\"pageViewsFromGroup\":\"2,3,4\",\"pageViewGroupSize\":4,\"type\":\"pageview\"},\"maxSsps\":1}],\"logicalOperator\":\"AND\",\"children\":[{\"comparator\":[4],\"operand\":\"Region\",\"operator\":\"IN\"},{\"comparator\":[\"m\"],\"operand\":\"Device\",\"operator\":\"IN\"}],\"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\",\"BidsExpiry\":\"30000\",\"TotalDelayRefresh\":2000,\"TotalDelay\":2000}","autorefreshconfig":"{\"IsEnabled\":true,\"DisabledCampaigns\":\"2237510528,2592557246\",\"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\"],\"operand\":\"Sizes\",\"operator\":\"IN\"}],\"logicalOperator\":\"AND\",\"config\":{\"ViewabilityThresholdPercentageIndirect\":50,\"RefreshTime\":120,\"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\":[\"125x125\",\"300x60\",\"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}},{\"children\":[{\"comparator\":[\"d\"],\"operand\":\"Device\",\"operator\":\"IN\"},{\"comparator\":[2],\"operand\":\"Region\",\"operator\":\"IN\"},{\"comparator\":[\"88x31\"],\"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":"{}","liverampidentitylink":"{\"IsEnabled\":false}","webvitalsconfig":"{\"IsEnabled\":false}","uat1":null},"user":{"browser":"Chrome","uid":"","device":"DESKTOP","fromGDPRCountry":false,"region":[1],"geo":"US","fromUspState":false},"common":{"pixelSegment":"","autoKval":"{\"autotarget\":[\"cit\",\"Capital Group\"]}","globalTarget":{"dfpkeyname":"indr_ads","kval":"indr;ads","rules":null},"autoTargetStatus":"RF"}}