Valid Marketing-Cloud-Administrator Dumps shared by ExamDiscuss.com for Helping Passing Marketing-Cloud-Administrator Exam! ExamDiscuss.com now offer the newest Marketing-Cloud-Administrator exam dumps, the ExamDiscuss.com Marketing-Cloud-Administrator exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Marketing-Cloud-Administrator dumps with Test Engine here:
A Marketing Cloud admin wants to ensure email sends exclude their testing prefix of [PREVIEW] in the subject line when deploying from Email Studio. What should the admin do to prevent the prefix from deploying in live sends?
Correct Answer: D
The best way to prevent the prefix [PREVIEW] from deploying in live sends is to wrap the subject line with AMP script that checks if the send is a test send or a live send. For example: %%[ IF _IsTestSend == true THEN SET @subject = "[PREVIEW] " + @subject ENDIF ]%% Using Proof instead of [PREVIEW] does not solve the problem, as it still shows up in live sends. Adding [PREVIEW] to the subject line validation list does not prevent it from deploying, but rather prevents any email with [PREVIEW] in the subject line from being saved. Requiring several campaign approvals does not guarantee that the prefix will be removed before sending.