Radar¶
The Radar de Oportunidades (Opportunity Radar) is a cloud-synced, multivariate opportunity scorer for products discovered on a marketplace (ClickBank Marketplace). It continuously ingests marketplace snapshots and scores each product on a single Opportunity Score between 0 and 100, so operators can rank what's worth driving traffic to.
What it does¶
- Cloud sync — synchronizes the marketplace online in the background, so the radar is always current without manual refresh.
- Multivariate Opportunity Score — combines several signals into a single 0–100 score:
- Gravity — the marketplace demand indicator.
- Initial payout — how much can be earned per conversion.
- Quality tier — the platform's product trust classification.
- Payout milestones — eligibility and progression on payout thresholds.
- Gravity sweet spot — products are highlighted when their gravity falls in the 25–120 range ("no sweet spot"), balancing traction and manageability.
Summary KPIs (deterministic)¶
| KPI | Definition |
|---|---|
| Produtos no Radar | Total number of tracked snapshots in the workspace. |
| Média Opportunity Score | Mean of all opportunity_score values, rounded to an integer, /100. |
| No Sweet Spot (25–120) | Count of snapshots with 25 ≤ gravity ≤ 120. |
| Maior Payout Inicial | Max of all initial_payout values (USD). |
The Opportunity Score¶
Each snapshot in bv_marketplace_snapshots carries:
| Field | Meaning |
|---|---|
opportunity_score |
Composite score, 0–100. |
gravity |
Marketplace demand signal; the sweet spot is 25–120. |
initial_payout |
Initial payout amount (USD). |
quality_tier |
Platform trust classification. |
payout_milestones |
Eligibility and payout-threshold progression. |
percentage_breakdown |
How the composite score is distributed across signals. |
state |
Workspace-level state (BV_Snapshots). |
Scores are always recomputed from these fields by SQL — the UI never invents them.