0Pricing
Digital Marketing Academy · Lesson

Ads Manager Overview

Navigate campaigns, ad sets, and ads.

Ads Manager Overview is a free Digital Marketing Academy lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Digital Marketing Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

What Ads Manager Is

Meta Ads Manager is the central tool for creating, managing, and analyzing paid campaigns across Facebook, Instagram, Messenger, and the Audience Network.

It replaces the simpler "Boost Post" button with full control over objectives, audiences, placements, budgets, and reporting.

You reach it at business.facebook.com/adsmanager, tied to a Meta Business account.

The Three-Level Structure

Every campaign follows a strict three-level hierarchy. Mastering it is the foundation of everything else.

  • Campaign — sets the objective
  • Ad Set — audience, placement, budget, schedule
  • Ad — the actual creative shown to people

One campaign can hold many ad sets, and each ad set can hold many ads.

Campaign: "Spring Sale - Conversions"
  Ad Set A: "Lookalike 1% - Feed"
    Ad 1: Video
    Ad 2: Carousel
  Ad Set B: "Retargeting - Stories"
    Ad 3: Single Image

Choosing an Objective

The campaign objective tells Meta who to optimize delivery toward. Picking the wrong one wastes budget.

The simplified ODAX objectives are:

  • Awareness — reach, brand lift
  • Traffic — clicks to a destination
  • Engagement, Leads, App Promotion
  • Sales — purchases via the pixel
Goal: online store sales  -> Objective: Sales
Goal: newsletter signups -> Objective: Leads
Goal: brand recall        -> Objective: Awareness

Ad Set: Where Most Decisions Live

The ad set is where you define who sees the ad, where, when, and for how much.

Key controls include audience targeting, placements (Feed, Stories, Reels), budget and schedule, and the optimization event (e.g. optimize for Purchase vs. Add to Cart).

Changing these resets the learning phase, so plan before you launch.

The Ad Level and Creative

The ad is what your audience actually sees: image or video, primary text, headline, description, and a call-to-action button.

You can pull from an existing post ("Use Existing Post") to keep social proof like likes and comments, or build a fresh creative inside Ads Manager.

Primary text: Tired of slow mornings? Brew barista coffee in 60s.
Headline: Save 30% This Week
Description: Free shipping over $40
CTA button: Shop Now

The Meta Pixel and Conversions API

The Meta Pixel is a snippet on your website that reports actions (PageView, AddToCart, Purchase) back to Meta.

The Conversions API (CAPI) sends the same events server-side, recovering signal lost to ad blockers and iOS privacy changes.

Without conversion tracking, Sales and Leads objectives cannot optimize properly.

fbq('track', 'Purchase', {
  value: 49.90,
  currency: 'USD'
});

Reading Core Metrics

Ads Manager columns can be customized, but a few metrics matter on almost every campaign:

  • CPM — cost per 1,000 impressions
  • CTR — click-through rate
  • CPC — cost per click
  • CPA / Cost per Result — cost per conversion
  • ROAS — return on ad spend
CTR  = clicks / impressions
CPC  = spend / clicks
CPM  = (spend / impressions) * 1000
ROAS = revenue / spend

The Learning Phase

After launch, each ad set enters the learning phase while Meta's algorithm finds the best people to show ads to.

It typically exits after roughly 50 optimization events in 7 days. Until then, performance is volatile.

Avoid frequent edits, which restart learning. If an ad set stays in "Learning Limited," your event volume is too low.

Account, Business, and Assets

Behind Ads Manager sits Meta Business Suite / Business Manager, which organizes your assets: ad accounts, Pages, Instagram accounts, pixels, and payment methods.

Granting access by role (Admin, Advertiser, Analyst) keeps agencies and teammates working without sharing personal logins.

A Simple Workflow

A clean first launch follows the hierarchy top-down:

  1. Pick objective (Sales)
  2. Define audience and placements in the ad set
  3. Set budget and optimization event
  4. Build 2–3 creatives to test
  5. Publish and let learning run

Then review results before changing anything.

Day 0:  Launch 1 campaign, 1 ad set, 3 ads
Day 1-4: Do NOT edit (learning phase)
Day 5:  Review CPA, pause worst ad
Day 7:  Scale budget on the winner

Common Beginner Mistakes

Watch for pitfalls that quietly drain budget:

  • Choosing Traffic when you actually want sales
  • Editing ad sets daily and resetting learning
  • Too many tiny ad sets that never gather data
  • No pixel/CAPI, so the algorithm flies blind

Fewer, well-fed ad sets usually beat many fragmented ones.

Quick Check

Test your understanding of the campaign structure.

Recap

You now know the Ads Manager essentials: the Campaign / Ad Set / Ad hierarchy, how the objective steers optimization, why the pixel and CAPI matter, and the core metrics (CPM, CTR, CPA, ROAS).

Remember the learning phase and avoid constant edits. Next, we go deep on building the audiences that power your ad sets.

Frequently asked questions

Is the “Ads Manager Overview” lesson free?

Yes — the full text of “Ads Manager Overview” is free to read here on the web, and the Digital Marketing Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Digital Marketing Academy course, upgrade to CoddyKit PRO.

What will I learn in “Ads Manager Overview”?

Navigate campaigns, ad sets, and ads. You practise Digital Marketing Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Digital Marketing Academy?

No prior experience is required. Digital Marketing Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Ads Manager Overview” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Digital Marketing Academy lesson?

Yes. Every Digital Marketing Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Ads Manager Overview
  2. Audiences and Targeting
  3. Creatives and Placements
  4. Budgets and Optimization
← Back to Digital Marketing Academy