How to generate a generic preview link for a delivery without personalization/recipient context?
Hi,
I am working with Adobe Campaign Classic and need to share a preview link of a delivery (email) that shows the full content, including all conditional logic (IF statements, segmentations, targetData fields), without personalizing it for a specific recipient.
Currently, the preview links I generate (e.g. /buildPreview?deliveryId=...&recipientId=...) require a recipientId and only show the version for that specific recipient. However, many of our deliveries use targetData and fields calculated in the workflow, so the preview does not work properly if I use a random recipient from the database – the necessary data is missing or the logic does not display correctly.
Is there a way to generate a preview link (URL) for a delivery that:
- Does not require a recipientId (or uses a "generic" context)
- Shows all conditional logic and personalization blocks as they would be rendered for all segments
- Can be shared with stakeholders, so they can see the full email design and logic, not just a personalized version for one recipient
If this is not possible out-of-the-box, are there any best practices or workarounds for sharing a generic preview of a delivery that includes all dynamic logic and targetData?
Thank you in advance!