<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MailChimp Email Marketing Blog &#187; email dynamic content</title>
	<atom:link href="http://www.mailchimp.com/blog/tag/email-dynamic-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mailchimp.com/blog</link>
	<description>MailChimp, email marketing, and monkeys!</description>
	<lastBuildDate>Fri, 13 Nov 2009 21:09:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Conditional (Dynamic) Content in MailChimp</title>
		<link>http://www.mailchimp.com/blog/conditional-dynamic-content-in-mailchimp/</link>
		<comments>http://www.mailchimp.com/blog/conditional-dynamic-content-in-mailchimp/#comments</comments>
		<pubDate>Wed, 14 May 2008 19:53:31 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[MailChimp News]]></category>
		<category><![CDATA[MailChimp Upgrade]]></category>
		<category><![CDATA[Using MailChimp]]></category>
		<category><![CDATA[email dynamic content]]></category>
		<category><![CDATA[mailchimp merge tags]]></category>

		<guid isPermaLink="false">http://www.mailchimp.com/blog/conditional-dynamic-content-in-mailchimp/</guid>
		<description><![CDATA[One of the new features going live this weekend in MailChimp is what we call &#8220;Smart Merge Tags.&#8221;
If you&#8217;re a MailChimp customer, you&#8217;re familiar with sticking the merge tag *&#124;FNAME&#124;* wherever you want the recipient&#8217;s first name to appear.  Simple stuff.
But we&#8217;ve got a new set of merge tags that let you do some [...]]]></description>
			<content:encoded><![CDATA[<p>One of the new features going live this weekend in MailChimp is what we call &#8220;Smart Merge Tags.&#8221;</p>
<p>If you&#8217;re a MailChimp customer, you&#8217;re familiar with sticking the merge tag *|FNAME|* wherever you want the recipient&#8217;s first name to appear.  Simple stuff.</p>
<p>But we&#8217;ve got a new set of merge tags that let you do some really smart stuff with logic and conditions and A/B test content&#8230;</p>
<p><span id="more-786"></span></p>
<p>Here&#8217;s a list of some of the new Smart Merge Tags in MailChimp, and what you can do with them.</p>
<h3>Simple Stuff</h3>
<p>*|TITLE:MERGE|* will upper-case the first letter of each word of the field, so that *|TITLE:FNAME|* *|TITLE:LNAME|* will convert &#8220;roGEr WATERS&#8221; into &#8220;Roger Waters&#8221;</p>
<p>*|UPPER:MERGE|* will upper-case all the letters in the field</p>
<p>*|LOWER:MERGE|* lower-cases all the letters</p>
<p>*|HTML:MERGE|* will print the field without escaping. So if you merge in HTML code like, &lt;b&gt;Bananas!&lt;/b&gt; it&#8217;ll actually render like: <strong>Bananas!</strong> in your email.</p>
<h3>Interest Groups</h3>
<p>*|INTERESTED:Pizza,Pie|*<br />
This will only show up if they&#8217;re interested in pizza or pie<br />
*|END:INTERESTED|*</p>
<p><em>Note: the interested block right now can only do OR, not AND conditions.</em></p>
<h3>A/B Splits</h3>
<p>For A/B splits, there&#8217;s</p>
<p>*|GROUP:A|*<br />
This will only show for group A<br />
*|END:GROUP|*</p>
<p>(this lays the foundation for upcoming A/B tests on content)</p>
<h3>Advanced Stuff: Conditions</h3>
<p>Ever wanted to dynamically change content in your campaigns, based on the recipient?</p>
<p>In general,</p>
<p>*|IF:MERGE|*<br />
something<br />
*|ELSE:|*<br />
something else<br />
*|END:IF|*</p>
<p>For example, a sporting goods store could send a holiday promotion to its entire list, but swap out the offer by the recipient&#8217;s state:</p>
<p>*|IF:STATE|*<br />
*|IF:STATE=CA|*<br />
Save 20% on surf boards!<br />
*|END:IF|*<br />
*|IF:STATE=GA|*<br />
Save 20% on Mountain Bikes!<br />
*|END:IF|*<br />
*|IF:STATE=FL|*<br />
Save 40% on water skis!<br />
*|END:IF|*<br />
*|IF:STATE=CO|*<br />
Save 50% on ski gear<br />
*|END:IF|*<br />
*|ELSE:|* Save 10% on everything in the store!<br />
*|END:IF|*</p>
<p>More advanced conditions can be done like:</p>
<p>*|IF:MERGE != Bob|*<br />
Your name&#8217;s not Bob!<br />
*|END:IF|*<br />
There&#8217;s also:<br />
*|IFNOT:MERGE|* to do negative conditions.</p>
<p>And what if you want to start with &#8220;Dear *|FNAME|*&#8221; but not all your recipients have FNAME data (someone called about this yesterday)? You don&#8217;t want it to be blank. You can replace it with something generic:</p>
<p>*|IF:FNAME|*<br />
Dear *|FNAME|*,<br />
*|ELSE:|*<br />
Dear Braves Fan,<br />
*|END:IF|*</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mailchimp.com/blog/conditional-dynamic-content-in-mailchimp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
