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.

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.

Base Referral Link
https://panel.allbookers.com/ref/{your-code}

Example:
https://panel.allbookers.com/ref/hotelschecking.com
No implementation required

The entire tracking mechanism lives on the Allbookers platform. Your only responsibility is to use the correct referral link pattern when linking to Allbookers.

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.

Deep Link Pattern
https://panel.allbookers.com/ref/{your-code}/property/{propertyId}

Optional Query Parameters

These parameters pre-fill the booking form for a better user experience:

ParameterDescriptionExample
checkInCheck-in date2026-04-14
checkOutCheck-out date2026-04-17
langPage languageen
countryIsoCountry code for clean URLal
propertyNameHotel name for clean URLHotel%20Tirana

Full Example

Full Deep Link
https://panel.allbookers.com/ref/hotelschecking.com/property/47
  ?checkIn=2026-04-14
  &checkOut=2026-04-17
  &lang=en
  &countryIso=al
  &propertyName=Hotel%20Tirana