(function () { const cookieName = 'source_url'; const COOKIE_TIMEOUT_MINUTES = 15; function setSourceUrlCookie(url) { const expiryDate = new Date(); expiryDate.setMinutes(expiryDate.getMinutes() + COOKIE_TIMEOUT_MINUTES); document.cookie = `${cookieName}=${encodeURIComponent(url)}; expires=${expiryDate.toUTCString()}; path=/`; } function getCookie(name) { const value = document.cookie .split('; ') .find(row => row.startsWith(name + '=')); return value ? decodeURIComponent(value.split('=')[1]) : null; } if (!getCookie(cookieName)) { setSourceUrlCookie(window.location.href); console.log('✅ Cookie created with URL:', window.location.href); } else { const currentUrl = getCookie(cookieName); setSourceUrlCookie(currentUrl); console.log('🔁 Cookie refreshed. Original URL remains:', currentUrl); } })();
דילוג לאיזור תוכן מרכזי (לחיצה על אנטר)

POST https://dxp-webcarconfig.lexus-europe.com/v1/BuildAndBuy/il/he?path=submodels/569980ce-03f2-4c1e-a11e-d59bf41c9fe2