Skip To Content
CHECK AVAILABILITY
Home
About Us
Guestrooms
Amenities
Del Mar Beach Bungalows
Experiences
Gallery
Contact
X
<
>
document.addEventListener("DOMContentLoaded", function() { // Target all
tags with an href starting with "https://reservations.delmarhotel.com/114534" document.querySelectorAll('a[href^="https://reservations.delmarhotel.com/114534"]').forEach(function(element) { element.addEventListener("click", function(event) { var url = element.getAttribute('href'); gtag_report_conversion(url); }); }); // Target the submit button in the container with the specified class document.querySelectorAll('.submit-button-container .submit-button').forEach(function(button) { button.addEventListener("click", function(event) { var url = button.getAttribute('href'); gtag_report_conversion(url); }); }); function gtag_report_conversion(url) { gtag('event', 'booking_click', { 'send_to': 'G-B152LVE4TF', 'page_path': window.location.pathname, 'page_url': window.location.href }); } });