Difference between revisions of "VisitScotland"

From Beds24 Wiki
Jump to navigation Jump to search
Line 20: Line 20:
  
  
<code>
+
<code>
<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>
+
<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>
 
</code>
 
</code>
  
Line 27: Line 27:
 
3) Visit Scotland require that you include the following on your booking confirmation page, save it at menu BEDS24 >> SETTINGS >> PROPERTIES >> CONFIRMATION MESSAGES
 
3) Visit Scotland require that you include the following on your booking confirmation page, save it at menu BEDS24 >> SETTINGS >> PROPERTIES >> CONFIRMATION MESSAGES
  
<code>  
+
<nowiki><code>  
<p align="JUSTIFY" class="western"><font face="Calibri, serif">We&rsquo;d like to help you discover more about Scotland - to find great offers, ideas and further information sign up to VisitScotland&rsquo;s e-newsletter today by clicking the following link:&nbsp;</font><a href="http://www.visitscotland.com/newsletter"><font face="Calibri, serif">http://www.visitscotland.com/newsletter</font></a></p>
+
<p align="JUSTIFY" class="western"><font face="Calibri, serif">We&rsquo;d like to help you discover more about Scotland - to find great offers, ideas and further information sign up to VisitScotland&rsquo;s e-newsletter today by clicking the following link:&nbsp;</font><a href="http://www.visitscotland.com/newsletter"><font face="Calibri, serif">http://www.visitscotland.com/newsletter</font></a></p>
</code>
+
</code></nowiki>

Revision as of 20:09, 13 June 2014


1 Capabilities

  • Beds24.com can show your availability at visitscotland.com and allow direct bookings on your own booking page

2 Limitations

Visit Scotland require your booking page to be PCI-DSS compliant. This means you cannot collect credit cards directly in Beds24, if you require a deposit payment you must do it using one of the PCI-DSS compliant payment gateways that Beds24 links to.

Visit Scotland also require a tracking script and newsletter link on your booking page, see below for instructions to install these.


3 Beds24

1) Enable the Channel manager >> Visit Scotland >> Inventory check boxes for the rooms you want to sell at Visit Scotland.

2) Visit Scotland require you to track booking confirmations by saving the following script at the menu BEDS24 >> SETTINGS >>BOOKING PAGE >> ADVANCED HTML SETTINGS >> Confirmation Page Insert in HTML <HEAD>



<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>


3) Visit Scotland require that you include the following on your booking confirmation page, save it at menu BEDS24 >> SETTINGS >> PROPERTIES >> CONFIRMATION MESSAGES

<code> 
 <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>
</code>