# Dynamic pricingDynamic pricingAutomatically adjusting prices in real time based on demand, competition or user behaviour to optimise revenue, margin or conversion.Voir la définition complète → and revenue-driven demand capture
A guest books the same room, same night, from two devices ten minutes apart and sees two different rates. That is not a glitch. It is a hotel's revenue management system reading live demand signals and adjusting price the way an airline reprices a seat as departure nears. This lesson shows you how that machine works, and how marketers can feed it and profit from it.
Before pricing, learn the scoreboard. Hotels do not chase occupancy alone. They chase RevPAR (Revenue Per Available Room): total room revenue divided by the number of rooms available to sell.
RevPAR = ADR × Occupancy
where ADR is Average Daily Rate (the average price actually paid per occupied room).
Why this matters: selling 100 percent of rooms at a low rate can lose to selling 80 percent at a premium.
The second scenario earns more with fewer guests, fewer staff hours, and less wear. Dynamic pricingDynamic pricingAutomatically adjusting prices in real time based on demand, competition or user behaviour to optimise revenue, margin or conversion.Voir la définition complète → exists to find that higher-RevPAR point every single night.
Every hotel keeps a demand calendar: a day-by-day forecast of how much demand it expects versus how many rooms it has. Revenue managers color-code it. High-demand dates (a citywide conference, a festival, a holiday weekend) get flagged red. Soft midweek nights in a shoulder season get flagged green.
The forecast blends:
On a red date, the hotel restricts discounts and pushes rates up. On a green date, it opens promotions to stimulate bookings. The calendar is the mapmapUsing software to automate repetitive marketing tasks and campaigns, enabling personalisation at scale across channels like email, web, and social.Voir la définition complète →. Everything below is how you steer.
A fenced rate is a lower price locked behind a rule (a "fence") that stops your best-paying guests from sliding into the cheap bucket. The fence lets you sell the same room to price-sensitive travelers without cannibalizing full-fare demand.
Common fences:
Marketing owns the story around each fence. The non-refundable rate is not "cheaper," it is "our best available rate for planners who are sure." Framing protects ADR.
Airlines fear the empty middle seat. Hotels fear the orphaned night: a Wednesday that sits empty because a big group leaves Tuesday and a new one arrives Thursday.
Length-of-stay (LOS) controls solve this by attaching rules to arrival dates:
Example: a resort expects a sold-out Friday and Saturday but a soft Sunday. It sets MinLOS 2 on Friday arrivals. Guests must take Saturday too. It also opens a discounted "stay Sunday" package to backfill the shoulder. The peak is protected, the soft night gets stimulated, and RevPAR across the weekend rises.
Once a night is nearly here, the calculus flips. An unsold room tonight is worth zero tomorrow. This is perishable inventory, the same reason airlines dump last seats.
Two moves happen close-in:
1. Yield down to fill remaining rooms when pickup is weak, often through last-minute mobile channels or opaque sites where the low rate stays hidden from your rate-shopping guests.
2. Yield up when a late demand surge (a flight cancellation, a nearby sold-out competitor) lets you charge a premium to walk-in and same-day bookers.
The risk in yielding down: train guests to wait, and you erode your advance business. Good operators fence last-minute discounts tightly (mobile app, opaque channel) so the discount does not become the expected price.
🎬 [VIDEO: "Hotel Revenue Management Explained" — youtube.com — a clear primer on RevPAR, ADR, and how yield decisions are made]
Airlines pioneered this. They divide a cabin into fare buckets (booking classes) and open or close them automatically as seats sell. When the cheap bucket empties, the next price is live. Ski and beach resorts now do the same, repricing lift tickets and rooms multiple times a day against weather and search demand.
For a deeper foundation on the discipline, the Cornell Center for Hospitality Research publishes free, rigorous studies on pricing and revenue management.
Hotels increasingly run continuous pricing instead of fixed buckets: an algorithm sets any rate along a range, not just preset tiers, updating as demand shifts.
Here is the logic a simple rule engine might follow:
if occupancy_forecast > 0.85 and days_out <= 3:
rate = base_rate * 1.25 # peak, close-in: yield up
elif occupancy_forecast < 0.50 and days_out <= 2:
rate = base_rate * 0.85 # soft, close-in: yield down
channel = "mobile_only" # fence the discount
else:
rate = base_rateReal systems weigh dozens of signals, but the shape is this: demand plus time-to-arrival drives price, and fences decide who sees the discount.
Vérification des acquis
1. Why do hotels prioritize RevPAR over occupancy alone when making pricing decisions?
2. A revenue manager flags an upcoming date red on the demand calendar. What pricing action best fits this classification?
3. Two guests see different rates for the identical room and night minutes apart. What does this most directly indicate?
4. Select ALL correct answers about the inputs that feed a hotel's demand forecast.
Sélectionnez toutes les réponses correctes.
5. Select ALL correct answers about why the higher-RevPAR scenario (fewer rooms sold at a premium) can be more attractive than selling out at a low rate.
Sélectionnez toutes les réponses correctes.
Revenue managers set the price. Marketers control who arrives, through which door, and with what expectation. Three levers matter most.
Every booking through an online travel agency (an OTA like an aggregator site) costs a commission, often estimated in the mid-teens to low-20s percent of the room revenue. A direct booking keeps that margin and captures the guest data.
Rate parity rules (agreements that stop hotels from undercutting OTAs on public rates) limit how far you can discount direct. So marketers compete on fenced value instead: a loyalty rate, free breakfast, early check-in, or points. The message is "book direct for more, not just for less."
Never run a blanket promotion. Pull the demand calendar first.
A promotion launched into an already-sold-out weekend simply gives away ADR you would have earned anyway.
Discounts leak. A code meant for one segment spreads across coupon sites and resets guest expectations. Fence hard, expire fast, and watch your rate shopping tools (software that scrapes your rates and competitors' across channels) to catch parity breaks before they train guests to wait.
A city hotel, 200 rooms, faces a convention Tuesday to Thursday and a dead weekend after.
1. Calendar: Tue to Thu red, Fri to Sun green.
2. Fences: close advance-purchase discounts on convention nights; keep loyalty rate open to capture direct data.
3. LOS: set MinLOS 2 on Tuesday and CTACTAA button, link, or message that prompts users to take a specific action such as sign up, buy, download, or learn more.Voir la définition complète → on Wednesday to protect three-night convention stays.
4. Weekend: open a leisure package (room plus breakfast) fenced to the app, plus a last-minute yield-down on Sunday.
5. Marketing: convention emails sell the upgrade; a separate flexible-traveler campaign fills the weekend.
Result: the peak sells at premium ADR to committed multi-night guests, and the soft nights fill without publishing a rate that damages your midweek business.