// WhatsApp Click Tracking for Zapier document.addEventListener('DOMContentLoaded', function() { // Find all WhatsApp links on your page const whatsappLinks = document.querySelectorAll('a[href*="api.whatsapp.com"], a[href*="wa.me"], a[href*="whatsapp://"]'); whatsappLinks.forEach(function(link) { link.addEventListener('click', function(e) { // Send click data to Zapier webhook fetch(https://hooks.zapier.com/hooks/catch/21324653/2p1fmn1, { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ event: 'whatsapp_click', phone: '5219871014992', page_url: window.location.href, page_title: document.title, timestamp: new Date().toISOString(), user_agent: navigator.userAgent, referrer: document.referrer || 'direct' }) }).catch(function(error) { console.log('Tracking error:', error); }); }); }); });
top of page
fondo palancar.jpg
logo blanco.png

What to Do in Cozumel? The Perfect Mix of Adventure and Relaxation

Oct 14, 2025
1 min read

Cozumel is an island of endless activities, but the best way to experience it is to combine adventure with a day of relaxation. Here's a suggested itinerary.

Start your morning exploring downtown Cozumel, browsing local shops, or grabbing a coffee. Then, head to Playa Palancar for the rest of the day. Here, you'll find a peaceful escape with comfortable chairs, delicious food, and the calm Caribbean Sea. It's the perfect way to balance a day of sightseeing with some well-deserved rest. End your day with a breathtaking sunset right on our beach. A trip to Cozumel is an experience, and Palancar is the best part of it.

 
 
 

Comments


bottom of page