function handleTiqetsEvent(event) { // Only accept messages from the Tiqets widget origin if (event.origin !== 'https://www.tiqets.com') { return; } let data; try { data = JSON.parse(event.data); } catch (_) { return; // not a Tiqets widget message } if ( data.event !== 'tiqetsWidgetClickThrough' && data.event !== 'tiqetsWidgetInteraction' ) { return; // not a Tiqets widget event } // Your tracking logic here console.log('Tiqets widget event:', data); } window.addEventListener('message', handleTiqetsEvent);
Back to Homepage
 

Exploring Our World

Never Miss Another Flight Deal

Turn on notifications to be the first to know when a new deal is added and save up to 90%!