Set up a GA4 dashboard + Sheets export in 30 minutes to track AOV, breakeven ROAS, discount ROI, and daily cashflow. Copy our free template and start making data-driven decisions today.
Lemme tell you what happened to a client last Black Friday: they ran 15 different campaigns, spent $12,000 on ads, and had no idea which ones actually made money until January. By then, it was too late to optimize, too late to scale winners, and definitely too late to cut losers.
This year will be different. In the next 30 minutes, you'll set up a real-time dashboard that tells you exactly which campaigns are printing money and which are bleeding you dry. No expensive tools, no developers, no "enterprise solutions"—just Google Analytics 4 and a simple Sheets template.
I've stripped away everything you don't need and focused on the 5 KPIs that actually matter for SMBs during Black Friday. Follow along step-by-step, and by the end, you'll have better analytics than most companies 10x your size.
Forget vanity metrics. These 5 numbers determine if you're winning or losing:
1. Revenue Per Channel (Not Just Total Revenue)
What It Tells You: Which channels actually drive sales vs just traffic Formula: Channel Revenue ÷ Total Revenue × 100 Target: No channel should be >40% (diversification) Action Trigger: If a channel is >60%, you're too dependent
2. Breakeven ROAS (Not Just ROAS)
What It Tells You: The exact ROAS you need to be profitable Formula: 1 ÷ (Profit Margin % - Fulfillment Cost %) Example: 40% margin - 10% fulfillment = 30% net → Breakeven = 3.33x Action Trigger: Any campaign below breakeven gets paused immediately
3. New vs Returning Customer Revenue Split
What It Tells You: If you're acquiring or just discounting to existing customers Target: 40-60% new customers during Black Friday Warning: >70% returning = you're cannibalizing future sales Action Trigger: Adjust targeting if ratio is off
4. Cart Abandonment Rate by Discount Level
What It Tells You: Your optimal discount threshold Formula: (Carts Created - Purchases) ÷ Carts Created Insight: Plot abandonment vs discount % to find sweet spot Action Trigger: Test 5% higher/lower discounts based on data
5. Daily Cash Burn Rate
What It Tells You: How many days you can sustain current spending Formula: (Ad Spend + Discounts Given) - (Revenue × Margin %) Critical: Include pending payouts and inventory costs Action Trigger: If burn rate exceeds budget ÷ days left, scale back
Most SMBs track revenue and traffic. That's like driving by only watching the speedometer. These 5 KPIs are your full dashboard—speed, fuel, engine temp, and navigation combined.
Step 1: Configure GA4 Events (15 Minutes)
Skip the complex setup guides. Here's exactly what you need for Black Friday:
Essential Events to Track
Event Name
When It Fires
Parameters to Include
Why It Matters
purchase
Order complete
value, currency, items, coupon
Revenue tracking
add_to_cart
Product added
value, currency, items
Cart abandonment
begin_checkout
Checkout started
value, currency, coupon
Checkout abandonment
view_item
Product viewed
value, currency, items
Browse behavior
apply_coupon
Discount applied
coupon, value_reduction
Discount effectiveness
Quick Setup for Major Platforms
Shopify:
1. Go to Online Store → Preferences
2. Paste GA4 measurement ID in Google Analytics field
3. Enable "Enhanced Ecommerce" in GA4
4. Test with Tag Assistant Chrome extension
Other Platforms:
Use Google Tag Manager with this dataLayer push:
dataLayer.push({
'event': 'purchase',
'value': orderValue,
'currency': 'USD',
'coupon': couponCode
});
Critical Setup Checklist
✓ Enable Enhanced Ecommerce in GA4
✓ Set up conversion tracking for purchase event
✓ Configure currency if not USD
✓ Test all events with DebugView
✓ Verify revenue matches your backend
✓ Set up audiences for new vs returning
Common mistake: Not passing the coupon parameter. Without this, you can't calculate discount ROI. Make sure every purchase event includes the coupon code used.
Step 2: UTM Campaign Tracking (5 Minutes)
Messy UTM tags = useless data. Use this exact structure for every Black Friday campaign:
Forget complex APIs. Use the official Google Analytics add-on for Sheets:
Installation Steps
Open Google Sheets → Extensions → Add-ons → Get add-ons
Search: "Google Analytics"
Install: Google Analytics official add-on (by Google)
Authorize: Allow access to your GA4 property
Create Report: Extensions → Google Analytics → Create new report
Report Configuration
Basic Report Settings:
• Account: Your GA4 Property ID
• Metrics: totalRevenue, transactions, newUsers, sessions
• Dimensions: date, sessionSource, sessionMedium, campaignName
• Date Range: Last 7 days (or custom for Black Friday)
• Max Results: 10000
Automation Setup
Set reports to refresh automatically:
Extensions → Google Analytics → Schedule reports
Choose frequency: Every hour during Black Friday
Select reports to refresh
Enable email notifications for anomalies
During Black Friday, set refresh to every 2 hours between 6 AM and midnight. More frequent updates drain API quota without adding value.
Step 4: Build Your KPI Dashboard (5 Minutes)
Copy our template or build your own with this exact structure:
Dashboard Layout
Section
Metrics
Visualization
Update Frequency
Overview
Revenue, Orders, AOV, Conversion Rate
Scorecard
Hourly
Channel Performance
Revenue by Source/Medium
Bar Chart
2 Hours
Campaign ROI
Spend vs Revenue by Campaign
Table
4 Hours
Hourly Trends
Revenue + Orders by Hour
Line Chart
Real-time
Product Performance
Top 10 Products by Revenue
Table
Daily
Critical Formulas for Your Dashboard
AOV (Average Order Value): =IFERROR(B2/C2,0) where B2=Revenue, C2=Orders
Conversion Rate: =IFERROR(C2/D2,0) where C2=Orders, D2=Sessions
ROAS (Return on Ad Spend): =IFERROR(B2/E2,0) where B2=Revenue, E2=Ad Spend
Profit Margin: =IFERROR((B2-F2-E2)/B2,0) where B2=Revenue, F2=COGS, E2=Ad Spend
Customer Acquisition Cost: =IFERROR(E2/G2,0) where E2=Ad Spend, G2=New Customers
Your Free Dashboard Template
Stop building from scratch. Copy our battle-tested template:
How to Use:
1. Copy template to your Google Drive
2. Connect your GA4 property
3. Update with your cost data
4. Customize date ranges
5. Share with your team
See how your metrics will look with this interactive preview:
Black Friday Dashboard Simulator
Your Black Friday Metrics:
$0AOV
0xROAS
0%Conversion
$0CAC
Performance Analysis:
Recommended Actions:
Advanced Analytics: Next-Level Tracking
Once your basic dashboard is running, add these advanced metrics:
Cohort Analysis
Track how Black Friday customers behave over time:
Week 1: What % make second purchase?
Month 1: Average additional revenue per customer
Quarter 1: Retention rate vs regular customers
Year 1: Total LTV comparison
Attribution Modeling
Model Type
Best For
How to Implement
Last Click
Direct response campaigns
Default GA4 setting
First Click
Brand awareness tracking
Create custom report
Linear
Multi-touch journeys
Use attribution reports
Data-Driven
Best accuracy (needs data)
Requires 600+ conversions
Real-Time Alerts Setup
Create automated alerts for critical situations:
Alert Triggers to Configure:
• Revenue drops 30% hour-over-hour
• Conversion rate falls below 1%
• Cart abandonment exceeds 80%
• Single channel exceeds 70% of revenue
• Ad spend exceeds daily budget
• Server response time > 3 seconds
Troubleshooting Common Issues
Revenue Not Matching
If GA4 revenue doesn't match your backend:
Check timezone settings (both systems same zone?)
Verify currency configuration
Ensure refunds are tracked
Check for duplicate transaction IDs
Verify tax/shipping inclusion settings
Missing Campaign Data
UTM parameters stripped by redirects?
Payment gateway breaking attribution?
iOS 14+ privacy blocking some data?
Server-side tracking needed for accuracy
Always have a backup: Export raw data daily during Black Friday. If something breaks, you can reconstruct metrics manually.
Ready for Real-Time Intelligence?
Our Profit & Pricing Toolkit includes advanced dashboards, custom alerts, profit calculators, and 1-on-1 setup support to ensure you're tracking what matters.
What are the most important KPIs for Black Friday?
Focus on 5 core KPIs: Revenue per channel (for diversification), Breakeven ROAS (for profitability), New vs returning customer split (for growth), Cart abandonment by discount level (for optimization), and Daily cash burn rate (for sustainability). These tell you if you're winning or losing in real-time.
How do you calculate breakeven ROAS?
Breakeven ROAS = 1 ÷ (Profit Margin % - Fulfillment Cost %). For example, if you have 40% margins and 10% fulfillment costs, your net margin is 30%, so breakeven ROAS = 1 ÷ 0.30 = 3.33x. Any campaign below this is losing money.
Can small businesses use GA4 without hiring an analyst?
Yes! Focus on the basics: install the Google Analytics plugin for your platform, use our UTM structure for all campaigns, connect GA4 to Google Sheets with the official add-on, and copy our template dashboard. This 30-minute setup gives you 80% of what expensive tools provide.
How often should I check analytics during Black Friday?
Check overview metrics every 2-4 hours, campaign performance every 4-6 hours, and detailed analysis once daily. Set up automated alerts for critical issues (revenue drops, budget exceeded) so you don't need to constantly monitor.
What if my GA4 revenue doesn't match my store's backend?
Common causes: timezone mismatches, currency configuration issues, refunds not tracked, duplicate transactions, or tax/shipping calculation differences. Start by comparing a single day's transactions line by line to identify the discrepancy pattern.
Managing promotional campaigns, mobile top-ups, utility bills, and subscription renewals across Nigeria's diverse service providers has become increasingly complex for businesses and individuals seeking efficient, reliable solutions.