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 | When a booking completes, the booker is shown a confirmation page. It is possible to include scripts directly in the head section of this confirmation page. You do this here: | ||
Settings > Booking Engine > Developer > Advanced HTML Settings > Confirmation Page Insert in HTML <HEAD> | Settings > Booking Engine > Developer > Advanced HTML Settings > Confirmation Page Insert in HTML <HEAD> | ||
[https://wiki.beds24.com/index.php?title=Template_Variables Template variables] can be used in this script to include information about the booking. The following example includes the booking number [BOOKID] and price [PRICE] in the script. | |||