באדג׳ט מביאה לכם את דיל השנה על המשפחתית הכי מבוקשת.
טויוטה קורולה 2020
היברידית דגם STYLE
document.addEventListener("DOMContentLoaded", () => { setTimeout(initGTM, 10000); }); document.addEventListener("scroll", initGTMOnEvent); document.addEventListener("mousemove", initGTMOnEvent); document.addEventListener("touchstart", initGTMOnEvent); function initGTMOnEvent(event) { initGTM(); event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered } function initGTM() { if (window.gtmDidInit) { return false; } window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once. const script = document.createElement("script"); script.type = "text/javascript"; script.async = true; // ensure PageViews is always tracked (on script load) script.onload = () => { dataLayer.push({ event: "gtm.js", "gtm.start": new Date().getTime(), "gtm.uniqueEventId": 0, }); }; script.src = "https://www.googletagmanager.com/gtm.js?id=GTM-P7V4ZPV"; document.head.appendChild(script); }