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:
- Campaign selects the landing page (
launch_landing). - Visit → attribution — a ClickBank-style webhook resolves the
click_idto abv_visitsrow, which points at thelanding_page_id, which in turn belongs to a campaign and an offer. - Metric — the page's
landing_metricfeeds the finance dashboard's funnel (visits → leads → conversions) and per-landing rankings.