Lesson 24 of 38 intermediate

Facebook Ads Fundamentals

Your First $5/Day Campaign

Open interactive version (quiz + challenge)

Real-world analogy

Facebook Ads is like renting a billboard — except this billboard can magically appear only in front of people who are actually interested in what you sell. Imagine a billboard for your keto cookbook that only shows up for health-conscious people aged 25-45 who recently searched for meal prep containers. That's the power of Facebook's targeting. You're not shouting at the whole highway; you're whispering directly into the right ears.

What is it?

Facebook Ads (now Meta Ads) is a paid advertising platform that lets you show targeted ads to Facebook and Instagram's 3+ billion combined users. For digital product sellers, it's the most accessible paid advertising platform — you can start with as little as $5/day and reach people who are most likely to buy your ebook. The platform's machine learning algorithm learns who responds to your ads and automatically shows them to similar people.

Real-world relevance

Melyssa Griffin, a blogger and course creator, used Facebook Ads to grow her email list from 5,000 to over 100,000 subscribers, spending just $5-10/day on lead generation ads offering free resources. She then sold ebooks and courses to that list. Nicholas Bayerle started with $5/day Facebook Ads for his fitness ebook and scaled to $100K/month in revenue. The key in both cases: they started small, tested multiple creatives, and only scaled what worked.

Key points

Code example

╔══════════════════════════════════════════════════════════╗
║          FACEBOOK ADS CAMPAIGN STRUCTURE                 ║
╠══════════════════════════════════════════════════════════╣
║                                                          ║
║  CAMPAIGN (The Goal)                                     ║
║  └─── Objective: Conversions / Traffic / Leads           ║
║       │                                                  ║
║       ├── AD SET 1 (Audience A)                          ║
║       │   ├── Budget: $5/day                             ║
║       │   ├── Audience: Interest-based                   ║
║       │   ├── Age: 25-45                                 ║
║       │   ├── Placement: Auto                            ║
║       │   │                                              ║
║       │   ├── Ad 1a (Image + headline A)                 ║
║       │   ├── Ad 1b (Video + headline B)                 ║
║       │   └── Ad 1c (Carousel + headline C)              ║
║       │                                                  ║
║       └── AD SET 2 (Audience B)                          ║
║           ├── Budget: $5/day                             ║
║           ├── Audience: Lookalike 1%                     ║
║           │                                              ║
║           ├── Ad 2a (Image + headline A)                 ║
║           ├── Ad 2b (Video + headline B)                 ║
║           └── Ad 2c (Carousel + headline C)              ║
║                                                          ║
║  FIRST CAMPAIGN SETUP CHECKLIST:                         ║
║  [1] Create Business Manager account                     ║
║  [2] Set up Facebook Page (if not done)                  ║
║  [3] Install Facebook Pixel on your website              ║
║  [4] Create Custom Audience from email list              ║
║  [5] Create 1% Lookalike from email list                 ║
║  [6] Prepare 3 ad creatives (image/video)                ║
║  [7] Write 2-3 ad copy variations                        ║
║  [8] Set up conversion tracking                          ║
║  [9] Launch with $5-10/day budget                        ║
║  [10] Wait 3-5 days before making changes                ║
║                                                          ║
║  AVERAGE COSTS (Digital Products):                       ║
║  ┌──────────┬────────────┬──────────────────┐            ║
║  │ Metric   │ Average    │ Good Target      │            ║
║  ├──────────┼────────────┼──────────────────┤            ║
║  │ CPM      │ $5-15      │ Under $10        │            ║
║  │ CPC      │ $0.50-2.00 │ Under $1.00      │            ║
║  │ CTR      │ 1-2%       │ Above 2%         │            ║
║  │ CPA      │ $10-30     │ Under $15        │            ║
║  └──────────┴────────────┴──────────────────┘            ║
╚══════════════════════════════════════════════════════════╝

Line-by-line walkthrough

  1. 1. The campaign structure diagram shows the hierarchy: one Campaign contains multiple Ad Sets (each targeting different audiences), and each Ad Set contains multiple Ads (different creatives). This structure lets you test audiences AND creatives simultaneously.
  2. 2. The 10-step setup checklist is your pre-launch protocol — steps 1-5 prepare your infrastructure, steps 6-7 prepare your creatives, and steps 8-10 are launch and patience. Skipping the Pixel installation (step 3) is the most expensive beginner mistake.
  3. 3. The average costs table gives you benchmarks — a CTR above 2% means your creative is resonating, while a CPA under $15 for a $27 ebook means you're profitable from day one.
  4. 4. Notice the campaign runs 2 ad sets with 3 ads each — that's 6 total ad variations being tested for just $10/day. This systematic testing is how professionals find winning ads quickly.

Spot the bug

Facebook Ad Campaign Plan: Set objective to 'Brand Awareness.' Target all users in the US aged 13-65+ interested in 'books.' Budget: $100/day on Day 1. Create one ad with a stock photo and the text 'Buy My Ebook.' Skip the Pixel — install it later when you get more traffic.
Need a hint?
This campaign will waste money faster than you can blink. What should be different?
Show answer
The bugs: (1) 'Brand Awareness' is wrong for sales — use 'Traffic' or 'Conversions' for digital products. (2) Targeting everyone interested in 'books' is way too broad — narrow to specific interests related to your niche. (3) Age 13-65+ is too wide — define your ideal customer age range (e.g., 25-45). (4) $100/day on Day 1 wastes money before learning — start with $5-10/day. (5) One ad gives you nothing to compare — run 2-3 variations. (6) A stock photo with generic text won't stand out — use compelling visuals and benefit-driven copy. (7) Skipping the Pixel means you can't track conversions or retarget — install it FIRST.

Explain like I'm 5

You know how when you watch a kids' TV show, the commercials are for toys and cereal — stuff kids like? That's because the TV channel knows kids are watching. Facebook Ads works the same way, but WAY better. It knows that Sarah, age 32, likes cooking, just searched for healthy recipes, and lives in Dallas. So if you're selling a healthy cookbook, Facebook shows YOUR ad to Sarah — not to a teenager who only eats pizza. You only pay when the right people see your ad!

Fun fact

Facebook's ad targeting was once so precise that a marketing professor proved you could target a single person. In 2017, Signal (the messaging app) ran an Instagram ad campaign that literally showed users the data Facebook had on them — age, interests, job title, relationship status — in the ad creative itself. Facebook quickly banned the campaign. Today, after iOS 14.5 privacy changes, targeting is less precise, but Facebook's machine learning has compensated by getting better at finding buyers through broad targeting.

Hands-on challenge

Set up your Facebook Ads foundation (even if you don't run ads yet). Step 1: Go to business.facebook.com and create a Business Manager account. Step 2: Install the Facebook Pixel on your website or landing page (use the browser-based setup helper). Step 3: Create a Custom Audience from your email list (even if it's small). Step 4: Create a 1% Lookalike Audience based on that list. Step 5: Draft 3 different ad headlines and 2 ad copy variations for your ebook. Don't launch yet — that's next lesson!

More resources

Open interactive version (quiz + challenge) ← Back to course: eBook Business Masterclass