SFMC End to End Project/BlackFridayCampaignPart2

3 min read 3 months ago
Published on Nov 18, 2025 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial guides you through using Salesforce Marketing Cloud (SFMC) for an end-to-end Black Friday campaign project. It covers how to utilize Automation Studio, SQL queries, and Journey Builder to prepare and execute a marketing campaign effectively. By the end, you'll understand the processes involved in setting up an automated marketing journey, the differences between journey data and contact data, and how to leverage various journey activities.

Step 1: Prepare Data Using Automation Studio

  • Open Automation Studio in SFMC.
  • Create a new automation:
    • Choose "Scheduled" or "Triggered" based on your needs.
  • Use the following activities to prepare your data:
    • Data Extract: Pull relevant data from your data extensions.
    • SQL Query Activity: Write SQL queries to filter and transform your data.

SQL Query Example

SELECT *
FROM Customers
WHERE Purchase_Date >= '2022-11-01' AND Purchase_Date <= '2022-11-30'
  • Save and activate your automation to ensure your data is ready.

Step 2: Create an SQL Query Activity

  • Within Automation Studio, select the SQL Query Activity.
  • Input your SQL query to extract the necessary data for your campaign.
  • Set the target data extension where the results will be stored.
  • Test the query to ensure it returns the expected data.

Step 3: Build Your Journey

  • Navigate to Journey Builder in SFMC.
  • Click on "Create New Journey."
  • Add a Journey Name and Description.
  • Drag and drop the Entry Source (e.g., your prepared data extension) into the journey canvas.

Step 4: Configure Journey Activities

  • Add various journey activities to enhance customer engagement:
    • Decision Splits: Create paths based on customer behavior or attributes.
    • Einstein Smart Send Time Optimization (STO): Optimize send times for maximum engagement.
    • Engagement Splits: Segment users based on engagement metrics.
    • Join Activity: Combine data from multiple sources for a cohesive customer view.

Step 5: Schedule the Journey

  • Set the journey to activate at a specific date and time.
  • Access journey settings to configure:
    • Exit Criteria: Define conditions under which contacts exit the journey.
    • Goals: Set measurable objectives for the journey (e.g., increase open rates).

Step 6: Understand Journey Data vs. Contact Data

  • Journey Data: Temporary data created during the journey for personalization and tracking.
  • Contact Data: Permanent data stored in contact records, used for segmentation and targeting.
  • Use journey data for real-time engagement and contact data for broader audience targeting.

Conclusion

In this tutorial, you learned how to set up an end-to-end marketing campaign using SFMC. Key steps included preparing data with Automation Studio, creating SQL queries, and building a journey with various activities. Understanding the differences between journey data and contact data is crucial for effective campaign management. As a next step, consider exploring additional resources or related tutorials to enhance your SFMC skills further.