Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • %%$booking_id%% - This is the Booking ID. If there were multiple rooms booked in a single transaction, then this is the 'root Booking ID'. For example, if three rooms were booked and the Booking IDs were = 12345-1W, 12345-2W, and 12345-2W, the %%$booking_id%% wil be "12345".
  • %%$total_price%% - This is the total cost. This might include Inventory Items and Packages Items if you sold that in the transaction, so consider that when analyzing your results - the %%$total_price%% is NOT room costs only.  Should you need to figure out the pre-tax value you would need to apply a simple formula of (total_price / (1 + tax rate ) ) either after receiving the data or in your javascript function.  For example with a 8% tax rate you would use the following (total_price / 1.08).  
  • %%$arrival_date%% The arrival date of the booking in format DD-MON-YYYY ala 18-APR-2017
  • %%$departure_date%% The departure date of the booking in format DD-MON-YYYY ala 18-APR-2017
  • %%$agent_id%% - partner: Agent/Promo code that the booking was booked at.  i.e.  BC, SUMMER etc.

  • '%%$currency_id%%' - Currency set in the system.  USD

  •  '%%$total_adults%%' - Total Adults selected.

  • '%%$total_children%%' - Total Children selected.

  • '%%$total_room_count_id%%'  - total rooms. Multiple Rooms will be added to the total.
  • '%%$total_nights%%' - total nights of the stay

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.

Anchor
_TOC14911
_TOC14911
Anchor
_Toc242343529
_Toc242343529
Anchor
_Toc242348058
_Toc242348058
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!