<?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>ajgraham.com &#187; email</title>
	<atom:link href="http://www.ajgraham.com/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajgraham.com</link>
	<description>web design, development and consultation in Prague</description>
	<lastBuildDate>Tue, 01 Nov 2011 22:16:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Tracking Email Signature click throughs</title>
		<link>http://www.ajgraham.com/2010/05/tracking-analytics-by-email-campaign/</link>
		<comments>http://www.ajgraham.com/2010/05/tracking-analytics-by-email-campaign/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:23:51 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://www.ajgraham.com/?p=352</guid>
		<description><![CDATA[Update 08/2011: GMail has since added the ability to use HTML within signatures in the online version which simplifies much of what I originally wrote. A while ago I thought about how best to create a more modern and useful email signature. At the same time I was doing some [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update 08/2011</strong>: GMail has since added the ability to use HTML within signatures in the online version which simplifies much of what I originally wrote.</p>
<p>A while ago I thought about how best to create a more modern and useful email signature. At the same time I was doing some work with Google Analytics and thought it might be useful to track how many people click on my website link in my signature. I decided to use the following bit of code which would track it:</p>
<pre><code>&lt;a style="color:#353535" title="www.ajgraham.com/" href="http://www.ajgraham.com/?utm_source=Signature&#038;utm_medium=Email&#038;utm_term=Gmail&#038;utm_campaign=Email%2BSignature"&gt;
www.ajgraham.com/
&lt;/a&gt;</code></pre>
<p>The inline colour is used so the line isn&#8217;t the nasty default blue, change the #colour to anything you like.<br />
Change the title attribute to whatever you like, or omit it.</p>
<p>The only problem with using the above is that using it natively within GMail or an online web based email will not process it, and the only way to use it would be to use the full (nasty) URL like:
<pre><code>http://www.ajgraham.com/?utm_source=Signature&#038;utm_medium=Email&#038;utm_term=Gmail&#038;utm_campaign=Email%2BSignature</code></pre>
<p>There&#8217;s a workaround though, but it forces you to use a mail client like Thunderbird or Outlook and use it as part of a signature, which is a bit of a hassle simply to track email signature clicks. Unfortunately, until GMail allows full HTML in its online signatures then this is the only automated way of doing this.</p>
<p>It is interesting how many people click on it though, and the level of potential granularity if you wanted to take it even further to track different sets of email correspondents.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajgraham.com/2010/05/tracking-analytics-by-email-campaign/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

