(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":8272,"name":"Lakeshore Learning","cookie_name":"bounceClientVisit8272","domain":"lakeshorelearning.com","ct":"bind_to_domain","ally":0,"ei":0,"tcjs":"","cjs":"","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":"","mas":2,"map":1,"gar":true,"ete":1,"ettm":false,"etjs":"var CLEAN_URL = bouncex.utils.url.allowParams();\r\nvar ATC_SELECTOR = '#right-des-content-add, button[data-testid=\"add-to-cart-button\"], button[automation-id=\"furniture_pdp_add_to_cart\"]';\r\n\r\n\r\nfunction getItemID() {\r\n var match = window.location.pathname.match(/\\/p\\/([A-Z0-9]+)/i);\r\n return match && match[1] ? match[1] : '';\r\n}\r\n\r\nfunction getItemCopy() {\r\n var el = jQuery('h1.product-title_product-title__Dw_n5').first();\r\n if (!el.length) return '';\r\n return el.text().trim();\r\n}\r\n\r\nfunction getFurnitureItemCopy() {\r\n var titleEl = jQuery('.title4[data-bind*=\"pdpData().productTitle\"]');\r\n return titleEl.length ? titleEl.text().trim() : null;\r\n}\r\n\r\nfunction getCategoryName() {\r\n var oldBreadcrumbLinks = jQuery('.breadcrumbs_pdpbreadcrumb-list__Do6rP li a');\r\n if (oldBreadcrumbLinks && oldBreadcrumbLinks.length >= 2) {\r\n return oldBreadcrumbLinks[oldBreadcrumbLinks.length - 2].textContent.trim();\r\n }\r\n\r\n var newBreadcrumbLinks = jQuery('.breadcrumb_breadcrumb__OXXX1 a');\r\n if (newBreadcrumbLinks && newBreadcrumbLinks.length >= 2) {\r\n return newBreadcrumbLinks[newBreadcrumbLinks.length - 2].textContent.trim();\r\n }\r\n\r\n return '';\r\n}\r\n\r\nfunction getFurnitureCategoryName() {\r\n const breadcrumbs = jQuery('.pdp-breadcrumb a');\r\n if (breadcrumbs.length < 2) return null; \r\n return breadcrumbs[1].textContent.trim();\r\n}\r\n\r\nfunction getImageURL() {\r\n var selectors = [\r\n '.product-view_thumbnail-container__g_mx7 .product-view_active__zERC7', \r\n '#ll-furniture-pdp-carousel .carousel-inner img', \r\n '.s7staticimage img:visible' \r\n ];\r\n\r\n for (var i = 0; i < selectors.length; i++) {\r\n var img = jQuery(selectors[i]).first();\r\n if (img.length) {\r\n var src = img.attr('src');\r\n if (src) return src.split('?')[0];\r\n }\r\n }\r\n\r\n return null;\r\n}\r\n\r\n\r\nfunction getFirstCarouselImageUrl(carouselSelector) {\r\n var img = jQuery('#ll-furniture-pdp-carousel .carousel-inner img');\r\n if (!img) return null;\r\n return img.src.split('?')[0];\r\n}\r\n\r\n\r\n\r\nfunction IsInStock() {\r\n var atcBtn = jQuery('#right-des-content-add') || jQuery('#addtocart-btn .btn-addtocart');\r\n return atcBtn ? !atcBtn.disabled : false; \r\n}\r\n\r\n\r\nfunction getItem() {\r\n return {\r\n id: getItemID(),\r\n copy: getItemCopy() || getFurnitureItemCopy(),\r\n category: getCategoryName() || getFurnitureCategoryName(),\r\n url: CLEAN_URL,\r\n imageurl: getImageURL() || getCarouselImageUrl() || getFirstCarouselImageUrl(),\r\n instock: IsInStock()\r\n };\r\n}\r\n\r\nfunction fireViewItem(id) {\r\n var pushItem = { 'item:id': id }; \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 bouncex.push(['item', item]);\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/* ---------------------------- CATEGORY TRACKING --------------------------- */\r\n\r\nfunction getItemIdsCat() {\r\n var ids = [];\r\n\r\n jQuery('.product-card_card__Ho9RU').each(function (i, e) {\r\n var analyticsAttr = jQuery(e).find('a').first().attr('data-analytics-attribute');\r\n\r\n if (analyticsAttr && analyticsAttr.trim().startsWith('{') && analyticsAttr.trim().endsWith('}')) {\r\n var data = JSON.parse(analyticsAttr);\r\n var id = data.product;\r\n\r\n if (id && ids.indexOf(id) < 0) {\r\n ids.push(id);\r\n }\r\n }\r\n });\r\n\r\n return ids.join(',');\r\n}\r\n\r\nfunction getFurnitureItemIdsCat() {\r\n var ids = [];\r\n\r\n jQuery('.item-number').each(function () {\r\n var text = jQuery(this).text().trim();\r\n var match = text.match(/Item\\s*#\\s*([A-Za-z0-9]+)/);\r\n\r\n if (match && match[1] && ids.indexOf(match[1]) < 0) {\r\n ids.push(match[1]);\r\n }\r\n });\r\n\r\n return ids.join(',');\r\n}\r\n\r\n\r\nfunction getCategoryObject() {\r\n return {\r\n 'page:url': CLEAN_URL,\r\n 'items:ids': getItemIdsCat() || getFurnitureItemIdsCat()\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\r\n/* ------------------------------- CART EVENTS ------------------------------ */\r\n\r\nfunction fireAddToCart(itemId) {\r\n bouncex.push(['add to cart', { 'item:id': itemId }]);\r\n\r\n if (bouncex.vars.cart) {\r\n return;\r\n }\r\n bouncex.setVar('cart', true);\r\n}\r\n\r\nfunction initializeATCClickTracking(itemId) {\r\n\tbouncex.et.on(jQuery(ATC_SELECTOR), 'click.bxatc', function () {\r\n fireAddToCart(itemId);\r\n });\r\n}\r\n\r\nfunction emptyCart() {\r\n bouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\r\n if (bouncex.vars.cart && newVal === 0 && oldVal > 0) {\r\n bouncex.push(['empty_cart']);\r\n bouncex.setVar('cart', false);\r\n }\r\n });\r\n}\r\n\r\nfunction initializeCartEvents() {\r\n bouncex.et.cart.init({\r\n replenish: function () { },\r\n replenishmentType: 'single'\r\n });\r\n emptyCart();\r\n}\r\n\r\n/* ------------------------------ USER TRACKING ----------------------------- */\r\nfunction trackUserEmail() {\r\n jQuery(document).on(\r\n 'click',\r\n 'button[automation-id=\"login_button\"], button[data-testid=\"submit-button-signin\"]',\r\n function () {\r\n var userEmail = jQuery('#input-signin-email').val();\r\n\r\n if (userEmail && bouncex.utils.validate.email(userEmail)) {\r\n localStorage.setItem('userEmail', userEmail);\r\n }\r\n }\r\n );\r\n}\r\n\r\nfunction initializeUserTracking() {\r\n var userEmail;\r\n\r\n if (bouncex.vars.logged_in && !bouncex.vars.logged_in_identified) {\r\n userEmail = localStorage.getItem('userEmail');\r\n\r\n if (userEmail && bouncex.utils.validate.email(userEmail)) {\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 return;\r\n }\r\n \r\n trackUserEmail();\r\n}\r\n\r\n/* --------------------------- LOGGED IN RTV --------------------------- */\r\n\r\nfunction fireLoggedInRTV() {\r\n bouncex.setVar('logged_in', false);\r\n}\r\n\r\nfunction setLoggedInRTV() {\r\n if (\r\n (jQuery('a[data-testid=\"sign-out-button\"]').length > 0 &&\r\n jQuery('.login-flyout_welcome-text__dSqY7').length > 0) ||\r\n jQuery('.signin-popover.loggedIn').length > 0\r\n ) {\r\n bouncex.setVar('logged_in', true);\r\n bouncex.setVar('ever_logged_in', true);\r\n }\r\n}\r\n\r\n\r\n\r\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\r\n\r\nfunction isValidDomain() {\r\n return CLEAN_URL.indexOf('https://www.lakeshorelearning.com/') > -1 || CLEAN_URL.indexOf('https://www.lakeshorelearning.com/furniture/') > -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 //Set logged_in RTV based on DOM\r\n setLoggedInRTV();\r\n\r\n //Handle logout CTA → set false\r\n jQuery('a[data-testid=\"sign-out-button\"]').on('click', function () {\r\n fireLoggedInRTV();\r\n });\r\n\r\n\r\n initializeUserTracking();\r\n initializeCartEvents();\r\n\r\n switch (bouncex.website.pts) {\r\n case 'category':\r\n case 'search':\r\n initializeCategoryEvents();\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\ninit();\r\n\r\n","dge":false,"bxidLoadFirst":false,"pie":false,"cme":false,"gbi_enabled":0,"bpush":false,"pt":{"cart":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname.includes('/shopping-cart');"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname.startsWith('/products/') \r\n ? !window.location.pathname.includes('/p/') \r\n : window.location.pathname.startsWith('/furniture/') && jQuery('main.search-results').length > 0 && jQuery('.item-sr.search-item').length > 0;"}],[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.hostname === \"www.lakeshorelearning.com\" \n ? !(jQuery('.pdp-main').length > 0 \n || jQuery('h1.product-title_product-title__Dw_n5').length > 0 \n || jQuery('h1.title4.text-book.mb10[data-bind*=\"productTitle\"]').length > 0) \n : true;"}]]},"checkout":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname.includes('/checkout-page');"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === '/';"},{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === '/furniture/' || window.location.pathname === '/furniture';"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"jQuery('.pdp-main').length > 0 || jQuery('h1.product-title_product-title__Dw_n5').length > 0 || jQuery('h1.title4.text-book.mb10[data-bind*=\"productTitle\"]').length > 0;"}]]},"search":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"?Ntt="}]]}},"els":null,"vars":[{"name":"logged_in","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":""},{"name":"ever_logged_in","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"bouncex.vars.logged_in || null;","trigger":""},{"name":"cart_qty","polling":"all","persist":"visit","page_types":[],"testmode":false,"default":"0","code":"(function(){\r\n if (bouncex.website.pts === 'checkout') {\r\n return null;\r\n }\r\n\r\n var qtyText = jQuery('.account-menu-link_cart-badge__j8WAm, .cart-badge')\r\n .first()\r\n .text()\r\n .replace(/[^0-9]/g, '');\r\n\r\n return Number(qtyText || 0);\r\n})();\r\n","trigger":""},{"name":"submitted_onsite","polling":"all","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"jQuery('.email-contact-status').text().toLowerCase().indexOf('subscribed') > -1 || jQuery('.email-contact-status').text().toLowerCase().indexOf('updated') > -1 || null;","trigger":""},{"name":"page_url","polling":"none","persist":"no","page_types":["category","search"],"testmode":false,"default":"false","code":"\r\nwindow.location.href;","trigger":""},{"name":"cart","polling":"none","persist":"permanent","page_types":[],"testmode":false,"default":"false","code":"null;","trigger":"pageload"},{"name":"page_type","polling":"none","persist":"no","page_types":[],"testmode":false,"default":"false","code":"bouncex.website.pts;","trigger":"pageload"},{"name":"logged_in_identified","polling":"none","persist":"visit","page_types":[],"testmode":false,"default":"false","code":"null;","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":{"sfmc_s":"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":"SinglePageApp.setCustomParams({\r\n currentPageIdentifier: function() {\r\n var events = dataLayer.filter(e => e.event === 'gtm.historyChange-v2'),\r\n len = events.length,\r\n lastObj = events[len-1],\r\n currUrl = !!lastObj && lastObj['gtm.newUrl'];\r\n return currUrl ? currUrl : bouncex.utils.url.allowParams();\r\n }\r\n});","crs":{"integrations":null,"pageCount":null},"mat":0,"math":0,"cpnu":"coupons.bounceexchange.com","dfpcms":0,"sms":{"optm":"","eventSharing":false,"shqId":"","enabled":0},"pde":false,"fme":false,"fmx":"","uid2":false,"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":"","ga4_measurement_id":"","tag_state_domain":"","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":"f5b96fc8e37c628213ccc3a4d5ea0636","creativesBaseStyles":"a53944a2","gpsAuction":"bbb80866120d17013073bb6d284cbd6b","inbox":"b205bbe35290429afd398e356288fd36","onsite":"1238d00d70e4de87443df9eb69ff1a61","sms":"e39203556bab2366e56296ce42e974a7","websdk":"9a65ab96520f390bb65a5ecce3f5ef5a","website_campaigns_8272":"25dbfc10b1f2ff93171b393cdfd4af70"}; 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_0b6a7c835799d7db883cf57cb943e3ba.br.js'); script.setAttribute('async', 'async'); document.body.appendChild(script); bouncex.initializeTag = function() {}; }; runtime.onload = bouncex.initializeTag; document.body.appendChild(runtime); } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", bxBootstrap); } else { bxBootstrap(); }})();