I am trying to work out how to create a new dynamic newsletter - I have created the segments and snippets needed but I can't work out how I add the static content to the email in order to drag them into the segments.
In the print screen below you can see that the static content only has 'section 1' which contains the whole body of the email. How would I break this up into multiple sections (to have section 2, 3, 4 etc.) in order to drag and drop them into the dynamic content?
Thanks!
Hi Milly - You'll need to drag "section 1" down into the Dynamic area.
See Make Element Dyjamic 2.1 here: Using Dynamic Content in a Email - Marketo Docs - Product Docs
If you want parts of "section 1" to be dynamic instead of the whole section, then you'll need to create editable areas in the HTML of your email template. To do that, you'll need to add a div class mkteditable to each content section (e.g. paragraph, header) of your email template.
Add Editable Sections to an Email Template - Marketo Docs - Product Docs
Hope this helps
This has been very helpful, thank you Tim!