1/5
Pre deployment checklist
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Data Personalization & AMPscript Validation
Missing Field Fallbacks: Check what happens if a subscriber has blank fields in your Data Extension. Ensure your inline personalization (e.g., %%First_Name%%) or %%=v(@variable)=%% outputs a clean fallback (like "Friend") rather than an ugly blank space or a literal code string.
Dynamic content and Enhance dynamic content are tested here.
Code Execution & Error Catching: If your AMPscript or Server-Side JavaScript (SSJS) contains a syntax error, the preview will fail to render and show an explicit error message. This prevents the live deployment from failing or "skipping" broken emails.
Layout, Assets, & Real-Time Content
Subject Line & Preheader Verification: Watch how personalization logic alters your subject lines and preheader text in real time. Ensure they do not cut off awkwardly or display code logic.
Einstein & Predictive Elements: Validate that ‘Einstein Content Selection’ or ‘Einstein Recommendations’ dynamic blocks correctly parse and pull appropriate live asset logic for the selected subscriber profile.
Desktop vs. Mobile Layout Toggles
Responsive Layouts: Toggle between the desktop and mobile viewing windows inside the preview pane.
Media Scaling: Ensure multi-column layouts stack beautifully on mobile viewports and that background image parameters or forced text wrappers do not squish your copy.
Link & Tracking Verification
System Links & Preference Centers: Test mandatory CAN-SPAM / GDPR functional elements like the Unsubscribe link, Profile Center, and Subscription Center. They generate dummy landing pages in preview mode so you can verify they track properly.
Alias & UTM Appending: Click through major CTA buttons in the preview pane to confirm that Web Analytics Connector (WAC) tracking strings or custom UTM parameters append flawlessly to the root URLs
Email Client Inbox Rendering (Litmus Integration)
Cross-Client Previews: If your Salesforce Marketing Cloud instance has the built-in Litmus integration enabled, you can run an automated grid preview directly within this tab.
Dark Mode & Outlook Bugs: Check how your specific personalized HTML scales across strict environments like MS Outlook, Apple Mail, and various mobile dark modes without having to leave the UI.
Interactive Element Validations
Interactive Forms: If you use Interactive Email Forms, you can test submitting the inline form directly inside the preview workspace. This validates the fallback state (e.g., redirecting to a CloudPage) for inboxes that do not support interactive CSS.