Dashboard
Profit Today
${{ formatNum(summary.total_profit) }}
ROI
{{ formatNum(summary.roi) }}%
Active Offers
{{ summary.active_offers }} / {{ summary.total_offers }}
CTR
{{ formatNum(summary.ctr) }}%
Profit / minute (last 4h)
{{ chartTotal >= 0 ? '+' : '' }}${{ formatNum(chartTotal) }}Active Offers
| Offer | Source | Status | Visits | Clicks | CTR | Spend | Revenue | Profit | Actions |
|---|---|---|---|---|---|---|---|---|---|
|
{{ offer.name }}
{{ offer.notes }}
|
{{ offer.traffic_source }} | {{ offer.status === 'running' ? 'Live' : 'Stop' }} | {{ fmtInt(offer.stats?.visits) }} | {{ fmtInt(offer.stats?.clicks) }} | {{ getCTR(offer) }}% | ${{ formatNum(offer.stats?.spend || 0) }} | ${{ formatNum(offer.stats?.revenue || 0) }} | ${{ formatNum(offer.stats?.profit || 0) }} |
|
| No offers yet. Create your first one! | |||||||||
{{ offer.name }}
{{ offer.traffic_source }}
{{ offer.status === 'running' ? 'Live' : 'Stop' }}
Visits
{{ fmtInt(offer.stats?.visits) }}
Clicks
{{ fmtInt(offer.stats?.clicks) }}
Profit
${{ formatNum(offer.stats?.profit || 0) }}
Buy: ${{ offer.buy_cpc.toFixed(3) }}
Sell: ${{ offer.sell_cpc.toFixed(3) }}
Budget: ${{ offer.daily_budget }}
CTR: {{ getCTR(offer) }}%
No offers yet
All Offers
| Offer | Source | Status | Visits | Clicks | CTR | Spend | Revenue | Profit | Actions |
|---|---|---|---|---|---|---|---|---|---|
{{ offer.name }} {{ offer.notes }} |
{{ offer.traffic_source }} | {{ offer.status === 'running' ? 'Live' : 'Stop' }} | {{ fmtInt(offer.stats?.visits) }} | {{ fmtInt(offer.stats?.clicks) }} | {{ getCTR(offer) }}% | ${{ formatNum(offer.stats?.spend || 0) }} | ${{ formatNum(offer.stats?.revenue || 0) }} | ${{ formatNum(offer.stats?.profit || 0) }} |
{{ offer.name }}
{{ offer.traffic_source }}
{{ offer.status === 'running' ? 'Live' : 'Stop' }}
Visits
{{ fmtInt(offer.stats?.visits) }}
Clicks
{{ fmtInt(offer.stats?.clicks) }}
Profit
${{ formatNum(offer.stats?.profit || 0) }}
Buy: ${{ offer.buy_cpc.toFixed(3) }}Sell: ${{ offer.sell_cpc.toFixed(3) }}Budget: ${{ offer.daily_budget }}CTR: {{ getCTR(offer) }}%
Archive
No archived offers
{{ offer.name }}
{{ offer.traffic_source }} · Profit: ${{ formatNum(offer.stats?.profit || 0) }}