Link integration
The link integration is the easiest and most accessible option, we provide guidelines how to create links(URL) of the booking engine into the code of your own website and a new page will be called displaying the hotel listing of any destination chosen.
1. Direct Link Integration with return-customer protection  recommended
The direct link integration is a new possibility to refer directly into sawadee.com's hotel listings and pages, while keeping the loyalty of your customer.
Using a advanced tracking system, the end user is allocated to the originating R24 agent for a one year period form his first enquiry.
Therefore commission from any future bookings will given to the agent, regardless if he goes to the agent's or Sawadee's website.
In case the customer make another enquiry, the return-customer protection period will automatic extend for another year.
Integration display of hotel listing

The link display hotel listing for a specific region:
<a href="http://www.sawadee.com/hotel/bangkok/"> Bangkok hotels</a>

Optional parameters to change default currency:
<a href="http://www.sawadee.com/hotel/phuket/&cur=EUR"> Phuket hotels</a>

Integration display of hotel page

Display hotel page for a specific region and hotel-ID:
<a href="http://www.sawadee.com/hotel/huahin/alilachaam/"> Alila Chaam</a>

Optional parameters to change default currency:
<a href="http://www.sawadee.com/hotel/huahin/alilachaam/&cur=EUR/"> Alila Chaam</a>

Display hotel page for a specific hotel number (hno):
<a href="http://www.sawadee.com/hotel/632523/"> Alila Chaam</a>

Note: if possible, use hotel number (hno) based links, as those number don't change.
on the other hand, the region/hoteltag link could change if e.a. the hotel get a new name.


Additional functions for displaying hotel logo, main picture and featured hotels are available.

Link Integration URL 2010 version
2. Link Integration for white label system (R24.asia)
R24 provide the hotel page and the hotel listing for agents, agents just simply  insert “domain name” in the URL as the example below.
The white label link integration allow the agent to use his own brand without any co-branding or affiliation.
However, returning customers must return to the agent's own website in order to secure the commission.

Sample URL for display hotel listing : http://agent.domain.r24.asia/bangkok/
Sample URL for display hotel page : http://agent.domain.r24.asia/bangkok/hoteltag

agent.domain is the agent domain name without www.
bangkok is a name of region such as pattaya, huahin, phuket etc.
hoteltag is the hotel-ID
Integration display of hotel listing

The link display hotel listing for a specific region:
<a href="http://agent.domain.r24.asia/bangkok/"> Bangkok hotels</a>

Optional parameters to change default currency:
<a href="http://agent.domain.r24.asia/phuket/&cur=EUR"> Phuket hotels</a>

Optional parameters to change default sorting:
<a href="http://agent.domain.r24.asia/huahin/&sorts=n"> Huahin hotels</a>

Optional parameters can also be combined:
<a href="http://agent.domain.r24.asia/krabi/&cur=SEK&sorts=n"> Krabi hotels</a>

Integration display of hotel page

Display hotel page for a specific region and hotel-ID:
<a href="http://agent.domain.r24.asia/huahin/alilachaam/"> Alila Chaam</a>

Optional parameters to change default currency:
<a href="http://agent.domain.r24.asia/huahin/alilachaam/&cur=EUR/"> Alila Chaam</a>

Display hotel page for a specific hotel number (hno):
<a href="http://agent.domain.r24.asia/632523/"> Alila Chaam</a>

Note: if possible, use hotel number (hno) based links, as those number don't change.
on the other hand, the region/hoteltag link could change if e.a. the hotel get a new name.


Additional functions for displaying hotel logo, main picture and featured hotels are available.

Link Integration URL 2010 version
3. Link Integration previous version (limited support)
Integration display of hotel listing

The link display hotel listing for a specific region:
<a href="http://www.r24.org/AGENT.DOMAIN/bangkok/"> Bangkok hotels</a>
<a href="http://www.r24.org/AGENT.DOMAIN/phuket/"> Phuket hotels</a>

Integration display of hotel page

The link display hotel page for a specific region and hote-ID:
<a href="http://www.r24.org/AGENT.DOMAIN/bangkok/landmark/"> Landmark Bangkok</a>

Link Integration previous version