Auction examples
- Running auctions
- Sponsored listings
- Sponsored banners
- Sponsored brands
Asset examples
Webhook examples
Auctions
Assets API
Audience API
Billing API
Campaign API
- GETGet Campaigns
- POSTCreate Campaign
- GETGet Campaign By Id
- DELDelete Campaign By Id
- PATCHUpdate Campaign By Id
- GETGet Campaign Bids
- POSTCreate Campaign Bids
- DELDelete Campaign Bid By Id
- PATCHUpdate Campaign Bid By Id
- POST[BETA] Get estimated clicks of a future campaign for a given vendor
- GETGet Products In Campaign
- GETGet Sponsored Products
Catalog API
Invitation API
Modal API
Reporting API
Create an auction for hotel related products
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
An array of hotels IDs that should participate in the auction.
If given, this value will be combined with our internal quality score to provide a score that better represents the relevance of the participating products. If not given it will default to 1. Values must be between 0 and 1.
0 < x < 1
Specifies the maximum number of auction winners that should be returned.
Web site requesting the auction
1 - 64
Number of passengers. Must not exceed 10.
RFC3339 formatted date representing the travel end point. Must be greater than start date.
family
, group
, solo
, couple
RFC3339 formatted date representing the travel start point.
Discriminator for the type of travel auction.
hotels
Response
A boolean indicating whether this auction was resolved successfully.
Array of winner objects in order from highest to lowest bid. It will be empty if there were no qualifying bids or if there was an error.
The ID of the campaign that won the auction.
The marketplace's ID of the winning entity, depending on the target of the campaign.
Where the product's bid ranked in the auction. One-based, so the product with rank 1 won the auction. In an auction response, the winners array is sorted so rank will match the entry's index.
x > 1
An opaque Topsort ID to be used when this item is interacted with.
The target type of the winning bid.
product
, vendor
, brand
, url