How to manage Consent between Marketing Cloud Engagement and Marketing Cloud Next

1 min read

Step 1: Create Data Extension #

Begin by setting up a Data Extension in Marketing Cloud Engagement with the following field attributes:

  • Email – Email address of the subscriber
  • Consent Date – Date when consent was provided

Step 2: Configure Automation Studio #

Create an automation in Marketing Cloud Engagement to retrieve all active subscribers from the past year.

SQL Query #

Use the following SQL query to extract active subscribers:

SELECT
    EmailAddress AS Email
FROM _Subscribers
WHERE Status = 'active'
    AND DateJoined >= DATEADD(year, -1, GETDATE())

Note: This query filters for subscribers with an active status who joined within the last 12 months.

Step 3: Export via SFTP #

Export the Data Extension to a CSV file using the Marketing Cloud SFTP functionality:

  1. Connect to the Marketing Cloud SFTP server using an FTP client (such as FileZilla)
  2. Locate and download the generated Data Extension CSV file
  3. Save the file to your local system

Step 4: Import to Marketing Cloud Growth #

Complete the consent migration by importing the CSV file into Marketing Cloud Growth:

  1. Access the Consent system in Marketing Cloud Growth
  2. Upload the CSV file containing email addresses
  3. Process the import to opt-in the individuals listed in the file

This process ensures all active subscribers from Marketing Cloud Engagement are properly consented in Marketing Cloud Growth.

Updated on March 10, 2026

What are your feelings

  • Happy
  • Normal
  • Sad

LATEST NEWS

Understanding Data Graphs in Agentforce Marketing

Arthur Backouche insights about Data Graphs within Agentforce Marketing , and how they enable organizations to deliver Real-Time Personalization.

The Agentforce Marketing Ultimate Guide.

This guide provides a structured implementation methodology designed to reduce deployment time from weeks to under 24 hours.

OFFERING (COMING SOON)

We are helping organisations and professionals get more value from Salesforce and modern marketing technologies. Driven by clarity, impact, and practical execution.

Please share a few details below and I’ll get back to you shortly.

Arthur Backouche helps organisations and professionals get more value from Salesforce and modern marketing technologies. Driven by clarity, impact, and practical execution.

Please share a few details below and I’ll get back to you shortly.