In order to use Navis, you need the follow information from them:
Account Number (example: 14100) JavaScript Password (example: 78HRVQ40IYIHU4C4UW43) Default Telephone (example: 8774239514)
In their site header you need to add the call to Navis, in the head tags, using their above information:
<script language="javascript" src="https://www.navistechnologies.info/JavascriptPhoneNumber/js.aspx?account=14100&jspass=78HRVQ40IYIHU4C4UW43&dflt=8774239514"></script> <script language="javascript">ProcessNavisNCKeyword();</script>
Also in their header, add the code that displays the phone number:
<script language="javascript">ShowNavisNCPhoneNumberFormat("###.###.####");</script>
After adding this Javascript to their header, Guestdesk will now automatically add the phone number to the search module in the session and send the phone number to IQWare in a field called ELMMarketingSource.
The final part is sending the conversion to Navis, which you can do under System Settings --> Conversion Tracking on their intranet:
<input type="hidden" id="marketingSource" name="marketingSource" value="" /> <script language="javascript">NavisSetHiddenPhoneNumberField("marketingSource");</script>
1) Always be sure the Navis Javascript library is referenced securely
(https)
2) Any links from the website into the booking engine must pass the
dynamic Navis phone number in the URL using a variable named "NCK"
Comments
0 comments
Please sign in to leave a comment.