Hello,
I have some batch campaigns I want to send with one piece of dynamic text that will be unique to each individual. I saw on the dynamic content guide page that it only works for triggered emails, not batch (https://experienceleague.adobe.com/en/docs/marketo/using/product-docs/email-marketing/general/functi...). So how else can I get dynamic content in a batch email?
Solved! Go to Solution.
I saw on the dynamic content guide page that it only works for triggered emails, not batch...
That’s not accurate. The note you’re referring to is specifically about variables ($mktoVariables
) within Dynamic Content.
You can use Dynamic Content in batch emails, and you would not use $mktoVariables
anyway for text that’s dynamic per person. $mktoVariables
are set at the email asset or email asset module level, not at the person level.
For text that’s dynamic per person, you’d use typically use {{lead.tokens}}
, or for advanced purposes Velocity {{my.tokens}}
, both of which are also supported just fine in batches.
I saw on the dynamic content guide page that it only works for triggered emails, not batch...
That’s not accurate. The note you’re referring to is specifically about variables ($mktoVariables
) within Dynamic Content.
You can use Dynamic Content in batch emails, and you would not use $mktoVariables
anyway for text that’s dynamic per person. $mktoVariables
are set at the email asset or email asset module level, not at the person level.
For text that’s dynamic per person, you’d use typically use {{lead.tokens}}
, or for advanced purposes Velocity {{my.tokens}}
, both of which are also supported just fine in batches.