<?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>Nihuo Newsletter &#187; email campaign tracking</title>
	<atom:link href="http://blog.nihuo.com/tag/email-campaign-tracking/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nihuo.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 May 2011 20:23:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Web Log Analysis Tutorial &#8211; Lesson 7: Tracking Email Marketing Campaigns</title>
		<link>http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/</link>
		<comments>http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:18:31 +0000</pubDate>
		<dc:creator>Michael Choi</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[email campaign tracking]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web log analysis]]></category>

		<guid isPermaLink="false">http://blog.nihuo.com/?p=53</guid>
		<description><![CDATA[Table of Contents Email Open Tracking Email Click Tracking Related learning resources Unsubscribe I. Email Open Tracking To track an &#8220;open&#8221; in an HTML email, we need embed a tiny, 1×1 pixel transparent .GIF at the bottom of the message &#8211; it&#8217;s called a &#8220;tracker image&#8221; or &#8220;web beacon.&#8221; ( you can download the ×1 [...]]]></description>
			<content:encoded><![CDATA[<h2 style="font-size:12.0pt;color:#007F00;">Table of Contents</h2>
<ol>
<li><a href="#1">Email Open Tracking</a></li>
<li><a href="#2">Email Click Tracking</a></li>
<li><a href="#3">Related learning resources</a></li>
<li><a href="#4">Unsubscribe</a></li>
</ol>
<p align="center">
<h2 style="font-size:12.0pt;color:#007F00;">I.<a id="1" name="1"></a> Email Open Tracking</h2>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="25%" valign="top"><img style="margin-right: 15px; margin-bottom: 15px;" title="Email Marketing Campaigns tracking" src="http://www.loganalyzer.net/images/nl_email.jpg" alt="" width="160" height="144" /></td>
<td width="75%" valign="top">To track an &#8220;open&#8221; in an HTML email, we need embed a tiny, 1×1 pixel         transparent .GIF at the bottom of the message &#8211; it&#8217;s called a &#8220;tracker         image&#8221; or &#8220;web beacon.&#8221; ( you can download the ×1 pixel transparent         .GIF from <a href="http://loganalyzer.net/images/c.gif">http://loganalyzer.net/images/c.gif</a> and save it to your         server) Whenever your recipient opens their email, the tracker image is         downloaded from the your servers, and this is instantly tracked as an         email Open. That&#8217;s the way things are supposed to work. There&#8217;s one         glitch here though. Nowadays, thanks mostly to massive amounts of         graphic porno spam, as many as 40% of recipients now, by default, will         *disable* image displays. Since the beacon or tracker image is just         another image, if images are disabled and the recipient actually opens         the email but doesn&#8217;t enable image viewing, then that open is not         tracked. As a sender &#8211; encourage your recipients to white list you (or         add you to their address book) &#8211; this ensures your email gets delivered       and that images will always be displayed.</td>
</tr>
</tbody>
</table>
<p>Opens for text only email can&#8217;t be tracked, because there is no way to         embed the tracking beacon image like we do in HTML emails. But we can         tell when someone clicks on a link. And you can only click on a link if         you&#8217;ve opened and read the email, right? So if a text-only email is         sent and the recipient clicks on a link, then this registers as both an  &#8220;Open&#8221; and a &#8220;Click&#8221;.</p>
<p>Here&#8217;s a simple trick to track email open:</p>
<ol>
<li>Save the 1×1 pixel transparent .GIF in your server</li>
<li>Embed the pixel at the bottom of the message and add unique parameter
<p>e.g.</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000; overflow: auto;margin-left:20px ;margin-right:20px;">http://www.youdomain.com/c.gif?emailid=12345678</div>
</li>
<li>Send email and after several days, start log analysis work as below</li>
<li>Launch <a href="http://www.loganalyzer.net">Nihuo Web Log Analyzer</a></li>
<li>Create a new profile for email open tracking</li>
<li>In Hit Filter page of profile properties dialog, click And button and           select Requested file from menu</li>
<li> Input full path name of the gif file ( e.g. /c.gif ) and click ok           button</li>
<li> Click And button and select URL parameter from menu</li>
<li> Input the unique parameter ( e.g. emailid=12345678 ) and click ok           button</li>
<li> Click OK button to close profile properties dialog</li>
<li> Right click the profile and select Analyze from menu</li>
<li>Total Visits in General Statistics is count of email opens.</li>
</ol>
<h2 style="font-size:12.0pt;color:#007F00;">II.<a id="2" name="2"></a> Email Click Tracking</h2>
<table border="0" cellspacing="5" cellpadding="4" width="100%">
<tbody>
<tr>
<td width="75%" valign="top">One of the simplest methods for tracking clicks is to append links which                 are from the email to the landing pages like so:</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">http://www.yoursite.com/purchase.asp?emailid=12345678</div>
<p>The <strong style="color:#3f3f3f;">emailid=12345678</strong> will be recorded in your server logs, which you can               then search for instances of.</p>
<p>Here&#8217;s a simple trick to track email click:</td>
<td width="25%" valign="top"><img style="margin-left: 15px; margin-bottom: 15px;" title="click tracking" src="http://www.loganalyzer.net/images/nl_mouse.jpg" alt="" width="160" height="160" /></td>
</tr>
</tbody>
</table>
<ol>
<li> Launch Nihuo Web Log Analyzer</li>
<li>Create a new profile for email click tracking</li>
<li>In visit filter, click And button and select Visitor with specified           entry page from menu</li>
<li>Input <strong style="color:#3f3f3f;">/purchase.asp?emailid=12345678</strong> and click ok button. If you want           track clicks from multi emails, please input like so:
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">/purchase.asp?emailid=*</div>
<p>or</p>
<div style="border: 1px dashed #bbbbbb;padding: 10px;color: #ffffff;background: #000000;overflow: auto;margin-left:20px ;margin-right:20px;">/*.asp*emailid=*</div>
</li>
<li>Select Tracking page</li>
<li> Click Add button</li>
<li>Input <strong style="color:#3f3f3f;">/purchase.asp</strong> and click ok button. (Please add your &#8220;order         complete&#8221; page into tracking list too.)</li>
<li>Click OK button to close profile properties dialog</li>
<li> Right click the profile and select Analyze from menu</li>
</ol>
<p>Here are a couple of key metrics you need to pay attention to:</p>
<ul>
<li>Total Visits ( Count of clicks from email )</li>
<li>Pages Per Visit</li>
<li>Average Time on Site</li>
<li>Bounce Rate</li>
</ul>
<h2 style="font-size:12.0pt;color:#007F00;">III. <a id="3" name="3"></a> Related learning resources</h2>
<ul>
<li><a href="http://analytics.blogspot.com/2009/03/tips-for-tracking-email-marketing.html">Tips for Tracking Email Marketing Campaigns by Google Analytics</a></li>
<li><a href="http://en.wikipedia.org/wiki/E-mail_tracking">E-mail tracking</a></li>
<li><a href="http://en.wikipedia.org/wiki/E-mail_open_rate">E-mail open rate</a></li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a rel="nofollow" class="tt" href="http://twitter.com/home/?status=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+7%3A+Tracking+Email+Marketing+Campaigns+http%3A%2F%2Ftinyurl.com%2F6h392g7" title="Post to Twitter"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a rel="nofollow" class="tt" href="http://buzz.yahoo.com/buzz?targetUrl=http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/&amp;headline=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+7%3A+Tracking+Email+Marketing+Campaigns" title="Post to Yahoo Buzz"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/buzz/tt-buzz-micro3.png" alt="Post to Yahoo Buzz" /></a> <a rel="nofollow" class="tt" href="http://delicious.com/post?url=http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+7%3A+Tracking+Email+Marketing+Campaigns" title="Post to Delicious"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a rel="nofollow" class="tt" href="http://digg.com/submit?url=http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/&amp;title=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+7%3A+Tracking+Email+Marketing+Campaigns" title="Post to Digg"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/&amp;t=Web+Log+Analysis+Tutorial+%E2%80%93+Lesson+7%3A+Tracking+Email+Marketing+Campaigns" title="Post to Facebook"><img class="nothumb" src="http://blog.nihuo.com/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nihuo.com/2009/09/web-log-analysis-tutorial-lesson-7-tracking-email-marketing-campaigns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
