Something is Cooking...

Sorry, I am preparing the best experience for you, in the meantime feel free to contact me!

document.addEventListener("DOMContentLoaded", function () { var buttons = document.querySelectorAll("a.elementor-button"); // Selects all Elementor buttons buttons.forEach(function (button) { button.addEventListener("click", function () { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "purchase", value: 1.00, // Set price to 1 CAD currency: "CAD" }); console.log("✅ Purchase event fired!"); // For testing }); }); });