# Hosted landing pages

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.dev/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](https://plandalf.com/docs/product-guides/promos/cta-links)
-   [Embedded promos](https://plandalf.com/docs/product-guides/promos/embedded-promos)
-   [Hosted checkout](https://plandalf.com/docs/product-guides/checkouts/hosted-checkout)

Source: https://plandalf.com/docs/product-guides/promos/hosted-landing-pages
