// Funzione per inviare eventi a Google Analytics function sendScrollEvent(percentage) { gtag('event', `scroll_${percentage}`, { 'event_category': 'engagement', 'event_label': `Scroll to ${percentage}%` }); } window.addEventListener('scroll', () => { const scrollPercentage = Math.round( (window.scrollY + window.innerHeight) / document.documentElement.scrollHeight * 100 ); const thresholds = [25, 50, 75]; // Percentuali di scroll da tracciare (senza il 90%) thresholds.forEach((threshold) => { if (scrollPercentage >= threshold && !window[`scrollTracked_${threshold}`]) { sendScrollEvent(threshold); window[`scrollTracked_${threshold}`] = true; // Marca come tracciato per evitare duplicati } }); }); window.addEventListener('load', function() { setTimeout(function() { gtag('event', 'minute_engagement', { 'event_category': 'engagement', 'event_label': 'User stayed for more than a minute' }); }, 60000); // 60000 millisecondi = 1 minuto });

JOIN THE Bachata revolution in AMSTERDAM

Flyer Adam bachata experience 2024

A'DAM BACHATA EXPERIENCE

12-14 July 2024

picture of dancers participating in a competitionflyer of Adam Bachata Festival 2024

A'DAM BACHATA FESTIVAL

1-3 November 2024

Have a question?

Thank you!

We'll get in touch very soon.

Oops! Something went wrong while submitting the form.