Track Bookings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 45: | Line 45: | ||
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> | ||
==Custom booking confirmation page== | |||
It is also possible to set a Booking Return URL leading to your own website. Guests will be sent to this page rather than the standard 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: | It is also possible to set a Booking Return URL leading to your own website. Guests will be sent to this page rather than the standard 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: | ||
| Line 52: | Line 52: | ||
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. | ||
==Use of template variables in scripts== | |||
You can use [https://wiki.beds24.com/index.php?title=Template_Variables Template variables] in your tracking scripts to include information about the booking. The following example includes the booking number [BOOKID] and price [PRICE] in a Google Ecommerce script. | You can use [https://wiki.beds24.com/index.php?title=Template_Variables Template variables] in your tracking scripts to include information about the booking. The following example includes the booking number [BOOKID] and price [PRICE] in a Google Ecommerce script. | ||
| Line 80: | Line 73: | ||
<script> | <script> | ||
== Google Analytics == | |||
To install Google Analytics enter your Tracking Script here: | |||
SETTINGS > BOOKING ENGINE > DEVELOPER > Advanced HTML Settings > Insert in HTML <HEAD> | |||
Your booking page will now appear in your Google Analytics Report. | |||
== Google Ecommerce Tracking == | == Google Ecommerce Tracking == | ||