RezTrip

Adding Flip.to to your RezTrip booking engine is done in just two steps.

circle-exclamation

Step 1: Booking engine snippet

This is the first of two snippets to add to your RezTrip booking engine.

  • Copy and paste the snippet below into <head> tag of the booking engine

  • Replace XX with your Flip.to companyCode (be sure to keep the single quotes)

  • Replace YY with your RezTrip property code (be sure to keep the single quotes)

<!-- Flip.to - Booking Engine Integration -->
<script>
!function(b,e){(b[e]=b[e]||[]).push({flipto:{
bookingEngine: 'RezTrip',
companyCode: 'XX',
code: 'YY'
}})}(window,'fliptoDataLayer');
</script>
<script async src='https://integration.flip.to/K2X4KDP'></script>
<!-- Flip.to - End Booking Engine Integration -->


Step 2: Confirmation page snippet

This snippet should be added only to your RezTrip confirmation page.

circle-info

Please note, the confirmation page will include both the booking engine snippet and the confirmation page snippet, and the order is unimportant.

  • Copy and paste the snippet below into <head> tag of the confirmation page

  • Replace XX with your Flip.to companyCode (be sure to keep the single quotes)

  • Replace YY with your RezTrip property code (be sure to keep the single quotes)

Last updated