Leveraging Data Cloud and Marketing Cloud via ACP for streamlined and intelligent campaign execution.
data_cloud_query_segment
(or similar): To identify and retrieve customer segments based on defined criteria.data_cloud_get_segment_details
: To fetch attributes of the identified segment.mce_create_data_extension
: To create a Data Extension for the target audience.mce_populate_data_extension
: To add segment members to the Data Extension.mce_create_email_content
(or a tool to select/reuse existing content, possibly with personalization tokens): To define the email.mce_create_send_definition
(or mce_create_journey
): To set up the email send or journey.mce_initiate_send
(or mce_start_journey
): To launch the campaign.mce_get_send_summary
(or mce_get_journey_performance
): To retrieve initial performance metrics.data_cloud_query_segment
tool to identify the relevant customer segment in Data Cloud based on the manager’s criteria.mce_create_data_extension
to create a new Data Extension in MCE, named appropriately for the campaign.mce_populate_data_extension
to transfer the identified segment members from Data Cloud into this MCE Data Extension.mce_create_email_content
(or similar) to prepare the email, potentially personalizing it with data from the segment.mce_create_send_definition
(or mce_create_journey
) to configure the email send, linking the email content and the target Data Extension.mce_initiate_send
(or mce_start_journey
) to launch the campaign.mce_get_send_summary
(or mce_get_journey_performance
) to retrieve initial metrics (e.g., open rates, click-through rates) and presents them to the Marketing Manager.