Offers¶
Offers is the product catalog. Every product an operator promotes or sells lives here, either sourced from an affiliate network (ClickBank today) or as the operator's own product.
Key fields¶
| Field | Type | Meaning |
|---|---|---|
id |
BV_ID |
Platform-generated identifier. |
workspaces |
BV_ID[] |
Workspaces the offer is shared with. |
currency |
BV.Currency |
Base currency. |
category |
string | Product category. |
product_name |
string | Product name. |
product_url |
string | Affiliate/product URL. |
affiliates |
string | Affiliate/creator reference. |
price |
number | Product price. |
price_notes |
string | Price annotations. |
target_audience |
string | Intended audience / persona. |
compliance_risk |
string | Advertising-policy risk flag. |
country |
string | Target country. |
affiliate_network |
enum | CLICKBANK · INS · MARKETHEALTH · STEVEMCD · BRAINBORN · … |
affiliate_id |
string | Network product id. |
affiliate_id_type |
enum | LINKBUILDER · clid · clid_id · url · other |
Payout / commission model¶
Offers expose the commission model so spend and revenue math stay correct:
| Field | Meaning |
|---|---|
payout_model |
enum: CPC · CPA · CPL · CPS · REVENUE_SHARE · REVENUE_SHARE_NEG · OTHER |
commission_amount |
Amount paid per action. |
commission_type |
ONE_TIME · RECURRING · NON_RECURRING. |
payout_frequency |
How often the payout is paid. |
max_payout |
Commission cap, if any. |
LinkBuilder identification¶
For ClickBank offers, LinkBuilder ID is the specific identifier used when building and
tracking the landing link.
Related data¶
- Marketplace feed — an inbound-synced dataset of marketplace offers.
- Opportunity Score — each offer can carry a
BV_OpportunityScore; scores are computed from a CSV import via the Radar flow (radar.tsx). - Radar snapshots (
bv_marketplace_snapshots) — per-product marketplace data used by the Radar scorer.