Skip to content

Landing Pages

Landing Pages are the operator's own metric-driven destinations. Each page has a live preview, a public URL, and a machine slug used for campaign attribution.


Key fields

Field Meaning
id BV_ID.
name Human-readable page name.
slug Stable URL slug used for attribution.
slug / original_slug Original slug state.
published_url Live, published URL.
published_slug Published URL slug.
status Lifecycle state (landing_status).
original_status The previous status before a change.
landing_metric The landing page's tracked metric.

Preview

Every landing page exposes an in-app preview component (LandingPagePreview) so an operator can see the public page as visitors see it, without leaving the workspace.


Attribution flow

A landing page links a campaign to a tracked destination:

  1. Campaign selects the landing page (launch_landing).
  2. Visit → attribution — a ClickBank-style webhook resolves the click_id to a bv_visits row, which points at the landing_page_id, which in turn belongs to a campaign and an offer.
  3. Metric — the page's landing_metric feeds the finance dashboard's funnel (visits → leads → conversions) and per-landing rankings.