(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":4869,"name":"Samsung B2B","cookie_name":"bounceClientVisit4869","domain":"samsung.comusbusiness","ct":"fp_local_storage","ally":0,"ei":0,"tcjs":"","cjs":"window.bouncex.omnitureLinkTrackEvergreen = function(label, event, campId, callToAction) {\n var ctaFormat = callToAction !== undefined && callToAction.length > 0 ? ':' + callToAction : '';\n if (typeof window.utag === 'object' && typeof window.utag.link === 'function') {\n bouncex.log({\n 'link_cat': 'wunderkind',\n 'link_id': 'wunderkind:modal'+ event + ctaFormat,\n 'link_position': 'wunderkindcampaign>' + campId,\n 'event_name': 'wunderkind_modal_' + event,\n 'wunderkinddata': label,\n 'ctaFormat': ctaFormat\n });\n utag.link({\n 'link_cat': 'wunderkind',\n 'link_id': 'wunderkind:modal'+ event + ctaFormat,\n 'link_position': 'wunderkindcampaign>' + campId,\n 'event_name': 'wunderkind_modal_' + event,\n 'wunderkinddata': label\n });\n } else if(typeof window._satellite === 'object' && typeof window._satellite.track === 'function') {\n bouncex.log('satellite',{\n 'eventName': 'wunderkind_modal_' + event, \n 'modalAction': 'wunderkind:modal'+ event + ctaFormat,\n 'modalData': label,\n 'modalName': 'wunderkindcampaign>' + campId\n });\n _satellite.track('modalEvent', {\n 'eventName': 'wunderkind_modal_' + event, \n 'modalAction': 'wunderkind:modal'+ event + ctaFormat,\n 'modalData': label,\n 'modalName': 'wunderkindcampaign>' + campId\n });\n }\n};\n\nif (bouncex.testmode.bxdev && bouncex.website.pts === 'product') {\n bouncex.on(jQuery('#homeCTA > div > div > div'), 'click.wknd', function() {\n var cartVal = bouncex.vars.cart_value,\n prodPrice = bouncex.vars.prod_price,\n prodQty = Number(jQuery('input.count').val()),\n total = cartVal + prodPrice * prodQty ;\n bouncex.setVarAndReload('cart_value', total.toFixed(2)); \n });\n}","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,"mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"var REPLEN_BASE_URL = 'https://www.samsung.com/us/web/business/express/cart/#/init-cart/?&step=CART',\n\tPDP_ATC_SELECTORS = 'a:contains(\"BUY NOW\"), .product-details__info-add, a:contains(\"ADD TO CART\"), .button.Continue, .cta-wrapper .button:contains(\"Continue\")',\n\tCATEGORY_GRID_ITEMS_SELECTOR = 'section[class^=\"ProductCard-root\"], div[class^=\"ProductCard__container\"], div.product-card-v2__item',\n\tQUICKADD_SELECTOR = '.Product-card__button-main.cta-button[role=\"link\"]';\n\n/******** helper functions *********/\nfunction isValidDomain() {\n\treturn ['www.samsung.com'].indexOf(window.location.hostname) > -1 \n\t\t&& (window.location.href.indexOf('www.samsung.com/us/business') > -1 \n\t\t|| window.location.href.indexOf('www.samsung.com/us/web/business') > -1);\n}\n\nfunction isEnglish() {\n\tvar lang = jQuery('html').attr('lang') || '';\n\treturn lang === 'en-US' || lang === 'en';\n}\n\n// get utag data and set defaults if they are undefined\nfunction getUtagData() {\n\tvar ud = bouncex.utils.getNestedProp('utag_data', {});\n\n\tud.product_id = ud.product_id || [''];\n\tud['qp.modelCode'] = ud['qp.modelCode'] || '';\n\tud.product_name = ud.product_name || '';\n\tud.product_image = ud.product_image || '';\n\tud.product_category = ud.product_category || '';\n\tud.product_price = ud.product_price || [''];\n\treturn ud\n}\n\nfunction decodeHtmlEntity(encodedString) {\n\tvar textArea = document.createElement('textarea');\n\ttextArea.innerHTML = encodedString;\n\treturn textArea.value;\n}\n\nfunction getPdpCategory() {\n\tvar url = bouncex.utils.url.allowParams(),\n\t\tisPhonePage = url.indexOf('/smartphones/') > -1 || url.indexOf('/phones/') > -1,\n\t\t$breadcrumbs = jQuery('.breadscrumb__wrapper li'),\n\t\tisAccessory = url.indexOf('accessories') > -1,\n\t\tcategory = 'global';\n\n\tif(isPhonePage && !isAccessory) {\n\t\treturn 'phones';\n\t}\n\n\tif($breadcrumbs.length > 1) {\n\t\tcategory = $breadcrumbs.eq(-2).find('span[property=\"name\"]').text().trim();\n\t}\n\n\treturn category;\n}\n\nfunction getPdpPrice() {\n\treturn jQuery('.product-details__info-selector .selected .price').attr('data-sell') \n\t\t|| getConfiguratorPrice() \n\t\t|| jQuery('.summary__total span.total').text() \n\t\t|| '';\n}\n\n// splitting of copy is for backwards compatibility\n// The right expression is for backwards compatibility is attempts to parse the DOM for copy.\nfunction updateCopy(copy) {\n\tcopy = copy.split(',')[0];\n\n\tif(copy[0] !== '(') {\n\t\tcopy = copy.split('(')[0]\n\t}\n\n\treturn copy;\n}\n\nfunction getDomImg() {\n\treturn jQuery('.product-details__photo .product-details__img').eq(0).attr('src')\n\t|| jQuery('div.img-container img:first').attr('src')\n\t|| jQuery('div.gallery-wrapper img:first').attr('src')\n\t|| '';\n}\n\n/******** start item tracking *********/\n// for configurator page prices\nfunction getConfiguratorPrice() {\n\treturn jQuery('.selected.type-device, .selected.type-carrier').eq(0)\n\t\t.find('.price-wrapper span.price:first').text().trim()\n\t\t.replace(/[^0-9.]/g,'');\n}\n\n// non-configurable pages, utag data does not refresh as a user\n// clicks through ids. Evaluate id, copy, and imageurl from the updated DOM.\nfunction getDomItem() {\n\tvar imageurl = getDomImg();\n\n\treturn {\n\t\tid: jQuery('.product-details__info-sku:visible').text().trim(),\n\t\tcopy: jQuery('.product-details__info-title').text().trim() || jQuery('h1.oos-title2').text().trim(),\n\t\timageurl: imageurl.replace(/((\\?|#).+)/, ''), // strip params of 'blur' images\n\t\tcategory: getPdpCategory(),\n\t\tprice: getPdpPrice()\n\t};\n}\n\n// modelCode is an id for item url's with the parameter 'modelCode'\nfunction getModelItem(modelCode) {\n\treturn {\n\t\tid: modelCode || getUtagData()['qp.modelCode'],\n\t\tcopy: jQuery('#device_top, #model_top').eq(0).find('.tile7.selected.type-device p.name').text().trim() || jQuery('div.header-title').text().trim(),\n\t\timageurl: jQuery('.galleryImage:first').attr('src') || '',\n\t\tcategory: getPdpCategory(),\n\t\tprice: getPdpPrice(),\n\t};\n}\n\nfunction getPdpItem() {\n\tvar ud = getUtagData(),\n\t\titem = ud['qp.modelCode'] ? getModelItem(ud['qp.modelCode']) : getDomItem();\n\n\titem.copy = item.copy || ud.product_name;\n\titem.category = item.category || ud.product_category;\n\titem.price = item.price.replace(/[^0-9.]/g,'');\n\titem.instock = ud.stock_status === 'Y' || bouncex.vars.in_stock;\n\n\treturn item;\n}\n\n// buildItem first evaluates item data specific to a phone or non-phone item\n// after which, default or shared keys are added to item object\nfunction buildItem() {\n\tvar item = getPdpItem();\n\titem.id = item.id.toUpperCase();\n\t\n\t// type check for backwards compatibility\n\tif (!typeof item.category === 'string') {\n\t\titem.category = item.category[0] || '';\n\t}\n\n\t// decoding of category is for backwards compatibility\n\titem.category = decodeHtmlEntity(item.category).replace(/&|andamp;/g,'and')\n\t\t.toLowerCase() || 'global';\n\n\t// updating of copy is for backwards compatibility\n\titem.copy = updateCopy(item.copy);\n\titem.url = bouncex.utils.url.allowParams('modelCode');\n\n\treturn item;\n}\n\nfunction trackItem() {\n\tvar item;\n\tbouncex.et.onTrue(\n\t\tfunction(){\n\t\t\titem = buildItem();\n\t\t\treturn item.id\n\t\t\t\t&& item.copy\n\t\t\t\t&& item.imageurl\n\t\t\t\t&& (jQuery('.option-value.selected[data-stock]').length > 0\n\t\t\t\t\t|| jQuery('.product-details__info-results[data-stock]').length > 0\n\t\t\t\t\t|| jQuery(PDP_ATC_SELECTORS).length > 0)\n\t\t}, \n\t\tfunction(){\n\t\t\t// some category \"Buy Now\" buttons add & take you directly to cart \n\t\t\t// while others don't add and instead take you to PDP\n\t\t\t// this clears the atc_id RTV in case one was set upon clicking \"Buy Now\" from category \n\t\t\tbouncex.setVarAndReload('ibx_atc_id', false);\n\t\t\ttrackPdpAddToCart(item.id);\n\n\t\t\t// some items have a PDP + configurator page. Clicking \"Buy Now\" on PDP takes you to config page.\n\t\t\t// we will not fire item/view item/select_sku if we just fired for same item on previous page.\n\t\t\tif (bouncex.vars.ibx_prev_id === item.id) { return; }\n\n\t\t\tbouncex.push(['item', item]);\n\t\t\tbouncex.setVarAndReload('ibx_prev_id', item.id);\n\t\t\t\n\t\t\tvar pushData = {\n\t\t\t\t'item:id': item.id,\n\t\t\t\t'item:itemgroupid': item.id\n\t\t\t};\n\n\t\t\tbouncex.push(['view item', pushData]);\n\t\t\tpushData['item:feedid'] = item.id;\n\t\t\tbouncex.push(['select_sku', pushData]);\n\t\t}, \n\t10);\n}\n\n/*************** Category Tracking ***************/\nfunction getItemsIds() {\n\treturn jQuery(CATEGORY_GRID_ITEMS_SELECTOR).map(function() {\t\n\t\tvar itemId = jQuery(this).attr('data-modelcode') \n\t\t\t|| jQuery(this).attr('data-mdlcode') \n\t\t\t|| jQuery(this).find('.pd-wishlist-cta').attr('data-modelcode') \n\t\t\t|| '';\n\n\t\tif(itemId) {\n\t\t\treturn itemId.toUpperCase();\n\t\t}\n\t}).toArray().join(',');\n}\n\nfunction trackCategory(){\n\tvar itemIds;\n\n\tbouncex.et.onTrue(\n\t\tfunction(){\n\t\t\titemIds = getItemsIds();\n\t\t\treturn itemIds && itemIds.length > 0;\n\t\t},\n\t\tfunction(){\n\t\t\tbouncex.push(['view category', {\n\t\t\t\t'items:ids': itemIds,\n\t\t\t\t'page:url': bouncex.utils.url.allowParams('listType searchTerm'),\n\t\t\t}]);\n\t\t\ttrackCategoryQuickAddToCart();\n\t\t},\n\t\t100\n\t);\n}\n\n/******** start Add To Cart tracking *********/\nfunction fireAddToCart(itemId, cartObj) {\n\tbouncex.push(['add to cart', {\n\t\t'item:id': itemId,\n\t\t'cart:item': cartObj || ''\n\t}]);\n\n\tif(!bouncex.vars.cart_set){\n\t\tbouncex.setVarAndReload('cart_set', true);\n\t}\n}\n\nfunction trackPdpAddToCart(itemId){\n\tbouncex.et.onVisible(PDP_ATC_SELECTORS, function(){\n\t\tbouncex.et.on(jQuery(document), 'click.bx', function(){\n\t\t\tif(itemId){\n\t\t\t\tbouncex.setVarAndReload('ibx_atc_id', itemId);\n\t\t\t}\n\t\t}, PDP_ATC_SELECTORS);\n\t});\n}\n\nfunction trackCategoryQuickAddToCart(){\n\tbouncex.et.on(jQuery(QUICKADD_SELECTOR), 'click.bx', function(){\n\t\tvar itemId = jQuery(this).closest(CATEGORY_GRID_ITEMS_SELECTOR).attr('data-modelcode') || '';\n\t\tif(itemId){\n\t\t\tbouncex.setVarAndReload('ibx_atc_id', itemId);\n\t\t}\n\t});\n}\n\n// firing add to cart when landing on cart or checkout page \n// replen info is only available on these pages\nfunction trackAddedToCart() {\n\tvar itemIds = bouncex.vars.ibx_atc_id || \"\",\n\t\tcartObj = {},\n\t\titemsArr = [],\n\t\tidsToAdd = itemIds.split(\",\");\n\n\t// get cart info from window to creat cart:item object \n\tif(window.createdCart && idsToAdd.length){\n\t\twindow.createdCart.then(function(res){\n\t\t\tvar cartData = res.data,\n\t\t\t\tatcItems = cartData.line_items,\n\t\t\t\tpromoCodes = cartData.coupon_codes;\n\n\t\t\tfor (var key in atcItems) {\n\t\t\t\tvar el = atcItems[key],\n\t\t\t\t\titemObj = {},\n\t\t\t\t\taddOnItems = el.line_items;\n\n\t\t\t\titemObj.sku = el.sku_id;\n\t\t\t\titemObj.exchangeId = el.exchange_id || '';\n\t\t\t\titemObj.addOns = [];\n\n\t\t\t\tfor (var k in addOnItems) {\n\t\t\t\t\tvar addOnEl = addOnItems[k],\n\t\t\t\t\t\taddOnItemObj = {};\n\t\t\t\t\t\n\t\t\t\t\tif(addOnEl.attributes.product_type === 'Physical'){\n\t\t\t\t\t\taddOnItemObj.sku = addOnEl.sku_id;\n\t\t\t\t\t\titemObj.addOns.push(addOnItemObj);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\titemsArr.push(itemObj);\n\t\t\t}\n\t\t\tcartObj.promoCodes = promoCodes;\n\t\t\tcartObj.items = itemsArr;\n\n\t\t\tfor (var i = 0; i < idsToAdd.length; i++) {\n\t\t\t\tvar itemId = idsToAdd[i];\n\t\t\t\tif (itemId) {\n\t\t\t\t\tfireAddToCart(itemId, JSON.stringify(cartObj));\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\tbouncex.setVarAndReload('ibx_atc_id', false);\n}\n\n/*************** Empty Cart Tracking ***************/\nfunction trackEmptyCart() {\n\tbouncex.et.onVarChange('cart_qty', function(){\n\t\tif (bouncex.vars.cart_set && bouncex.vars.cart_qty === 0) {\n\t\t\tbouncex.push(['empty_cart', {}]);\n\t\t\tbouncex.setVarAndReload('cart_set', false);\n\t\t\tbouncex.setVarAndReload('ibx_cart_obj', '{}');\n\t\t}\n\t});\n}\n\n/*************************** CART REPLENISHMENT ****************************/\nfunction replenish(cart) {\n\tif(cart.items && cart.items.length){\n\t\tvar cartObj = cart.items[0],\n\t\t\tdeferreds = [],\n\t\t\tcouponString,\n\t\t\treplenString,\n\t\t\treplenUrl;\n\t\n\t\tcartObj.items.forEach(function(item) {\n\t\t\tvar parentSku = item.sku,\n\t\t\t\texchangeId = item.exchangeId,\n\t\t\t\texcahngeString = exchangeId ? '&exchange_id=' + exchangeId + ',' + parentSku + ',1' : '',\n\t\t\t\taddOns = item.addOns,\n\t\t\t\taddOnString = '',\n\t\t\t\titemString = 'addItem[]=' + parentSku + ',1' + excahngeString;\n\n\t\t\tif(addOns.length) {\n\t\t\t\taddOns.forEach(function(addOn){\n\t\t\t\t\tvar sku = addOn.sku;\n\t\t\t\t\taddOnString = '&addChildItem[]=' + sku + ',' + parentSku + ',1';\n\t\t\t\t\titemString = itemString + addOnString;\n\t\t\t\t});\n\t\t\t}\n\t\t\tdeferreds.push(itemString);\n\t\t});\n\t\n\t\tif(deferreds.length){\n\t\t\treplenString = deferreds.join('&');\n\t\t\t// need example from client with coupons applied to ensure we know how to append \n\t\t\t// couponString = cartObj.promoCodes.length ? '&coupon_codes=' + cartObj.promoCodes : '';\n\t\t\t// replenUrl = REPLEN_BASE_URL + couponString + '&' + replenString;\n\t\t\treplenUrl = REPLEN_BASE_URL + '&' + replenString;\n\t\t\twindow.location.href = replenUrl + '&bx_replen=true';\n\t\t}\n\t}\n}\n\nfunction trackLoggedInUser() {\n\tvar userEmail;\n\n\tif (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n\t\treturn;\n\t}\n\n\tuserEmail = jQuery('#email').val();\n\n\tif (!bouncex.utils.validate.email(userEmail)) {\n\t\treturn;\n\t}\n\n\tbouncex.push([\n\t\t'user',\n\t\t{\n\t\t\t'email': userEmail,\n\t\t\t'source': 'LoggedIn'\n\t\t}\n\t]);\n\tbouncex.setVarAndReload('logged_in_identified', true);\n\n\treturn;\n}\n\nfunction trackRegistration(){\n\tbouncex.et.onVisible('.bu-g-account-signup-headline', function(){\n\t\tbouncex.et.onVisible('#otpLoginForm', function(){\n\t\t\tbouncex.setVarAndReload('registered', true);\n\t\t\treturn;\n\t\t})\n\t})\n\treturn;\n}\n\n/******** itiniate tracking code *********/\nif (isValidDomain() && isEnglish()) {\n\tbouncex.et.cart.init({\n\t\treplenish: replenish,\n\t\treplenishmentType: 'ajax'\n\t});\n\ttrackLoggedInUser();\n\ttrackRegistration();\n\n\tswitch (bouncex.website.pts) {\n\t\tcase 'product':\n\t\t\ttrackItem();\n\t\t\tbreak;\n\t\tcase 'category':\n\t\tcase 'search':\n\t\t\ttrackCategory();\n\t\t\tbreak;\n\t\tcase 'cart':\n\t\tcase 'checkout':\n\t\t\ttrackAddedToCart();\n\t\t\ttrackEmptyCart();\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tbreak;\n\t}\n}\n","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/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"stgwebus."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"us3.ecom-qa."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"us.ecom-qa."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"samsunglocal."}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('utag.data.page_type') === 'b2b|product grid';"},{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('[itemtype=\"http://schema.org/SomeProducts\"], .filter-sort.section').length > 0;"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"stgwebus."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"us3.ecom-qa."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"us.ecom-qa."}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkout"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"us.ecom-qa."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"us3.ecom-qa."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"samsunglocal."}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('digitalData.page.pageInfo.pageTrack', '').indexOf('home') > -1;"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"p6-qa."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"hshopfront."}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('utag.data.page_type') === 'b2b|product detail';"},{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('utag.data.page_type') === 'b2b|builder product detail';\n"},{"activation":"js","prop":"","prop2":"","prop3":"","val":"document.querySelectorAll('[itemtype=\"http://schema.org/Brand\"], .product-dtails__identify').length > 0;\n"},{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('utag.data.page_type') === 'b2b|product configurator';"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"&searchTerm="}]]}},"els":{},"vars":[{"name":"logged_in","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"jQuery('.gnb__logout:visible').length > 0 || jQuery('.gnb__utility-link.logoutBtn:visible').length > 0;","trigger":"pageload"},{"name":"ever_logged_in","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.logged_in || null;","trigger":"pageload"},{"name":"cart_qty","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function() {\n var emptyCart = jQuery('.ec-empty-cart-msg-holder h1:visible').text() === 'Your cart is empty.',\n cartQty = 0;\n if(bouncex.website.pts === 'cart' && emptyCart) {\n return cartQty;\n }\n cartQty += Number(jQuery('#cartbasket').text());\n return cartQty || null;\n})();","trigger":"pageload"},{"name":"cart_value","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function() {\n var emptyCart = jQuery('.ec-empty-cart-msg-holder h1:visible').text() === 'Your cart is empty.',\n total = Number(jQuery('.os-price-value').eq(0).text().replace(/[^0-9.]/g, ''));\n if (emptyCart) {\n return 0;\n }\n return total || null;\n})();","trigger":"pageload"},{"name":"submitted_onsite","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"jQuery('.custom_row_overlay_component.overlay_thankyou_title:visible').text() === 'Thanks for signing up!' || jQuery('#ThankYouPopup .layer-popup__title:visible').text() === 'Thank you for signing up.' || jQuery('.email-form-text').css('display') === 'block' || null;","trigger":"pageload"},{"name":"prod_name","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"jQuery('h1.product-details__info-title').text().trim() || jQuery('.labelLink.active').text().trim() || jQuery('#headerBlock .oos-title2').text().trim();","trigger":"pageload"},{"name":"prod_price","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"Number(jQuery('.homePaymentPerMonth').eq(1).text().trim().replace(/[^0-9.]/g, '') || jQuery('.summary__row.summary__total b > span.total').text() || jQuery('#headerBlock .header-price-block strong').text().split(' ')[0].replace('$', ''));\n","trigger":"pageload"},{"name":"in_stock","polling":"all","persist":"no","page_types":["product"],"testmode":false,"default":"false","code":"bouncex.website.pts === 'product' && jQuery('.option-value.selected[data-stock=\"N\"]').length === 0 && jQuery('.product-details__info-results[data-stock=\"N\"]').length === 0;\n","trigger":"pageload"},{"name":"ibx_prev_id","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"ibx_atc_id","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":"ibx_cart_obj","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":"cart","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"registered","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"previous_url","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"document.referrer;","trigger":"pageload"},{"name":"b2b_cookie","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.getBounceCookie('b2b_storeId') || null","trigger":"pageload"},{"name":"samsung_care","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"document.querySelectorAll('#minipremiumcare .plans [id*=\"plan\"][aria-checked=\"true\"]').length > 0 ? document.querySelectorAll('#minipremiumcare .plans [id*=\"plan\"][aria-checked=\"true\"]').length > 0 : null;","trigger":"pageload"},{"name":"add_ons","polling":"all","persist":"no","page_types":[],"testmode":false,"default":"false","code":"document.querySelectorAll('.pallete-addon-card.selected').length > 0;","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":{"elqcoid":"espemailid"},"cus":"","miw_exclude":"","enabled":1},"etjson":null,"osre":true,"osru":"osr.bounceexchange.com/v1/osr/items","checkDfp":false,"gamNetwork":"","spa":1,"spatm":0,"preinit_cjs":"","crs":{"integrations":null,"pageCount":null},"mat":0,"math":0,"cpnu":"coupons.bounceexchange.com","dfpcms":0,"sms":{"optm":"","eventSharing":false,"shqId":"","enabled":0},"pde":true,"fmc":["AW","AI","AG","AR","BS","BB","BZ","BM","BO","BQ","BR","CA","KY","CL","CO","CR","CU","CW","DM","DO","EC","SV","GF","GL","GD","GT","GP","HT","HN","JM","MQ","MX","MS","NI","PA","PY","PE","PR","PM","MF","BL","KN","LC","VC","SX","SR","TT","US","UM","UY","VE","VG","VI"],"fme":true,"fmx":"","sdk":{"android":{"enabled":true,"enabledVersions":["1.0.8"],"eventModifications":[]},"ios":{"enabled":true,"enabledVersions":["1.0.8"],"eventModifications":[]}},"onsite":{"enabled":1},"ads":{"enabled":0},"pubs":{"enabled":0},"websdk":{"enabled":0},"ga4_property_id":"","ga4_measurement_id":""} ; 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: 0 }; bouncex.assets = {"ads":"0109586821763416266dd874f087ef69","creativesBaseStyles":"a53944a2","inbox":"749c9ccd613f1a40075d1e7b59caea42","onsite":"0e56ab6ba004ee080ce3deb3edae35e9","sms":"e39203556bab2366e56296ce42e974a7","websdk":"0704dae1eb637cbeb4a847506058402d"}; bouncex.push = function(pushData) { bouncex.pushedData.push(pushData); } var runtime = document.createElement('script'); runtime.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/runtime_6459738026535cda4232dc813c61447d.js'); runtime.setAttribute('async', 'async'); runtime.setAttribute('onload', 'bouncex.initializeTag()'); bouncex.initializeTag = function() { var script = document.createElement('script'); script.setAttribute('src', '//assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_f63930b37a25405c0fe14c50976210bb.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_3a843477d8e318f67237a66d0a58c542.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() {}; }; document.body.appendChild(runtime); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();