{"active":"1","advanced_cookie_options":"{\"first_party_limit\":\"3500\",\"local_storage\":\"1\"}","analytics":"0","ba_enabled":null,"ba_settings":null,"ba_settings_json":null,"block_ips":null,"block_urls":[],"campaign_js":{"bbar_pushup_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\nif (!!bouncex.campaigns[ca_id].newsletterObserver) {\n bouncex.campaigns[ca_id].newsletterObserver.disconnect();\n}"},"bbar_pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushup');\n}\n\nfunction updatePushup() {\n var pushAmount = $creative.outerHeight(true),\n newsletterSignup = jQuery('.js_newsletter-container \u003e div:not(:first-child):visible').length ? jQuery('.js_newsletter-container \u003e div:not(:first-child):visible').outerHeight(true) : 0;\n\n var styles = [\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\n '#bx-campaign-'+ca_id+' .bx-slab { margin-bottom: '+newsletterSignup+'px; }',\n '.js_sticky-footer, #zdcFloatingBtn { bottom: '+pushAmount+'px; }',\n newsletterSignup \u003e 0 \u0026\u0026 'footer \u003e *:last-child { padding-bottom: '+newsletterSignup+'px; }',\n ];\n \n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\n}\n \nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\n\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\n \nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\n var cachedHeight = $creative.height();\n \n var onClickInterval = bouncex.setInterval2(function() {\n var currentHeight = $creative.height();\n \n if (currentHeight !== cachedHeight) {\n updatePushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n});\n\nupdatePushup();\n\nif (jQuery('.js_newsletter-container').length \u003e 0) {\n bouncex.campaigns[ca_id].newsletterObserver = new MutationObserver(updatePushup);\n bouncex.campaigns[ca_id].newsletterObserver.observe(document.querySelector('.js_newsletter-container'), { attributes: false, childList: true, subtree: true });\n}"},"ctab_pushup_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-corner-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\nif (!!bouncex.campaigns[ca_id].stickyFooterObserver) {\n bouncex.campaigns[ca_id].stickyFooterObserver.disconnect();\n}\nif (!!bouncex.campaigns[ca_id].newsletterObserver) {\n bouncex.campaigns[ca_id].newsletterObserver.disconnect();\n}"},"ctab_pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-corner-pushup');\n}\n\nfunction updateCornerPushup() {\n var pushAmount = $creative.outerHeight(true),\n stickyFooterHeight = jQuery('.js_sticky-footer').length ? jQuery('.js_sticky-footer').outerHeight(true) : 0,\n zdcButtonWidth = jQuery('#zdcFloatingBtn').length ? jQuery('#zdcFloatingBtn').outerWidth(true) : 0,\n zdcButtonHeight = jQuery('#zdcFloatingBtn').length ? jQuery('#zdcFloatingBtn').outerHeight(true) : 0,\n newsletterSignup = jQuery('.js_newsletter-container \u003e div:not(:first-child):visible').length ? jQuery('.js_newsletter-container \u003e div:not(:first-child):visible').outerHeight(true) : 0;\n \n bouncex.log({newsletterSignup, stickyFooterHeight, pushedRight: (stickyFooterHeight === 0 \u0026\u0026 newsletterSignup === 0)});\n \n var styles = [\n '#bx-campaign-'+campaign_id+' .bx-slab { margin-bottom: calc('+stickyFooterHeight+'px + '+newsletterSignup+'px); }',\n 'footer \u003e *:last-child { padding-bottom: calc('+stickyFooterHeight+'px + '+newsletterSignup+'px + '+pushAmount+'px); }',\n ];\n \n var stylesRight = [\n (stickyFooterHeight \u003c zdcButtonHeight \u0026\u0026 newsletterSignup === 0) \u0026\u0026 '#bx-campaign-'+campaign_id+' .bx-align { margin-right: '+zdcButtonWidth+'px; }',\n ];\n \n var stylesLeft = [];\n \n var stylesFull = [\n '.js_sticky-footer, #zdcFloatingBtn { bottom: '+pushAmount+'px; }',\n ];\n \n styles.push($campaign.hasClass('bx-fixed-rb') ? stylesRight.join(' ') : stylesLeft.join(' '));\n \n if ($creative.outerWidth() === bouncex.body.width()) {\n styles.push(stylesFull.join(' '));\n }\n \n $campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').text(styles.join(' '));\n}\n\nif ($campaign.hasClass('bx-fixed-rb') || $campaign.hasClass('bx-fixed-lb')) {\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateCornerPushup);\n\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateCornerPushup);\n \n bouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\n var cachedHeight = $creative.height();\n \n var onClickInterval = bouncex.setInterval2(function() {\n var currentHeight = $creative.height();\n \n if (currentHeight !== cachedHeight) {\n updateCornerPushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n });\n \n updateCornerPushup();\n \n if (jQuery('.js_sticky-footer').length \u003e 0) {\n bouncex.campaigns[ca_id].stickyFooterObserver = new MutationObserver(updateCornerPushup);\n bouncex.campaigns[ca_id].stickyFooterObserver.observe(document.querySelector('.js_sticky-footer'), { attributes: false, childList: true, subtree: true });\n }\n \n if (jQuery('.js_newsletter-container').length \u003e 0) {\n bouncex.campaigns[ca_id].newsletterObserver = new MutationObserver(updateCornerPushup);\n bouncex.campaigns[ca_id].newsletterObserver.observe(document.querySelector('.js_newsletter-container'), { attributes: false, childList: true, subtree: true });\n }\n}"},"heading_focus":{"deployments":[[{"activation":"type","prop":"not_exactly","prop2":"tabtitle","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"teleport","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"none","prop3":"","val":""}],[{"activation":"purpose","prop":"not_exactly","prop2":"programmatic","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"bouncex.campaigns[ca_id].obj1.find('form:not(:has(.bx-2-heading))').each(function(i, formEl) {\n var $htmlHeadingElement = jQuery(formEl).find('h1, h2, h3, h4, h5, h6').eq(0);\n if ($htmlHeadingElement.length \u003e 0) {\n $htmlHeadingElement.addClass('bx-2-heading wknd-ally-focus').attr('tabindex', '-1');\n } else {\n var $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text-headline, .bx-row-text-subheadline)').eq(0);\n if ($headlineGroup.length === 0) {\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\n }\n $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack().wrapAll('\u003cdiv class=\"bx-2-heading wknd-ally-focus\" id=\"'+$headlineGroup.attr('id')+'-h2\" tabindex=\"-1\" role=\"heading\" aria-level=\"2\"\u003e\u003c/div\u003e'); \n }\n});"},"index_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();"},"infeed_close":{"deployments":[[{"activation":"sub_purpose","prop":"exactly","prop2":"ads-infeed","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-infeedFix-style').remove();"},"infeed_fix":{"deployments":[[{"activation":"sub_purpose","prop":"exactly","prop2":"ads-infeed","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' { margin-left: auto!important; margin-right: auto!important; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-infeedFix');"},"masthead_close":{"deployments":[[{"activation":"sub_purpose","prop":"exactly","prop2":"ads-masthead","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-mastheadFix-style').remove();"},"masthead_fix":{"deployments":[[{"activation":"sub_purpose","prop":"exactly","prop2":"ads-masthead","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' + .js_sticky-top-ad { display: none; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-mastheadFix');"},"remove_form_focus":{"deployments":[[{"activation":"type","prop":"not_exactly","prop2":"tabtitle","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"teleport","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"none","prop3":"","val":""}],[{"activation":"purpose","prop":"not_exactly","prop2":"programmatic","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"bouncex.campaigns[ca_id].obj1.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');"},"top_bar_bbar_ctab_index_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"top_bar_placement_adjustment":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"preactivation","testmode":false,"ttype":"variation","val":"var $placementTarget = jQuery(bouncex.website.els.skip_link);\nvar placement = 'after';\n\nif ($placementTarget.length === 0) {\n placement = 'prepend';\n $placementTarget = bouncex.body;\n}\n\n$placementTarget[placement](bouncex.campaigns[ca_id].obj1);"},"top_bar_pushdown_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-pushdown-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);"},"top_bar_pushdown_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","exclusions":[],"testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushdown');\n}\n\nfunction updatePushdown() {\n var pushAmount = $creative.height();\n \n var styles = [\n '.gpPuGw, .buxJne, #pogoQSWPR { top: '+pushAmount+'px; }',\n '@media (min-width: 1024px) {',\n '.pgSticky { top: calc(10px + '+pushAmount+'px) !important; }',\n '}',\n ];\n \n $campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').text(styles.join(' '));\n}\n\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushdown);\n\nupdatePushdown();"}},"cart_rep":null,"casl_prevent_user_tracking":"1","client_id":null,"compliance":{"gdpr":0,"gmp":0,"whitelist_check":0},"compliance_json":"{\"gdpr\":0,\"gmp\":0,\"whitelist_check\":0}","confirmation_criteria":null,"confirmation_page":null,"confirmation_url":null,"content_width":"900","contract_id":"3","cookie_type":"fp_local_storage","currency":"USD","custom_campaign_js":"{\"remove_form_focus\":{\"val\":\"bouncex.campaigns[ca_id].obj1.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"tabtitle\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"teleport\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"2\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"none\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"3\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"heading_focus\":{\"val\":\"bouncex.campaigns[ca_id].obj1.find('form:not(:has(.bx-2-heading))').each(function(i, formEl) {\\n var $htmlHeadingElement = jQuery(formEl).find('h1, h2, h3, h4, h5, h6').eq(0);\\n if ($htmlHeadingElement.length \u003e 0) {\\n $htmlHeadingElement.addClass('bx-2-heading wknd-ally-focus').attr('tabindex', '-1');\\n } else {\\n var $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text-headline, .bx-row-text-subheadline)').eq(0);\\n if ($headlineGroup.length === 0) {\\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\\n }\\n $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack().wrapAll('\u003cdiv class=\\\"bx-2-heading wknd-ally-focus\\\" id=\\\"'+$headlineGroup.attr('id')+'-h2\\\" tabindex=\\\"-1\\\" role=\\\"heading\\\" aria-level=\\\"2\\\"\u003e\u003c/div\u003e'); \\n }\\n});\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"tabtitle\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"teleport\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"2\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"none\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"3\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"index_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"2\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"top_bar_placement_adjustment\":{\"val\":\"var $placementTarget = jQuery(bouncex.website.els.skip_link);\\nvar placement = 'after';\\n\\nif ($placementTarget.length === 0) {\\n placement = 'prepend';\\n $placementTarget = bouncex.body;\\n}\\n\\n$placementTarget[placement](bouncex.campaigns[ca_id].obj1);\",\"event\":\"preactivation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"top_bar_pushdown_fix\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushdown');\\n}\\n\\nfunction updatePushdown() {\\n var pushAmount = $creative.height();\\n \\n var styles = [\\n '.gpPuGw, .buxJne, #pogoQSWPR { top: '+pushAmount+'px; }',\\n '@media (min-width: 1024px) {',\\n '.pgSticky { top: calc(10px + '+pushAmount+'px) !important; }',\\n '}',\\n ];\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').text(styles.join(' '));\\n}\\n\\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushdown);\\n\\nupdatePushdown();\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"top_bar_bbar_ctab_index_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"2\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"top_bar_pushdown_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-pushdown-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bbar_pushup_fix\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushup');\\n}\\n\\nfunction updatePushup() {\\n var pushAmount = $creative.outerHeight(true),\\n newsletterSignup = jQuery('.js_newsletter-container \u003e div:not(:first-child):visible').length ? jQuery('.js_newsletter-container \u003e div:not(:first-child):visible').outerHeight(true) : 0;\\n\\n var styles = [\\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\\n '#bx-campaign-'+ca_id+' .bx-slab { margin-bottom: '+newsletterSignup+'px; }',\\n '.js_sticky-footer, #zdcFloatingBtn { bottom: '+pushAmount+'px; }',\\n newsletterSignup \u003e 0 \u0026\u0026 'footer \u003e *:last-child { padding-bottom: '+newsletterSignup+'px; }',\\n ];\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\\n}\\n \\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\\n\\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\\n \\nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\\n var cachedHeight = $creative.height();\\n \\n var onClickInterval = bouncex.setInterval2(function() {\\n var currentHeight = $creative.height();\\n \\n if (currentHeight !== cachedHeight) {\\n updatePushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n});\\n\\nupdatePushup();\\n\\nif (jQuery('.js_newsletter-container').length \u003e 0) {\\n bouncex.campaigns[ca_id].newsletterObserver = new MutationObserver(updatePushup);\\n bouncex.campaigns[ca_id].newsletterObserver.observe(document.querySelector('.js_newsletter-container'), { attributes: false, childList: true, subtree: true });\\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"bbar_pushup_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\\nif (!!bouncex.campaigns[ca_id].newsletterObserver) {\\n bouncex.campaigns[ca_id].newsletterObserver.disconnect();\\n}\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ctab_pushup_fix\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-corner-pushup');\\n}\\n\\nfunction updateCornerPushup() {\\n var pushAmount = $creative.outerHeight(true),\\n stickyFooterHeight = jQuery('.js_sticky-footer').length ? jQuery('.js_sticky-footer').outerHeight(true) : 0,\\n zdcButtonWidth = jQuery('#zdcFloatingBtn').length ? jQuery('#zdcFloatingBtn').outerWidth(true) : 0,\\n zdcButtonHeight = jQuery('#zdcFloatingBtn').length ? jQuery('#zdcFloatingBtn').outerHeight(true) : 0,\\n newsletterSignup = jQuery('.js_newsletter-container \u003e div:not(:first-child):visible').length ? jQuery('.js_newsletter-container \u003e div:not(:first-child):visible').outerHeight(true) : 0;\\n \\n bouncex.log({newsletterSignup, stickyFooterHeight, pushedRight: (stickyFooterHeight === 0 \u0026\u0026 newsletterSignup === 0)});\\n \\n var styles = [\\n '#bx-campaign-'+campaign_id+' .bx-slab { margin-bottom: calc('+stickyFooterHeight+'px + '+newsletterSignup+'px); }',\\n 'footer \u003e *:last-child { padding-bottom: calc('+stickyFooterHeight+'px + '+newsletterSignup+'px + '+pushAmount+'px); }',\\n ];\\n \\n var stylesRight = [\\n (stickyFooterHeight \u003c zdcButtonHeight \u0026\u0026 newsletterSignup === 0) \u0026\u0026 '#bx-campaign-'+campaign_id+' .bx-align { margin-right: '+zdcButtonWidth+'px; }',\\n ];\\n \\n var stylesLeft = [];\\n \\n var stylesFull = [\\n '.js_sticky-footer, #zdcFloatingBtn { bottom: '+pushAmount+'px; }',\\n ];\\n \\n styles.push($campaign.hasClass('bx-fixed-rb') ? stylesRight.join(' ') : stylesLeft.join(' '));\\n \\n if ($creative.outerWidth() === bouncex.body.width()) {\\n styles.push(stylesFull.join(' '));\\n }\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').text(styles.join(' '));\\n}\\n\\nif ($campaign.hasClass('bx-fixed-rb') || $campaign.hasClass('bx-fixed-lb')) {\\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateCornerPushup);\\n\\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateCornerPushup);\\n \\n bouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\\n var cachedHeight = $creative.height();\\n \\n var onClickInterval = bouncex.setInterval2(function() {\\n var currentHeight = $creative.height();\\n \\n if (currentHeight !== cachedHeight) {\\n updateCornerPushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n });\\n \\n updateCornerPushup();\\n \\n if (jQuery('.js_sticky-footer').length \u003e 0) {\\n bouncex.campaigns[ca_id].stickyFooterObserver = new MutationObserver(updateCornerPushup);\\n bouncex.campaigns[ca_id].stickyFooterObserver.observe(document.querySelector('.js_sticky-footer'), { attributes: false, childList: true, subtree: true });\\n }\\n \\n if (jQuery('.js_newsletter-container').length \u003e 0) {\\n bouncex.campaigns[ca_id].newsletterObserver = new MutationObserver(updateCornerPushup);\\n bouncex.campaigns[ca_id].newsletterObserver.observe(document.querySelector('.js_newsletter-container'), { attributes: false, childList: true, subtree: true });\\n }\\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\",\"exclusions\":{}},\"ctab_pushup_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-corner-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\\nif (!!bouncex.campaigns[ca_id].stickyFooterObserver) {\\n bouncex.campaigns[ca_id].stickyFooterObserver.disconnect();\\n}\\nif (!!bouncex.campaigns[ca_id].newsletterObserver) {\\n bouncex.campaigns[ca_id].newsletterObserver.disconnect();\\n}\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"masthead_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' + .js_sticky-top-ad { display: none; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-mastheadFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"sub_purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"ads-masthead\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"masthead_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-mastheadFix-style').remove();\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"sub_purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"ads-masthead\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"infeed_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' { margin-left: auto!important; margin-right: auto!important; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-infeedFix');\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"sub_purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"ads-infeed\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"infeed_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-infeedFix-style').remove();\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"sub_purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"ads-infeed\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"}}","custom_js":"/* enable.feature.OPTOUT_IDENTITY_HUB */\n/* enable.feature.UID2 */","custom_liquid_variable":"[]","custom_variable":"{\"page_type\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"bouncex.website.pts;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"ad_visible\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('[id*=\\\"google_ads_iframe\\\"]:visible').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"article_name\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"jQuery('meta[property=\\\"og:title\\\"]').attr('content');\",\"default\":\"false\",\"page_type_json\":[\"article\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"article_category\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"bouncex.utils.getNestedProp('defaultPageContext.channelMeta.channel', 'global');\",\"default\":\"false\",\"page_type_json\":[\"article\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"article_keyword\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"bouncex.utils.getNestedProp('defaultPageContext.tagMeta.tags', '');\",\"default\":\"false\",\"page_type_json\":[\"article\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"submitted_onsite\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('.js_subscribe div:contains(\\\"You are signed up!\\\"):visible, .js_newsletter-container \u003e div:contains(\\\"Thank you for subscribing!\\\")').length \u003e 0 || null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"submitted_daily\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"submitted_download\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false}}","deployment_json":null,"deployment_presets":{"BFCM Date Blocks":[[{"activation":"date","prop":"less","prop2":"","prop3":"","val":"11/24/2023 00:00"},{"activation":"date","prop":"greater","prop2":"","prop3":"","val":"11/28/2023 00:00"}]],"Email Capture Eligible":[[{"activation":"submitted_email","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"variable","prop":"equal","prop2":"submitted_onsite","prop3":"","val":"false"}],[{"activation":"landing_page_url","prop":"not_contains","prop2":"","prop3":"","val":"source=email"}],[{"activation":"landing_page_url","prop":"not_contains","prop2":"","prop3":"","val":"medium=newsletter"}],[{"activation":"landing_page_url","prop":"not_contains","prop2":"","prop3":"","val":"campaign=lifehackerdaily"}]],"Has not submitted to The Daily Newsletter":[[{"activation":"variable","prop":"not_equal","prop2":"submitted_daily","prop3":"","val":"true"}]],"Has not submitted to The Download Newsletter":[[{"activation":"variable","prop":"not_equal","prop2":"submitted_download","prop3":"","val":"true"}]],"URL Exclusions":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/contact-us"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"lifehacker.com/newsletter"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"lifehacker.com/sitemap"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"lifehacker.com/about"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ziffdavis.com/ztg-privacy-policy"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ziffdavis.com/accessibility"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"ziffdavis.com/terms-of-use"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"lifehacker.com/click-to-spark"}]],"Waypoint Overlay Google Organic Block":[[{"activation":"google_mobile_policy","prop":"no","prop2":"session","prop3":"","val":""},{"activation":"google_organic_policy","prop":"no","prop2":"session","prop3":"","val":""}]]},"deployment_settings":null,"device_graph_enabled":"0","device_graph_settings":{"tagData":{"async":"true","data-fire":"0","data-gm":"0","id":"c.js","src":"//pixel.cdnwidget.com/cdn/c.min.js"},"trafficPercentage":100},"dfp_account_id":null,"dt_inserted_unix":"1680284140","els":{"infeed":"article p + p, article ul + p, article p + p, article p + ul, article p + h2","masthead":"main"},"enable_advanced_cookie":"0","enable_ally":"0","enable_bpush":"0","enable_ga_integration":"1","enable_iframe":"0","enable_waypoints":"0","enabled":"1","encrypt_email":"0","encrypt_email_two_way":"0","event_stream_enabled":"1","event_tracking_enabled":"2","event_tracking_js":"","event_tracking_test_mode":"1","fastboot_enabled":"1","feed_config_json":"","force_https":"0","gbi_enabled":"1","global_control_size":"0","global_deployment":{"any_page_url|bxtest|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"bxtest"},"any_page_url|gclid|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"gclid"},"google_mobile_policy|session":{"activation":"google_mobile_policy","prop":"yes","prop2":"session","prop3":"","val":""},"google_organic_policy|session":{"activation":"google_organic_policy","prop":"no","prop2":"session","prop3":"","val":""}},"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":null,"google_analytics_view_account":null,"google_analytics_view_id":null,"ibx_cart_replenishment_js":null,"ibx_tracking_enabled":"0","id":"6171","inbox_reporting_enabled":"0","lang":"english","liquid_vars":[],"load_jquery":"auto","max_activations_pageview":"1","max_activations_session":"2","metadata":{"ads_campaigns_status":"","ads_config":"{\"freqCapEnabled\":false,\"sourcePartner\":\"none\",\"cpmSensitivity\":\"3\",\"cpmNotes\":\"\",\"adsGoLiveDate\":\"2023-10-11T04:00:00.000Z\"}","ads_enabled":"1","ads_reps":"{\"adsCSM\":5842,\"bdRep\":7819}","aqbxtest_override_content":"{}","bx_share":"50","enable_ally_settings_json":"{\"enable_ally_aria_labels\":1,\"enable_ally_focus\":0,\"enable_ally_number_to_string\":1}","enable_cms_dfp_suppression":"0","gs_url_identifiers":"","max_activations_timeperiod":"0","max_activations_timeperiod_hours":"0","newsletter_config":"{\"prefix\":\"list_\",\"items\":[\"list_24427462\",\"24427462\",\"25033927\",\"list_25033927\"],\"enabled\":false}","parent_company":"{\"name\":\"Ziff Davis\"}","single_page_app_on":"0","single_page_app_test_mode":"1","sms_block_quebec":"0","sms_creds_id":"","sms_double_opt_in":"0","sms_shared_short_code_enabled":"0","sms_short_code_by_country":"{}","use_button_tag_for_close":"1","use_verbose_label_for_close":"1"},"name":"Ziff Davis | Life Hacker","no_control_ips":[],"no_ecaps_in_canada":"1","order_email_js":"","order_id_js":"","order_val_js":"","overlay_js":null,"page_type_json":{"article":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"!!document.querySelector('meta[property=\"og:type\"][content=\"article\"]');"},{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('PogoConfig.template', '') === 'article';"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('PogoConfig.template', '') === 'category' || bouncex.utils.getNestedProp('PogoConfig.template', '') === 'object-hub';"}]]}},"perf_logging_enabled":"0","pick_random_campaigns":"0","polling_interval":"1000","provider_config":{"index":{"jsonp":true,"production":true,"qa_site_id":167884,"reload":300000,"s":"1034117","ssp_priority":2,"stackWeight":0,"timeout":2000},"pbm":{"desktop_id":"","endpoint":"hbopenbid.pubmatic.com/translator?","mobile_id":"","publisher_id":"156512","qa_site_id":"248764","reload":300000,"ssp_priority":1,"timeout":2000,"user_sync_endpoint":"ads.pubmatic.com/AdServer/js/user_sync.html"}},"script_delay":"0","script_tags_json":"","sibling_website_ids":null,"template_site":"0","test_child_id":"0","test_enabled":"0","test_traffic":"50","third_party_cookie":"0","top_stats_disabled":"0","tp_conversion_js":null,"use_website_cookie":"0","user_history_enabled":"0","v2_enabled":"1","vars":[{"code":"jQuery('[id*=\"google_ads_iframe\"]:visible').length \u003e 0;","default":"false","name":"ad_visible","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"bouncex.utils.getNestedProp('defaultPageContext.channelMeta.channel', 'global');","default":"false","name":"article_category","page_types":["article"],"persist":"no","polling":"none","testmode":false,"trigger":"pageload"},{"code":"bouncex.utils.getNestedProp('defaultPageContext.tagMeta.tags', '');","default":"false","name":"article_keyword","page_types":["article"],"persist":"no","polling":"none","testmode":false,"trigger":"pageload"},{"code":"jQuery('meta[property=\"og:title\"]').attr('content');","default":"false","name":"article_name","page_types":["article"],"persist":"no","polling":"none","testmode":false,"trigger":"pageload"},{"code":"bouncex.website.pts;","default":"false","name":"page_type","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"submitted_daily","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"submitted_download","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":"pageload"},{"code":"jQuery('.js_subscribe div:contains(\"You are signed up!\"):visible, .js_newsletter-container \u003e div:contains(\"Thank you for subscribing!\")').length \u003e 0 || null;","default":"false","name":"submitted_onsite","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"}],"website":"lifehacker.com","website_id":"6171","cache_meta":{"paths":{"2238679":"cache/6171/campaigns/2238679-da04b23076ad6cbfe54d014d8aee905f","2238680":"cache/6171/campaigns/2238680-19af1abb078d0a5165eb3785da8a5e64","2238681":"cache/6171/campaigns/2238681-abc3a46d0e3693f892fdbf5dbbc674cf","2238818":"cache/6171/campaigns/2238818-8e06e2073daa35e3fab307820f9b7f6f","2238830":"cache/6171/campaigns/2238830-cfca321bdd934227712746dc1362e198","2238831":"cache/6171/campaigns/2238831-602c4b01f47fc118a1c50b5542c9c7df","2238832":"cache/6171/campaigns/2238832-cc90b0b3934b8a62a1a27746ecb35b6f","2238837":"cache/6171/campaigns/2238837-0883c3ab783ce96b05bf23fc3f84e3cc","2239465":"cache/6171/campaigns/2239465-5844455e598b23d7173ece71339565f1","2239466":"cache/6171/campaigns/2239466-331eff23bb6427deeb4a89c57f4f06eb","2239467":"cache/6171/campaigns/2239467-b634350ef07de632b864751294581412","2260728":"cache/6171/campaigns/2260728-3f58a13a1579aac6cb9470ab3f19dfc6","2260730":"cache/6171/campaigns/2260730-d7621b82150b5e88128723d1e64875a3","2260732":"cache/6171/campaigns/2260732-b667b5cc629186a3db4b878adb3002ca","2275915":"cache/6171/campaigns/2275915-09db1955ae69f3d3c9f19a2ac9b0e4f5","2275918":"cache/6171/campaigns/2275918-772e912bf3e5ed32e6949d2a0190f97a","2275925":"cache/6171/campaigns/2275925-6bca8bef9e0f1a151e3d38fbdfc83468","2285201":"cache/6171/campaigns/2285201-e39f49cf9293d3cf9c69710715c88bd3","2285202":"cache/6171/campaigns/2285202-7028a46814a12a712e39a68621ebac8b","2286668":"cache/6171/campaigns/2286668-fbef65516abcab7bdd0379640ae1d078","2293115":"cache/6171/campaigns/2293115-daf35b762a8d0ae9c2e93f0a188b3b21","2318158":"cache/6171/campaigns/2318158-908fb0d9376f4d78a06243982f9af560","2318160":"cache/6171/campaigns/2318160-383b541154d100a955e6cd462d1f3d1c","2318162":"cache/6171/campaigns/2318162-23dbfd54f8e1b6b07a482158c39673a2","2318164":"cache/6171/campaigns/2318164-e420cbe4e3ee07cc1d6a7948ee22137e","2318166":"cache/6171/campaigns/2318166-0e552966ef3fab0a90eaed66c72ba686","2345872":"cache/6171/campaigns/2345872-d206ac41435392b0f90963bb872ae424","2345873":"cache/6171/campaigns/2345873-b937a8a89130c4b68f3f19a41fef0bc7","2345875":"cache/6171/campaigns/2345875-41bc200c16b3f8f2fe15b876a5f13e93","2345876":"cache/6171/campaigns/2345876-775eb0f655ce59eb31e56ad86178ffce","2345878":"cache/6171/campaigns/2345878-e7352c54eb2e3461d5f92e18148681d0","2345879":"cache/6171/campaigns/2345879-a0d531ca79c8165d4189b1d62587a497","2345881":"cache/6171/campaigns/2345881-77d370204771769134d9a32083815d27","2391728":"cache/6171/campaigns/2391728-438783575108013303e5286488a29261","2391730":"cache/6171/campaigns/2391730-71823a24239f91d3b45af8ee808bbff7","2391732":"cache/6171/campaigns/2391732-d6391fbbd94f289c37ad4e9e085fdc49","2391734":"cache/6171/campaigns/2391734-88fdfaafb01869262e4ddff4a968c188","2442021":"cache/6171/campaigns/2442021-51d1f013cf9158fbd993e8177007cad7","2442023":"cache/6171/campaigns/2442023-74f280111452b20eb2793948da0a674e","2442025":"cache/6171/campaigns/2442025-4771a6a3e632a0afad48dc62a2f731fb","2442027":"cache/6171/campaigns/2442027-961fb2ff841ccfefd172b908908f8f88","2444720":"cache/6171/campaigns/2444720-bbbc2d03ee604b376153d4c8c9c754ac","2444722":"cache/6171/campaigns/2444722-f384d804d870f2323b8cf473e00a4c3a","2444723":"cache/6171/campaigns/2444723-50aca38efbc67bc1c3d3521557c79862","2444724":"cache/6171/campaigns/2444724-08d2e83ccd48366e2af4b7a31f378da8","2516085":"cache/6171/campaigns/2516085-e36ce0c583f64c4f2cda88b44cf32d02","2516091":"cache/6171/campaigns/2516091-091f0aecbf5c8cc169b0608769d763f2","2517640":"cache/6171/campaigns/2517640-137bca1dce6ebd9360b994206afa9cbe","2517641":"cache/6171/campaigns/2517641-6467f984aef8c45fedf44edb7bd8279d","2517643":"cache/6171/campaigns/2517643-252881244d11e450e2300b0ee84c5ac7","2517644":"cache/6171/campaigns/2517644-d42cae42e876bbe8e4d9a6151fbe696d","2517652":"cache/6171/campaigns/2517652-aec66ffb86ec3352ccfb116f22075e3e","2560991":"cache/6171/campaigns/2560991-4f87c44fca3787e3d0fab6164a6ee779","2560992":"cache/6171/campaigns/2560992-d424bf143fb58df0a5cd7a6cde016910","2560994":"cache/6171/campaigns/2560994-37423bc9fc2e529b8b7a243aabb12a34","2560995":"cache/6171/campaigns/2560995-9341fccc724dfa81cce8aa5c3ba01047","2570080":"cache/6171/campaigns/2570080-de9d7b9f15b8340a32a0c3555d62e42e","2570082":"cache/6171/campaigns/2570082-22e4bc72874ea304a100a4c45b37fe26","2570083":"cache/6171/campaigns/2570083-5ee7c11fd27193de4eff84d0c2411f69","2570092":"cache/6171/campaigns/2570092-7c37d97c232c503eaf434755e45f5421","2588283":"cache/6171/campaigns/2588283-2e062dc61360126cfcfcf5095d677b02","2588284":"cache/6171/campaigns/2588284-0c8767a77f9643a6b01fb9e248dfe11f","2588286":"cache/6171/campaigns/2588286-4f9c8db8c41d2868deac540d4f11e6ad","2588287":"cache/6171/campaigns/2588287-54c37078cd9c97c2d82a92ad757d4493"},"index_live":"cache/6171/campaign-index-live-a5ce16bba3efcfd8c15cb4a241881845","index_test":"cache/6171/campaign-index-test-1fc81bb167edf58f491352937ee058c6"}}