Module 1 — What is Salesforce Marketing Cloud?

Salesforce Marketing Cloud (SFMC) is an enterprise digital marketing platform owned by Salesforce. It lets businesses manage and automate marketing communications across email, SMS, social media, advertising, and the web — all from a single platform.

SFMC is commonly used by mid-to-large businesses that need to send personalised, data-driven communications at scale. It differs from simpler tools like Mailchimp in that it's built to handle complex data structures, multi-channel journeys, and tight CRM integration.

The core products inside SFMC

SFMC is not a single tool — it's a suite of studios and builders. The main ones you'll work with are:

Studio / BuilderWhat it does
Email StudioBuild, send, and track email campaigns
Journey BuilderAutomate multi-step customer journeys
Automation StudioSchedule and automate backend processes
Content BuilderCentralised asset library for emails and content
Contact BuilderDefine and manage your data model
Analytics BuilderReporting and insights across sends
Mobile StudioSMS, push notifications, and group messaging
Advertising StudioCoordinate ads with email and CRM data
💡 Tip

Most practitioners spend 80% of their time in Email Studio, Journey Builder, and Content Builder. Start there before branching out.

How SFMC compares to other tools

If you've come from another email platform, here's how SFMC maps to familiar concepts:

Other platformSFMC equivalent
Mailchimp AudienceData Extension or All Subscribers list
Mailchimp SegmentFiltered Data Extension or Query
Mailchimp CampaignEmail Studio Send
Mailchimp AutomationJourney Builder journey
HubSpot WorkflowJourney Builder journey
HubSpot ContactSubscriber / Contact
📘 Key concept

In SFMC, a Contact is a person in your database. A Subscriber is that person's relationship to a specific channel (email, SMS). The same Contact can be a subscriber on multiple channels.

Module 2 — Navigating the SFMC interface

When you first log into SFMC, you land in the App Switcher — a menu of all the studios available on your account. Your admin may have given you access to some or all of them.

Key areas to know

⚠️ Watch out

Changes made in one Business Unit do not affect others. If you're not seeing data you expect, check you're in the right BU first — this is one of the most common sources of confusion.

Module 3 — How data works in SFMC

Understanding data is the single most important foundation skill in SFMC. The platform is data-first — everything from sends to journeys to personalisation depends on how your data is structured.

The three data containers

ContainerWhat it isBest used for
All Subscribers list The master email opt-in list in Email Studio Simple use cases; tracking global email opt-in status
Lists Simple flat groups of subscribers Small sends, basic segmentation — but avoid for complex use cases
Data Extensions (DEs) Database-like tables with custom columns Almost everything — the professional standard for all subscriber data
💡 Best practice

Use Data Extensions for everything beyond the simplest sends. Lists are limited — they can't store custom attributes, they don't support SQL queries, and they don't scale. Most SFMC professionals work almost exclusively with DEs.

Data Extension basics

A Data Extension is essentially a table. It has columns (fields) and rows (records). When you create one, you define:

Subscriber Key

The Subscriber Key is the unique identifier that links a person across all SFMC data. Think of it as your customer ID. It maps to the Contact Key in Contact Builder and must be consistent everywhere. Most organisations use an email address or a CRM ID as the Subscriber Key.

📘 Key concept

Every Data Extension used for email sends must have a field called EmailAddress and ideally a SubscriberKey. Without these, SFMC won't know who to send to or how to track them correctly.

Module 4 — Your first email send

Sending an email in SFMC involves five steps: creating your email, building your audience, setting up send classification, previewing and testing, and finally scheduling or sending.

⚠️ Before you send

Every commercial email sent from SFMC must include an unsubscribe link and physical address by law (CAN-SPAM, GDPR). SFMC's default footer includes these — only remove it if you're adding your own compliant version.

Module 5 — Basic segmentation

Segmentation is the process of filtering your audience to send more relevant messages. In SFMC, there are three main ways to segment:

1. Filtered Data Extensions

In Email Studio, you can filter an existing Data Extension using point-and-click filters. Go to the subscriber list, choose Filter, and set conditions like Country = UK or LastPurchaseDate is within 30 days. The result is a new, filtered Data Extension.

2. Groups

Groups are a simpler version of filtered DEs — good for quick segments within a List. They're less powerful but faster to set up for simple use cases.

3. SQL query activities

The most powerful segmentation method. Write SQL queries in Automation Studio to pull exactly the audience you need from any Data Extension. We cover this in the SQL queries guide and the Advanced path.

💡 Start here

For your first segments, use Filtered Data Extensions. They're fast, visual, and cover most beginner use cases. When you need more control, move to SQL.

Common beginner segments

Module 6 — Reading your reports

After every send, SFMC generates tracking data. Understanding these metrics helps you improve performance over time.

Key email metrics

MetricWhat it measuresIndustry benchmark
DeliveredEmails accepted by recipient mail server98%+ is healthy
Open rate% of delivered emails opened (affected by Apple MPP)20–35% typical
Click-to-open rate (CTOR)% of openers who clicked — better engagement indicator10–20% typical
Click rate% of delivered emails with at least one click2–5% typical
Bounce rate% that couldn't be deliveredBelow 2%
Unsubscribe rate% who opted outBelow 0.5%
Spam complaint rate% who marked as spamBelow 0.08%

Where to find reports

In Email Studio, go to Tracking to see send-level reports. For cross-channel and deeper analysis, use Analytics Builder — it offers pre-built dashboards and the ability to build custom reports.

📘 Note on open rates

Since Apple's Mail Privacy Protection (MPP) launched in 2021, open rates are significantly inflated for Apple Mail users. CTOR (click-to-open rate) and click rate are now more reliable engagement signals than raw open rate.

You've completed the Beginner path 🎉
You now understand SFMC's structure, its data model, and how to send and measure your first campaign. Time to go deeper.
Continue to Practitioner path →