Track Bookings: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
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:
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>


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. The following example includes the booking number [BOOKID] and price [PRICE] in the script.
[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.