Logo

Contact Domusmeralda – Vacation Rental Management in Costa Smeralda & Cannigione

Get in touch with Domusmeralda to learn how we can manage your vacation rental in Cannigione, Costa Smeralda and Northern Sardinia. Whether you are looking for full property management or specific services, our team will guide you step by step.

Fill out the form below and we will get back to you as soon as possible.

Booking inquiry

This site is protected by reCAPTCHA and the Google privacy policy and Terms of Service apply.

©2026 Logo All rights reserved -
/* ============================= GOOGLE ADS CONVERSION TRACKING CLIENT APARTMENTS ONLY REMOVE AFTER CAMPAIGN ============================= */ (function() { var pagesToTrack = [ "/en/corallo", "/it/corallo", "/de/corallo", "/en/medusa", "/it/medusa", "/de/medusa", "/en/stella-marina", "/it/stella-marina", "/de/stella-marina" ]; var currentPath = window.location.pathname; var match = pagesToTrack.some(function(path) { return currentPath.includes(path); }); if (match) { gtag('event', 'conversion', { 'send_to': 'AW-18031373850/CTsRCKD05ZAcEJrcg5ZD' }); } })(); /* ============================= GOOGLE ADS CONTACT FORM TRACKING ONLY IF CLIENT APARTMENTS SELECTED REMOVE AFTER CAMPAIGN ============================= */ document.addEventListener("DOMContentLoaded", function() { // selettore form Lodgify var contactForm = document.querySelector("form.dm-contact-form"); // sostituire con ID/class reale var apartmentSelect = document.querySelector("form.dm-contact-form select[name='apartment']"); // sostituire name reale if(contactForm && apartmentSelect) { contactForm.addEventListener("submit", function(e) { var selected = apartmentSelect.value.toLowerCase(); var clientApartments = ["corallo", "medusa", "stella-marina"]; if(clientApartments.includes(selected)) { setTimeout(function() { gtag('event', 'conversion', { 'send_to': 'AW-18031373850/CTsRCKD05ZAcEJrcg5ZD' }); }, 200); } }); } });