Merci d'avoir pris RDV à bientot
console.log("Current URL:", window.location.href); if (window.location.pathname.startsWith("/after-booking")) { console.log("After booking detected"); if (!sessionStorage.getItem("bookingTracked")) { console.log("Firing Contact event"); if (typeof window.fbq !== "undefined") { window.fbq("track", "Contact", { content_name: "Cal Booking", content_category: "Lead" }); } sessionStorage.setItem("bookingTracked", "true"); } }