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);
Please fill out this form to contact us.

Need Help WIth Something?

Please fill out the form on the left and we'll get back to you as soon as possible.

Thank you.


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%!