bouncex.callbacks["website"]({"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":{"banner_placement_adjust":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"preactivation","testmode":false,"ttype":"variation","val":"/* placement adjustment - move top bar to top of page - no skip link present */\n/* set up skip link selector as Site Element called skip_link */\nbouncex.body.prepend(bouncex.campaigns[ca_id].obj1);"},"bbar_zindex_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('@media screen and (min-width: 1024px) { #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 992; }} @media screen and (max-width: 1023px) { #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 984; }}', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"corner_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);"},"corner_pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","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 \n var styles = [\n 'body { padding-bottom: '+pushAmount+'px; }',\n ];\n \n var stylesLeft = [\n '@media (min-width: 1024px) { .refinements .sticky-elem-wrap .is-sticky { max-height: calc(100vh - 50px - var(--header-height, 85px) - '+pushAmount+'px) !important; }}',\n ];\n \n var stylesRight = [];\n \n styles.push($campaign.hasClass('bx-fixed-lb') ? stylesLeft.join(' ') : stylesRight.join(' '));\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}"},"corner_zindex_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('@media screen and (min-width: 1024px) { #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 992; }} @media screen and (max-width: 1023px) { #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 4; }}', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"duplicate_email_error_translation":{"deployments":[[{"activation":"purpose","prop":"exactly","prop2":"emailcapture","prop3":"","val":""}],[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"fr-CA"}]],"event":"impression","testmode":false,"ttype":"variation","val":"/*for email error message translations*/\nvar TRANSLATION = 'Nos dossiers indiquent que cette courriel est déjà abonné',\n ERROR_FLAG = 'Our records indicate this email is already subscribed.';\n/* make all changes above this line */\nbouncex.on(bouncex.document, 'bxValidateFormComplete.wknd-'+ca_id, function(e) {\n var emailError = bouncex.utils.getNestedProp('response.errors.email', '', e);\n if (e.campaign_id == ca_id \u0026\u0026 emailError.indexOf(ERROR_FLAG) \u003e -1) {\n bouncex.campaigns[ca_id].obj1.find('#bx-error-'+ ca_id + '-email').text(TRANSLATION);\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 var $headingText;\n \n if ($headlineGroup.length === 0) {\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\n $headingText = $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack();\n } else {\n $headingText = $headlineGroup.find('.bx-row-text-headline, .bx-row-text-subheadline').eq(0).nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack();\n }\n \n $headingText.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});"},"md5_hash_email_logic":{"deployments":[[{"activation":"purpose","prop":"exactly","prop2":"emailcapture","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[ca_id].obj1,\n $email = $campaign.find('input[name=\"email\"]'),\n $md5HashedEmail = $campaign.find('input[name=\"md5_hashed_email\"]');\n\nbouncex.on($email, 'change.bx-'+ca_id, function() {\n var email = ($email.val() || '').toLowerCase();\n\n if (bouncex.utils.validate.email(email) \u0026\u0026 bouncex.md5 \u0026\u0026 $md5HashedEmail.length \u003e 0) {\n var hashedEmail = bouncex.md5(email);\n $md5HashedEmail.val(hashedEmail);\n }\n});\n"},"md5_hash_email_logic_close":{"deployments":[[{"activation":"purpose","prop":"exactly","prop2":"emailcapture","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[ca_id].obj1,\n $email = $campaign.find('input[name=\"email\"]');\nbouncex.off($email, 'change.bx-'+ca_id);\n"},"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);"},"pushdown_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","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 '.has-sticky-header #header { margin-top: '+pushAmount+'px; }',\n '.mobile-refinement-filter .mobile-refinement-filter__c-accordion__item.is-expanded .mobile-refinement-filter__c-accordion__body { max-height: calc(70vh - '+pushAmount+'px) !important; }',\n '@media (min-width: 1024px) {',\n '.refinements .sticky-elem-wrap .is-sticky { margin-top: '+pushAmount+'px; max-height: calc(100vh - 50px - var(--header-height, 85px) - '+pushAmount+'px) !important; }',\n '}',\n '@media (max-width: 1023.98px) {',\n '#header:not(.header--fr) #navigation { max-height: calc(100vh - 100% - '+pushAmount+'px); }',\n '.has-sticky-header .mobile-refinement-filter { top: '+pushAmount+'px; }',\n '}',\n '@media (max-width: 1199.98px) {',\n '#header.header--fr #navigation { max-height: calc(100vh - 100% - '+pushAmount+'px); }',\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();"},"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);"},"pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","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\n var styles = [\n '@media (min-width: 1024px) { .refinements .sticky-elem-wrap .is-sticky { max-height: calc(100vh - 50px - var(--header-height, 85px) - '+pushAmount+'px) !important; }}',\n '.mobile-refinement-filter .mobile-refinement-filter__c-accordion__item.is-expanded .mobile-refinement-filter__c-accordion__body { max-height: calc(70vh - '+pushAmount+'px) !important; }',\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'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();"},"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');"},"send_md5_email_to_attv_cookie":{"deployments":[[{"activation":"purpose","prop":"exactly","prop2":"emailcapture","prop3":"","val":""}]],"event":"submission","testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[ca_id].obj1,\n $md5HashedEmail = $campaign.find('input[name=\"md5_hashed_email\"]');\n\nif (data.email \u0026\u0026 bouncex.setAttvCookie \u0026\u0026 $md5HashedEmail.length \u003e 0) {\n bouncex.log('email', data.email, 'hashed email', $md5HashedEmail.val());\n bouncex.setAttvCookie('__attentive_client_user_id', $md5HashedEmail.val());\n bouncex.log('hashed attv cookie value', bouncex.getBounceCookie('__attentive_client_user_id'));\n}\n"},"topbar_zindex_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 996; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"zindex_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":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();"}},"cart_rep":null,"casl_prevent_user_tracking":"1","client_id":null,"compliance":{"gdpr":0,"gmp":0,"whitelist_check":1},"compliance_json":"{\"gdpr\":0,\"gmp\":0,\"whitelist_check\":1}","confirmation_criteria":null,"confirmation_page":"","confirmation_url":null,"content_width":"900","contract_id":"3","cookie_type":"bind_to_domain","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 var $headingText;\\n \\n if ($headlineGroup.length === 0) {\\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\\n $headingText = $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack();\\n } else {\\n $headingText = $headlineGroup.find('.bx-row-text-headline, .bx-row-text-subheadline').eq(0).nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack();\\n }\\n \\n $headingText.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\\\":\\\"\\\"}}}\"},\"banner_placement_adjust\":{\"val\":\"/* placement adjustment - move top bar to top of page - no skip link present */\\n/* set up skip link selector as Site Element called skip_link */\\nbouncex.body.prepend(bouncex.campaigns[ca_id].obj1);\",\"event\":\"preactivation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"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 '.has-sticky-header #header { margin-top: '+pushAmount+'px; }',\\n '.mobile-refinement-filter .mobile-refinement-filter__c-accordion__item.is-expanded .mobile-refinement-filter__c-accordion__body { max-height: calc(70vh - '+pushAmount+'px) !important; }',\\n '@media (min-width: 1024px) {',\\n '.refinements .sticky-elem-wrap .is-sticky { margin-top: '+pushAmount+'px; max-height: calc(100vh - 50px - var(--header-height, 85px) - '+pushAmount+'px) !important; }',\\n '}',\\n '@media (max-width: 1023.98px) {',\\n '#header:not(.header--fr) #navigation { max-height: calc(100vh - 100% - '+pushAmount+'px); }',\\n '.has-sticky-header .mobile-refinement-filter { top: '+pushAmount+'px; }',\\n '}',\\n '@media (max-width: 1199.98px) {',\\n '#header.header--fr #navigation { max-height: calc(100vh - 100% - '+pushAmount+'px); }',\\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\\\":\\\"\\\"}}}\"},\"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\\\":\\\"\\\"}}}\"},\"topbar_zindex_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 996; }', 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\\\":\\\"\\\"}}}\"},\"zindex_fix\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();\",\"event\":\"close\",\"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\\\":\\\"\\\"}}}\"},\"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\\n var styles = [\\n '@media (min-width: 1024px) { .refinements .sticky-elem-wrap .is-sticky { max-height: calc(100vh - 50px - var(--header-height, 85px) - '+pushAmount+'px) !important; }}',\\n '.mobile-refinement-filter .mobile-refinement-filter__c-accordion__item.is-expanded .mobile-refinement-filter__c-accordion__body { max-height: calc(70vh - '+pushAmount+'px) !important; }',\\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'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();\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"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);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bbar_zindex_fix\":{\"val\":\"bouncex.addCss('@media screen and (min-width: 1024px) { #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 992; }} @media screen and (max-width: 1023px) { #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 984; }}', 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\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"corner_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 \\n var styles = [\\n 'body { padding-bottom: '+pushAmount+'px; }',\\n ];\\n \\n var stylesLeft = [\\n '@media (min-width: 1024px) { .refinements .sticky-elem-wrap .is-sticky { max-height: calc(100vh - 50px - var(--header-height, 85px) - '+pushAmount+'px) !important; }}',\\n ];\\n \\n var stylesRight = [];\\n \\n styles.push($campaign.hasClass('bx-fixed-lb') ? stylesLeft.join(' ') : stylesRight.join(' '));\\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}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"corner_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);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"corner_zindex_fix\":{\"val\":\"bouncex.addCss('@media screen and (min-width: 1024px) { #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 992; }} @media screen and (max-width: 1023px) { #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 4; }}', 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\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"send_md5_email_to_attv_cookie\":{\"val\":\"var $campaign = bouncex.campaigns[ca_id].obj1,\\n $md5HashedEmail = $campaign.find('input[name=\\\"md5_hashed_email\\\"]');\\n\\nif (data.email \u0026\u0026 bouncex.setAttvCookie \u0026\u0026 $md5HashedEmail.length \u003e 0) {\\n bouncex.log('email', data.email, 'hashed email', $md5HashedEmail.val());\\n bouncex.setAttvCookie('__attentive_client_user_id', $md5HashedEmail.val());\\n bouncex.log('hashed attv cookie value', bouncex.getBounceCookie('__attentive_client_user_id'));\\n}\\n\",\"event\":\"submission\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"emailcapture\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"md5_hash_email_logic\":{\"val\":\"var $campaign = bouncex.campaigns[ca_id].obj1,\\n $email = $campaign.find('input[name=\\\"email\\\"]'),\\n $md5HashedEmail = $campaign.find('input[name=\\\"md5_hashed_email\\\"]');\\n\\nbouncex.on($email, 'change.bx-'+ca_id, function() {\\n var email = ($email.val() || '').toLowerCase();\\n\\n if (bouncex.utils.validate.email(email) \u0026\u0026 bouncex.md5 \u0026\u0026 $md5HashedEmail.length \u003e 0) {\\n var hashedEmail = bouncex.md5(email);\\n $md5HashedEmail.val(hashedEmail);\\n }\\n});\\n\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"emailcapture\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"md5_hash_email_logic_close\":{\"val\":\"var $campaign = bouncex.campaigns[ca_id].obj1,\\n $email = $campaign.find('input[name=\\\"email\\\"]');\\nbouncex.off($email, 'change.bx-'+ca_id);\\n\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"emailcapture\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"duplicate_email_error_translation\":{\"val\":\"/*for email error message translations*/\\nvar TRANSLATION = 'Nos dossiers indiquent que cette courriel est déjà abonné',\\n ERROR_FLAG = 'Our records indicate this email is already subscribed.';\\n/* make all changes above this line */\\nbouncex.on(bouncex.document, 'bxValidateFormComplete.wknd-'+ca_id, function(e) {\\n var emailError = bouncex.utils.getNestedProp('response.errors.email', '', e);\\n if (e.campaign_id == ca_id \u0026\u0026 emailError.indexOf(ERROR_FLAG) \u003e -1) {\\n bouncex.campaigns[ca_id].obj1.find('#bx-error-'+ ca_id + '-email').text(TRANSLATION);\\n }\\n}); \",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"emailcapture\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"current_page_url\\\",\\\"prop\\\":\\\"contains\\\",\\\"prop2\\\":\\\"\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"fr-CA\\\"}}}\"}}","custom_js":"/* SOTEC-9163 md5 hash start*/\n/* https://stackoverflow.com/questions/14733374/how-to-generate-an-md5-hash-from-a-string-in-javascript-node-js */\nbouncex.md5 = function(d){var r = M(V(Y(X(d),8*d.length)));return r.toLowerCase()};function M(d){for(var _,m=\"0123456789ABCDEF\",f=\"\",r=0;r\u003cd.length;r++)_=d.charCodeAt(r),f+=m.charAt(_\u003e\u003e\u003e4\u002615)+m.charAt(15\u0026_);return f}function X(d){for(var _=Array(d.length\u003e\u003e2),m=0;m\u003c_.length;m++)_[m]=0;for(m=0;m\u003c8*d.length;m+=8)_[m\u003e\u003e5]|=(255\u0026d.charCodeAt(m/8))\u003c\u003cm%32;return _}function V(d){for(var _=\"\",m=0;m\u003c32*d.length;m+=8)_+=String.fromCharCode(d[m\u003e\u003e5]\u003e\u003e\u003em%32\u0026255);return _}function Y(d,_){d[_\u003e\u003e5]|=128\u003c\u003c_%32,d[14+(_+64\u003e\u003e\u003e9\u003c\u003c4)]=_;for(var m=1732584193,f=-271733879,r=-1732584194,i=271733878,n=0;n\u003cd.length;n+=16){var h=m,t=f,g=r,e=i;f=md5_ii(f=md5_ii(f=md5_ii(f=md5_ii(f=md5_hh(f=md5_hh(f=md5_hh(f=md5_hh(f=md5_gg(f=md5_gg(f=md5_gg(f=md5_gg(f=md5_ff(f=md5_ff(f=md5_ff(f=md5_ff(f,r=md5_ff(r,i=md5_ff(i,m=md5_ff(m,f,r,i,d[n+0],7,-680876936),f,r,d[n+1],12,-389564586),m,f,d[n+2],17,606105819),i,m,d[n+3],22,-1044525330),r=md5_ff(r,i=md5_ff(i,m=md5_ff(m,f,r,i,d[n+4],7,-176418897),f,r,d[n+5],12,1200080426),m,f,d[n+6],17,-1473231341),i,m,d[n+7],22,-45705983),r=md5_ff(r,i=md5_ff(i,m=md5_ff(m,f,r,i,d[n+8],7,1770035416),f,r,d[n+9],12,-1958414417),m,f,d[n+10],17,-42063),i,m,d[n+11],22,-1990404162),r=md5_ff(r,i=md5_ff(i,m=md5_ff(m,f,r,i,d[n+12],7,1804603682),f,r,d[n+13],12,-40341101),m,f,d[n+14],17,-1502002290),i,m,d[n+15],22,1236535329),r=md5_gg(r,i=md5_gg(i,m=md5_gg(m,f,r,i,d[n+1],5,-165796510),f,r,d[n+6],9,-1069501632),m,f,d[n+11],14,643717713),i,m,d[n+0],20,-373897302),r=md5_gg(r,i=md5_gg(i,m=md5_gg(m,f,r,i,d[n+5],5,-701558691),f,r,d[n+10],9,38016083),m,f,d[n+15],14,-660478335),i,m,d[n+4],20,-405537848),r=md5_gg(r,i=md5_gg(i,m=md5_gg(m,f,r,i,d[n+9],5,568446438),f,r,d[n+14],9,-1019803690),m,f,d[n+3],14,-187363961),i,m,d[n+8],20,1163531501),r=md5_gg(r,i=md5_gg(i,m=md5_gg(m,f,r,i,d[n+13],5,-1444681467),f,r,d[n+2],9,-51403784),m,f,d[n+7],14,1735328473),i,m,d[n+12],20,-1926607734),r=md5_hh(r,i=md5_hh(i,m=md5_hh(m,f,r,i,d[n+5],4,-378558),f,r,d[n+8],11,-2022574463),m,f,d[n+11],16,1839030562),i,m,d[n+14],23,-35309556),r=md5_hh(r,i=md5_hh(i,m=md5_hh(m,f,r,i,d[n+1],4,-1530992060),f,r,d[n+4],11,1272893353),m,f,d[n+7],16,-155497632),i,m,d[n+10],23,-1094730640),r=md5_hh(r,i=md5_hh(i,m=md5_hh(m,f,r,i,d[n+13],4,681279174),f,r,d[n+0],11,-358537222),m,f,d[n+3],16,-722521979),i,m,d[n+6],23,76029189),r=md5_hh(r,i=md5_hh(i,m=md5_hh(m,f,r,i,d[n+9],4,-640364487),f,r,d[n+12],11,-421815835),m,f,d[n+15],16,530742520),i,m,d[n+2],23,-995338651),r=md5_ii(r,i=md5_ii(i,m=md5_ii(m,f,r,i,d[n+0],6,-198630844),f,r,d[n+7],10,1126891415),m,f,d[n+14],15,-1416354905),i,m,d[n+5],21,-57434055),r=md5_ii(r,i=md5_ii(i,m=md5_ii(m,f,r,i,d[n+12],6,1700485571),f,r,d[n+3],10,-1894986606),m,f,d[n+10],15,-1051523),i,m,d[n+1],21,-2054922799),r=md5_ii(r,i=md5_ii(i,m=md5_ii(m,f,r,i,d[n+8],6,1873313359),f,r,d[n+15],10,-30611744),m,f,d[n+6],15,-1560198380),i,m,d[n+13],21,1309151649),r=md5_ii(r,i=md5_ii(i,m=md5_ii(m,f,r,i,d[n+4],6,-145523070),f,r,d[n+11],10,-1120210379),m,f,d[n+2],15,718787259),i,m,d[n+9],21,-343485551),m=safe_add(m,h),f=safe_add(f,t),r=safe_add(r,g),i=safe_add(i,e)}return Array(m,f,r,i)}function md5_cmn(d,_,m,f,r,i){return safe_add(bit_rol(safe_add(safe_add(_,d),safe_add(f,i)),r),m)}function md5_ff(d,_,m,f,r,i,n){return md5_cmn(_\u0026m|~_\u0026f,d,_,r,i,n)}function md5_gg(d,_,m,f,r,i,n){return md5_cmn(_\u0026f|m\u0026~f,d,_,r,i,n)}function md5_hh(d,_,m,f,r,i,n){return md5_cmn(_^m^f,d,_,r,i,n)}function md5_ii(d,_,m,f,r,i,n){return md5_cmn(m^(_|~f),d,_,r,i,n)}function safe_add(d,_){var m=(65535\u0026d)+(65535\u0026_);return(d\u003e\u003e16)+(_\u003e\u003e16)+(m\u003e\u003e16)\u003c\u003c16|65535\u0026m}function bit_rol(d,_){return d\u003c\u003c_|d\u003e\u003e\u003e32-_}\n/* SOTEC-9163 md5 hash end */\n\n/* SOTEC-9163 set cookie start */\n/* https://stackoverflow.com/questions/14573223/set-cookie-and-get-cookie-with-javascript */\nbouncex.setAttvCookie = function(name, value, days) {\n var expires = \"\";\n if (days) {\n var date = new Date();\n date.setTime(date.getTime() + (days*24*60*60*1000));\n expires = \"; expires=\" + date.toUTCString();\n }\n document.cookie = name + \"=\" + (value || \"\") + expires + \"; path=/\";\n};\n/* SOTEC-9163 set cookie end */","custom_liquid_variable":"{\"Address\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowHeroBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientId\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientName\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"DeadZone\":{\"val\":\"true\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HomepageUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LogoImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LogoImgWidth\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SLOfferCustomer\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SLOfferProspect\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Studio_BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerImg\"},\"Studio_BelowHeroBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerUrl\"},\"Studio_BelowProdGridBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerImg\"},\"Studio_BelowProdGridBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerUrl\"},\"Studio_CurrentYear\":{\"val\":\"{{ formatTime \\\"2006\\\" }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_FRHomepageCartUrl\":{\"val\":\"{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" ( base64 $.CartJSON ) }} https://www.golftown.com/fr-CA/homepage{{ $CartSuffix }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_FRHomepageUrl\":{\"val\":\"https://www.golftown.com/fr-CA/homepage\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_FRUnsubscribeUrl\":{\"val\":\"https://cloud.email.golftown.com/newUnsubscribeFr?gft=%25%25=BASE64ENCODE(emailaddr)=%25%25\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_FirstItemCartUrl\":{\"val\":\"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" ( base64 $.CartJSON ) }}{{ $FirstItem.url }}{{ $CartSuffix }}{{ end }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_FirstItemUrl\":{\"val\":\"{{ if $.Items }}{{ $FirstItem := index $.Items 0 }}{{ $FirstItem.url }}{{ end }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_HomepageCartUrl\":{\"val\":\"{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" ( base64 $.CartJSON ) }}https://www.golftown.com/en-CA/homepage{{ $CartSuffix }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\",\"label\":\"$HomepageCartUrl\"},\"Studio_HomepageUrl\":{\"val\":\"https://www.golftown.com/en-CA/homepage\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\",\"label\":\"$HomepageUrl\"},\"Studio_ListPageUrl\":{\"val\":\"{{ $.ListPageUrl }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\",\"label\":\"$ListPageUrl\"},\"Studio_TopBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerImg\"},\"Studio_TopBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerUrl\"},\"TextSendOffer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitecanvas\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitecanvasmobile\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitelogodark\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitelogolight\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitenonstandard\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitenonstandardmobile\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitestandard\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitestandardmobile\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"}}","custom_variable":"{\"logged_in\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"no\",\"val\":\"jQuery('.user-account').text().includes('Hi') || jQuery('.user-logout').text().includes('Log out');\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false,\"desc\":\"bouncex.utils.getNestedProp('window.dataLayer.2.email')\"},\"ever_logged_in\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"permanent\",\"val\":\"bouncex.vars.logged_in || null;\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false},\"cart_qty\":{\"default\":\"0\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"Number(jQuery('.minicart-quantity').text());\",\"t\":\"int\",\"page_type_json\":[],\"testmode\":false},\"in_stock\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('.in-stock-msg').text() === 'In Stock';\",\"t\":\"bool\",\"page_type_json\":[\"product\"],\"testmode\":false},\"submitted_onsite\":{\"polling\":\"all\",\"persist\":\"permanent\",\"val\":\"!!jQuery('.mcsubscribe-success-message:visible').length || null;\",\"default\":\"false\",\"page_type_json\":[],\"testmode\":false},\"page_url\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"category\",\"search\"],\"testmode\":true},\"logged_in_identified\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"cart\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"cookie_modal_present\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"page_type\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"bouncex.website.pts;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"attentive_visible\":{\"polling\":\"vars\",\"persist\":\"no\",\"val\":\"jQuery('#attentive_overlay').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"item_sku\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('.product-id').text().replace('SKU','').trim();\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false}}","deployment_json":null,"deployment_presets":{"Email Capture Eligible":[[{"activation":"customer","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"submitted_email","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/orderconfirmation"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"}],[{"activation":"variable","prop":"equal","prop2":"submitted_onsite","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"logged_in","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"ever_logged_in","prop3":"","val":"false"}]],"Exclude Checkout Pages":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/cart"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/checkout"}]],"FR Language":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"fr-CA"}]],"For ATTV: Has Not Submitted Entrance eCap":[[{"activation":"progression","prop":"2757836","prop2":"not_submitted","prop3":"visit","val":""}],[{"activation":"progression","prop":"2758073","prop2":"not_submitted","prop3":"visit","val":""}]],"IBX Continuity":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"\u003cemail param 1\u003e"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"\u003cemail param 2\u003e"}]],"Items in Cart":[[{"activation":"variable","prop":"greater","prop2":"cart_qty","prop3":"","val":"0"}]],"Target CA":[[{"activation":"location","prop":"exactly","prop2":"country","prop3":"","val":"CA"}]],"URL Exclusions":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/help-faq"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/contactus"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/returns"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/shipping"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/store/recipient"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/donations"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/events"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"locations."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"gt-promotions/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/proshop"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/custom-fit"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/tournaments"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/wetaketrades"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/LP-20190905-PreOwned-Main"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/about-us"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/privacy-policy"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/accessibility"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/terms-and-conditions"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"blog"}]]},"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":"1715706316","els":{"blank_site_element":""},"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":"1","event_tracking_js":"\n/* ---------------------------- SHARED VARIABLES ---------------------------- */\n\nvar CART_COOKIE_KEY = 'dwanonymous_355d47c88078a4e9990a59265b3b78a5', \n CLEAN_URL = bouncex.utils.url.allowParams('q'),\n IS_FR;\n\n/* --------------------------------- HELPERS -------------------------------- */\n\nfunction getDlItem() {\n var arr = window.dataLayer,\n len = arr.length;\n\n for (var i = len - 1; i \u003e= 0; i--) {\n if (arr[i].event !== \"productDetail\") {\n continue;\n }\n \n if (!!arr[i].ecommerce) {\n return arr[i].ecommerce.detail.products[0];\n }\n\n }\n}\n\n/* ------------------------------ ITEM TRACKING ----------------------------- */\n\nfunction getItem() {\n var item = getDlItem(),\n itemId = IS_FR ? item.id + '-FR' : item.id;\n \n return {\n id: itemId, \n copy: item.name, \n category: item.category, \n url: CLEAN_URL,\n imageurl: jQuery('.primary-image').attr('src').replace('$default$', ''), \n instock: jQuery('#add-to-cart').text().toLowerCase() === 'add to cart' || jQuery('#add-to-cart').text().toLowerCase() === 'ajouter au panier', \n price: item.price,\n brand: item.brand\n };\n}\n\n\nfunction initializeItemEvents() {\n var item,\n groupId;\n\n bouncex.et.onTrue(\n function () {\n item = getItem();\n return !!item.id \u0026\u0026\n !!item.copy \u0026\u0026\n !!item.category \u0026\u0026\n !!item.url \u0026\u0026\n !!item.imageurl;\n },\n function () {\n var gId = getDlItem();\n if (item.url.indexOf('gift-card') \u003e -1) {\n return;\n }\n groupId = IS_FR ? gId.id : item.id;\n bouncex.push(['item', item]);\n bouncex.push(['view item', { 'item:id': item.id, 'item:itemgroupid': groupId}]);\n \n initializeATCClickTracking(item.id);\n if (!IS_FR) {\n groupId = item.id;\n initializeSkuEvents(item.id, groupId);\n }\n \n },\n 10\n );\n}\n\n/* ------------------------------ SKU TRACKING ------------------------------ */\n\n/*function initializeSkuEvents(itemId, groupId) {\n var lastSkuFired,\n skuId;\n\n bouncex.et.on(\n bouncex.document,\n 'click.bxsku',\n function () {\n bouncex.et.onTrue(function () {\n skuId = jQuery('.product-id').text().replace('SKU','').trim();\n return skuId \u0026\u0026 skuId !== lastSkuFired;\n }, function () {\n bouncex.push([\n 'select_sku',\n {\n 'item:id': itemId,\n 'item:itemgroupid': groupId,\n 'item:feedid': skuId\n }\n ]);\n lastSkuFired = skuId;\n }, 5);\n },\n '.selectable , .input-select'\n );\n}*/\n\nfunction initializeSkuEvents(itemId, groupId) {\n bouncex.et.onVarChange('item_sku', function (oldVal, newVal) {\n if (newVal \u0026\u0026 oldVal \u003e 0) {\n var skuId = jQuery('.product-id').text().replace('SKU','').trim();\n bouncex.push(['select_sku', {\n 'item:id': itemId,\n 'item:itemgroupid': groupId,\n 'item:feedid': skuId\n }]);\n }\n });\n}\n\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\n\nfunction getItemIdsCat() {\n var ids = [];\n\n jQuery('.product-tile.js-product-brand').each(function (i, e) {\n var itemId = jQuery(e).attr('data-itemid'), /* evaluates item id of current product tile on category page */\n id = IS_FR ? itemId + '-FR' : itemId;\n if (id \u0026\u0026 ids.indexOf(id) \u003c 0) {\n ids.push(id);\n }\n });\n\n return ids.join(',');\n}\n\nfunction getCategoryObject() {\n return {\n 'page:url': CLEAN_URL,\n 'items:ids': getItemIdsCat()\n };\n}\n\nfunction initializeCategoryEvents() {\n var categoryObj;\n\n bouncex.et.onTrue(\n function () {\n categoryObj = getCategoryObject();\n return !!categoryObj['items:ids'].length \u0026\u0026\n !!categoryObj['page:url'];\n },\n function () {\n bouncex.push(['view category', categoryObj]);\n },\n 10\n );\n}\n\n/* ------------------------------- QUICKVIEW ------------------------------ */\n\nfunction initializeQuickviewEvents(){\n var QUICKVIEW_SELECTOR = '#QuickViewDialog #pdpMain'; // should select the quickview wrapper\n bouncex.et.onVisible(QUICKVIEW_SELECTOR, function(){\n var item = jQuery('.product-id').text().replace('SKU','').trim().slice(0,8), \n itemId = IS_FR ? item + '-FR' : item;\n groupId = itemId; \n\n if (itemId \u0026\u0026 groupId){\n bouncex.push(['view item', { 'item:id': itemId, 'item:itemgroupid': groupId}]);\n initializeATCClickTracking(itemId);\n initializeSkuEvents(itemId, groupId);\n\n }\n });\n}\n/* ------------------------------- CART EVENTS ------------------------------ */\n\nfunction fireAddToCart(itemId) {\n var token;\n\n bouncex.et.onTrue(\n function () {\n token = bouncex.getBounceCookie(CART_COOKIE_KEY);\n return token;\n },\n function () {\n bouncex.push([\n 'add to cart',\n {\n 'item:id': itemId,\n 'cart:token': token\n }\n ]);\n\n if (bouncex.vars.cart) {\n return;\n }\n\n bouncex.setVar('cart', true);\n },\n 10\n );\n}\n\nfunction initializeATCClickTracking(itemId) {\n bouncex.et.on(bouncex.document, 'click.bxatc', function () {\n fireAddToCart(itemId);\n }, '#add-to-cart');\n}\n\nfunction emptyCart() {\n bouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\n if (bouncex.vars.cart \u0026\u0026 newVal === 0 \u0026\u0026 oldVal \u003e 0) {\n bouncex.push(['empty_cart']);\n bouncex.setVar('cart', false);\n }\n });\n}\n\nfunction initializeCartEvents() {\n bouncex.et.cart.init({\n replenishmentType: 'cookie',\n replenish: function (cart) {\n bouncex.utils.cookies.create({\n name: CART_COOKIE_KEY,\n value: cart.token\n });\n replenComplete();\n }\n });\n\n emptyCart();\n}\n\n/* ------------------------------ USER TRACKING ----------------------------- */\n\nfunction initializeUserTracking() {\n if (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n return;\n }\n\n var userEmail;\n\n bouncex.et.onTrue(\n function () {\n userEmail = bouncex.utils.getNestedProp('window.dataLayer.2.email');\n return bouncex.utils.validate.email(userEmail);\n },\n function () {\n bouncex.push([\n 'user',\n {\n 'email': userEmail,\n 'source': 'LoggedIn'\n }\n ]);\n bouncex.setVar('logged_in_identified', true);\n },\n 5\n );\n}\n\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\n\nfunction isValidDomain() {\n return CLEAN_URL.indexOf('https://www.golftown.com/') \u003e -1;\n}\n\nfunction isCorrectLang() {\n var lang = bouncex.html.attr('lang') || '';\n\n return /^en/.test(lang) || /^fr/.test(lang);\n}\n\n// We want to limit tracking to only users located within the specified site geo.\nfunction isCorrectCountry(){\n return bouncex.state.geo.country_code === 'CA';\n}\n\nfunction isValidForTracking() {\n return isValidDomain() \u0026\u0026 isCorrectLang() \u0026\u0026 isCorrectCountry();\n}\n\nfunction init() {\n if (!isValidForTracking()) {\n return;\n }\n \n if (CLEAN_URL.indexOf('fr-CA') \u003e -1){\n IS_FR = true;\n }\n\n initializeUserTracking();\n initializeCartEvents();\n initializeQuickviewEvents();\n switch (bouncex.website.pts) {\n case 'category':\n case 'search':\n initializeCategoryEvents();\n break;\n case 'product':\n initializeItemEvents();\n break;\n default:\n break;\n }\n}\n\ninit();\n","event_tracking_test_mode":"0","fastboot_enabled":"1","feed_config_json":"{\n \"WebsiteID\": \"7343\",\n \"Type\": \"product\",\n \"StepsToRun\": [\n \"import\"\n ],\n \"Source\": {\n \"Transport\": \"ftp\",\n \"Format\": \"csv\",\n \"ClientFeedCredsID\": \"7343/source\",\n \"FormatConfig\": {\n \"Type\": \"product\",\n \"Separator\": \"\\t\",\n \"FixQuotes\": false,\n \"Mappings\": [\n {\n \"BXField\": \"ID\",\n \"ClientField\": \"id\"\n },\n {\n \"BXField\": \"Description\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"ItemGroupID\",\n \"ClientField\": \"item_group_id\"\n },\n {\n \"BXField\": \"QuantityOnline\",\n \"ClientField\": \"available_quantity\"\n },\n {\n \"BXField\": \"Link\",\n \"ClientField\": \"link\"\n },\n {\n \"BXField\": \"Price\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"OriginalPrice\",\n \"ClientField\": \"price\"\n },\n {\n \"BXField\": \"PromoPrice\",\n \"ClientField\": \"sale_price\"\n },\n {\n \"BXField\": \"MarkdownPrice\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Title\",\n \"ClientField\": \"title\"\n },\n {\n \"BXField\": \"ImageLink\",\n \"ClientField\": \"image_link\"\n },\n {\n \"BXField\": \"Category\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Brand\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Color\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Margin\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"AvailabilityDate\",\n \"ClientField\": \"\",\n \"ClientFormat\": \"2006-01-02 MST\"\n }\n ]\n }\n },\n \"ExportDestinations\": []\n}","force_https":"0","gbi_enabled":"0","global_control_size":"0","global_deployment":{"any_page_url|/orderconfirmation|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/orderconfirmation"},"any_page_url|attentive|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"attentive"},"any_page_url|attn|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"attn"},"any_page_url|bxtest|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"bxtest"},"any_page_url|sms|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"sms"},"any_page_url|utm_medium=email|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"},"any_page_url|utm_source=wunderkind|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"}},"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":null,"google_analytics_view_account":"analytics@wunderkind.co","google_analytics_view_id":null,"ibx_cart_replenishment_js":null,"ibx_tracking_enabled":"0","id":"7343","inbox_reporting_enabled":"1","lang":"english","liquid_vars":{"Address":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"ClientId":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"ClientName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"DeadZone":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":"true"},"HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"IbxDisclaimer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"IbxDisclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"IbxDisclaimer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"IbxOffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"IbxOffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"IbxOffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"LogoImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"LogoImgWidth":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"SLOfferCustomer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"SLOfferProspect":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"Studio_BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowHeroBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowHeroBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowProdGridBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowProdGridBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_CurrentYear":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ formatTime \"2006\" }}"},"Studio_FRHomepageCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }} https://www.golftown.com/fr-CA/homepage{{ $CartSuffix }}"},"Studio_FRHomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.golftown.com/fr-CA/homepage"},"Studio_FRUnsubscribeUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://cloud.email.golftown.com/newUnsubscribeFr?gft=%25%25=BASE64ENCODE(emailaddr)=%25%25"},"Studio_FirstItemCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }}{{ $FirstItem.url }}{{ $CartSuffix }}{{ end }}"},"Studio_FirstItemUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ if $.Items }}{{ $FirstItem := index $.Items 0 }}{{ $FirstItem.url }}{{ end }}"},"Studio_HomepageCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$HomepageCartUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }}https://www.golftown.com/en-CA/homepage{{ $CartSuffix }}"},"Studio_HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$HomepageUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.golftown.com/en-CA/homepage"},"Studio_ListPageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$ListPageUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $.ListPageUrl }}"},"Studio_TopBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_TopBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"TextSendOffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"TextSendOffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"TopBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"TopBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"couponcode1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"couponcode2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"couponcode3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsitecanvas":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsitecanvasmobile":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsitedisclaimer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsitedisclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsitedisclaimer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsitelogodark":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsitelogolight":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsitenonstandard":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsitenonstandardmobile":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsiteoffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsiteoffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsiteoffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsitestandard":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""},"onsitestandardmobile":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"","val":""}},"load_jquery":"auto","max_activations_pageview":"1","max_activations_session":"2","metadata":{"client_plan":"managed","enable_ally_settings_json":"{\"enable_ally_aria_labels\": 1,\"enable_ally_focus\": 1,\"enable_ally_number_to_string\": 1}","enable_cms_dfp_suppression":"0","enable_osr_events":"0","enable_short_links":"0","google_analytics_v4_measurement_id":"G-HV9LQK7P39","google_analytics_v4_property_id":"321018897","gs_url_identifiers":"","max_activations_timeperiod":"0","max_activations_timeperiod_hours":"0","minify_email":"0","single_page_app_on":"0","single_page_app_test_mode":"1","sms_configs":"{}","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","wknd_web_sdk_enabled":"0"},"name":"Golf Town (EN \u0026 FR)","no_control_ips":[],"no_ecaps_in_canada":"1","order_email_js":"","order_id_js":"","order_val_js":"","overlay_js":null,"page_type_json":{"cart":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/cart"},{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('.pt_cart')"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('#grid-sort-header').length \u003e 0;"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/search?q"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkout"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname==='/';"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('button#add-to-cart').length \u003e 0;"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/search?q"}]]}},"perf_logging_enabled":"0","pick_random_campaigns":"0","polling_interval":"1000","provider_config":false,"script_delay":"0","script_tags_json":"[{\"name\":\"wknd_tag\",\"version\":null},{\"name\":\"conversion_multipixel\",\"version\":\"ecommerce\"},{\"name\":\"gam_pixel\",\"version\":\"out_of_page\"},{\"name\":\"amp_auto_ad_pixel\",\"version\":\"default\"}]","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('#attentive_overlay').length \u003e 0;","default":"false","name":"attentive_visible","page_types":[],"persist":"no","polling":"vars","testmode":true,"trigger":"pageload"},{"code":"null;","default":"false","name":"cart","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":"pageload"},{"code":"Number(jQuery('.minicart-quantity').text());","default":"0","name":"cart_qty","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"cookie_modal_present","page_types":[],"persist":"no","polling":"all","testmode":true,"trigger":"pageload"},{"code":"bouncex.vars.logged_in || null;","default":"false","name":"ever_logged_in","page_types":[],"persist":"permanent","polling":"all","testmode":false,"trigger":false},{"code":"jQuery('.in-stock-msg').text() === 'In Stock';","default":"false","name":"in_stock","page_types":["product"],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"jQuery('.product-id').text().replace('SKU','').trim();","default":"false","name":"item_sku","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"jQuery('.user-account').text().includes('Hi') || jQuery('.user-logout').text().includes('Log out');","default":"false","name":"logged_in","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"logged_in_identified","page_types":[],"persist":"visit","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":"","default":"false","name":"page_url","page_types":["category","search"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"!!jQuery('.mcsubscribe-success-message:visible').length || null;","default":"false","name":"submitted_onsite","page_types":[],"persist":"permanent","polling":"all","testmode":false,"trigger":false}],"website":"golftown.com","website_id":"7343","cache_meta":{"paths":{"2593545":"2593545-74dcb38cac229dc604bcab73ff1d0ef7","2593546":"2593546-816fbdddbb648f75e8e444fb749b3973","2593547":"2593547-e4e48c15c878a78ba3f995d84a38d6a6","2593548":"2593548-88e612b17e6e44e2b67739657e87c362","2593549":"2593549-a3d01195dcc9212ee4d3c0e0bfdf473c","2593550":"2593550-78efe8f1f76e6aede482577565023ea9","2593551":"2593551-f9233d81364c9c3dd5f3e7257a96064a","2593552":"2593552-fcd7c38d892c4f6a57845a6881a3e1eb","2593553":"2593553-a53e6b4ff9b7ab185a210c80fd040bc6","2593554":"2593554-425cb5b66e6e809eb11e8cd60c2a4786","2593555":"2593555-8028cb80b21f023f287e6721a1def404","2593556":"2593556-bb7334d6e0c3b0cbacac87d870d4726e","2593557":"2593557-82b38d3444ee7043f136ed94da1a0e3b","2593558":"2593558-a346517e4bc18571808171669733f60b","2593559":"2593559-e4ec5a5d3700e2133b9adfc56edef156","2593560":"2593560-26504db08f8e8459d69308e3baa51763","2593561":"2593561-9010f79a39faa8054ddc67f108063745","2593562":"2593562-f2472449268ef107f1b4a53801db14aa","2593563":"2593563-c54bba7c9c7790a255ce9a7a244629d6","2593564":"2593564-1e9626272ae6a8c54dd0ab5741c59314","2593565":"2593565-e29b066a443f995cfb4f1fbd5e8fa2f6","2593566":"2593566-d52c97689dfc799e27caf04dc3b421ef","2593567":"2593567-dd2ac204aa82175ff71e75f7d9605bf7","2593568":"2593568-d08cc1c414db08a921a90f1b39d29c5e","2593569":"2593569-ed72c6b44b077dac8995debb90c0b96b","2593570":"2593570-ea142f81fc39ce717a08cdf319b57e60","2593571":"2593571-3d395f25177624eee538e68a088db98d","2593572":"2593572-fd5dc36ab712b32d11162e3ff358ac7d","2593573":"2593573-500cfcfacbd7a696ef5ef36d275e91cf","2593574":"2593574-b9b5a2abb63202c0e4b24dabd4c719de","2593575":"2593575-3553265f9accec3a607409d0f308244b","2593576":"2593576-210da63992a89ae22b08d9b22b560946","2593577":"2593577-261d1c9c392bfc12b2fd1301b3adc135","2593578":"2593578-57474c6b5c09f00dfbcbc341801eee5d","2593579":"2593579-0c76644a1f456f5f855f36bf9185af0b","2593580":"2593580-ad1c3512fb076fae763c4f6408893bfb","2593581":"2593581-6a23d179a64c25ca9c8a7cdb3c943849","2593582":"2593582-7d9dd37d2259635cf200b5142d3457b4","2593583":"2593583-0dfd89de7d64f8ecc904674e041e6942","2593584":"2593584-b22a8579fb2133be51f836d773fed636","2593585":"2593585-4dc5c24fb2c2ac2c9bc9ba6b84caa4c6","2593586":"2593586-fa4068b6242b0948efa3176a2d22479c","2593587":"2593587-0d33f2359d027578f48d04bfa06aedce","2593588":"2593588-1d12d270fa5ee82be382b4ff761d16e3","2593589":"2593589-e53b5655ae80f27f64c725397e7d2a69","2593590":"2593590-1b57afd0f0037271595a26dd4bd6e520","2593591":"2593591-4ac81d78febb9f757c7ed9b8b6ed6976","2593592":"2593592-ebfd3078642f6a3f9aabddd29f864bbc","2593593":"2593593-9522d84216c1970629e966572d3dacac","2593594":"2593594-46cf965e41a737eea687402238af371e","2593595":"2593595-aeb342e3c4cc6b27e970cf0b20f4226a","2593596":"2593596-493a143ee3f9b286a19ab34f54db0bc8","2593597":"2593597-f2efafa8621b6b73a689d3ef1293a3e1","2593598":"2593598-b6e45880f5acd3f6a49150bc3c393c8a","2593599":"2593599-d6f230f8f358f76d8b2e51524a0d43ec","2593600":"2593600-17b868324d24b0c87fbe78849d5b6541","2593601":"2593601-2d3bdc0b0ad63d945926cde3f0e47ecd","2593602":"2593602-c37bf589e8216d2ca9d02db04a120774","2593603":"2593603-279fe0f49f0863f44e17d3cdb62b355f","2593604":"2593604-3ed5693c529f29f39aa110a1351f0e69","2593605":"2593605-53a9be21b65c66a10c179f4e3ee2b3b1","2593606":"2593606-c0ec849416abafdd52690f33c85cd9af","2593607":"2593607-28f796ee5193499e4133eb478501f03c","2593608":"2593608-2316103d0e0ff3ed1169d5164c94cf85","2593609":"2593609-e54b95978f2a22541492e58ab447a1e4","2593610":"2593610-8af0e668f79ff15ac31fa033e37d3249","2593611":"2593611-ce05672f6346aa4063fefb0b5ecb36bb","2593612":"2593612-7451f2112a999fd261416f428f115f41","2593613":"2593613-29a6dca29335eb79c9fa38d57b6e8c4c","2593614":"2593614-6919d3cb3f32942130af57593e3df2fb","2593615":"2593615-c0102ea084cf5eeba96e122243841308","2593616":"2593616-bbc10dafb097f39e3095bf623fceed7b","2593617":"2593617-644ceaf50219aba2dd9334d34ff98a0d","2593618":"2593618-fc10c40925cffc5f9faae3bb8f547f2a","2593619":"2593619-46c796b0568c07e7ccfee2c1c1c10260","2593620":"2593620-c0332ef21551359cb603789dcedee125","2593621":"2593621-9a3c03412e6e0597ebaaaecdf1274582","2593622":"2593622-7405733774ffe3888b43af207056f7c4","2593623":"2593623-57f988ecae1450af5bfff9aceeb35a3a","2593624":"2593624-88c7c8f8aeb07866e5c5d07d87bb790b","2593625":"2593625-27177103745dc2738569abfcdd61dbc7","2593626":"2593626-fa154df2209cc8e667ec2b4f544c0c5d","2593627":"2593627-7cf89e5a9d1d3a3a7bb0257c8bfe0a57","2593628":"2593628-a65d8af1ebe1337518cdb78f5914eccf","2593629":"2593629-ae4d8efbb44f0036f7e80dd8e09a5e00","2593630":"2593630-b52958f7ddaedba38d755f5933671bd2","2593631":"2593631-fcbbd460aa3d73752a026e189b46193e","2593632":"2593632-495d0ec071459e9317a1ba9e76a94ad2","2593633":"2593633-24aac30add97fc4ad6b988fc8118064a","2593634":"2593634-cac73241826bdc63db997e5f6bb559e9","2593635":"2593635-f6b17788a9954bd09f33dc4f99f2f154","2593636":"2593636-39bcb3add30d3b7a2f829c06021e2ecf","2593637":"2593637-1e42c935afba7afb601e3328dfa5650f","2593638":"2593638-79c1fd4a8f9db5a0b77949c66ca14fee","2593639":"2593639-82fb57aee87f874b827286bf7799d75b","2593640":"2593640-6ce23b2600d91ec8788d6921524b2ff8","2593641":"2593641-a2a908b67442e2ba6e708cf0927c8e21","2593642":"2593642-0a457e77a814d2b92e3433a44aeb0660","2593643":"2593643-06cf5c940debd63e8f4527ead3c1f833","2593644":"2593644-46cdcf66f862f42958b232451a6e966f","2593645":"2593645-f932b5db0130ed7d32a76aedde456b4d","2593646":"2593646-128245954c141c41c9fd951397aa515a","2593647":"2593647-54d20bccbec65395f998a635ce32c904","2593648":"2593648-8f24f8c714b6ca1f800e7c97da4c30a7","2593649":"2593649-1a8c4559e88f4022619b6df6fcb4c76c","2593650":"2593650-af85d91f4fb539b0da03618dadc5f66c","2593651":"2593651-8f87293e59b5b3396f4a9c62ceeea2ad","2593652":"2593652-d94c8c942d9c912cf884c1ba6b623ef6","2593653":"2593653-6a19bb95e077224a70d0e01f5f983ac5","2593654":"2593654-0a8e737edfe98816562abfd3f2d45399","2593655":"2593655-3e90c9f473fa1f5216959b023d04f0f5","2593656":"2593656-6039d128c33c9654cbd5eb8aded8a1c9","2593657":"2593657-d69e2faabe60064906c070535c60ea4c","2593658":"2593658-8a8c0e30363fbdc1d6a6c77e4d907222","2593659":"2593659-34636c8d4b67b9684464cf732222eebc","2593660":"2593660-f6c801904e175f3433c1bb1c99d199bc","2593661":"2593661-250664b601535ee1b09d7b136a108c73","2593662":"2593662-2c0800826bc4144b660d45d3fbcbd027","2593663":"2593663-ce0cfe63a293d9c303ba74bbba9a110e","2593664":"2593664-dedecbaf1e0eadee8dea78bc539b6adc","2593665":"2593665-748a70bb1ce2178b937d3bc8511cd0f5","2593666":"2593666-8498e6aa39d945ad7f1e9030cda7f05c","2593667":"2593667-a2c87cd702d95128d2c955ee2254bd23","2593668":"2593668-8c8ac4353fce1070a53c048d3c0f67ac","2593669":"2593669-22dc8baf2a36c9ef31fb70d5513380ab","2593670":"2593670-0aa564d029675c51842b3847c985a96e","2593671":"2593671-602e05fe193a37035f14372c8a56c97c","2593672":"2593672-66817e7b83c16aaeec420a599db9f70c","2593673":"2593673-561a68afbd2e1f9e71f0aa7e47014767","2593674":"2593674-fcd9be1ad00e0c837ce0356109598792","2593675":"2593675-2bce57518225a4b7b7996cb3e3708050","2593676":"2593676-1bc1c521d347e18608982cc5386f07a5","2593677":"2593677-855ec69f155bf97b9f8e7c2dfc0cf70c","2593678":"2593678-91ea066aa77e83a5245e6e31067ee8c0","2593679":"2593679-88bc3e31c84ba34473f222eb9a77c09a","2593680":"2593680-01744577ca350ad46ff3068ec89108eb","2593681":"2593681-66233f26c9da21fa6c79bd977c9a4861","2593682":"2593682-86106ec760c8f02892c43280adae040b","2593683":"2593683-ecdc486b2c7e48fe0f540b3d763b4399","2593684":"2593684-6cddb9bf948b99c6b1f1aaf3eb19850f","2593685":"2593685-90a9c23a56e2e6beaa789fe61a27e2e5","2593686":"2593686-5488ca4764ab2e74b2a2884219f07f60","2593687":"2593687-e9bfc014a52b97bf7a2cf1a1779e4fc3","2593688":"2593688-c88edd8688833dc265ddd4f5929a5dc8","2593689":"2593689-dd84059c1b8d61a5c3cccf7fc045e142","2593690":"2593690-77ee8007c3dbb8596bd1e4faf866c349","2593691":"2593691-0eb681ebf0f1ab398a5e7f09c2cb84fe","2593692":"2593692-a6666240a04faee24072908a48dce4d8","2593693":"2593693-0db8194f8a85ab4ddd8cce828e5d84d3","2593694":"2593694-53dd0332b54b59ca6d9909df28899cfb","2593695":"2593695-585ae983943ce849d8d0d2eef9671d47","2593696":"2593696-37ced3b602c801ac9478d126be2b6fc2","2593697":"2593697-fb18822528ac0e02e84e3490e6e35a5e","2593698":"2593698-e263e4b8a58b4a5f18e32da5a22b0a04","2593699":"2593699-36765d9e8880160c06c414effa1e8a06","2593700":"2593700-690d10fc5402a533fe18aea638e18a61","2593701":"2593701-8c8db676afa2fd1c69dba06af99d3b04","2593702":"2593702-b0a0143e4331889aba0e1fd8f8e8e3b7","2593703":"2593703-f406fa46f3b1ec6a8c9ce8b7b561c161","2593704":"2593704-e552088aa7ff56429b7f0a5b8e0b1499","2593705":"2593705-06374ed1db1907bc29191b6a7cad2e42","2593706":"2593706-01b95a85f9800e31c4302f167bb4260e","2593707":"2593707-fa30817325f05cabc4b97c7dbeb1519f","2593708":"2593708-05ad2875857641aa76820705468729d3","2593709":"2593709-84529741f15af65cadd69443acb35bcf","2593710":"2593710-2aefbfe617313a9bb3ee226a0d2f6c06","2593711":"2593711-085c931b93b8d3c8e274a45439fa5ba4","2593712":"2593712-7c4367a4ec80a269321ca19c58386f63","2593713":"2593713-f01416092be107879c1e6de764ae5943","2593714":"2593714-e15b9bf4dbb5a20ff6ad3b64642c932c","2593715":"2593715-9885304b304f61a9c6db530a0f5a0aeb","2593716":"2593716-860f09f8fc69b6df7b35ffe9816a08b3","2593717":"2593717-e268b78bbe9ec20ec8a57e4c97125977","2593718":"2593718-abea104665ed7d1990bf350cb3818b4d","2593719":"2593719-3caebb361d5e6836c331678b0a16f19b","2593720":"2593720-2f4d38db838e7a32db358e81487a36da","2593721":"2593721-1521266d11b73133c63a78473ed93c66","2593722":"2593722-162eda6d39dbd9231a204a96af2435fc","2593723":"2593723-f5182a1d1d503cdf16ac6ce75952054e","2593724":"2593724-d1bbfc7430d1c46cd4a95486d3bf53d2","2593725":"2593725-3899357bc9517b37354cfa5a68ea5bfa","2593726":"2593726-40b4bfffd0ff1978210ee89b5ef1f165","2593727":"2593727-cacd5593d34cd7c6a8fe2e05934a9cdd","2593728":"2593728-a4db8114391f10ded8abe70e11d1cce4","2593729":"2593729-6ce591b584b6bb371b9ed9b2184c7217","2593730":"2593730-7694fca472ec39d552646e0e9b7cc522","2593731":"2593731-79b667a897574321a58745b960effb24","2676328":"2676328-80f44bacbe8d57f2f486dd4f844f5dc5","2676329":"2676329-1ec9bd2d32af8d102ad5033f1c225d18","2676331":"2676331-07343452af0827284e3455ea4340eb43","2676332":"2676332-7714e70fc037c872d04de200c5392d57","2676334":"2676334-0911d5904b35475282b784e19bfef0dc","2676335":"2676335-0046ff39b64745670e64c4637bd36088","2676337":"2676337-98e77983a734bd95e72bd0cb9b5feac0","2676338":"2676338-b0d25647a2df12144574e9460a46be7b","2676340":"2676340-2ace5f3faa54e9f43aaf453914f09d57","2676341":"2676341-4de4fde28eb63d68b8a6c1108708d148","2676343":"2676343-484e827b3b625b8103a8a4d6b55d97f0","2676344":"2676344-fa8d73d7e2d7be20c7969ce3557fe670","2676346":"2676346-a31c1d2e110e57a84d6326d434782765","2676347":"2676347-a78d9662169cb2213ca7b78a995db980","2676349":"2676349-d9e95dcf064cfce20b3b0786f07e66ac","2676350":"2676350-0effb496133a0a8e7b079763e3f18433","2676352":"2676352-0ccfd6e887ca708ae8bb85512331fe1a","2676353":"2676353-c2ba843935bf4ae17dd8a0b9dbf5ae78","2676355":"2676355-4a72a7c3ef5144fba1f2d02e37f2b691","2676356":"2676356-c6840e4c0255abc0b77b5b6bbf28f566","2676358":"2676358-342617cb5fcf87e4d164ccef18a1c57e","2676359":"2676359-7a0037099af120c3de4fc17b9817620e","2676361":"2676361-869305a162fbe9d508ef9b9685f18c4d","2676362":"2676362-f3e2d000b484e666aef5c38c3b1a8c8e","2676364":"2676364-3744df43238ca7d8260ae0a5fdd43346","2676365":"2676365-1f9b28592f428f265ecb81ebe22b8040","2676367":"2676367-c9469f3b217f823293444b8eecefef20","2676368":"2676368-2a7fddea4a2b4756267b0ba1cabc0b23","2676370":"2676370-75b1bdaee88fcb40f22fc996738fe618","2676371":"2676371-83da8287c0acac3886046419d4f89833","2676373":"2676373-25bbd84bb6853ca194a90d04e6279c81","2676374":"2676374-698dfdef971e3d64ca4cf8664dce1b34","2676376":"2676376-40898c603be00b608b95655cab69ed50","2676377":"2676377-d0ef40dce5bb6f15f3a0876c40f6bcff","2676379":"2676379-e474f6c698a388168fa759c41bf3d058","2676380":"2676380-cbbced950cccf6f9c38c3910eb4d7829","2676382":"2676382-91217ab0d615148eb3fb0f2978ba0dd0","2676383":"2676383-8aa54ff5f81f2d0013ff168ab04f20a2","2676385":"2676385-2fa19ab3e2535aa03938e20c28bfadea","2676386":"2676386-df7bf0d418980566f16d67e3f3a7578c","2676388":"2676388-f09c0a80fb0fcb92862afb804b9695cc","2676389":"2676389-da47627a16b92dc635b2b87555838f53","2676391":"2676391-83d6e4ae6117bf87949857a1ca975c1b","2676392":"2676392-75a8cce854eaf03ce1361a654c38cf06","2676394":"2676394-b3518286676682e8d5c1a55e6479416b","2676395":"2676395-c4ce2c81a06432629e81a16155b0b11a","2676397":"2676397-da946acfb1d7cda878feed2f987c677b","2676398":"2676398-c0522cef2b41ca42181d0a48f270ccd8","2676400":"2676400-9d7f680d72940328720d5feadd332dab","2676401":"2676401-c277e2fbf333bf4344060e08239a81c1","2676403":"2676403-2626ed1da1ec20863ee551b030105103","2676404":"2676404-d752d3925e0ae469c5dac9578e5387b0","2676406":"2676406-10c2ad66da10d7b1c62c73bc277e6d8b","2676407":"2676407-c3d57c4963557aaf0cc4dbb05c55ccfb","2676409":"2676409-44992cca5b40ed21ddbaf6885f3fc5b1","2676410":"2676410-ffc985c76aacc6e5e330069e7718d318","2676412":"2676412-a44a7bdd43a7231d4a9baa50c20b3305","2676413":"2676413-ec8e383ac887c93721af7a9b989b8de2","2676415":"2676415-7e39f91789b82e2183d0db17c35965cc","2676416":"2676416-00a6eda65fb63a7095ba8e2664aa44f0","2676418":"2676418-ec33b3f83736548d4adc94dd50a6a2ec","2676419":"2676419-d8c97e91ea25f6d531fc1481a68580e4","2676421":"2676421-893ec3ba9b8842b4de3406bf2d6b9666","2676422":"2676422-51590de0da8c32b37402a92556a46fa0","2676424":"2676424-e1c9c199d862a7e82949933ba68abcc3","2676425":"2676425-e80005ae2c27084348d4614b422b3ab4","2676427":"2676427-b6a84c24a8174e7df200bba2f00f3494","2676428":"2676428-c3617f55723e9016a292e1e28b6bc94d","2676430":"2676430-759de2a214e34e0bd04b253d4a49761e","2676431":"2676431-4bdb5945b4a83f5dd1a7871c02f59c27","2676433":"2676433-e969041da501e6207704c1725d4206b5","2676434":"2676434-6c564dea3ae752a743e9a71420d1530c","2676436":"2676436-b230b43e7cdeece8b02690ac6007cd64","2676437":"2676437-b2283fbed961dcea191f004f88594ae8","2676439":"2676439-14d111d2c75845436eda21b6164491ca","2676440":"2676440-b2328539062a16dcce2972b1ab93c095","2676442":"2676442-8e01f57a60f4732350590a0f11e739bf","2676443":"2676443-798718c6f3523fb884500e6ff9431b14","2676445":"2676445-4cb68806d5e925734bc4c984da341849","2676446":"2676446-48ef56f1373205c904fed3d251c3b0c0","2676448":"2676448-ca0ba95d7ccc2630c7974a01598b01ad","2676449":"2676449-3f228803927b4e3cfeb1ea15f016eae8","2676451":"2676451-3e62a066c78d573c250778cf31c2b2b2","2676452":"2676452-03ed464108c32a3a6e1489fe25e4d551","2676454":"2676454-c48351e72ef94de3e4484dbcf3e0797c","2676455":"2676455-3721f2ee0de30e64b8c462b0a48ef364","2676457":"2676457-0b3d29504fcc97229fa82d2b7da24bd9","2676458":"2676458-20969a31ad8cd1c97859a26c8841cb12","2676460":"2676460-d314b6fdc42b789a1c5771dc5e51aa3b","2676461":"2676461-217553218484eb8acec3ee4d9f84e2d6","2676463":"2676463-c0ece360529778c9f0cf18ba72bab17d","2676464":"2676464-84498cf7b38ad25936fdc12923943db2","2676466":"2676466-de35bfacab120b05b3a8fe7ac5fd0fa5","2676467":"2676467-7fd9b0745c11dfea545b2a0ca6f0c5f7","2676469":"2676469-f30fba383e29fcdba7807533e478a9a4","2676470":"2676470-2f2ede9f65aa36f755bbb132a66f7e8b","2676472":"2676472-01cb0e5c0b82d7c6da8a15b3bcff76b5","2676473":"2676473-91f3c8a9cf44f90fed01f8ca28013f38","2676475":"2676475-864b96d0b573266a336133d9372286b8","2676476":"2676476-01b03fbc5c30bb0d59989382e5d9fba3","2676478":"2676478-fc80f8737f5edcbd3bcfa91018e12505","2676479":"2676479-f8853d14b5d739aa0a7f79b930db3ca2","2676481":"2676481-46ec9ad6ad6a918fe35628f4e1d783ee","2676482":"2676482-9a94b48f4a9c6a2ca1f76784c679465d","2676484":"2676484-78dc26e71165130d5887379f62be5a69","2676485":"2676485-9b240986688e7a4e01db94b81c773d3e","2676487":"2676487-b217242d3e19757a8424ce3c9c2145bc","2676488":"2676488-99b9a08405a49c6722817b111a6b4762","2676490":"2676490-49ba90fa9d5a9f1fad94410174315e27","2676491":"2676491-8638ce8540fb422f0231acab5ef23052","2676493":"2676493-1113ea6d7e89a9f97423316166d58cfe","2676494":"2676494-4d56572607474b7c8a26fcce08f967cb","2676496":"2676496-d149e91d98352661180c992c2be484b6","2676497":"2676497-0015b6e10dbc0c5e904018438b03b6c6","2676499":"2676499-18c0ea6378b19f4ef3378137a3d6fa86","2676500":"2676500-5a1eb9870899e168b7c3ff1419749355","2676502":"2676502-46c3191204e48be8b20f85dded7ea888","2676503":"2676503-9e65c97112b28edf833f8aca1ee222e5","2676505":"2676505-4d1f67511731e1ec8c0160fddaf2bceb","2676506":"2676506-e85ec079558de108568f5f485abf8291","2676508":"2676508-ffbb721cfd396dc4f3b43567078f9e0b","2676509":"2676509-e3722127fbba036aebaa94b119b79d8d","2676511":"2676511-ffd340d7a5a5fd39e156d2b1d60eeef2","2676512":"2676512-d4d4d657e2e34db6ecc57736f70cf093","2676514":"2676514-1c9bc039918ba9999bcf70ac1d8a2a13","2676515":"2676515-45f935b10155fe752d7ed10698894547","2676517":"2676517-cc17db0564ac78e1b897ab6613334a85","2676518":"2676518-7113fcc29310d65387cb3b984ef10520","2676520":"2676520-64c47d1384ddd89b2175565c60cb221f","2676521":"2676521-a9dbd149d2e0a58f5a0d2c91e5453152","2676523":"2676523-482df1a507ba40b2a74d222103be1f2d","2676524":"2676524-4d9b0fccfcfd8ff71f8aaf7db7166a10","2676526":"2676526-3df2e5fe1466aed6186b773b4cc6f265","2676527":"2676527-54e40aedc97f9dce4fd780036ec15ee9","2676529":"2676529-36125cc76dd314b86e421a0a95ea7af0","2676530":"2676530-b81039fdee44623ce7f068ec23379cc3","2676532":"2676532-3dcdda825be1af8e10085d674d1f0684","2676533":"2676533-66071cb52eebbc367c3993181a115573","2676535":"2676535-722c3848efd2880de3aab53f276266b2","2676536":"2676536-797409f26f5c33dbda92f11b1b9cf93c","2676538":"2676538-5950021c67cf2a9b8198ce57ef6cd9c6","2676539":"2676539-6999b0cb22cfb77448d20f1ce08af002","2676541":"2676541-d86e3c43e621ce49dce73fd88907201b","2676542":"2676542-ac62d286e89dd2bce785de568878e7ad","2716508":"2716508-f6be09ce652bca8fe4604c0468f304cf","2716510":"2716510-2050ac7af1edc957be2823e5929b7372","2716512":"2716512-50ece86c476e53facfa8b92fc287966c","2750837":"2750837-7f494cd21704cb30453f18382ce2e5db","2757837":"2757837-8b999f78426f158d8f7d600ec436cbeb","2757925":"2757925-d8d6dc8d7c381c21dc84bac045985917","2757935":"2757935-758f24a9dec83a1ca1be6203948988f2","2757939":"2757939-2a100f458af2c77057eab0653b5c95a7","2757978":"2757978-241a92976b544121924d341ac40bcb45","2758072":"2758072-502577d2216789168af2be5fa1b9d7fd","2758074":"2758074-9acd36e3b1c4455648eef36a85723b07","2758075":"2758075-ba29e9c984a6fdeaad8821f3bf44647c","2758081":"2758081-5a810f690907f9eaf3ad8380fc77ed61","2758083":"2758083-aaed54eb0c7c1e4ffeccc4c0e65ccb59","2758084":"2758084-a87cf15130a75c7783638780ca977a45","2758085":"2758085-583e29ec7669a63e3be6a2eaed0379ee","2758086":"2758086-63bcf8b1b3a9e099cb979db36f1e84f0","2792302":"2792302-d91ae79807fa81d1ed3ff88d660e52c6","2797740":"2797740-ab984f68ce964addbaf8e8c06b0eb86b","2799576":"2799576-817980ff75dfc014d69c8e45a5f891ca","2799577":"2799577-1035fee4db4b881862f8f47294de4ad1","2799578":"2799578-b6637853669957ff008b7cc15767f41c","2799580":"2799580-651a833168604d20855682d7811d15aa","2799581":"2799581-4b0401ccc7149c54ff38604a31c063cf","2799583":"2799583-e366044cdeff0d8be1cea003e434677c","2799584":"2799584-3a852a99c3fd72f5e8eadeef46f1a7f8","2799586":"2799586-e0bbaf0005f0e8aa1f9de58cdd88fa07","2799587":"2799587-430e77b58ec000e8e1d05e9d1044e8a3","2844329":"2844329-ca14f3b4f1b05e4a034f27266d495800","2877229":"2877229-a53bf96823b47f680dcc8fb6b4145270","2877230":"2877230-caffe0b664d3787dce3d7db03417b8a7","2963096":"2963096-c29c167423bc1e5dd23673dbc29aadae","2965234":"2965234-1a661853de59f917a9ec9383a37e328f"},"index_live":"cache/7343/campaign-index-live-573febd746d17ebd7eebd6c07fcb253e","index_test":"cache/7343/campaign-index-test-3190b6dc837705d3f4971b52fe96c85b"}});