// 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

From Cruise Ship to Sand: How to Get to Playa Palancar from the Cozumel Port


Arriving in Cozumel on a cruise ship and want to make the most of your port day? Head straight to the most beautiful Cozumel beach club on the island: Playa Palancar.


Getting here from any of the cruise ports (Punta Langosta, SSA Mexico, or Puerta Maya) is quick and easy. A taxi is your best bet, with the ride taking about 15-25 minutes. Just tell the driver you’re going to “Playa Palancar.” For those looking for beaches in Cozumel near the cruise port, Palancar is a simple trip that takes you just far enough away from the crowds to experience true paradise.

 
 
 

Comments


bottom of page