This section is for users of the MSO Marketing Services Organization. Since Google and other 'trackers' also have nice features available in their tracking products - FOR FREE - many of our customers use their system. See: our MSO Help Page for specifics on how to use these features. Note, the final code for 'Web Tracking Code Last Page' is used by BookingCenter's Booking Engine posts the Total Cost and Booking ID values to Google Analystics in order to use the 'Campaign Conversion' features built into Google Analytics. In order to get support for setting up Google Analytics and Campaign Conversions, customers need to work with their webmaster - it's not a service BookingCenter provides.   For customers who wish to track the 'Campaign Conversion' features built into Google Analytics, the key parts are the 2 variables BookingCenter sends upon the completion of the booking. These are:

These variables must go in exactly as is (including using the %% values in front and behind the database variables), otherwise this won't work.
Here is a sample of the Google script:
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-12345-1");
pageTracker._trackPageview();
pageTracker._addTrans("%%$booking_id%%");
pageTracker._addItem("1", "%%$total_price%%", "1" );
pageTracker._trackTrans();
</script>For additional help, view the MSO Help Page for specifics. Customized Enquiry System Labelling:
Please change the labels to suit your property, i.e., Suites, Cabins, Camp sites, Beds, etc. If your tax is called T.O.C. for example, change the label.
There are 3 fields on the booking form that are often labelled – 'Adults', 'Children' and 'Infants'. The first label (Adults) must be used. The 2nd (Children) and 3rd (Infants) labels are optional. Many properties switch off the 2nd and 3rd label and change the first label to Guests. If that is your preference, change the field for Adults to "Guests" and go back No Children and No Infants in General Settings and tick the boxes "No Children Allowed" and "No Infants Allowed".
Examples – Cape Schanck Lightstation - Adults, Children and Infants


Example - The Observatory in Port Macquarie - Guests








This section allows the property to customizes the labelling within the program


Be sure to Click Update to save your changes!