Track Bookings: Difference between revisions
Jump to navigation
Jump to search
| Line 34: | Line 34: | ||
==Conversion Tracking== | ==Conversion Tracking== | ||
When a booking completes, the booker is shown a confirmation page. It is possible to include scripts directly in the screen confirmation messages at: | |||
Settings > Booking Engine > Developer > Advanced HTML Settings > Confirmation Page Insert in HTML <HEAD> | |||
The script will be installed in the head section of the booking confirmation page. [https://wiki.beds24.com/index.php?title=Template_Variables Template variables] can be used in this script to include information about the booking. | |||
===Booking Return URL=== | |||
It is also possible to set a Booking Return URL leading to your own site. Guests will be sent to this page rather than the confirmation page allowing you to create a custom confirmation landing page. Information about the booking will be added to the URL for your extraction and use. You can set the URL to your own website here: | |||
Settings > Booking Engine > Booking Page > Behaviour > Redirect after Booking > Booking Return URL | |||
If you use this function, you will need to place any conversion tracking scripts on your landing page. | If you use this function, you will need to place any conversion tracking scripts on your landing page. | ||