# Hosted landing pages
Use Plandalf-hosted promo pages when you want the campaign URL, deadline state, and checkout handoff in one place.
Source: /docs/timers/hosted-landing-pages
Last modified: 2026-06-18
Hosted promo pages are useful when you do not want to maintain a separate landing page for a campaign.

## Use hosted pages for

- launch windows
- flash sales
- evergreen deadlines
- email campaign CTAs
- waitlist or closed-state redirects
- simple offer pages that lead directly to checkout

## Example link

```html
<a href="https://acme.plandalf.com/p/early-bird?pf_ref={{subscriber.email}}">
  Claim the launch offer
</a>
```

## When to embed instead

Use an embedded promo when your own site needs to host the sales copy, SEO page, or product explanation.

```html
<div data-plandalf-promo="early-bird"></div>
<button data-plandalf-present="summit-ticket" data-plandalf-apply-promo="early-bird">
  Buy ticket
</button>
```

## Related docs

- [CTA links and redirects](/docs/timers/cta-links)
- [Embedded promos](/docs/timers/embedded-promos)
- [Hosted checkout](/docs/offers/hosted-checkout)