I'm creating a series of simple emails in which I just want one paragraph of several to utilize segmentation.
For example, my email might look like this:
Hi {{lead.First Name}},
Lorem ipsum.
Duis luctus diam in metus porta, sit amet placerat odio interdum.
Praesent non dapibus est. Nunc facilisis quis quam ut iaculis.
Sincerely,
And I'd like to change the second paragraph based on the lead's segmentation. Rather than include ALL of the body copy in the segmentation, I was hoping just to do that particular line, so that if I need to make global copy changes to the rest of the email, I wouldn't have to do it for each segment.
My solution was to create three blocks of copy, (e.g. <td class="mktEditable" id="Block1">,<td class="mktEditable" id="Block2">,<td class="mktEditable" id="Block3">), but this creates a bunch of problems when trying to make it all match up and flow like one block in different email clients.
So, I figured I would see if the community has attempted this to any success. I'm starting to feel like just updating the entire copy for each segment is easier than all this hassle...