Sponsored Listing Ads Virtual Sandbox

Retrieve hotel property advertisements based on search context and traveler preferences.

The Sponsored Listing Ads API allows developers to retrieve hotel property advertisements. It supports filtering based on search context, user preferences, and traveler information to provide relevant promotional content within travel applications.

Use this hosted sandbox to simulate Sponsored Listing Ads APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready. This keeps your integration code consistent across local development, QA, demos, and production.

Use cases:

Use this sandbox to validate hotel advertisement retrieval, test response parsing for various search contexts, verify property ranking logic, and handle edge cases in ad display based on traveler profile data without hitting live advertising systems.

Sponsored Listing Ads virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate Sponsored Listing Ads responses instantly.

https://sabre-sponsored-listings.mock.beeceptor.com



Sponsored Listings

{
  "clientName": "Sabre",
  "domain": "www.sabre.com",
  "posType": "B2C",
  "publisherName": "Sabre",
  "applicationName": "web",
  "userContext": {
    "guid": "user-6746ee6b-4a2c-4d8f-9e3a-1b2c3d4e5f6g",
    "languageTag": "en-US",
    "type": "Agent",
    "corporateName": "Acme Travel Agency",
    "countryCode": "US",
    "pseudoCityCode": "XY12",
    "corporateCode": "4453XY",
    "currencyCode": "USD",
    "browserAgent": "Chrome/20.0.1132.47",
    "deviceType": "Desktop"
  },
  "travelerContext": {
    "travelType": "Business",
    "isLoyaltyMember": true,
    "travelerGender": "Male",
    "travelerAge": 35,
    "frequentGuestNumber": "HH123456789"
  },
  "products": {
    "hotel": {
      "experienceName": "Hotel",
      "maximumAdsRequested": 25,
      "slotsAvailable": 5,
      "siteId": "travel",
      "pageName": "Search Results",
      "searchContext": {
        "properties": [
          {
            "propertyId": "27538",
            "publisherScore": 8.5,
            "context": "Global"
          }
        ],
        "checkInDate": "2024-12-15",
        "checkOutDate": "2024-12-19",
        "shoppingDate": "2024-11-15",
        "searchedCityCode": "NYC",
        "searchedCityName": "New York",
        "searchedAirportCode": "JFK",
        "searchedCountryCode": "US",
        "searchedRateCategories": [
          "Weekend"
        ],
        "searchedRateTypes": [
          "Prepaid"
        ],
        "searchedBrands": [
          "MA",
          "HI"
        ]
      }
    }
  }
}
{
  "errors": [],
  "publisherName": "Sabre",
  "applicationName": "web",
  "hotel": {
    "adsCount": 1,
    "sponsoredListingAds": [
      {
        "clickTrackingUrl": "https://api.platform.sabre.com/v1/ads/tracking/events?action=click&attributionReference={attributionReference}&adPosition={adPosition}",
        "propertyId": "27538",
        "propertyContext": "Global",
        "adBody": "Book direct and save 15% on your stay",
        "adHeader": "Luxury and affordability",
        "advertiserName": "Marriott International",
        "impressionTrackingUrl": "https://api.platform.sabre.com/v1/ads/tracking/events?action=impression&attributionReference={attributionReference}",
        "attributionReference": "eyJhZGdyb3VwSWQiOiIxNTE1MTUiLCJjYW1wYWlnbklkIjoiNzM3Mzc3MyJ9",
        "costPerMille": 12.5,
        "costPerClick": 2.75,
        "bid": 3
      }
    ]
  }
}
sabretraveladshoteladvertising