Knowledgebase: MSO
What tracking code do I place on my website to enact the MSO features?
Posted by Jeff Tweddale on 09 Jan 2008 02:49 PM

What tracking code do I place on my website to enact the MSO features?



Each customer receives specific codes to place on all the pages of your website that you require BookingCenter to track.

You will note that in the code below you must fill in your BookingCenter Site ID where the "**"s are around it below. There is a Frequently Asked Question help file if you need more help posted at: http://www.bookingcenter.com/help/mso_help.html

========================================================================

<!-- don't forget to fill in the **SITEID** -->

<script language="javascript" type="text/javascript">
<!--

var qdata;
qdata = 'on=yes' + // tells whether javascript is on
'&ref=' + escape(document.referrer) +
'&wpg=' + escape(location.href) +
'&sit=' + escape('**SITEID**') +
'&bsr=' + escape(navigator.appName + '/') +
escape(navigator.appVersion);

document.write('<img border="0" hspace="0" vspace="0" width="1" ' +
'height="1" ' +
'src="http://requests.bookingcenter.com/mso/bc_logo.phtml?'; +
qdata + '">');
// -->
</script>
<noscript>
<img border="0" hspace="0" vspace="0" width="1" height="1"
src="http://requests.bookingcenter.com/mso/bc_logo.phtml?on=no&sit=**SITEID**">
</noscript>

========================================================================


You must have purchased the MSO feature in order for the tracking to work. If you have any questions about using he MOS feature, feel free to contact support@BookingCenter.com. To buy the MSO feature, contact us by visiting our website at: http://www.BookingCenter.com/contact.html or call us at +1-707-874-3922 ext 201.
(0 vote(s))
Helpful
Not helpful