Referral & Commission
Affiliates earn commission when a user arrives at Allbookers through a referral link and completes a booking. No custom tracking code is required on your side.
Your Referral Link
Each affiliate receives a unique referral code derived from their domain name. When a user clicks your referral link, the visit is attributed to your affiliate and the user is forwarded to allbookers.com. Any booking completed during that session generates commission.
https://panel.allbookers.com/ref/{your-code}
Example:
https://panel.allbookers.com/ref/hotelschecking.com
The entire tracking mechanism lives on the Allbookers platform. Your only responsibility is to use the correct referral link pattern when linking to Allbookers.
Deep Linking to a Specific Property
When your site displays a specific hotel, link directly to that hotel's page while keeping your referral attribution. Use the propertyId from PropertyDetailsDTO.id.
https://panel.allbookers.com/ref/{your-code}/property/{propertyId}
Optional Query Parameters
These parameters pre-fill the booking form for a better user experience:
| Parameter | Description | Example |
|---|---|---|
checkIn | Check-in date | 2026-04-14 |
checkOut | Check-out date | 2026-04-17 |
lang | Page language | en |
countryIso | Country code for clean URL | al |
propertyName | Hotel name for clean URL | Hotel%20Tirana |
Full Example
https://panel.allbookers.com/ref/hotelschecking.com/property/47
?checkIn=2026-04-14
&checkOut=2026-04-17
&lang=en
&countryIso=al
&propertyName=Hotel%20Tirana
