Sabre Ad Event Tracking Mock Server
Track and report ad impressions, clicks, and conversions for travel marketing campaigns.
The Ad Event Tracking API provides a standardized interface for recording marketing performance metrics. It enables developers to capture granular event data including ad impressions, user clicks, and final conversion actions, facilitating accurate attribution and reporting for travel-related advertising workflows.
Use cases:
Use this sandbox to validate event payload structures, ensure correct mapping of impression and conversion IDs, test error handling for malformed tracking requests, and verify the integration of marketing analytics hooks within travel booking or search workflows.
Ad Event
| Query Parameter Name | Example |
|---|---|
action* | impression |
clientName* | Sabre |
attributionReference* | eyJhZEdyb3VwSWQiOjE1MTUxNSwiY2FtcGFpZ25JZCI6NzM3Mzc3M30= |
beaconIssued* | 2025-10-03T13:27:52Z |
adPosition* | 3 |
overrides | encrypted({\"cpc\": 1.5, \"rank\": 1}) |
{
"errors": [],
"status": "Success"
}Ad Conversion
{
"clientName": "XYZ",
"publisherName": "Sabre",
"applicationName": "web",
"languageTag": "en-US",
"guid": "user-a1b2c3d4-e5f6-7g8h-9i0j-k1l2m3n4o5p6",
"bookingId": "6726826",
"attributionReference": "eyJhZEdyb3VwSWQiOjE1MTUxNSwiY2FtcGFpZ25JZCI6NzM3Mzc3M30=",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"products": {
"hotel": {
"conversionContext": {
"propertyId": "27538",
"context": "Global",
"numberOfGuests": 4,
"roomType": "Standard",
"checkInDate": "2019-11-29",
"checkOutDate": "2019-12-02",
"shoppingDate": "2019-10-15",
"travelType": "Leisure",
"isLoyaltyMember": true,
"bookedCityCode": "SFO",
"bookedCityName": "San Francisco",
"bookedAirportCode": "SFO",
"bookedCountryCode": "US",
"passengerId": "24244",
"travelerGender": "Male",
"travelerAge": 55,
"hotelChainCode": "HY",
"hotelChainName": "Hyatt Hotels Corporation",
"numberOfNights": 3,
"price": {
"baseAmount": "500.00",
"totalAmount": "543.80",
"currencyCode": "USD"
}
}
}
}
}{
"errors": [],
"status": "Success"
}