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
<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.
<div data-plandalf-promo="early-bird"></div>
<button data-plandalf-present="summit-ticket" data-plandalf-apply-promo="early-bird">
Buy ticket
</button>