Northern Trail Outfitters wants to include a 'view online' link in an email template to enable users to view a web page version of the email.
Which personalization string should they include as the href attribute in the link?
Northern Trail Outfitters wants to build an abandoned cart journey which includes a Decision Split that evaluates if a customer has made a purchase after they enter the journey. Customer data is stored in a master data extension ans purchase data is stored in a second data extension.
Which two steps should they include to accomplish this journey?
To evaluate if a customer has made a purchase after entering the journey, a Data Relationship or Data Designer is needed to relate the master data extension and the purchase data extension. Then, a Decision Split activity can use Entry Data or Contact Data to check the purchase status. Automation Studio activities are not needed for this process. Reference: https://help.salesforce.com/articleView?id=sf.mc_co_data_relationships.htm&type=5 https://help.salesforce.com/articleView?id=sf.mc_co_data_designer.htm&type=5 https://help.salesforce.com/articleView?id=sf.mc_jb_decision_split.htm&type=5
A small restaurant franchise wants to implement Marketing Cloud to support their franchise owners. The corporate office the advertising copy and subscriber list. The owners of franchised stores add a customized local message to the marketing campaign.
What hierarchy should be recommended?
A customer wants to use Sales Cloud as a system of record for email messages sent from Marketing Cloud; however, the customer only sends from custom objects and cannot use the Contact ID or Lead ID as the Contact Key in Marketing Cloud.
What is the implication of this data model when using Marketing Cloud Connect?
A marketer wants te capture open-ended feedback fram custamers via SMS and
write it to a data extension.
How could MebileComnect be used to accomplish this?
To capture open-ended feedback via SMS and write it to a data extension, using a text-response message template with embedded AMPscript is the most suitable approach. This method allows for the dynamic handling and processing of the incoming SMS responses. The AMPscript can be programmed to parse the response and write the collected data to a specified data extension, making it an effective way to capture and store open-ended feedback. Reference: Salesforce MobileConnect documentation, AMPscript in MobileConnect