(function() { function bxBootstrap() { var re = /bot|crawl|slurp|spider|mediapartners|headlesschrome|snap-prefetch|remotasks|woorank|uptime\.com|facebookexternalhit|facebookcatalog/i; if (re.test(navigator.userAgent) || navigator.userAgent == '') { return; } if (!(window.bouncex&&bouncex.website)) { var pushedData = []; if(window.bouncex && bouncex.push && bouncex.length){ pushedData = bouncex; } window.bouncex = {}; bouncex.pushedData = pushedData; bouncex.website = {"id":4604,"name":"K9 Ballistics","cookie_name":"bounceClientVisit4604","domain":"k9ballistics.com","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"/* --------------------------- INITIALIZE SHOPIFY DYNAMIC COUPON AUTOAPPLY -------------------------- */\nfunction initShopifyCouponAutoApply() {\n var isShopifyHostedTheme = !!bouncex.utils.getNestedProp('Shopify.theme.id');\n\n if (isShopifyHostedTheme) {\n bouncex.off(bouncex.window, 'bxCouponFetched.bx-cpn-auto-apply');\n bouncex.on(bouncex.window, 'bxCouponFetched.bx-cpn-auto-apply', function(event, params) {\n if (params.code !== bouncex.vars.coupon_auto_applied) {\n ajaxShopifyAutoApply(params.code);\n }\n });\n }\n}\n\nfunction ajaxShopifyAutoApply(discount) {\n var updateJSON = JSON.stringify({\n 'discounts': [discount],\n }),\n errorMessage = 'event tracking: error with shopify coupon auto-apply',\n discountUrl = '/discount/'+discount,\n updateUrl = '/cart/update.js';\n\n jQuery.ajax({\n url: discountUrl,\n method: 'GET',\n })\n .then(function(){\n jQuery.ajax({\n url: updateUrl,\n method: 'POST',\n contentType: 'application/json',\n data: updateJSON,\n })\n .then(function(){ updateCouponVar(discount); }, function(){ bouncex.log(errorMessage + ' POST ' + updateUrl); });\n }, function(){ bouncex.log(errorMessage + 'GET '+ discountUrl); });\n}\n\nfunction updateCouponVar(discount) {\n bouncex.setVar('coupon_auto_applied', discount);\n}\n\n\ninitShopifyCouponAutoApply();\n\n/* enable.feature.TCF_ENABLE_NEW_PURPOSE_LIST */","force_https":false,"waypoints":false,"content_width":900,"gai":"","swids":"","sd":0,"ljq":"auto","campaign_id":0,"is_preview":false,"aco":{"first_party_limit":"3500","local_storage":"1"},"cmp":{"gdpr":0,"gmp":0,"whitelist_check":0},"burls":[],"ple":false,"fbe":true,"ffs":"DISABLE_IOS_ABSOLUTE","mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"/* ---------------------------- STANDARD VARIABLES ---------------------------- */\r\n\r\nvar CART_COOKIE_KEY = 'cart',\r\n CLEAN_URL = bouncex.utils.url.allowParams(),\r\n ROOT_DOMAIN = window.location.hostname.replace('www.', ''),\r\n EXCLUDED_ITEM_IDS = ['tough-3-5-bolster-orthopedic-dog-bed'];\r\n\r\n/* --------------------------------- CUSTOMIZATION VARIABLES -------------------------------- */\r\n\r\nvar soldOutItemsOnSite = true,\r\n pdpAtcSelector = 'form[action=\"/cart/add\"] button[type=\"submit\"], button[name=\"add\"]',\r\n quickAtcSelector = 'div[data-id] button, button.js-add-to-cart', // if client has quick add on PDPs make sure pdpAtcSelector selector does not select the quick ATC buttons\r\n outOfStockSelector = '';\r\n\r\n/* --------------------------------- CLIENT SPECIFIC FUNCTIONALITY -------------------------------- */\r\n\r\nvar CATALOG = true,\r\n QUICKADD = false; \r\n\r\n/* --------------------------------- HELPERS -------------------------------- */\r\n\r\nfunction isExcluded(id, url) {\r\n return EXCLUDED_ITEM_IDS.indexOf(id) > -1 || url.indexOf('gift-card') > -1;\r\n}\r\n\r\n// GROUP ID AS ITEM:ID\r\nfunction getItemId(){\r\n return bouncex.utils.getNestedProp('ShopifyAnalytics.meta.product.id', '') ||\r\n bouncex.utils.getNestedProp('__st.rid', '');\r\n}\r\n\r\nfunction getItemCopy(){\r\n return jQuery('.shopify-section h1').first().text().trim() ||\r\n jQuery('meta[property=\"og:title\"]').attr('content') ||\r\n '';\r\n}\r\n\r\nfunction getItemCategory(){\r\n return bouncex.utils.getNestedProp('ShopifyAnalytics.meta.product.type') || 'Global';\r\n}\r\n\r\nfunction getItemImage(){\r\n var imgUrl = jQuery('meta[property=\"og:image\"]').first().attr('content');\r\n\r\n if (!imgUrl){\r\n return false;\r\n }\r\n\r\n imgUrl = bouncex.utils.url.allowParams([], imgUrl.replace(/\\s+/g, ''));\r\n\r\n if (imgUrl.indexOf('http') === -1){\r\n return 'https:' + imgUrl;\r\n }\r\n\r\n return imgUrl;\r\n}\r\n\r\nfunction getItemInStock(){\r\n if (!soldOutItemsOnSite){\r\n return true;\r\n }\r\n\r\n if (outOfStockSelector && jQuery(outOfStockSelector).length > 0){\r\n return false;\r\n }\r\n\r\n return jQuery(pdpAtcSelector).length > 0 ? !jQuery(pdpAtcSelector).is(':disabled') && jQuery(pdpAtcSelector).is(':visible') : true;\r\n}\r\nfunction getCoreFeatures() {\r\n \r\n var $coreFeaturesParent = jQuery('.key-features'),\r\n $coreFeaturesBullets = $coreFeaturesParent.length ? $coreFeaturesParent.find('.col-item') : [],\r\n coreFeatures = [];\r\n\r\n for (var i = 0; i < $coreFeaturesBullets.length; i++) {\r\n coreFeatures.push($coreFeaturesBullets.eq(i).text().trim().split('\\n')[0]\r\n);\r\n }\r\n\r\n return coreFeatures;\r\n}\r\n\r\nfunction roundStars(starNum) {\r\n return (Math.floor(starNum*2)/2).toFixed(1);\r\n}\r\n\r\n/* ------------------------------ ITEM TRACKING ----------------------------- */\r\n\r\n\r\nfunction getItem() {\r\n var starNum = jQuery('.reviews-text').text().split(' ').shift(),\r\n url = bouncex.utils.url.allowParams();\r\n return {\r\n id: getItemId(),\r\n copy: getItemCopy(),\r\n category: getItemCategory(),\r\n url: CLEAN_URL,\r\n imageurl: getItemImage(),\r\n instock: getItemInStock(),\r\n stars: starNum,\r\n rounded_stars: roundStars(starNum),\r\n reviews: (jQuery('.reviews-text').text() || '').split(' ').pop().replace(/[^0-9.]/g, ''),\r\n coreFeatures: getCoreFeatures(),\r\n excluded: isExcluded(getItemId(), url)\r\n }\r\n}\r\n\r\nfunction fireViewItem(id, groupId) {\r\n var pushItem = { 'item:id': id };\r\n\r\n if (groupId) {\r\n pushItem['item:itemgroupid'] = groupId;\r\n }\r\n bouncex.push(['view item', pushItem]);\r\n}\r\n\r\nfunction initializeItemEvents() {\r\n var item;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n item = getItem();\r\n return !!item.id &&\r\n !!item.copy &&\r\n !!item.category &&\r\n !!item.url &&\r\n !!item.imageurl;\r\n },\r\n function () {\r\n if (item.url.indexOf('gift-card') > -1) {\r\n return;\r\n }\r\n bouncex.push(['item', item]);\r\n\r\n if (CATALOG){\r\n item.groupId = item.id;\r\n initializeSkuEvents(item.id, item.groupId);\r\n }\r\n\r\n fireViewItem(item.id, item.groupId);\r\n initializeATCClickTracking(item.id);\r\n },\r\n 10\r\n );\r\n}\r\n\r\n/* ------------------------------ SKU TRACKING ------------------------------ */\r\n\r\nfunction initializeSkuEvents(itemId, groupId) {\r\n var allVariantsSelector = '.product-option__label, .option-value, button[data-product-option], .Swatch, input[data-variant-id], .swatch', \r\n minVariants = 2, \r\n lastSkuFired,\r\n skuId;\r\n\r\n if (jQuery(allVariantsSelector).length <= minVariants){\r\n skuId = bouncex.vars.select_sku;\r\n if (skuId){\r\n fireSelectSku(itemId, groupId, skuId);\r\n }\r\n return;\r\n }\r\n\r\n bouncex.et.onVarChange('select_sku', function (oldVal, newVal) {\r\n if (newVal && oldVal) {\r\n \r\n fireSelectSku(itemId, groupId, newVal);\r\n \r\n } \r\n \r\n });\r\n}\r\n\r\nfunction fireSelectSku(itemId, groupId, skuId){\r\n bouncex.push([\r\n 'select_sku',\r\n {\r\n 'item:id': itemId,\r\n 'item:itemgroupid': groupId,\r\n 'item:feedid': skuId\r\n }\r\n ]);\r\n}\r\n\r\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\r\nfunction getCollectionBenefits() {\r\n var $collectionBenefits = jQuery('.rte.appear-delay-1'),\r\n collectionBenefits = [];\r\n\r\n for (var i = 0; i < $collectionBenefits.length; i++) {\r\n collectionBenefits.push($collectionBenefits.eq(i).text().trim().split('\\n☑️').pop());\r\n }\r\n\r\n return collectionBenefits;\r\n}\r\n\r\n\r\nfunction getItemIdsFromShopifyAnalytics(sp) {\r\n var ids = [];\r\n\r\n for (var i = 0; i < sp.length; i++ ) {\r\n var id = sp[i].id;\r\n\r\n if (!!id && ids.indexOf(id) === -1){\r\n ids.push(id);\r\n }\r\n }\r\n\r\n return ids.join(',');\r\n}\r\n\r\nfunction getItemIdsBySelector(){\r\n var ids = [],\r\n tileSelector = 'div[data-product-id]';\r\n\r\n jQuery(tileSelector).each(function () {\r\n var id = jQuery(this).attr('data-product-id');\r\n\r\n if (id && ids.indexOf(id) < 0) {\r\n ids.push(id);\r\n }\r\n });\r\n\r\n return ids.join(',');\r\n\r\n}\r\n\r\nfunction getSearchResultsFromScript(){\r\n var pixelText = jQuery('#web-pixels-manager-setup').html() || '',\r\n productVariants = pixelText.split('productVariants').pop(),\r\n startIdx = productVariants.indexOf('['),\r\n endIdx = productVariants.indexOf(']');\r\n\r\n return bouncex.parseJSON(productVariants.substring(startIdx, endIdx + 1));\r\n}\r\n\r\nfunction getItemIdsFromScript(searchResults){\r\n var ids = [];\r\n\r\n\tsearchResults.forEach(function(i){\r\n\t\tvar product = i.product || {},\r\n\t\t\tid = product.id;\r\n\r\n\t\tif (id && ids.indexOf(id) < 0){\r\n\t\t\tids.push(id);\r\n\t\t}\r\n\t});\r\n\r\n\treturn ids.join(',');\r\n}\r\n\r\nfunction getItemIdsCat(){\r\n var shopifyProducts = bouncex.utils.getNestedProp('ShopifyAnalytics.meta.products', []),\r\n shopifyWebPixelSR = getSearchResultsFromScript();\r\n\r\n switch(true) {\r\n case !!shopifyProducts.length:\r\n return getItemIdsFromShopifyAnalytics(shopifyProducts);\r\n case !!jQuery('#web-pixels-manager-setup').length && !!shopifyWebPixelSR.length:\r\n return getItemIdsFromScript(shopifyWebPixelSR);\r\n default:\r\n bouncex.log(' GET ITEM IDS BY CUSTOM SELECTOR - UPDATE TILE SELECTOR ACCORDINGLY');\r\n return getItemIdsBySelector();\r\n }\r\n\r\n}\r\n\r\nfunction getCategoryObject() {\r\n var itemIds = getItemIdsCat();\r\n\r\n return {\r\n 'page:url': bouncex.utils.url.allowParams('q'),\r\n 'items:ids': itemIds,\r\n 'page:core_features': getCollectionBenefits()\r\n };\r\n}\r\n\r\nfunction initializeCategoryEvents() {\r\n var categoryObj;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n categoryObj = getCategoryObject();\r\n return !!categoryObj['items:ids'].length &&\r\n !!categoryObj['page:url'];\r\n },\r\n function () {\r\n bouncex.push(['view category', categoryObj]);\r\n },\r\n 10\r\n );\r\n}\r\n\r\n/* ------------------------------- CART EVENTS ------------------------------ */\r\n\r\nfunction fireAddToCart(itemId) {\r\n var token;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n token = bouncex.getBounceCookie(CART_COOKIE_KEY);\r\n return token;\r\n },\r\n function () {\r\n bouncex.push([\r\n 'add to cart',\r\n {\r\n 'item:id': itemId,\r\n 'cart:token': token\r\n }\r\n ]);\r\n\r\n if (bouncex.vars.cart) {\r\n return;\r\n }\r\n\r\n bouncex.setVar('cart', true);\r\n },\r\n 10\r\n );\r\n}\r\n\r\nfunction initializeATCClickTracking(itemId) {\r\n bouncex.et.on(bouncex.document, 'click.bxatc', function () {\r\n fireAddToCart(itemId);\r\n }, pdpAtcSelector);\r\n}\r\n\r\nfunction initializeQuickAddToCart(){\r\n bouncex.et.on(bouncex.document, 'click.bxatc', function () {\r\n var itemId = jQuery(this).closest('div[data-id]').attr('data-id');\r\n if (itemId){\r\n fireAddToCart(itemId);\r\n }\r\n }, quickAtcSelector);\r\n}\r\n\r\nfunction emptyCart() {\r\n if (bouncex.vars.cart && jQuery('.rebuy-cart__flyout-empty-cart, .rebuy-cart__flyout-empty-cart h4, .cart__empty-text').text().indexOf('empty') > -1) {\r\n bouncex.push(['empty_cart']);\r\n bouncex.setVar('cart', false);\r\n }\r\n}\r\n\r\nfunction initializeCartEvents() {\r\n bouncex.et.cart.init({\r\n replenishmentType: 'cookie',\r\n replenish: function (cart) {\r\n bouncex.utils.cookies.create({\r\n name: CART_COOKIE_KEY,\r\n value: cart.token\r\n });\r\n replenComplete();\r\n }\r\n });\r\n\r\n\r\n function replenComplete() {\r\n window.location.href = CLEAN_URL + '?bx_replen=true';\r\n }\r\n bouncex.setTimeout2(emptyCart, 1500); // For when a user removes an item outside of a product page and the cart_qty doesn't update\r\n}\r\n\r\n/* ------------------------------ USER TRACKING ----------------------------- */\r\n\r\nfunction getUserEmail(){\r\n\tvar pixelScriptText = jQuery('#web-pixels-manager-setup').text(),\r\n\t\temailPattern = /[\\w.-]+@[\\w.-]+\\.[\\w]+/,\r\n\t\temailMatch = pixelScriptText.match(emailPattern) || [];\r\n\r\n\treturn emailMatch[0];\r\n}\r\n\r\nfunction initializeUserTracking() {\r\n if (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\r\n return;\r\n }\r\n\r\n var userEmail;\r\n\r\n bouncex.et.onTrue(\r\n function () {\r\n userEmail = getUserEmail();\r\n return bouncex.utils.validate.email(userEmail);\r\n },\r\n function () {\r\n bouncex.push([\r\n 'user',\r\n {\r\n 'email': userEmail,\r\n 'source': 'LoggedIn'\r\n }\r\n ]);\r\n bouncex.setVar('logged_in_identified', true);\r\n },\r\n 5\r\n );\r\n}\r\n\r\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\r\n\r\nfunction isValidDomain() {\r\n if (!bouncex.vars.location_path){\r\n return ROOT_DOMAIN === bouncex.website.domain;\r\n }\r\n\r\n return ROOT_DOMAIN === bouncex.website.domain && window.location.pathname.indexOf(bouncex.vars.location_path) > -1;\r\n}\r\n\r\nfunction isEn() {\r\n var lang = bouncex.html.attr('lang') || '';\r\n\r\n return /^en/.test(lang);\r\n}\r\n\r\nfunction isValidForTracking() {\r\n return isValidDomain() && isEn();\r\n}\r\n\r\nfunction init() {\r\n if (!isValidForTracking()) {\r\n return;\r\n }\r\n\r\n initializeUserTracking();\r\n initializeCartEvents();\r\n \r\n\r\n switch (bouncex.website.pts) {\r\n case 'category':\r\n case 'search':\r\n initializeCategoryEvents();\r\n if (QUICKADD){\r\n initializeQuickAddToCart();\r\n }\r\n break;\r\n case 'product':\r\n initializeItemEvents();\r\n break;\r\n default:\r\n break;\r\n }\r\n}\r\n\r\n\r\ninit();","dge":true,"bxidLoadFirst":false,"pie":true,"cme":true,"gbi_enabled":0,"bpush":false,"pt":{"cart":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/cart"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType') === 'collection';"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkouts"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"thank_you"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType') === 'home';"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType') === 'product';"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"search?q"}]]}},"els":{"blank_site_element":""},"vars":[{"name":"logged_in","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"(function() {\n if (bouncex.website.pts === 'checkout') {\n if (jQuery('.breadcrumb__item--current').text().trim() === 'Information') {\n return jQuery('.logged-in-customer-information:visible').length > 0;\n }\n return null;\n }\n return !!bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.customerId');\n})();","trigger":""},{"name":"ever_logged_in","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.logged_in || null;","trigger":""},{"name":"cart_qty","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"0","code":"(function () {\n\n if (bouncex.website.pts === 'checkout' ) {\n var qty = 0;\n jQuery(\"._99ss3s1._1fragem37._1fragemq8\").each(function (index) {\n qty += Number(jQuery(this).text().trim());\n });\n return qty;\n }\n if (jQuery('.rebuy-cart.is-visible').length > 0) {\n var count = 0;\n jQuery(\".rebuy-cart__flyout-item-quantity-widget-label\").each(function (index) {\n count += Number(jQuery(this).text().split('\\n')[1].trim());\n });\n return count;\n }\n if (bouncex.website.pts === 'cart') {\n var total = 0;\n jQuery(\".js-qty__num\").each(function (index) {\n total += Number(jQuery(this).val());\n });\n return total;\n }\n})();","trigger":""},{"name":"cart_value","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"0","code":"(function () {\n if (bouncex.website.pts === 'checkout') {\n return jQuery('.total-line__price .order-summary__emphasis').first().text().replace(/[^0-9.]/g, '');\n }\n return Number(jQuery('.hs-sub-total-cart').text().replace(/[^0-9.]/g, '')) || Number(jQuery('.cart__subtotal').text().replace(/[^0-9.]/g, ''));\n})();","trigger":""},{"name":"prod_price","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-price').text().replace(/[^0-9.]/g, '');","trigger":""},{"name":"prod_name","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-title').text();","trigger":""},{"name":"in_stock","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('.product-form-cart-submit:enabled').length > 0;","trigger":""},{"name":"submitted_onsite","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"jQuery('.ql-editor').text().indexOf('Thanks for subscribing!') > -1 || null;","trigger":""},{"name":"page_url","polling":"none","persist":"no","page_types":["category","search"],"testmode":true,"default":"false","code":"","trigger":""},{"name":"cart","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"prev_sku","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"cart_set","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"logged_in_identified","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"coupon_auto_applied","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"select_sku","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"(function getSku() {\n return bouncex.utils.url.getParam('variant', window.location.href);\n})();","trigger":"pageload"}],"dgu":"pixel.cdnwidget.com","dgp":false,"ba":{"enabled":0,"fbte":0},"biu":"assets.bounceexchange.com","bau":"api.bounceexchange.com","beu":"events.bouncex.net","ibx":{"tjs":"","cjs":"","miw":0,"mibcx":1,"te":1,"cart_rep":{"get":"","set":""},"ulpj":{"bxid":"espemailid"},"cus":"","miw_exclude":"","enabled":1},"etjson":null,"osre":true,"osru":"osr.bounceexchange.com/v1/osr/items","checkDfp":false,"gamNetwork":"","spa":0,"spatm":1,"preinit_cjs":"","crs":{"integrations":null,"pageCount":null},"mat":0,"math":0,"cpnu":"coupons.bounceexchange.com","dfpcms":0,"sms":{"optm":"Hit 'Send' to sign-up for automated, recurring K9 Ballistics mktg txts (like cart reminders) to this #, per terms.","eventSharing":false,"shqId":"","enabled":1},"pde":true,"fmc":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AP","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","CV","KH","CM","CA","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","SZ","ET","EU","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"],"fme":true,"fmx":"","uid2":true,"sdk":{"android":{"enabled":false,"enabledVersions":[],"eventModifications":null},"ios":{"enabled":false,"enabledVersions":[],"eventModifications":null}},"onsite":{"enabled":1},"ads":{"enabled":0},"pubs":{"enabled":0},"websdk":{"enabled":0,"devMode":0},"ga4_property_id":"358384151","ga4_measurement_id":"G-46M3N3ZPDT","tag_state_domain":"api.bounceexchange.com","tag_state_domain_enabled":false} ; bouncex.tag = 'tag3'; bouncex.$ = window.jQuery; bouncex.env = 'production'; bouncex.restrictedTlds = {"casl":{"ca":1},"gdpr":{"ad":1,"al":1,"at":1,"ax":1,"ba":1,"be":1,"bg":1,"by":1,"xn--90ais":1,"ch":1,"cy":1,"cz":1,"de":1,"dk":1,"ee":1,"es":1,"eu":1,"fi":1,"fo":1,"fr":1,"uk":1,"gb":1,"gg":1,"gi":1,"gr":1,"hr":1,"hu":1,"ie":1,"im":1,"is":1,"it":1,"je":1,"li":1,"lt":1,"lu":1,"lv":1,"mc":1,"md":1,"me":1,"mk":1,"xn--d1al":1,"mt":1,"nl":1,"no":1,"pl":1,"pt":1,"ro":1,"rs":1,"xn--90a3ac":1,"ru":1,"su":1,"xn--p1ai":1,"se":1,"si":1,"sj":1,"sk":1,"sm":1,"ua":1,"xn--j1amh":1,"va":1,"tr":1}}; bouncex.client = { supportsBrotli: 1 }; bouncex.assets = {"ads":"ba8ae19a5bf9548f3d50df1e54121805","creativesBaseStyles":"a53944a2","gpsAuction":"bbb80866120d17013073bb6d284cbd6b","inbox":"c5ffeacd3b77d074a53f2878c1332dc9","onsite":"c05f8c5551fa6b964660ad61916291c1","sms":"e39203556bab2366e56296ce42e974a7","websdk":"9c2817e65e803cb8c86d0410c88f20c1","website_campaigns_4604":"3dad435baf911696d3ba7b5a7dfca1e9"}; bouncex.push = function(pushData) { bouncex.pushedData.push(pushData); } var runtime = document.createElement('script'); runtime.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/runtime_c81e76ee00d795b1eebf8d27949f8dc5.br.js'); runtime.setAttribute('async', 'async'); bouncex.initializeTag = function() { var script = document.createElement('script'); script.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_d92654ef80b404e10948396caee3f7d0.br.js'); script.setAttribute('async', 'async'); document.body.appendChild(script); var deviceGraphScript = document.createElement('script'); deviceGraphScript.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_e28899bed33dd2712b5b7495c7e979b8.js'); deviceGraphScript.setAttribute('async', 'async'); var dgAttrs = [{"Key":"id","Value":"c.js"},{"Key":"async","Value":"true"},{"Key":"data-apikey","Value":"2^HIykD"},{"Key":"data-cb","Value":"bouncex.dg.initPostDeviceGraph"},{"Key":"data-bx","Value":"1"},{"Key":"data-gm","Value":"1"},{"Key":"data-fire","Value":"1"}]; if (dgAttrs) { for (var i = 0; i < dgAttrs.length; i++) { deviceGraphScript.setAttribute(dgAttrs[i].Key, dgAttrs[i].Value); } } document.body.appendChild(deviceGraphScript); bouncex.initializeTag = function() {}; }; runtime.onload = bouncex.initializeTag; document.body.appendChild(runtime); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();