VisitScotland: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
2) Visit Scotland require you to track booking confirmations by saving the following script at the menu SETTINGS ->BOOKING PAGE ->DEVELOPERS. Insert "Confirmation Page Insert in HTML <HEAD>" | 2) Visit Scotland require you to track booking confirmations by saving the following script at the menu SETTINGS ->BOOKING PAGE ->DEVELOPERS. Insert "Confirmation Page Insert in HTML <HEAD>" | ||
<code> | <code><nowiki><script type="text/javascript">var utag_data = { pms_site : "Beds24", vs_id : "[REFERRER2]", price : "[PRICENC]", currency: "GBP", product_name : "[PROPERTYNAME]", product_id : "[PROPERTYID]", arrival_date : "[FIRSTNIGHTYYYY-MM-DD]", nights : "[NUMNIGHT]", adults : "[NUMADULT]", children : "[NUMCHILD]", infants : "0", booking_type : "Bed & Breakfast"}</script><script type="text/javascript"> (function(a,b,c,d){ a='//tealium.hs.llnwd.net/o43/utag/visitscotland/pms/prod/utag.js'; b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true; a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a); })();</script> | ||
</nowiki></code> | </nowiki></code> | ||
| Line 29: | Line 28: | ||
3) Visit Scotland require that you include the following link to their newsletter on your booking confirmation page, save it at menu SETTINGS -> GUEST MANAGEMENT -> CONFIRMATION MESSAGES | 3) Visit Scotland require that you include the following link to their newsletter on your booking confirmation page, save it at menu SETTINGS -> GUEST MANAGEMENT -> CONFIRMATION MESSAGES | ||
<code> | <code><nowiki><p align="JUSTIFY" class="western"><font face="Calibri, serif">We’d like to help you discover more about Scotland - to find great offers, ideas and further information sign up to VisitScotland’s e-newsletter today by clicking the following link: </font><a href="http://www.visitscotland.com/newsletter"><font face="Calibri, serif">http://www.visitscotland.com/newsletter</font></a></p> | ||
</nowiki></code> | </nowiki></code> | ||