Track Bookings: Difference between revisions
Jump to navigation
Jump to search
| Line 30: | Line 30: | ||
== Google Analytics == | == Google Analytics == | ||
To install | 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. | Your booking page will now appear in your Google Analytics Report. | ||
==Page Tracking== | |||
The URL of each stage of the booking process contains a parameter page= which contains a code to identify which stage the booking page is at. | The URL of each stage of the booking process contains a parameter page= which contains a code to identify which stage the booking page is at. | ||
==Conversion Tracking== | |||
When a booking completes, the booker is shown a confirmation page. | When a booking completes, the booker is shown a confirmation page. | ||
| Line 51: | Line 53: | ||
==Tracking Pixel== | |||
Tracking image pixels need to be included in the <body> part of the page so they are visible. | Tracking image pixels need to be included in the <body> part of the page so they are visible. | ||