<?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>Will Egan</title>
	<atom:link href="https://www.willegan.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.willegan.com/</link>
	<description>Melbourne-based growth marketer specialising in activation</description>
	<lastBuildDate>Tue, 14 May 2019 23:27:34 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>What is Event-based Marketing?</title>
		<link>https://www.willegan.com/what-is-event-based-marketing/</link>
					<comments>https://www.willegan.com/what-is-event-based-marketing/#comments</comments>
		
		<dc:creator><![CDATA[Will Egan]]></dc:creator>
		<pubDate>Mon, 01 Apr 2019 09:52:29 +0000</pubDate>
				<category><![CDATA[Event Based Marketing]]></category>
		<category><![CDATA[Growth]]></category>
		<guid isPermaLink="false">https://www.willegan.com/?p=14</guid>

					<description><![CDATA[<p>Event-based marketing is a digital marketing technique where customers receive personalised communications based on their behaviour, or lack of. It relies on the measuring of implicit and explicit interactions between the user and the product (a website or app). The key word here is &#8216;event&#8217;. An event is a record of a single instance of ... <a title="What is Event-based Marketing?" class="read-more" href="https://www.willegan.com/what-is-event-based-marketing/">Read more<span class="screen-reader-text">What is Event-based Marketing?</span></a></p>
<p>The post <a href="https://www.willegan.com/what-is-event-based-marketing/">What is Event-based Marketing?</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Event-based marketing</strong> is a digital marketing technique where customers receive personalised communications based on their behaviour, or lack of. It relies on the measuring of implicit and explicit interactions between the user and the product (a website or app).</p>
<p>The key word here is &#8216;event&#8217;. An <strong>event</strong> is a record of a single instance of behaviour taking place on a website or app. It’s tied to a user&#8217;s identity and useful information (attributes) can be stored inside it.</p>
<p>This practice is sometimes referred to as <em>trigger marketing</em>, <em>event tracking</em>, <em>event driven marketing</em> or <em>event streaming</em>. The sheer power and potential of this new type of marketing is driving massive advances in the way digital marketers, growth hackers and product marketers work.</p>
<p>There are two components: <strong>managing identity</strong> and <strong>recording behaviour</strong>.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-33 size-large" src="https://www.willegan.com/wp-content/uploads/2016/12/identity-v-behaviour-1024x410.jpg" width="644" height="258" srcset="https://www.willegan.com/wp-content/uploads/2016/12/identity-v-behaviour-1024x410.jpg 1024w, https://www.willegan.com/wp-content/uploads/2016/12/identity-v-behaviour-300x120.jpg 300w, https://www.willegan.com/wp-content/uploads/2016/12/identity-v-behaviour-768x307.jpg 768w, https://www.willegan.com/wp-content/uploads/2016/12/identity-v-behaviour.jpg 1500w" sizes="(max-width: 644px) 100vw, 644px" /></p>
<h2>Identity</h2>
<p>When a user visits a website or mobile app they are automatically assigned an anonymous identity. The anonymous identity is used to store the record of their behaviour until, and if, the user becomes &#8216;identified&#8217;. Identified users are <em>known users</em> who already have a record in the user database. At this point, the anonymous identity and the known identity are joined together so that all past behaviour recorded against the anonymous user is now stored directly against the known user.</p>
<p>Without a user&#8217;s identity we would not be able to assign the stored behaviour to a particular person. This would limit our ability to communicate with the user (we can&#8217;t send them an email or push notification if we don&#8217;t know who they are). Instead, we would receive general data about the way the <em>whole</em> service is being used by <em>all</em> users (think Google Analytics). Identity based marketing also allows us to track users across different devices more easily.</p>
<h3>Basic Recipe of an Identify Call</h3>
<pre>analytics.identify([userId], [traits], [options], [callback]);</pre>
<h2>Behaviour</h2>
<p>Behaviour is information that describes <em>how the user interacts</em> with the website or app. <strong>It is recorded as an &#8216;event&#8217;.</strong> An <em>event</em> is a single instance of measured behaviour; a single event in the journey of the customer. The event could describe a users explicit action such as &#8216;Clicked on Playlist&#8217; or an implicit action such as &#8216;Moused Over Playlist&#8217;.</p>
<h3>Basic Recipe of an Event</h3>
<pre>analytics.track(event, [properties], [options], [callback]);</pre>
<p>Attributes can be parsed in to the event allowing for unique, and highly relevant knowledge to be stored inside the event itself. For example, the playlist name, the playlist ID, the duration, and the description could all be stored in the event &#8216;Clicked on Playlist&#8217;.</p>
<pre>analytics.track("Clicked on Playlist", {
playlistName: "Australian Top 50",
durationMins: 132,
playlistID: 2388383820022992,
playlistDescription: "The latest and greatest hits topping the charts down under."
});</pre>
<p>By measuring behaviour in this way and storing key information about the behaviour inside the event, we can send the user a much more contextual message or prompt when trying to engage them.</p>
<p><img decoding="async" class="aligncenter wp-image-28 size-large" src="https://www.willegan.com/wp-content/uploads/2016/12/customer-journey-1024x375.jpg" width="644" height="236" srcset="https://www.willegan.com/wp-content/uploads/2016/12/customer-journey-1024x375.jpg 1024w, https://www.willegan.com/wp-content/uploads/2016/12/customer-journey-300x110.jpg 300w, https://www.willegan.com/wp-content/uploads/2016/12/customer-journey-768x281.jpg 768w, https://www.willegan.com/wp-content/uploads/2016/12/customer-journey.jpg 1800w" sizes="(max-width: 644px) 100vw, 644px" /></p>
<h2>Origins</h2>
<p>Event stream processing has long been used by software engineers to build event-driven systems. An event would be use to record a significant change in the <em>state</em> of the object. By measuring behaviour in such incremental detail we are able to more clearly identify exactly where the user stops in a given flow or process. Algorithmic trading desks are an example of such systems. In this example each change in the price of a stock is measured as a single change in state, down to the cent. By monitoring all movement in the stock price, an algorithm can treat each event as a new state, and better predict the next movement based on the current and past states. Such granular measurement allows the algorithm to react quickly and accurately. Contrast this to simply knowing the starting price and the current price of a stock at any given time of the day (the way humans typically monitor stocks).</p>
<p>Event-based marketing is literally the marketers equivalent of this practice. By recording much more information about a user&#8217;s behaviour—each change in the user&#8217;s state—we know exactly where a user is in their journey and can construct a highly relevant and personalised message to deliver to them.</p>
<p><img decoding="async" class="aligncenter wp-image-38" src="https://www.willegan.com/wp-content/uploads/2016/12/event-google-analytics.jpg" width="600" height="319" srcset="https://www.willegan.com/wp-content/uploads/2016/12/event-google-analytics.jpg 1000w, https://www.willegan.com/wp-content/uploads/2016/12/event-google-analytics-300x160.jpg 300w, https://www.willegan.com/wp-content/uploads/2016/12/event-google-analytics-768x409.jpg 768w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>The word &#8216;event&#8217; might ring some bells for us old-school marketers. Google Analytics has long offered the functionality of recording and storing <em>custom events</em> about how users interact with the product. This was great, and certainly offered us some insights into those more granular and unique behaviours, but there was always one problem&#8230; identity. Who are these people?</p>
<h2>Example</h2>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-64" src="https://www.willegan.com/wp-content/uploads/2016/12/abandoned-cart.jpg" width="600" height="250" srcset="https://www.willegan.com/wp-content/uploads/2016/12/abandoned-cart.jpg 1000w, https://www.willegan.com/wp-content/uploads/2016/12/abandoned-cart-300x125.jpg 300w, https://www.willegan.com/wp-content/uploads/2016/12/abandoned-cart-768x320.jpg 768w" sizes="(max-width: 600px) 100vw, 600px" /><br />
Let&#8217;s use a typical abandoned cart campaign as a way to compare event-based marketing to traditional behavioural campaigns.</p>
<h3>Traditional Behavioural Campaigns</h3>
<p>Typically when implementing an abandoned cart campaigns we track two stages:<br />
1) when the user starts the checkout process and<br />
2) when the user successfully checks out.</p>
<p>More advanced implementations might track the step in the checkout process the user was at. This allows them to send the user back to the exact step they were up to. In total, most abandoned cart campaigns are measuring two or three stages. More often than not, this is done by querying the clickstream data (specifically the URL path) for users who have viewed the &#8216;checkout page&#8217;, but not viewed the &#8216;payment confirmation&#8217; page. Because of the vagueness around this method of tracking, we typically wait 2-3 hours before sending the abandoned cart campaign.</p>
<h3>Event-based Campaigns</h3>
<p>When implementing an event-based abandoned cart campaign, we can record many more events:<br />
1) User adds item to cart<br />
2) User starts checkout process<br />
3) User confirms shipping details<br />
4) User confirms billing details<br />
5) Payment successful<br />
6) Payment unsuccessful<br />
7) User successfully checks out</p>
<p>Each time a user triggers the next event in the sequence their state changes. This helps clearly indicate the exact point in the flow that they are up to. The moment events stop being received (the user abandons the checkout process) we need only wait a short period of time before sending the abandoned cart email (20 minutes for example). If the user stops at step 4, where they have confirmed their billing details but no result has been received for payment, we need simply send them an email encouraging them to finish paying.</p>
<p>On top of this, we are able to store information about the progression through the cart inside the event itself. This can be parsed through from the email to the target (website or app) by attaching the information in parameters on the link.</p>
<h2>How to Implement Event-based Marketing</h2>
<p>Event-based marketing significantly improves the capability, speed and quality of marketing. The technology is rapidly advancing and new tools are emerging designed specifically around these capabilities. This comprehensive guide to event-based marketing is designed to help digital marketers utilise javascript &#8220;events&#8221; to trigger marketing, product, analytics, advertising and communication campaigns based on user behaviour.</p>
<p>To be clear, this is <span style="text-decoration: underline; color: #ff0000;"><strong>not</strong></span> a guide about promoting physical events. This <span style="text-decoration: underline; color: #33cccc;"><strong>is</strong></span> a guide about using javascript based events to automatically trigger marketing.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-663" src="https://www.willegan.com/wp-content/uploads/2018/12/disambiguation-event-based-marketing-1-2000x747.jpg" alt="" width="1200" height="448" srcset="https://www.willegan.com/wp-content/uploads/2018/12/disambiguation-event-based-marketing-1-2000x747.jpg 2000w, https://www.willegan.com/wp-content/uploads/2018/12/disambiguation-event-based-marketing-1-300x112.jpg 300w, https://www.willegan.com/wp-content/uploads/2018/12/disambiguation-event-based-marketing-1-768x287.jpg 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></p>
<p>In the context of digital marketing, &#8220;events&#8221; record <strong>a single instance of a behaviour occurring on your website or app</strong>. They are called events because:</p>
<ol>
<li>they record a change in state, and</li>
<li>Javascript technology uses events to trigger functions.</li>
</ol>
<p>I&#8217;ve worked with event-based marketing since 2013 and in this article, I&#8217;m going to teach you everything I know about this field of marketing.<br />
<!--

<h2>Table of contents</h2>




<ul>
 	

<li>Does event-based marketing work?- DONE</li>


 	

<li>Technical background to event-based marketing - DONE</li>


 	

<li>What is an "event"?- DONE</li>




<li>Right person, right message, right time - NEXT</li>


 	

<li>Implementing events</li>


 	

<li>- How to structure your events (layout/table)</li>


 	

<li>- Google Tag Manager or Segment</li>


 	

<li>- Using events in Amplitude</li>


 	

<li>- Using events in Vero</li>


 	

<li>- Using events in Facebook</li>


 	

<li>- Using events in Hotjar</li>


 	

<li>- Using events in Google Ads</li>


 	

<li>- Using events in eCommerce</li>


 	

<li>- Using events in SaaS (activation)</li>


 	

<li>Tools that support event tracking (and tools that don't)</li>


 	

<li>Getting started</li>


</ul>

--></p>
<h2>Does event-based marketing work?</h2>
<p>Yes, event-based marketing works and it&#8217;s probably the single biggest opportunity for growth in almost every business today.</p>
<p>I&#8217;ve been using event-based marketing for around six years now. I&#8217;ve implemented it successfully in my own business, and have helped many other companies implement it. In every single case, those businesses saw an immediate company-wide increase in every metric that matters. From revenue to email deliverability. I&#8217;ve literally seen 400% to 600% increases in conversion metrics overnight. <strong>Event-based marketing absolutely works.</strong></p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-665" src="https://www.willegan.com/wp-content/uploads/2018/12/event-based-marketing-works-1.png" alt="" width="1694" height="396" srcset="https://www.willegan.com/wp-content/uploads/2018/12/event-based-marketing-works-1.png 1694w, https://www.willegan.com/wp-content/uploads/2018/12/event-based-marketing-works-1-300x70.png 300w, https://www.willegan.com/wp-content/uploads/2018/12/event-based-marketing-works-1-768x180.png 768w" sizes="(max-width: 1694px) 100vw, 1694px" /></p>
<p>The performance of <strong>every single marketing channel and activity is enhanced when event-based marketing is added.</strong> Even interstitial popups convert well when enhanced with event-based marketing.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-668 size-full" src="https://www.willegan.com/wp-content/uploads/2018/12/event-based-list-building.jpg" alt="" width="1166" height="354" srcset="https://www.willegan.com/wp-content/uploads/2018/12/event-based-list-building.jpg 1166w, https://www.willegan.com/wp-content/uploads/2018/12/event-based-list-building-300x91.jpg 300w, https://www.willegan.com/wp-content/uploads/2018/12/event-based-list-building-768x233.jpg 768w" sizes="(max-width: 1166px) 100vw, 1166px" /></p>
<p>Yet, despite all of this&#8230; very few people know how to do it.</p>
<p>This makes sense though because it&#8217;s virtually impossible to learn. There is literally zero content online about it. Not a single guide or course&#8230; a few articles here and there, but that&#8217;s about it. So, being the content-savvy marketer I like to think I am, I started writing about it (and teaching it in real life). This was a great decision because it&#8217;s helped me refine all of the content I&#8217;m about to share with you. The diagrams, the explanations, the metaphors, the strategies and most importantly the application of the concepts are all better because of the real-life testing that has taken place in the classroom. Let&#8217;s begin&#8230;</p>
<h2>Technical background to event-based marketing</h2>
<p>It wasn&#8217;t until the early 90s that marketers first started tracking people visiting their websites. Unlike the way most marketing professionals approached their job at the time (think Don Draper), this new breed of marketer was fascinated by measuring whether their marketing activities actually worked. These data-driven-pioneers were the first &#8216;digital marketers&#8217; because of one thing: data.</p>
<p>Access to data was the turning point because it closed the feedback loop of marketing. Immediately every single marketing function became measurable, which in turn creates an opportunity to optimise our marketing. Data also speeds the entire marketing process up; if you&#8217;ve ever tried to optimise a website with no traffic you&#8217;ll know what I&#8217;m talking about.</p>
<p>From this moment on, data gave us the ability to measure our performance as marketers and compared to the incumbent alternative of little to no measurement, it probably felt like it was all happening in real time. Indeed, this was the birth of digital marketing, and the data source we came to rely on was server logs.</p>
<h3>Server logs</h3>
<p>Initially, the ability to actually measure the traffic to your website and the pages people were interested in relied on the most basic analytics technology we have: <strong>server logs</strong>. Server logs still work to this day. They show us the documents being requested by people who visit our website. When PHP, XML and HTML were the default web languages this worked well because every change in the state of a page (and the information contained upon it) relied on a call being made to a server. The typical user path on a website would look something like this:</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-688" src="https://www.willegan.com/wp-content/uploads/2018/12/server-log-based-analytics.gif" alt="" width="1180" height="462" /></p>
<p>The server log would tell us which documents were being requested on the server, and in which order. Beyond this, marketers couldn&#8217;t do much more&#8230; but neither could websites, so the data still felt pretty powerful. However, far more meaningful metrics would become available if we moved the tracking scripts to the client side. Enter &#8216;click-stream analytics&#8217;.</p>
<h3>Click-stream analytics</h3>
<p>Although they were not the first with this technology, the release of Google Analytics in 2005 democratised online analytics by introducing a free analytics package that would enable anyone with a website to begin collecting in-depth analytics about site usage.</p>
<p>The technical innovation was based on the repositioning of the data collection away from a server-side implementation to a client-side implementation. Rather than tracking document requests on the server, we would monitor requests from the front end of the website itself using a piece of javascript. In other words, we tracked the &#8220;click&#8221; side of a document request, rather than the response side of a document request. Clicks are an important evolution because they also represent a shift towards <span style="text-decoration: underline;">intention based metrics.</span></p>
<p>This repositioning of tracking allowed us to obtain an ever increasing number of new data points. Things like bounce rate, time on page, session durations along with new browser information such as screen size suddenly all became possible. The click-stream still recorded the movement of a user between documents, but it leveraged the user&#8217;s browser to achieve it (rather than the server).</p>
<p>This was a major breakthrough but it was appropriate given the changing purposes of websites. Rather than websites being brochures online, websites were becoming shops&#8230; and applications (such as forums and trading sites like eBay). This change in the way we used the Internet also spawned the development of a new series of technologies designed to facilitate a more lightweight transfer of data between a user (client) and the server. Not only would this speed browsing experiences up, but it would also take an enormous computational burden off the servers themselves (simply by reducing the size of the requests).</p>
<p>The things we cared about, such as a reply to our message or the change of an item&#8217;s price on eBay represented a very small portion of the overall HTML document. So instead of needing to reload the entire document, we were increasingly only reloading the portions of the document that had changed (often just a single line or value). AJAX and Javascript languages offered a way for websites to achieve this, by transferring small packets of data within the page itself.</p>
<p><img loading="lazy" decoding="async" class="alignright size-medium wp-image-749" src="https://www.willegan.com/wp-content/uploads/2018/12/events-in-google-analytics-300x185.png" alt="" width="300" height="185" srcset="https://www.willegan.com/wp-content/uploads/2018/12/events-in-google-analytics-300x185.png 300w, https://www.willegan.com/wp-content/uploads/2018/12/events-in-google-analytics-768x473.png 768w, https://www.willegan.com/wp-content/uploads/2018/12/events-in-google-analytics.png 1600w" sizes="(max-width: 300px) 100vw, 300px" />Google Analytics quickly added support for these <em>in-page changes of state</em> using a new report called &#8220;events&#8221;, but the fact that user data is not allowed inside Google Analytics largely renders this function useless. Events in GA can be used for goal tracking and simple reporting, but not much more. This was not a problem for click-stream analytics at first, until Javascript took over most of the web in the form of Single Page Applications (SPAs). Yep, I&#8217;m talking about Angular and React, along with back-end frameworks like node.js.</p>
<p>Suddenly a single document became an entire website.</p>
<h3>Event-streaming analytics</h3>
<p>As <em>websites</em> quickly evolved into web <em>applications</em> a document based tracking method was no longer adequate. Users could spend 10 minutes on a single page clicking, liking, saving, posting and otherwise interacting with the page despite the document path <span style="text-decoration: underline;"><strong>not</strong></span> changing. Think of Facebook.com&#8217;s home page news feed for example, as a user scrolls through their uniquely personalised news feed liking and commenting on posts, they are creating an enormous amount of data, but the document path is not changing. In this scenario, a click-stream based analytics tool like Google Analytics would simply report time on page of say 10 minutes with a 0% bounce rate.</p>
<p>The fact that all of these sites run on Javascript technology means that <strong>all</strong> of these interactions are <em>already</em> being recorded using <strong>javascript events</strong>. Amongst other things, these js events are used by the application to change what the user sees (the DOM) and how they interact with content whilst avoiding reloading the entire site itself. These events trigger client side or server side functions and can transfer data&#8230; again, all without requiring the page to be reloaded.</p>
<p>For example, imagine a user finding a product on an e-commerce website, adding the item to their cart, and commencing the checkout process. The <em>event-stream</em> would look something like this. Notice how it&#8217;s sitting on top of the document (server logs) and click-stream.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-740" src="https://www.willegan.com/wp-content/uploads/2018/12/event-based-marketing.gif" alt="" width="1278" height="579" /></p>
<p>You can see from the diagram above that the click-stream is really not that useful at all. So, now we arrive at the present day.</p>
<h3>Event-based marketing today</h3>
<p>Today, javascript events are running most of the front-end and back-end of websites and applications, but marketers&#8230; and product people&#8230; and even engineers sometimes just aren&#8217;t using them. Or are they?</p>
<p>In 2017 Facebook announced the transition away from the 8 default &#8216;conversion pixels&#8217; to a new &#8216;smart pixel&#8217;. You&#8217;ve probably guessed it, but the old conversion pixel was a server log based analytics method, much like the 1px by 1px image contained within emails to record email opens. The old Facebook pixel would trigger a request to a document on Facebooks server, located at a unique path where it could then be mapped as a conversion. The conversion count was simply the number of times the document had been requested on the server. The &#8216;smart pixel&#8217;, again you&#8217;ve probably already guessed it, is a new javascript based event tracking script. Javascript events would fire, sending a record of an event having occurred back to the Facebook conversion server. The number of conversions would be equal to the number of times the event had fired. This matters because <span style="text-decoration: underline;">marketers are interested in <em>who</em> triggered the event</span>, not just the fact that an event was triggered.</p>
<p>So, that leads us to the present day. Any marketer using Facebook advertising is already using &#8216;events&#8217; to measure conversion (they just don&#8217;t know it) and the worlds number one analytics platform doesn&#8217;t support personalised event tracking. Can you see the opportunity?</p>
<h2>What is an &#8220;event&#8221; in the context of event-based marketing?</h2>
<h3>Definition</h3>
<p><img loading="lazy" decoding="async" class="alignright wp-image-745 size-medium" src="https://www.willegan.com/wp-content/uploads/2018/12/diagram-of-an-event-based-marketing-300x201.gif" alt="" width="300" height="201" srcset="https://www.willegan.com/wp-content/uploads/2018/12/diagram-of-an-event-based-marketing-300x201.gif 300w, https://www.willegan.com/wp-content/uploads/2018/12/diagram-of-an-event-based-marketing-768x514.gif 768w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>An event is a record of a <strong>single instance of behaviour taking place on a website or app</strong>. It’s pinned to a single identity (known or unknown) and we can store useful information inside it.</p>
<p>Think of an event like a box that you can store useful information inside of. It gets automatically created when a user performs an action or a task (a behaviour) you are interested in observing and measuring. This box can then be stored, and sent anywhere you desire. If you want your email marketing platform to know about the event, send the event there. If you want to serve the user an advert in Facebook based on this behaviour, send the event there. If you want to create a report of the number of times this event was fired, you might send a copy into Amplitude to help generate the report. If you want to send a push notification a week after the user triggers the event, send it to Vero.</p>
<h3>Anatomy of an event</h3>
<p><img loading="lazy" decoding="async" class="alignright size-medium wp-image-755" src="https://www.willegan.com/wp-content/uploads/2018/12/example-of-an-event-300x135.gif" alt="" width="300" height="135" srcset="https://www.willegan.com/wp-content/uploads/2018/12/example-of-an-event-300x135.gif 300w, https://www.willegan.com/wp-content/uploads/2018/12/example-of-an-event-768x344.gif 768w" sizes="(max-width: 300px) 100vw, 300px" />There are three parts to every event:</p>
<ol>
<li>An identity (even if it&#8217;s anonymous)</li>
<li>A unique event name</li>
<li>Attributes stored inside the event.</li>
</ol>
<p>Again, an event is a single instance of behaviour with information stored inside it. People trigger events, which means we can attach an identity to the event. As marketers, this means we know <em><span style="text-decoration: underline;">what</span></em> happened, <span style="text-decoration: underline;"><em>when</em></span> it happened and <span style="text-decoration: underline;"><em>who</em></span> did it.</p>
<h3>Why do we use the phrase &#8216;event stream&#8217;?</h3>
<p>As users move around our website or app, clicking and interacting with things, they create a stream of data. This stream describes the user&#8217;s actions in chronological order. The stream really matters because it helps us perform what I can only describe as &#8216;reactive marketing&#8217;. We can react to users actions in real time by creating conditional rules. For example: if a user triggers, &#8220;add an item to cart&#8221; and does not trigger &#8220;started checkout&#8221; you may wish to commence display advertising containing the products the user just added to their cart. The fact that events happen in a particular order means we can more easily build conditional sequences around our user&#8217;s behaviour.</p>
<h3>Stateful and stateless data</h3>
<p>Lastly, it&#8217;s beneficial to know about the differences between stateful and stateless data. This is a very technical concept, but it fundamentally underpins event-based marketing.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-754" src="https://www.willegan.com/wp-content/uploads/2018/12/stateless-data-breadcrumbs-2000x710.png" alt="" width="1200" height="426" srcset="https://www.willegan.com/wp-content/uploads/2018/12/stateless-data-breadcrumbs-2000x710.png 2000w, https://www.willegan.com/wp-content/uploads/2018/12/stateless-data-breadcrumbs-300x107.png 300w, https://www.willegan.com/wp-content/uploads/2018/12/stateless-data-breadcrumbs-768x273.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></p>
<p><b>Stateful data</b><span style="font-weight: 400;"> allow us to create, store and read the memory of the data generated in the lead up to a stateless change in our database (like filling in a form).</span></p>
<p><b>Stateless data</b><span style="font-weight: 400;"> holds no memory of the past, it merely contains the most recent version of a record (such as the information submitted by the form).</span></p>
<p>Most marketing platforms were built for stateless data streams. This means that marketers can only react to stateless changes in the database, such as a user creating an account, adding an item to their cart or making a purchase. However, to build a truly customised event-based marketing program, we must be able to trigger marketing automation on the smallest changes, and these can be easily measured using stateful data points.</p>
<h2>Right person, right message, right time</h2>
<p>The post <a href="https://www.willegan.com/what-is-event-based-marketing/">What is Event-based Marketing?</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willegan.com/what-is-event-based-marketing/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Data and Marketing</title>
		<link>https://www.willegan.com/data-and-marketing/</link>
					<comments>https://www.willegan.com/data-and-marketing/#comments</comments>
		
		<dc:creator><![CDATA[Will Egan]]></dc:creator>
		<pubDate>Sun, 14 Oct 2018 03:41:37 +0000</pubDate>
				<category><![CDATA[Event Based Marketing]]></category>
		<guid isPermaLink="false">https://www.willegan.com/?p=544</guid>

					<description><![CDATA[<p>The Role of Data in Marketing Let&#8217;s explore data collection methods for the effective measurement of how our products and campaigns perform. This is a huge topic, and very few people truly understand it. All online analytics packages rely on two types of data collection: People Behaviour To track people online, we use cookies, sessions ... <a title="Data and Marketing" class="read-more" href="https://www.willegan.com/data-and-marketing/">Read more<span class="screen-reader-text">Data and Marketing</span></a></p>
<p>The post <a href="https://www.willegan.com/data-and-marketing/">Data and Marketing</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>The Role of Data in Marketing</h2>
<p>Let&#8217;s explore data collection methods for the effective measurement of how our products and campaigns perform.</p>
<p>This is a huge topic, and very few people truly understand it.</p>
<p><strong>All online analytics packages rely on two types of data collection:</strong></p>
<ol>
<li>People</li>
<li>Behaviour</li>
</ol>
<p>To track people online, we use cookies, sessions or other stored identity data points. To track behaviour, we use two primary methods of data collection: click-stream data, and event-stream data. The latter (event-streaming) is poorly understood yet offers the greatest value.</p>
<p>In an age where the word ‘personalisation’ is thrown around like glitter at Sydney&#8217;s Mardi Gras, event-based marketing is the backbone of this technology. <strong>Very few marketers understand the event stream</strong>, let alone realise that it probably already running on their very own website or app. For example, Facebook’s marketing platform relies on the event-stream.</p>
<h2>Tracking User Identities</h2>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/data-engineering-in-marketing.png" alt="" width="2046" height="754" class="aligncenter size-full wp-image-545" srcset="https://www.willegan.com/wp-content/uploads/2018/10/data-engineering-in-marketing.png 2046w, https://www.willegan.com/wp-content/uploads/2018/10/data-engineering-in-marketing-300x111.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/data-engineering-in-marketing-768x283.png 768w, https://www.willegan.com/wp-content/uploads/2018/10/data-engineering-in-marketing-2000x737.png 2000w" sizes="(max-width: 2046px) 100vw, 2046px" /></p>
<p>In order for data to be of value to the marketing and product development processes, we first need to be able to identify the unique people (both known users and anonymous users) on our app or website.</p>
<p>There are two common methods to track and identify a user: Cookies or Identity.</p>
<ul>
<li><strong>Cookie-based identities</strong> which allows us to target a web browser or device.</li>
<li><strong>Identity-based identities</strong> which allows us to target a person.</li>
</ul>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/differences-between-cookie-and-event-based-marketing.png" alt="" width="2030" height="822" class="aligncenter size-full wp-image-546" srcset="https://www.willegan.com/wp-content/uploads/2018/10/differences-between-cookie-and-event-based-marketing.png 2030w, https://www.willegan.com/wp-content/uploads/2018/10/differences-between-cookie-and-event-based-marketing-300x121.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/differences-between-cookie-and-event-based-marketing-768x311.png 768w, https://www.willegan.com/wp-content/uploads/2018/10/differences-between-cookie-and-event-based-marketing-2000x810.png 2000w" sizes="(max-width: 2030px) 100vw, 2030px" /></p>
<p>Most websites use both. But from a technical perspective, identity-based marketing is far superior.</p>
<h2>Cookie Based Identities</h2>
<p>When you visit a website, that website will store a number of cookies in your browser’s memory or storage.</p>
<p><strong>A cookie is a small file, which contains information</strong> (key pairs of data) served by the web server and stored in your web browser’s memory as a text-like file. This file contains useful information that allows the website (or third-party script on the website) to remember who you are, your preferences, or other behaviour for future reference should you visit again at some stage in the future.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/tracking-beacons-403-1.gif" alt="" width="1438" height="800" class="aligncenter size-full wp-image-548"></p>
<p>Cookie-based marketing also allows a browser user who has been on your site to be marketed to by an advertising service. If you have a third-party script like Google Analytics’ analytics.js installed on your website, you can set it up to also talk to Google Adwords. Google Adwords will then know if this user hasn’t converted in a way that you’d like them to, and will continue to market to that user across its network.</p>
<p>When visiting the AFL.com.au website above, over 30 cookies were dropped on my browser (many of which were third party).</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/cookies-on-afl.png" alt="" width="1600" height="957" class="aligncenter size-full wp-image-556" srcset="https://www.willegan.com/wp-content/uploads/2018/10/cookies-on-afl.png 1600w, https://www.willegan.com/wp-content/uploads/2018/10/cookies-on-afl-300x179.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/cookies-on-afl-768x459.png 768w" sizes="(max-width: 1600px) 100vw, 1600px" /></p>
<p>So, cookie-based marketing is useful for tracking users on your own website, with the intent of re-marketing to that user across an advertising partner’s ad network.</p>
<p>The problem with cookie-based marketing is that you are limited to tracking activity on one browser and on one device only. There are also huge limitations around cross-domain cookies authorisation, and the threat of the user clearing their browser’s cache (and your cookies along with it) at any moment.</p>
<h2>Identity Based</h2>
<p>Identity-based marketing however is built on the presumption that you, or someone else, knows who the user is (i.e. the user has a unique user ID). No matter where the user logs in and on what device, you know who they are. They’re more than a static web browser.</p>
<p>In your own product you have a system of keying user IDs (if your users can log in, you will), you will be able to identify this user uniquely and begin tracking every time they ‘do something’. We’ll get more into how that works (Javascript event-triggers) in the next section.</p>
<p>Identity-based marketing will always be superior in targeted reach. Firstly, because we can be much more confident about exactly who we&#8217;re tracking. Secondly, because all of the behavioural data being collected is being linked to them directly, not a browser.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/identity-cookie-based-marketing.png" alt="" width="924" height="522" class="aligncenter size-full wp-image-553" srcset="https://www.willegan.com/wp-content/uploads/2018/10/identity-cookie-based-marketing.png 924w, https://www.willegan.com/wp-content/uploads/2018/10/identity-cookie-based-marketing-300x169.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/identity-cookie-based-marketing-768x434.png 768w" sizes="(max-width: 924px) 100vw, 924px" /></p>
<p>In fact, cookie-based marketing if often associated with the idea of ‘anonymous IDs’, as although the browser needs a string of characters to identify it in code, there&#8217;s a strong chance that the user is still anonymous.</p>
<p>So what exactly is being tracked?</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/whats-being-tracked-online.png" alt="" width="2052" height="772" class="aligncenter size-full wp-image-559" srcset="https://www.willegan.com/wp-content/uploads/2018/10/whats-being-tracked-online.png 2052w, https://www.willegan.com/wp-content/uploads/2018/10/whats-being-tracked-online-300x113.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/whats-being-tracked-online-768x289.png 768w, https://www.willegan.com/wp-content/uploads/2018/10/whats-being-tracked-online-2000x752.png 2000w" sizes="(max-width: 2052px) 100vw, 2052px" /></p>
<h2>Identity Based Advertising</h2>
<p>Because we&#8217;re always logged in to services like Facebook and Google, they provide a simple example of identity-based marketing. Have you ever noticed when you visit a website that Facebook is able to tell you how many of your friends have &#8216;liked this page&#8217;? It&#8217;s because you&#8217;re always logged in, they know the website you are on, and they use their javascript to determine (&#8216;identify&#8217;) that you&#8217;re there.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/identity-based-advertising-platforms.png" alt="" width="2142" height="512" class="aligncenter size-full wp-image-554" srcset="https://www.willegan.com/wp-content/uploads/2018/10/identity-based-advertising-platforms.png 2142w, https://www.willegan.com/wp-content/uploads/2018/10/identity-based-advertising-platforms-300x72.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/identity-based-advertising-platforms-768x184.png 768w, https://www.willegan.com/wp-content/uploads/2018/10/identity-based-advertising-platforms-2000x478.png 2000w" sizes="(max-width: 2142px) 100vw, 2142px" /></p>
<div style="padding:20px; border:1px solid #3863af; border-radius:5px; margin-bottom:20px">Did you know that if a website you visit has any Facebook Javascript on its page (like a tracking pixel (script) or Like button), Facebook can use this technology to determine that you&#8217;ve visited that website? This is how Facebook collects and builds data about our interests, regardless of the content we share on Facebook itself.</div>
<p>Google takes this one step further by getting users to log into the Google Chrome web browser itself. This enables them to track movement and behaviour across every website you visit regardless of whether there is any Google javascript sitting on the websites you visit themselves. Whether Google does this or not is unclear, but technically it&#8217;s possible.</p>
<p>Most of the events that you will track against browsers (cookie-based) will be clickstream events, with some select event stream events (if at all). Cookie-based collection is often more clickstream-oriented purely because you are more interested in metrics about a user’s session, rather than the user’s profile. Identity-based marketing platforms will often put more effort into tracking the event stream because they can record engagement to a specific user, and engagement with specific features on a page far more easily.</p>
<p>For instance, Google Analytics largely tracks clickstream events, as it is primarily interested in statistics about your session or your client (by the way, “client” means the environment you are on: web, iOS, Windows 10, Android etc). Although it does also allow you to track event stream events in a limited way, you can&#8217;t feed a User-ID into GA along with those events because GA is not set up on the basis of user ‘profiles’. It merely groups events by User-ID for some better accuracy, with these user ids actually being browser ids stored in cookies.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/event-tracking-in-google-analytics.png" alt="" width="1600" height="985" class="aligncenter size-full wp-image-560" srcset="https://www.willegan.com/wp-content/uploads/2018/10/event-tracking-in-google-analytics.png 1600w, https://www.willegan.com/wp-content/uploads/2018/10/event-tracking-in-google-analytics-300x185.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/event-tracking-in-google-analytics-768x473.png 768w" sizes="(max-width: 1600px) 100vw, 1600px" /></p>
<p>In the same way that Facebook and Google can track users as they move across the web, you can use identity-based marketing to track your users as they move across your app or your website.</p>
<p>Now that we know how to track our users, let&#8217;s take a look at how we track what they do (their behaviour).</p>
<h2>The Event-stream</h2>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/event-based-marketing-object-action.png" alt="" width="532" height="532" class="aligncenter size-full wp-image-561" srcset="https://www.willegan.com/wp-content/uploads/2018/10/event-based-marketing-object-action.png 532w, https://www.willegan.com/wp-content/uploads/2018/10/event-based-marketing-object-action-150x150.png 150w, https://www.willegan.com/wp-content/uploads/2018/10/event-based-marketing-object-action-300x300.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/event-based-marketing-object-action-140x140.png 140w" sizes="(max-width: 532px) 100vw, 532px" /></p>
<p>Let&#8217;s start by defining <strong>what an event is</strong>.</p>
<p>An event is a <strong>packet of data</strong> that is sent from one location to another when ‘something happens&#8217;. It represents a single instance of behaviour taking place on a website or app, it is usually pinned to an identity (even anonymous identities), and the packet of data can contain whatever specific or contextual information you would like to include.</p>
<h2>The Click-stream</h2>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/click-stream-tracking-visualisation.png" alt="" width="732" height="413" class="aligncenter size-full wp-image-563" srcset="https://www.willegan.com/wp-content/uploads/2018/10/click-stream-tracking-visualisation.png 732w, https://www.willegan.com/wp-content/uploads/2018/10/click-stream-tracking-visualisation-300x169.png 300w" sizes="(max-width: 732px) 100vw, 732px" /></p>
<p>The clickstream is the <strong>recording of a user’s interaction with a website</strong> and or other software application in the course of their browsing. The click stream is simply a record of &#8216;clicks&#8217; or request between documents on a server. Therefore, the most commonly tracked clickstream data is page views.</p>
<p>The event stream is far broader in its application, and far more granular. Where clickstream events are generally collected in the normal browsing of a website, event stream data is specifically defined by the marketer or product manager based on what they would like to track. An example would be the event: ‘User signed up’. This is not browsing activity, so it has to be sent differently using Javascript.</p>
<p>Put simply: the clickstream tracks changes between two pages and the event stream tracks changes in state on a single page.</p>
<p><strong>Choosing your preferred method of tracking all comes down to what you want to track.</strong></p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/example-of-an-event-in-event-stream.png" alt="" width="2056" height="672" class="aligncenter size-full wp-image-564" srcset="https://www.willegan.com/wp-content/uploads/2018/10/example-of-an-event-in-event-stream.png 2056w, https://www.willegan.com/wp-content/uploads/2018/10/example-of-an-event-in-event-stream-300x98.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/example-of-an-event-in-event-stream-768x251.png 768w, https://www.willegan.com/wp-content/uploads/2018/10/example-of-an-event-in-event-stream-2000x654.png 2000w" sizes="(max-width: 2056px) 100vw, 2056px" /></p>
<p>Identity-based event tracking uses the event stream because the events are often reflective of a user’s behaviour across a long period of time. With an identity system, you can log these events to a unique user’s profile.</p>
<p>A simpler example of an identity platform is Intercom. If you wish too, you can install the Intercom tracking script on your website. Intercom will begin tracking clickstream events of users, but also event stream events from the same client or other clients. This isn’t cookie-based remember &#8211; the script on your website is sending the information directly to Intercom, and if you have a User-ID system, Intercom will record all of the events it receives against the user ID or user profile that triggered them.</p>
<p>In summary, cookie-based identities are designed to assist with click stream behaviour tracking. Whereas identity based javascript identities are designed for event-stream behaviour tracking.</p>
<p>So, how is all of this useful? Behavioural marketing.</p>
<h2>The Right Message, to the Right Person at the Right Time</h2>
<p>Okay, so now that we have a general understanding of the difference between cookie-based data collection and event-based data collection, it&#8217;s time to explain how all of this becomes useful.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/right-person-right-message-right-time.png" alt="" width="1600" height="327" class="aligncenter size-full wp-image-565" srcset="https://www.willegan.com/wp-content/uploads/2018/10/right-person-right-message-right-time.png 1600w, https://www.willegan.com/wp-content/uploads/2018/10/right-person-right-message-right-time-300x61.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/right-person-right-message-right-time-768x157.png 768w" sizes="(max-width: 1600px) 100vw, 1600px" /></p>
<p>To do this, let’s extend the concept of behavioural marketing.</p>
<p>There are many platforms, tools, technologies and people out there who offer up versions of a definition of behavioural marketing. But what is it exactly?</p>
<p>In our opinion, behavioural marketing is best described as:</p>
<ol>
<li>Getting the <strong>right message</strong></li>
<li>In front of the <strong>right person</strong></li>
<li>At the <strong>right time</strong>.</li>
</ol>
<p>Tracking user identities gives you the right person, tracking their events gives you the right time, and your own creativity (and the context) will help you craft the right message.</p>
<p>If we know who a user is, and we know what actions they are taking on our website or app, we can communicate with them in a much more meaningful way.</p>
<p>Let&#8217;s take a moment to explore a quick case study.</p>
<h2>Case study: Spotify</h2>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/spotify-app.jpg" alt="" width="1600" height="800" class="aligncenter size-full wp-image-566" srcset="https://www.willegan.com/wp-content/uploads/2018/10/spotify-app.jpg 1600w, https://www.willegan.com/wp-content/uploads/2018/10/spotify-app-300x150.jpg 300w, https://www.willegan.com/wp-content/uploads/2018/10/spotify-app-768x384.jpg 768w" sizes="(max-width: 1600px) 100vw, 1600px" /></p>
<p>Imagine you are responsible for the marketing of the Spotify music application. Spotify is about to release an app for the Apple Watch in an attempt to increase retention on the iOS platform. Your job, as the product marketer, is to announce this new service to your customers.</p>
<p><em>Let&#8217;s use the &#8216;right person&#8217;, &#8216;right message&#8217;, &#8216;right time&#8217; framework to solve this problem.</em></p>
<p><strong>First, we need to determine the right person</strong>; exactly who should we advertise the apple Watch App to (let’s build a segment, rather than promoting this to all of our users).</p>
<p>The good thing is that you have been tracking users using direct javascript identites along with eventstream events. At spotify, a generic &#8216;New Session&#8217; event is triggered every time a user starts a new session on Spotify. One of the attributes sent in this event is the device type and operating system. It looks something like this:</p>
<pre>event.newSession {
	deviceType: "mobile",
	operatingSystem: "iOS"
}</pre>
<p>When you call the identify method and pass through these attributes, the user object is updated with new ‘traits’. Traits are the descriptors of the user, the things about them that make them unique.</p>
<p>Let’s head over to our event-based marketing platform, Vero, and run a simple query agains the user base to help us produce generate the segment. We can do this by selecting all users who have triggered the event &#8216;newSession&#8217; where operatingSystem was equal to &#8220;iOS&#8221; and device was equal to “Watch”. Great, we have found &#8216;the right people&#8217;.</p>
<p>Next, let&#8217;s consider how we might construct the <strong>&#8216;right message&#8217;.</strong> The definition of “right message” is the one that converts the highest. The trick here is that because we can be confident about exactly who the audience is, we can be far more targeted with our message.</p>
<p>A message like &#8220;Spotify now available on smart watches&#8221; is unnecessarily vague for this audience. Whereas, &#8216;Install Spotify on Your Apple Watch&#8217; is better, and we can do because of a higher sense of confidence that no one will ask about other watches, seeing as these are iOS users. However, this message still lacks the punch required to drive conversion (more on this later).</p>
<p>Seeing as we know who this person is, we also know their playlists and what song they just listened to. We can now incorporate this into the message. For example, &#8220;Listen to Avici Levels on your Apple Watch.&#8221;</p>
<p>As you can see, a whole new level of personalisation is available when tracking users in this way, and marketing to them accordingly.</p>
<p>Lastly, we need to decide upon the <strong>right time</strong> to show this add.</p>
<p>For every communication (email, text, display, push) there are two &#8216;right times&#8217;, one you&#8217;re in control of as the sender and one you&#8217;re not (when it&#8217;s opened/received by the recipient). But with event streaming, we can actually control both. Here&#8217;s how.</p>
<p>We can use an event to fire this communication at the right time. For example, we could use the &#8216;newSession&#8217; event to fire an in-app pop-up message containing our advert. In this scenario, the user would open the iOS app on their smartphone and see the pop-up advert instantly.</p>
<p>Or, we could fire this message the first time a user triggers the event &#8216;newSession&#8217; after having triggered the event &#8216;playsSong&#8217; where the song&#8217;s artist was equal to &#8216;Coldplay&#8217; and the time of day is between 5pm and 9pm in the user&#8217;s timezone.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/spotify-apple-watch-notificationp-screens.jpg" alt="" width="1117" height="683" class="aligncenter size-full wp-image-567" srcset="https://www.willegan.com/wp-content/uploads/2018/10/spotify-apple-watch-notificationp-screens.jpg 1117w, https://www.willegan.com/wp-content/uploads/2018/10/spotify-apple-watch-notificationp-screens-300x183.jpg 300w, https://www.willegan.com/wp-content/uploads/2018/10/spotify-apple-watch-notificationp-screens-768x470.jpg 768w" sizes="(max-width: 1117px) 100vw, 1117px" /></p>
<p>This is the level of personalisation event-streaming provides behavioural marketing campaigns, and this is why you should build event-based marketing into your Growth Machine.</p>
<h2>Getting Started with Event Streaming</h2>
<p>Yes, setting up event stream events and tracking users will certainly require technical expertise. But, the good news is that this technology has been around a while and there are lots of tools that will make this easier for you, so long as you understand the concepts and can navigate your way around your app or website’s codebase (message from the future: learn to code).</p>
<p>The post <a href="https://www.willegan.com/data-and-marketing/">Data and Marketing</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willegan.com/data-and-marketing/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Choosing a Marketing Framework</title>
		<link>https://www.willegan.com/choosing-a-marketing-framework/</link>
					<comments>https://www.willegan.com/choosing-a-marketing-framework/#respond</comments>
		
		<dc:creator><![CDATA[Will Egan]]></dc:creator>
		<pubDate>Sun, 14 Oct 2018 02:42:36 +0000</pubDate>
				<category><![CDATA[Growth]]></category>
		<category><![CDATA[Marketing]]></category>
		<guid isPermaLink="false">https://www.willegan.com/?p=43</guid>

					<description><![CDATA[<p>So, you&#8217;re trying to work out which marketing framework to use. Cool, there are three to choose from: SaaS, e-Commerce and High Consideration. Software as a Service (SaaS) &#8211; AARRR (colloquially called ‘Pirate Metrics’) This should be familiar for people who live in the startup world. It’s the go-to framework when thinking about consumer behaviour ... <a title="Choosing a Marketing Framework" class="read-more" href="https://www.willegan.com/choosing-a-marketing-framework/">Read more<span class="screen-reader-text">Choosing a Marketing Framework</span></a></p>
<p>The post <a href="https://www.willegan.com/choosing-a-marketing-framework/">Choosing a Marketing Framework</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>So, you&#8217;re trying to work out which marketing framework to use. Cool, there are three to choose from: SaaS, e-Commerce and High Consideration.</p>
<h2>Software as a Service (SaaS) &#8211; AARRR (colloquially called ‘Pirate Metrics’)</h2>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/Picture1.png" alt="" width="974" height="449" class="aligncenter size-full wp-image-525" srcset="https://www.willegan.com/wp-content/uploads/2018/10/Picture1.png 974w, https://www.willegan.com/wp-content/uploads/2018/10/Picture1-300x138.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/Picture1-768x354.png 768w" sizes="(max-width: 974px) 100vw, 974px" /></p>
<p>This should be familiar for people who live in the startup world. It’s the go-to framework when thinking about consumer behaviour and decision-making. A startup or a business that operates from a SaaS model can only be successful when each of the five AARRR stages are broken down, defined, measured, analysed and then optimised. </p>
<h3>Acquisition</h3>
<p>Acquisition refers to how your customers find you. There are many potentials channels out there (over 800 at last count), and I highly recommend reading <a href="https://medium.com/@yegg/the-19-channels-you-can-use-to-get-traction-93c762d19339">this great article that covers the variety of channels</a> by Gabriel Weinberg (the author of the book Traction). </p>
<p>Weinberg manages to shoot off 19 different channels. Some such as SEO, SEM and display ads might sound familiar, but have you considered community building? Or unconventional PR? There is more than one way fill up the top of your funnel up. </p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/tractionvsgrowth.png" alt="" width="500" height="290" class="aligncenter size-full wp-image-536" srcset="https://www.willegan.com/wp-content/uploads/2018/10/tractionvsgrowth.png 500w, https://www.willegan.com/wp-content/uploads/2018/10/tractionvsgrowth-300x174.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>Peter Thiel, legendary Silicon Valley entrepreneur and investor says “It’s very likely that one channel is optimal, most businesses get zero distribution channels to work. Poor distribution &#8211; not product &#8211; is the number one cause of failure.”</p>
<p><a href="https://medium.com/@yegg/the-bullseye-framework-for-getting-traction-ef49d05bfd7e">The Bullseye Framework</a> by Gabriel Weiner is another great framework to help you identify what channels are worth testing, in order to find that one scalable channel. </p>
<p>His article is structured whereby the 19 possible channels lie on the outside circle of a darts board, whilst the channels you should be testing lie in the inside circle on the board. The one channel that performs exceptionally well will be the metaphorical bullseye. Have a read.</p>
<p>These channels aren’t only relevant for acquisition however, or getting new users. For example, email marketing is great for top-of-the-funnel activities, but it is also one of the best weapons for retention, or referral. Have you had an email from a business that says, “we haven’t seen you around on our platform lately, we miss you!” These types of drip campaigns can be used across the entire user journey.</p>
<p>When testing acquisition channels, it’s incorrect to think about the funnel in the context of acquisition alone. As a great marketer, your mission is to consider the entire funnel. For example, whilst you might be getting someone onto your website for $0.30 with a display ad vs. $1.10 with Google Adwords the long-term value of these two users may be very different. </p>
<p>At first glance the display ad is a clear winner. But what if Adwords customers are converting 300% more often? Still a slightly worse option. But what if they are retained/repeat users at much higher levels, and even bring in more referrals? This is what you need to be thinking about in context of acquisition, not just the acquisition metrics.</p>
<p>Put simply, acquisition is a set of strategies and channels designed to acquire users. Acquisition is usually the last thing to be built-into most marketing machines. Often, there’s a minimum viable number of daily sign-ups (say 10 or 20) that most product-teams need whilst building the product and building the growth machine.</p>
<h2>Activation</h2>
<p><strong>The next step is activation.</strong> It&#8217;s our view that this step is the most important of all. Activation is tied directly to user experience. It refers to the amount of time before a user obtains value from your product.</p>
<p>A business with great activation will see the majority of users who sign up continue to use the product over the long term. Whereas a business with low levels of activation will have much lower rates of usage and retention over the long term (if at all).</p>
<p>A great example of a business with fantastic activation is <strong><a href="https://www.duolingo.com/">duolingo</a></strong>. The core value of this website (learn a language) is demonstrated very quickly &#8211;  literally within a few clicks you’re learning a new language. You don’t even have to sign up!</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/Screen-Shot-2014-08-18-at-11.29.41-AM-570x259.png" alt="" width="570" height="259" class="aligncenter size-full wp-image-530" srcset="https://www.willegan.com/wp-content/uploads/2018/10/Screen-Shot-2014-08-18-at-11.29.41-AM-570x259.png 570w, https://www.willegan.com/wp-content/uploads/2018/10/Screen-Shot-2014-08-18-at-11.29.41-AM-570x259-300x136.png 300w" sizes="(max-width: 570px) 100vw, 570px" /><br />
In this scenario, activation has been positioned before acquisition. Duolingo actually ‘activates you’ before they ‘acquire you’ (so clever). They have you sign up after you get to experience the value of the product. Ultimately, this means activation is 100% (a dream).</p>
<p>An easy way to start caring more about activation is to change your user acquisition metric from ‘number of sign-ups’ to ‘number of activated sign-ups’.</p>
<h2>Retention</h2>
<p><strong>Growth is all about retention.</strong> Don’t bother trying to scale a product unless you have retention. It’s like trying to fill a bucket that has holes in it.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/retention.jpg" alt="" width="1000" height="670" class="aligncenter size-full wp-image-531" srcset="https://www.willegan.com/wp-content/uploads/2018/10/retention.jpg 1000w, https://www.willegan.com/wp-content/uploads/2018/10/retention-300x201.jpg 300w, https://www.willegan.com/wp-content/uploads/2018/10/retention-768x515.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></p>
<p>If you truly want to be an awesome growth marketer, please spend some time watching <a href="https://www.youtube.com/watch?v=n_yHZ_vKjno">Alex’s presentation on growth</a>. He is a former VP of marketing at Facebook and truly understands the power of retention. </p>
<p><strong>Retention, put simply, is whether or not users come back to use your product a second or more time.</strong> What’s the point of acquiring new users and activating them if they’re just going to stop using your product? In terms of total users, it’s a lot easier to keep adding more users to your platform with a growing base, than trying to compensate for all the users who are disengaged and no longer using your product. </p>
<p>If you have low retention, you have big holes in your bucket (and activation is probably the main problem). In other words, when retention is down, it’s not the fact that people aren’t using your product over and over again, it’s usually because they’ve never used it, not once.</p>
<p>For those of you who are starting a business, retention is actually a great sign of product-market fit. If 40% of users are being retained, this says a lot about the value of your product. And in our experience, 40% is actually a good 30-day retention rate.</p>
<p>Retention metrics vary from business to business so it’s really important to consider how you’re going to measure retention. The simplest and certainly most common measurement of retention is monthly active users (MAUs). </p>
<p>A better (but more complex) approach is measuring the difference between the number of times a user used the product, compared to the number of times a user could or should have used the product over the typical time period in which a user should use the product. </p>
<p><u>In other words, when the user could have or should have used our product, did they?</u></p>
<p>E.G. When a user needed to book a flight, did they use our platform to do so?<br />
To determine this ‘typical window of usage’ a social media site might be interested in weekly active users (WAUs), whereas an end-of-financial-year accounting platform might have to wait a year to find out if a user is retained.</p>
<p>In it’s early days, Facebook as a social media platform was heavily focused on Monthly Active Users (MAU’s) while other social platforms were mainly measuring total registered users. What’s the difference? Facebook cared more about people actually using the community, versus the number of people in it. Sounds like an awfully familiar homage to core value proposition doesn’t it.</p>
<p><a href="https://www.andrewthompson.co/2013/04/chamath-palihapitiya-vp-of-growth.html"><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/Facebook-Growth-Framework.png" alt="" width="957" height="165" class="aligncenter size-full wp-image-532" srcset="https://www.willegan.com/wp-content/uploads/2018/10/Facebook-Growth-Framework.png 957w, https://www.willegan.com/wp-content/uploads/2018/10/Facebook-Growth-Framework-300x52.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/Facebook-Growth-Framework-768x132.png 768w" sizes="(max-width: 957px) 100vw, 957px" /></a></p>
<p>To go further, Facebook had a golden rule for activation in their context of retention. They thought that if a user got to 10 friends in 14 days, they were much more likely to be retained as a user.</p>
<p>It’s important to be mindful of the difference between correlation and causation here though. A similar metric was espoused by the folks at Twitter: users with 20 or so followers were more likely to be engaged over the long term. This sounds like causation, meaning by following 20+ accounts it would cause a user to become engaged over the long term. To encourage/increase this, Twitter introduced a single button during on-boarding that automatically followed 20+ people. Effectively forcing activation.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/twitter-forced-followers.png" alt="" width="2330" height="1708" class="aligncenter size-full wp-image-533" srcset="https://www.willegan.com/wp-content/uploads/2018/10/twitter-forced-followers.png 2330w, https://www.willegan.com/wp-content/uploads/2018/10/twitter-forced-followers-300x220.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/twitter-forced-followers-768x563.png 768w, https://www.willegan.com/wp-content/uploads/2018/10/twitter-forced-followers-2000x1466.png 2000w" sizes="(max-width: 2330px) 100vw, 2330px" /></p>
<p>A quick aside before we proceed, forcing activation never works. True activation involves the user doing the work, not the product ‘showing’ or ‘demonstrating’ or ‘stepping the user through’ the product.</p>
<p>Alas, Twitter’s observation of users who followed 20+ people being more engaged was actually correlation (not causation). Meaning people who were engaged also happened to follow 20+ people. In other words, one didn’t cause the other.</p>
<h3>Revenue</h3>
<p>This is pretty simple. Are people paying to use your product? </p>
<p>Yes = good.<br />
No = bad.<br />
Any questions?</p>
<p>If you’re a bit of a sucker for psychology like us, there is a lot of cool content out there on pricing, and how humans react to it. Hint: we as consumers make some very dumb decisions.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/popcorn-upsell.jpg" alt="" width="800" height="400" class="aligncenter size-full wp-image-534" srcset="https://www.willegan.com/wp-content/uploads/2018/10/popcorn-upsell.jpg 800w, https://www.willegan.com/wp-content/uploads/2018/10/popcorn-upsell-300x150.jpg 300w, https://www.willegan.com/wp-content/uploads/2018/10/popcorn-upsell-768x384.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>A cool example is the psychology of decoy pricing on popcorn. You’d be surprised how you can make this work for a range of business pricing decisions.</p>
<h3>Referral</h3>
<p>The last component of the SaaS funnel is referral. Have you heard of the phrase ‘net promoter score (NPS)’ before? It’s a great way to understand how likely your users are to refer your product to other people organically.</p>
<p>Companies can work out their NPS by asking their users “How likely are you to recommend this business to a friend or colleague?”</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/NPS.png" alt="" width="974" height="249" class="aligncenter size-full wp-image-537" srcset="https://www.willegan.com/wp-content/uploads/2018/10/NPS.png 974w, https://www.willegan.com/wp-content/uploads/2018/10/NPS-300x77.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/NPS-768x196.png 768w" sizes="(max-width: 974px) 100vw, 974px" /></p>
<p>The reason why this metric is so important is because referrals are directly correlated to the virality of a product, and how much it will grow organically through word of mouth. </p>
<p>Companies such as Dropbox, PayPal and Uber have all used incentivised referrals as a catalyst for growth. Refer a friend and get $20 in Uber vouchers, or $20 into your PayPal account or even something as simple as 1GB extra storage in your Dropbox! </p>
<p>Incentivised referrals are great. But remember this:</p>
<p>What’s better than incentivised referrals? Inherent referrals, or inherent virality.</p>
<p>Inherent referrals are ones that come about because of the nature of your product or service. There may be a purposeful mechanism behind it, and it is built in to how people would normally experience or use your product. Sharing the product is part of everyday use.</p>
<p>Email and telephone calls, for example, are inherently viral. You can’t send an email without sending it to a recipient.</p>
<p>Inherent virality is so powerful, and if you can discover it, it will certainly be your biggest driver of growth. Consider this, which of the following referral features drove more growth in Dropbox?</p>
<ul>
<li>Incentivised referral: share Dropbox and get 1GB for every friend that signed up.</li>
<li>Inherent referral: share this file/album with a friend.</li>
</ul>
<p>Now consider which one of these two strategies is cheaper, and which one is the longest-lasting. Remember, it’s the long-term sustainable tactics that we want to identify and include in our Growth Machine.</p>
<p>A word of caution though. Be careful trying to engineer inherent virality in products that don’t inherently have it. Technically speaking, it is a very difficult test to run, and despite the many times we’ve personally tried to  implement an inherent virality strategy, it’s almost never worked. </p>
<p>If you do want to do it though, and at least want to test it, ask yourself the following question: ‘where in my product experience would someone naturally share/communicate with another person?’. If you are able to really maximise this point of experience, you don’t need to try and convince users to tell their friends. They’ll want to do it anyway, all you’ll need to offer is the button/or link to enable them to do it. Even better, if your product by nature has a collaborative element to it, your inherent referral mechanism would also act as an ongoing activation (and therefore retention) factor.</p>
<h2>e-Commerce Sales Funnel &#8211; The Ol&#8217; Fashioned Way</h2>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/e-commerce-growth-framework.png" alt="" width="872" height="443" class="aligncenter size-full wp-image-538" srcset="https://www.willegan.com/wp-content/uploads/2018/10/e-commerce-growth-framework.png 872w, https://www.willegan.com/wp-content/uploads/2018/10/e-commerce-growth-framework-300x152.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/e-commerce-growth-framework-768x390.png 768w" sizes="(max-width: 872px) 100vw, 872px" /></p>
<p>A typical e-commerce website is transaction focused. It has browse, category, product, and checkout pages. eCommerce follows the following formula:</p>
<div style="padding:20px; margin-bottom:10px; background-color:#f1f1f1; border:1px solid #f9f9f9; border-radius: 5px;">Revenue = Traffic (#) x Conversion (%) x Average Order Value (AOV) ($)</div>
<p>Improve any one of those three dimensions (without negatively effecting the others) and you will increase revenue. </p>
<p>While there is still a lot to this process, many modern e-commerce businesses adopt the SaaS mindset typically with the intention of outperforming rivals. </p>
<p>A site that adheres to the typical e-commerce way of life in Australia is Myer. Much of the site acts like a directory. They hope you click around, then find something that interests you enough to add it to your basket and ultimately convert. </p>
<p>An example of an e-commerce business, that has literally dominated every market it has entered because of its SaaS mindset is Amazon. Their focus on activation and retention is without doubt integrated into the core of their business. </p>
<p>A sure bet you can make about Amazon is that they will try and get as many Australians as possible to make one purchase from their platform. That way they’re signed up, can experience the value Amazon offers, and Amazon has a chance to ultimately retain them as a user.</p>
<p>This is an example of an e-commerce business thinking about activation. An example of Amazon thinking about retention was their introduction of Amazon Prime as a subscription service. This is a sure way to raise the customer lifetime value (CLV) of a user over time.</p>
<p>Over the years, eCommerce has become increasingly reliant on email and pricing as the value drivers in their marketing funnel.</p>
<h2>High Consideration Sales Funnel</h2>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/high-consideration-sales-funnel.png" alt="" width="695" height="375" class="aligncenter size-full wp-image-539" srcset="https://www.willegan.com/wp-content/uploads/2018/10/high-consideration-sales-funnel.png 695w, https://www.willegan.com/wp-content/uploads/2018/10/high-consideration-sales-funnel-300x162.png 300w" sizes="(max-width: 695px) 100vw, 695px" /></p>
<p>This funnel is quite similar to e-commerce but has a much longer purchasing lifecycle. This is largely due to the ‘high-consideration’ nature of what’s being purchased (cars, holidays, degrees). This funnel also accurately describes a sales funnel through to lead generation.</p>
<p>In a high-consideration environment, marketing teams will spend much more time in the awareness, interest and evaluation stages of the sales funnel.</p>
<p>Typical examples of products that would have a sales process like this online include enrolling in tertiary study, buying a property, purchasing a car, or booking an expensive holiday. </p>
<p>Few people have access to such large credit facilities that they can afford to purchase these items online. Think about the most expensive thing you have bought online. Maybe a plane ticket to Europe? Rarely would your average consumer spend more than $5k online.</p>
<p>What about a student’s university debt? The customer&#8217;s credit facility is actually the government, and you definitely apply for a degree online for most universities. But because it’s such a massive commitment, the mindset of the user will lend itself to the high consideration funnel more than the e-commerce funnel.</p>
<p>A somewhat obvious insight when thinking about your ‘bullseye’ framework for high consideration products is the potential power of high value content. A great strategy in these scenarios is to have well-developed, long form pieces of content for the early parts of your funnel.</p>
<p>The important thing about high-consideration sales is that a transactional approach (like e-Commerce) doesn’t work. The reality is that whether you like it or not, your user is going to go through most of these stages in the path to conversion.</p>
<p>It’s also very important to realise that if you’re not there during the first few stages (awareness, interest and evaluation), don’t expect to be in the game further down the funnel when the prospect is about to buy. Users aren’t going to just randomly show up to your site and purchase (unless your Apple).</p>
<p>In this process, content is truly king.</p>
<p>The post <a href="https://www.willegan.com/choosing-a-marketing-framework/">Choosing a Marketing Framework</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willegan.com/choosing-a-marketing-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Articulating Your Core Value Proposition</title>
		<link>https://www.willegan.com/articulating-your-core-value-proposition/</link>
					<comments>https://www.willegan.com/articulating-your-core-value-proposition/#respond</comments>
		
		<dc:creator><![CDATA[Will Egan]]></dc:creator>
		<pubDate>Sun, 14 Oct 2018 00:35:45 +0000</pubDate>
				<category><![CDATA[Growth Machine]]></category>
		<category><![CDATA[Product]]></category>
		<guid isPermaLink="false">https://www.willegan.com/?p=503</guid>

					<description><![CDATA[<p>Products solve problems for people. We employ products to do jobs. Underpinning every Growth Machine is a fundamental understanding of exactly how our product creates value for our customers. Until we understand this, nothing else will make sense to us or our customer. This article will help you articulate your core value proposition. To do ... <a title="Articulating Your Core Value Proposition" class="read-more" href="https://www.willegan.com/articulating-your-core-value-proposition/">Read more<span class="screen-reader-text">Articulating Your Core Value Proposition</span></a></p>
<p>The post <a href="https://www.willegan.com/articulating-your-core-value-proposition/">Articulating Your Core Value Proposition</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Products solve problems for people.</p>
<p>We employ products to do jobs.</p>
<p>Underpinning every Growth Machine is a fundamental understanding of <strong>exactly how our product creates value for our customers</strong>. Until we understand this, nothing else will make sense to us or our customer.</p>
<p>This article will help you articulate your core value proposition. To do this, we will be using the theories of Christensen, Porter and Foster.</p>
<h2>What is a core value proposition?</h2>
<p><strong>A core value proposition is an articulate explanation of the underlying problem that your product or service solves for your target market.</strong></p>
<p>Your core value proposition is best defined as &#8216;the overarching problem your product actually solves.&#8217; It&#8217;s the function or feature that makes your company/product unique.</p>
<p>With this said, don&#8217;t just jump to the first thing that enters your mind. Think about it more deeply. Ask yourself the following question: &#8216;when a customer employs my product, what problem are they trying to solve?&#8217;</p>
<p>The best value propositions are rarely longer than a line. In fact, the very best might only be two or three words. Here are a few examples:</p>
<ul>
<li>“Cheap flights” – Kayak</li>
<li>“Instant coffee” – Nescafé</li>
<li>“Healthy burgers” – Grill’d</li>
<li>“CE/CPD Compliance” – Ausmed</li>
</ul>
<p>Channel your inner Karl Marx and stay pragmatic. Think about the <u>utilitarian way of describing your company or product</u>. &#8216;People use our company or product to&#8230;&#8217;</p>
<p>Your <strong>core value proposition (CVP)</strong> isn’t designed to be presented to your customers either. Instead, think about them as a simple, verbal articulation for you or your team’s eyes only. Something so simple, that your team could sense-check the work they do against the CVP statement on a daily basis. Much like a null-hypothesis, your team should be able to determine whether or not the core value proposition is being delivered upon.</p>
<h3>Case Study: Dollar Shave Club</h3>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-506 size-full" src="https://www.willegan.com/wp-content/uploads/2018/10/DSC-20160720103433387.png" alt="" width="743" height="496" srcset="https://www.willegan.com/wp-content/uploads/2018/10/DSC-20160720103433387.png 743w, https://www.willegan.com/wp-content/uploads/2018/10/DSC-20160720103433387-300x200.png 300w" sizes="(max-width: 743px) 100vw, 743px" /><br />
For example, Dollar Shave Club goes to market with the phrase “A great shave, for a few bucks a month” (nine words). Although this is a very succinct articulation of how they create value, it doesn’t describe the job they actually do or the problem their customers have employed them to solve.</p>
<p>Dollar Shave Club&#8217;s job to be done might be described as &#8216;never running out of sharp blades&#8217; or ‘always having sharp blades handy’ or even more simply put&#8230; ‘a cheap, sharp shave’.</p>
<p>Again, core value proposition (CVP) is what you do, not how you do it.</p>
<p>Why does all of this matter? Because if <em>you</em> can’t work out why or what <em>you</em> do for your customers, it’s going to be very hard for your customers to figure it out.</p>
<p>Conveying the right message in your marketing is absolutely critical. The internet is the short attention span theatre. As marketers, we have only a <strong>few seconds to capture our target customer’s attention</strong> (and just a few more seconds to hold it).</p>
<p>Capturing someone’s attention relies on us being able to quickly and effectively align our product (solution) with their problem.</p>
<h2>Life Without Core Value Prop Clarity</h2>
<p>Let&#8217;s take a moment to imagine marketing without core value proposition clarity.<br />
<img loading="lazy" decoding="async" class="alignleft wp-image-508 size-thumbnail" src="https://www.willegan.com/wp-content/uploads/2018/10/b457334f72244e4343ab8423c9bf91ef-150x150.jpg" alt="" width="150" height="150" srcset="https://www.willegan.com/wp-content/uploads/2018/10/b457334f72244e4343ab8423c9bf91ef-150x150.jpg 150w, https://www.willegan.com/wp-content/uploads/2018/10/b457334f72244e4343ab8423c9bf91ef-140x140.jpg 140w" sizes="(max-width: 150px) 100vw, 150px" /></p>
<p>A marketer’s role is to take a product to market in a way that gets the highest conversion possible. The problem here is that often we don’t actually know what that message is. So, what’s the first thing we do? We hold meetings, draft ideas and stumble through all these conceptual ideas, random notions and biased beliefs about what our product does.</p>
<p>These confabulated ideas are then packaged up into a document, presented and agreed upon in the board room, campaigns are drawn up, user experience and market research is undertaken (often to re-affirm our own biases), design and media agencies are wheeled in and we &#8216;launch&#8217; this new message or feature to the market.</p>
<p>The numbers look great to start with, as they always do (it&#8217;s new), but wain very quickly.</p>
<p>As the numbers deteriorate (purely because the low hanging fruit has been shaken from the tree), most marketers turn to A/B split testing to start identifying, through conversion rate optimization, better ways to optimise this local maximum. Conversion rate optimisation (CRO) is a fantastic process. It involves testing changes to images, ideas, copy, CTAs, offers, asks, layouts against the current version to determine which changes move the needle. (But despite the magic of this methodical approach, taking a pile of garbage and optimising it still leaves you with a pile of garbage.) So, testing begins and the team start optimizising towards the highest converting combination of these features.</p>
<p>Over time, and in pursuit of higher conversion rates, the marketing team begins to present and describe the product in a different light to how it actually works? We call this the local maximum.</p>
<p>The reason why problems like this emerge is because marketers use CRO as a starting point, not the optimisation tool it actually is. This type of siloed approach leads to a product/marketing mismatch.</p>
<p>Ultimately, customers sign up for solution X, while the product team is building solution Y.</p>
<p>Remember, the customer experience erodes when the marketing doesn’t match the product.</p>
<h2>The Minds Behind Core Value Proposition</h2>
<h3>Clayton Christensen &#8211; Jobs to be Done</h3>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-510 size-full" src="https://www.willegan.com/wp-content/uploads/2018/10/120514_r22171_g2048.jpg" alt="" width="1120" height="630" srcset="https://www.willegan.com/wp-content/uploads/2018/10/120514_r22171_g2048.jpg 1120w, https://www.willegan.com/wp-content/uploads/2018/10/120514_r22171_g2048-300x169.jpg 300w, https://www.willegan.com/wp-content/uploads/2018/10/120514_r22171_g2048-768x432.jpg 768w" sizes="(max-width: 1120px) 100vw, 1120px" /><br />
Christensen describes CVP using a concept known as <strong>‘Jobs to be Done’ (JTBD)</strong>. We’ve already discussed this concept briefly, but let’s explore it a little more deeply.</p>
<p>With JTBD, Christensen poses the following question: <em>‘what is the underlying job to be done that your product is being employed to do?’</em></p>
<p>For example, what is the underlying job to be done for a bottle of water? To hydrate? To hold water and make drinking easy? Maybe. Or, could it be portability?</p>
<p><img loading="lazy" decoding="async" class="alignright size-medium wp-image-511" src="https://www.willegan.com/wp-content/uploads/2018/10/800px_COLOURBOX1214832-200x300.jpg" alt="" width="200" height="300" srcset="https://www.willegan.com/wp-content/uploads/2018/10/800px_COLOURBOX1214832-200x300.jpg 200w, https://www.willegan.com/wp-content/uploads/2018/10/800px_COLOURBOX1214832.jpg 534w" sizes="(max-width: 200px) 100vw, 200px" /><br />
Let’s simplify the question: why would you choose a bottle of water over a glass of water?</p>
<p>It&#8217;s light-weight? It’s convenient? How about when you’re heading out for a run, which do you choose? A bottle. Why? Well, are you going to carry a glass whilst you run? No.</p>
<p>The underlying job to be done of a bottle of water is therefore portability.</p>
<p>This means that the people who are in the bottled water business are actually in the portable hydration business. So not only are they competing against other hydration products, but they are competing against other portable water products. Against your own bottle, small bottles, large bottles, water fountains, non-consumption, etc.</p>
<p>“Portability” is a bottle of waters core value proposition.</p>
<p>So if our core value prop is portable water, how can we innovate on that? A clue: it’s not by adding flavour. This is where Michael Porter comes in…</p>
<h3>Michael Porter &#8211; Porter’s Five Forces</h3>
<p>Whereas Christensen can help us work out what the CVP is (and subsequently how new market-entrants can use improved CVPs to disrupt incumbents), Porter helps us understand how the industry might change in its own right. To do this, Porter developed the Five Forces model.</p>
<p><strong>The basis of the five forces is the question of ‘how does an existing player in the market become disrupted’.</strong></p>
<p>There are five ways according to Porter, and consider these not just from a defensive position, but from an offensive position too.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/Five-Forces-Model-Porter.png" alt="" width="1361" height="765" class="aligncenter size-full wp-image-513" srcset="https://www.willegan.com/wp-content/uploads/2018/10/Five-Forces-Model-Porter.png 1361w, https://www.willegan.com/wp-content/uploads/2018/10/Five-Forces-Model-Porter-300x169.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/Five-Forces-Model-Porter-768x432.png 768w" sizes="(max-width: 1361px) 100vw, 1361px" /></p>
<p><strong>Rivalry amongst existing players</strong> &#8211; incremental improvements designed to give an incumbent incremental advantage of its competitors.</p>
<p><strong>Threat of new entrants</strong> &#8211; how undisrupted or stagnant is the industry (construction)? Is it a trending industry (fintech for example)? Are investors looking at this area? What are the setup costs involved in the industry?</p>
<p><strong>Bargaining power of suppliers</strong> &#8211; how much control do suppliers have over how the industry operates? In the airline industry for example, fuel prices could change any day, causing turbulent (you’re welcome) price wars.</p>
<p><strong>Bargaining power of buyers</strong> &#8211; how much control do customers have over the product? In the airline industry, not much. But in the recruitment market, probably more.</p>
<p><strong>Threat of substitutes</strong> &#8211; what other ways could your consumers solve their job to be done? A user’s preference is a strong factor in them preferring a train over a plane (different markets will see this differently), or soda over bottled water. But the job to be done is still the same. Uber is classic example of a new market entrant changing an industry by substitution (both on the driver and rider side).</p>
<p>Porter’s five forces are important in considering the underlying value propositions of the incumbents in an industry, and how you might best address or exploit them. But what happens when we don’t change anything at all?</p>
<h3>Richard (Dick) Foster &#8211; Incumbents don’t innovate</h3>
<p>Dick Foster, the lesser known of the three, explores an industries resistance to change. Specifically how a market&#8217;s incumbent strategy defaults to persistence (maintaining the old or failing innovation rather than innovating beyond it or disrupting it).</p>
<p>Foster demonstrates this through a story that dates back to the late 1800s / early 1900s when sailboats ruled the seas. Wooden sailboats were the market incumbent. Then all of a sudden, this new invention called the steamboat started to gather some traction. People were gawking at the idea of lighting a fire on a wooden boat. “Are you mad?” they exclaimed.</p>
<p>In an attempt to prove the viability of such an innovation, the steamboat manufacturers decided to race a steamboat against a sailboat from New York to London. But it took the steamboat three times as long because the sailboat had a really great wind. So the gawking continued.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/greateas.gif" alt="" width="464" height="288" class="aligncenter size-full wp-image-518" /></p>
<p>Curiously enough, what the steamboat companies did next was rather like “growth hacking”, they fixed sails to their steamboats as well. A great interim solution, but something that certainly added to their mocking.</p>
<p>Yet sure enough, over time as the steam-engine technology advanced, the steamboat became faster and faster until one day it eventually beat the sailboat on the New York to London voyage.</p>
<p>Gradually, buyers of sailboats decided steam boats weren&#8217;t that bad after all. Why? Because they’re not in the business of buying sailboats, they’re in the business of moving things from A to B as fast as possible. If the sailboat is better today, great. If the steamboat can do that job to be done better tomorrow, even better.</p>
<p>The lesson could end here, but what happened next is certainly worth remembering&#8230;</p>
<p>So what did the sailboats do? They persisted with their incumbent technology and began implementing what&#8217;s described as a sustaining or efficiency innovation&#8230; they added more sails to their boats. It worked. Sailboats were faster again.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/d6b93dfb8307b4770af76470dbff70fe.jpg" alt="" width="540" height="360" class="aligncenter size-full wp-image-515" srcset="https://www.willegan.com/wp-content/uploads/2018/10/d6b93dfb8307b4770af76470dbff70fe.jpg 540w, https://www.willegan.com/wp-content/uploads/2018/10/d6b93dfb8307b4770af76470dbff70fe-300x200.jpg 300w" sizes="(max-width: 540px) 100vw, 540px" /></p>
<p>Sure enough, a little while later the steamboat was faster again. So, what did the sailboat companies do in retaliation? You guessed it, they added another sail. And on and on it went. Until one day when the sailboat had so many sails on it that it became so unwieldy that it couldn’t be stopped. Flying in from a voyage form New York to London it crashed into the port with such momentum that the entire ship almost ran aground.</p>
<p>This is why a Growth Machine must be built around the underlying job to be done.</p>
<h2>Is Core Value Proposition the same as Product Market Fit?</h2>
<p>No. These are two different things.</p>
<p>Core value proposition is a simple articulation of the problem you solve only. It&#8217;s how your product creates value, but it&#8217;s not the product itself.</p>
<p><center>Product = Problem + Solution</center></p>
<p>A product is the combination of a problem and a solution. The solution is what you create and sell, the problem is what your customers have and are prepared to pay to fix.</p>
<p>Once you&#8217;ve found alignment with these two things, you now have a product. Product market fit is when you have identified a good enough solution to a common problem that enough people have whereby you could build a company that makes and sells the product. In other words, your product addresses a market that&#8217;s large enough to build a business in.</p>
<p>Product market fit might be a familiar concept to you as it thrown around A LOT, and for good reason. Most investors use it to determine whether a business will be successful.</p>
<p>Okay, so what is product market fit then? To fully understand this, we need to look at how problem solution fit and product market fit work together.</p>
<p>The essential foundation for any product or service is that it satisfies a user&#8217;s need (a JTBD). Typically, we are well aware of what our problems are as a user (not always though). But that doesn’t mean we are great at understanding how to solve them, and this is where the opportunity lies for entrepreneurs.</p>
<p>If there is a problem and we have (or can develop) a solution to that problem, it’s likely that we have found our problem solution fit.</p>
<p>This might sound obvious, yet there are many examples of people who have had an idea on a whim, spent thousands or millions developing the solution only to find no one has the underlying problem. Their fatal mistake could have been avoided by following these two steps in this precise order.</p>
<ol>
<li>Confirm problem solution fit → Develop a minimum viable product (MVP) to ensure your solution actually solves genuine and common problems your target users regularly have.</li>
<li>Confirm product market fit → Once you’ve got problem solution fit, you then need to work out whether enough people have this problem. If the problem is big enough, there should be a decent sized market for what you’re planning on selling. This is the part investors want to hear.</li>
</ol>
<p>Once we make it past these two checkpoints, we’re almost ready to start scaling! But before we do, let’s take one last look at Core Value Prop through the eyes of our beloved software engineers.</p>
<h2>How Engineers Describe Core Value Prop</h2>
<p>Engineers are the best at identifying what a business does? Why, because they’re the ones building it. You’ve probably never noticed it, but almost every market-leading product actually only does one thing. This one thing in marketing speak is the ‘job to be done’, but in software development this is described as the core function. (Engineers use the word “function” to describe the things your product can do.) This core function is designed to allow users to access the product&#8217;s core value.</p>
<p>Accessing this core value is typically easy for the user and fast in the best products. It may be coming to the front of your mind now:</p>
<p>“Hey, my favourite app is awesome because it does X!”.</p>
<p>This is why Uber Eats is a different app to Uber for taxis.</p>
<p><strong>Now ask yourself: how fast does your product deliver on its core value proposition? The best products do it immediately.</strong></p>
<h2>Case Studies</h2>
<p>Let’s take a look at some of the best products and try to articulate their core value proposition and correlate it to the core programmed function.</p>
<h3>Google</h3>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/google.png" alt="" width="974" height="481" class="aligncenter size-full wp-image-519" srcset="https://www.willegan.com/wp-content/uploads/2018/10/google.png 974w, https://www.willegan.com/wp-content/uploads/2018/10/google-300x148.png 300w, https://www.willegan.com/wp-content/uploads/2018/10/google-768x379.png 768w" sizes="(max-width: 974px) 100vw, 974px" /><br />
Google’s core value proposition → A search engine that knows exactly what you mean, and gives you back exactly what you want.<br />
Google’s core function → A search function. (Text input bar and ‘search’ button.)</p>
<p>Google has always solved informational based problems by quickly and accurately finding the best information for people (problem solution fit ✓). Oh, and by the way the whole world wants fast answers (product market fit ✓).</p>
<p>Something particularly interesting about Google is that fact that they found product market fit on day one. Take a historical look at Google’s first search product (below), despite the billions of dollars invested in their software development it still looks the same?</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2017/09/Google1998.png" alt="" width="423" height="235" class="aligncenter size-full wp-image-431" srcset="https://www.willegan.com/wp-content/uploads/2017/09/Google1998.png 423w, https://www.willegan.com/wp-content/uploads/2017/09/Google1998-300x167.png 300w" sizes="(max-width: 423px) 100vw, 423px" /></p>
<p>Why? Because once you find the interface that delivers core value prop, you want to avoid deviating from it as much as possible. So, what has Google spent all that money on then (asides from free food and beanbags of course). Well, most of it has gone to making the search function faster, more accurate, more comprehensive etc. Google found product market fit on day one.</p>
<h3>Uber</h3>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2017/01/uber-screenshot.jpg" alt="" width="1000" height="643" class="aligncenter size-full wp-image-240" srcset="https://www.willegan.com/wp-content/uploads/2017/01/uber-screenshot.jpg 1000w, https://www.willegan.com/wp-content/uploads/2017/01/uber-screenshot-300x193.jpg 300w, https://www.willegan.com/wp-content/uploads/2017/01/uber-screenshot-768x494.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></p>
<p>Uber core value proposition → Tap a button, get a ride.<br />
Uber core function → Match a rider with a driver. (Text input bar and ‘request Uber’ button.)</p>
<p>Uber solves a multitude of travel related problems. The primary problem being the lack of quick, accessible and relatively cheap transport options (problem solution fit ✓). This is a mass-market issue, validated by the fact that humans have been travelling between locations since day one.</p>
<p>Just like Google, guess what? Uber’s core function hasn’t deviated a whole lot. Let’s go back in time and look at Uber V1.</p>
<p><img loading="lazy" decoding="async" src="https://www.willegan.com/wp-content/uploads/2018/10/uber-original.png" alt="" width="656" height="493" class="aligncenter size-full wp-image-520" srcset="https://www.willegan.com/wp-content/uploads/2018/10/uber-original.png 656w, https://www.willegan.com/wp-content/uploads/2018/10/uber-original-300x225.png 300w" sizes="(max-width: 656px) 100vw, 656px" /></p>
<p>The core function again is still the same and like Google, Uber has certainly spent a lot of money improving their product. What have they done? Enhance the core function of matching drivers with riders. The application now sources drivers in a more intelligent manner and supplementary features have been built to enhance this core value prop only.</p>
<p>The most poignant example of this is the sheer fact that Uber Eats is a separate app to Uber. Most companies or marketers wouldn&#8217;t think like this. They would make ‘ordering food’ another feature/menu item on the existing Uber app. In doing so they would convolute the interface and increase the user’s cognitive load. This would also break the user’s schema, de-skilling them, and resulting in them regressing in their ability or confidence to use the app. You’ll know this is happening if you hear your customers exclaim “they’re always changing it.”</p>
<p>The core function, that big green button is still essentially the same. A monkey could probably slap the screen a few times with the Uber app open and order a ride. Which is awesome and probably an apt metaphor considering drunk people seem to easily be able to use the app.</p>
<p>So what’s the lesson in all of this?</p>
<p>Test your product with drunk people. Oh, and many of the world&#8217;s best products start by focusing on achieving problem solution fit. They then design an interface that delivers upon this core value proposition as fast as possible.</p>
<p>The post <a href="https://www.willegan.com/articulating-your-core-value-proposition/">Articulating Your Core Value Proposition</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willegan.com/articulating-your-core-value-proposition/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Search Engine Optimisation SEO Tutorial</title>
		<link>https://www.willegan.com/seo-tutorial/</link>
					<comments>https://www.willegan.com/seo-tutorial/#respond</comments>
		
		<dc:creator><![CDATA[Will Egan]]></dc:creator>
		<pubDate>Sun, 03 Dec 2017 07:41:16 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<guid isPermaLink="false">https://www.willegan.com/?p=417</guid>

					<description><![CDATA[<p>This article was written by Nathan Field and Jake Baker, two great people I had the privilege of mentoring in 2017. Although search algorithms are changing frequently, the underlying technology behind them does not. By taking the time to learn the technical aspects of search, you will develop digital marketing skills that survive any passing ... <a title="Search Engine Optimisation SEO Tutorial" class="read-more" href="https://www.willegan.com/seo-tutorial/">Read more<span class="screen-reader-text">Search Engine Optimisation SEO Tutorial</span></a></p>
<p>The post <a href="https://www.willegan.com/seo-tutorial/">Search Engine Optimisation SEO Tutorial</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This article was written by <a href="https://www.linkedin.com/in/fieldnathan/" target="_blank" rel="noopener">Nathan Field</a> and <a href="https://www.linkedin.com/in/jaketbaker/" target="_blank" rel="noopener">Jake Baker</a>, two great people I had the privilege of <a href="https://www.willegan.com/mentoring/">mentoring</a> in 2017.</p>
<hr />
<p>Although search algorithms are changing frequently, the underlying technology behind them does not.</p>
<p>By taking the time to learn the technical aspects of search, you will develop digital marketing skills that survive any passing change or algorithm update. This <strong>SEO tutorial</strong> will teach you the fundamentals of search engine optimisation for the modern web.</p>
<p>Let&#8217;s begin&#8230;</p>
<h2>Definition of Search Engine Optimisation (SEO)</h2>
<p><strong>Search Engine Optimisation (SEO)</strong> is how marketers go about making sure that their web pages are both indexed and ranked well by search engines. Ultimately, <strong>SEO is the optimisation of your content against a users&#8217; search phrase</strong>.</p>
<p>Above all else, SEO is a marketing channel that loosely falls under the category of &#8216;inbound marketing&#8217;. Inbound marketing is a strategy designed to target customers who are looking for the products or services you sell, and are finding their way to you.</p>
<p><img loading="lazy" decoding="async" class="wp-image-422" src="https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-2.39.28-pm.png" alt="" width="1240" height="286" srcset="https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-2.39.28-pm.png 1240w, https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-2.39.28-pm-300x69.png 300w, https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-2.39.28-pm-768x177.png 768w" sizes="(max-width: 1240px) 100vw, 1240px" /></p>
<p>Search engines (as a channel) provide a way for these customers to find, visit and ultimately trust you. But as we’ll learn in this article, search engines are <em>also</em> a ‘customer’ in their own right, and have &#8216;needs&#8217; that must be met also.</p>
<h2>Why You Need to Be on Page One</h2>
<p>Typically the most popular websites (or the best optimised) will be displayed on page one of the <strong>search engine results pages (SERPs)</strong>. Your goal as an SEO marketer is to get your website on page one. Here&#8217;s why&#8230;</p>
<p><a href="https://moz.com/blog/google-organic-click-through-rates-in-2014" target="_blank" rel="noopener">Research shows</a> that the top 10 ranked websites (on desktop search) get around 70% of all clicks.</p>
<p><img loading="lazy" decoding="async" class="wp-image-420" src="https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-2.36.14-pm.png" alt="" width="1262" height="164" srcset="https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-2.36.14-pm.png 1262w, https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-2.36.14-pm-300x39.png 300w, https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-2.36.14-pm-768x100.png 768w" sizes="(max-width: 1262px) 100vw, 1262px" /></p>
<p>As you can see, the number one spot is getting a third of the clicks. This is even further reinforced when you consider there are literally trillions of searches per year. That&#8217;s right. Over 1,000,000,000,000 searches. Big number, right? Time to capitalise.</p>
<p>The good news is that it&#8217;s not as hard to do as you think. The real skill is perseverance. Most people give up after a few days, weeks or years. Search engine optimisation is typically a long term effort. You need to work hard to get up the rankings (and stay there).</p>
<p>The name of the game is incremental progress, as with most good things in life.</p>
<p>Let&#8217;s start at the beginning&#8230;</p>
<h2>A Quick History of SEO</h2>
<p>Today when we think of a search engine, we have a fairly solid notion of how it works. A document index of the web, accessible and queryable via a search bar. But it wasn&#8217;t always like this, the first search engines behaved more like directories.</p>
<p><em>A directory?</em> Yep, a directory. Remember the days of the Yellow Pages? Say you were looking for a plumber, you would open the directory and flip across to the services section and audit the list for a ‘plumber’. The first search engines worked like this too. But the web was a lot smaller then (maybe less than 1,000 pages per country).</p>
<p><a href="http://dmoztools.net/">Dmoz.org</a> (an early directory) is one example of such a directory (and is still influencing search results today). Using the directory would involve visiting the home page (you would have memorised the URL), selecting a topic, a sub-topic, and then choosing from a limited set of results.<br />
<img loading="lazy" decoding="async" class="wp-image-429" src="https://www.willegan.com/wp-content/uploads/2017/09/dmoz-demo.gif" alt="" width="1417" height="735" /><br />
“Only a few options!”, you exclaim, “how did DMOZ know what was important to display?”. Great question. Frankly, a human told them. Plain and simple, a person like you and me maintained the directory.</p>
<p>This short era then gave way to a new kind of ranking system, primarily based on keyword density or frequency. Directory companies realised that they could count the number of relevant words, or ‘<strong>keywords</strong>’, on a given page and use this to determine the subject matter. So if I went to a directory like Yahoo, the top results for my search ‘plumber in Surrey Hills’ would likely be the pages that listed their Surrey Hills address a few times on each page, and mentioned the words ‘plumber’ and ‘plumbing’ most frequently.</p>
<p>All that was good and well, until SEOs realised it could be gamed. Webmasters (people who own/run websites) began &#8216;keyword stuffing&#8217; (filling the page with target keywords). White font on white backgrounds was one example (the search engine would see it, but not the user). <span style="color: #fff;">Thought you&#8217;d try this.</span>Meanwhile the sheer volume of content was growing faster than the directories could keep up. There had to be a better way&#8230;</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-431" src="https://www.willegan.com/wp-content/uploads/2017/09/Google1998.png" alt="" width="500" height="278" srcset="https://www.willegan.com/wp-content/uploads/2017/09/Google1998.png 423w, https://www.willegan.com/wp-content/uploads/2017/09/Google1998-300x167.png 300w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p>In January 1996 Larry Page and Sergey Brin began working on this problem as part of their PhD students at Stanford University, and ultimately developed a concept called <strong>Pagerank</strong>. Since then, Google has become the gold standard in sorting the world&#8217;s information. Let’s consider how they did it.</p>
<p><center><iframe loading="lazy" src="https://www.youtube.com/embed/KyCYyoGusqs" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></center></p>
<h2>Links Are People Too</h2>
<p>In order to understand why <a href="http://ilpubs.stanford.edu:8090/422/1/1999-66.pdf">Pagerank</a> is so vital, we need to understand how search engines actually discover content on the web.</p>
<p>It’s easy to perceive Google as an all-knowing behemoth of webpage knowledge. But it&#8217;s not. Your website isn’t hosted on ‘Google’ &#8211; your website is a group of documents (.html, .pdf, .jpg, .gif) floating around the Internet, hosted somewhere in the world. To be able to search the web, Google must first create an index of the web. An index is basically a list of things. Google creates this index by &#8216;crawling&#8217; the web.</p>
<p>To do this, Google employs what are commonly referred to as ‘web crawlers’, or ‘spiders’. Conceptually, a crawler is just like you and me &#8211; making it’s way through the web by following links. It is a software program, bot or script hosted by Google that visits a site and adds all the links on that site to a list for it to index later. <a href="https://www.theatlantic.com/technology/archive/2017/01/bots-bots-bots/515043/" target="_blank" rel="noopener">There are more bots on the internet than people.</a></p>
<p>As you can see the crawler that indexes the web relies on links to be able to move between websites. Links therefore underpin Google&#8217;s (and peoples) ability to navigate the Internet. Imagine a webpage with no links pointing to it or from it. No one would find it (including the crawlers). Links underpinned Pagerank.</p>
<p><img loading="lazy" decoding="async" class="wp-image-432" src="https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-3.21.01-pm.png" alt="" width="1240" height="992" srcset="https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-3.21.01-pm.png 1240w, https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-3.21.01-pm-300x240.png 300w, https://www.willegan.com/wp-content/uploads/2017/09/Screen-Shot-2017-09-03-at-3.21.01-pm-768x614.png 768w" sizes="(max-width: 1240px) 100vw, 1240px" /></p>
<p>Back in the early days (early 2000’s) Google wasn’t so great at crawling. Better than the rest, but nothing compared to today. It would take them up to a month to crawl the whole web, then a week to index the web then a week to update their databases on what’s out there. Not the best user experience if the results Google is serving up take that long to be refreshed!</p>
<p>At this point, Google didn’t prioritise crawling the top sites which are hit often, but in order to serve up up-to-date search results, these sites needed to be crawled more often to accommodate for their higher volume of users and therefore queries. Google suddenly realised they should crawl important sites more frequently, and to help determine which sites to prioritise on this way, decided to segment the web based on a page’s ‘Pagerank’.</p>
<p>But how did they know which sites got a higher rank? The more reputable (popular referrers) and relevant (text keywords) links you have pointing to your page, the more that Google’s Pagerank system will consider your page as valuable.</p>
<p><strong>Pagerank</strong> → influenced by the number and quality (popularity, relevance) of links to a page. Helps determine how important the website is. It’s how Google and other search tools can tell that cnn.com matters more than the local pub’s website (to some people at least ?).</p>
<h2>Why Links Will Always Matter</h2>
<p><strong>Because crawlers travel through links</strong>, we immediately start to logically see how it is that Google values inbound links so much. Basically, if the world thinks you have great and relevant content, they will link to you, Google will elevate you, and it becomes a self perpetuating cycle. Links links links.</p>
<p>Now we know how Google crawls the web. With spiders, through links, determining Pagerank. This is very important and fundamental to understanding why the concept of ‘link building’ is so crucial. Re-read the last few paragraphs again if you&#8217;re still not 100% clear here.</p>
<h2>Why Link Building Matters</h2>
<p>As you can see, <strong>link building matters</strong>. Let&#8217;s explore why with a quick example.</p>
<p><img loading="lazy" decoding="async" class="wp-image-435" src="https://www.willegan.com/wp-content/uploads/2017/09/relationship-between-Google-rankings-and-links.jpg" alt="" width="738" height="699" srcset="https://www.willegan.com/wp-content/uploads/2017/09/relationship-between-Google-rankings-and-links.jpg 738w, https://www.willegan.com/wp-content/uploads/2017/09/relationship-between-Google-rankings-and-links-300x284.jpg 300w" sizes="(max-width: 738px) 100vw, 738px" /></p>
<p>Imagine your web page is a student in middle school: Tom. If lots of people referred to Tom as the ‘best football player’, this would create credibility for Tom when others asked ‘who’s the best football player’? Once enough people thought Tom was ‘the best football player’, we make him football captain. What does this mean in the context of a search engine? Tom’s now top of the Google pile, because the search tool sees the credibility he has.</p>
<p>So, how does Google know what people are saying about your website? The answer is simple. The anchor text of an inbound link is essentially a vote for your site for that phrase. For example a link to a website about Brent Harvey with the phrase <a href="https://en.wikipedia.org/wiki/Brent_Harvey" target="_blank" rel="noopener">best Australian Footballer</a> will pass credibility to that content for that phrase.</p>
<p>The most difficult thing in this latest development is that links are on other people’s websites. Linking is a key factor in both popularity (how popular is that website) and relevance (what they say about your link). What a web of intricacy.</p>
<blockquote><p>With this in mind, do you think the phrase ‘all PR is good PR’ holds true, or not?</p></blockquote>
<p>This sounds all fairly intrusive, doesn’t it? “It’s my website!”, you say, “Google doesn’t know how to best serve my content on mitochondria!” Correct &#8211; which is why it is mostly up to you (the SEO optimiser).</p>
<p>Google does however do an amazing job of interpreting your site, we just need to ensure our website is laid out in such a way to give Google’s crawlers an easy path around the site.</p>
<h2>Basic SEO Optimisation Strategies</h2>
<p>Here are a few examples of this type of basic optimisation:</p>
<ul>
<li>Give crawlers a few tips &#8211; <strong>use a robots.txt file</strong> on your web root folder to tell crawlers what to visit and how often. This is helpful if you have legacy content on your website, or if you have a large volume of static pages that don’t change often.</li>
<li>Don’t put valuable content deep in your site. If you want someone to read about your new lotion product, don’t put it at www.mysite.com/products/fall-products/1176/product-3. Serve it up at www.mysite.com/anti-fungal-lotion.</li>
<li>Keep everything in the family &#8211; don’t split your valuable content between domains or subdomains &#8211; blog.mysite.com is a different domain to www.mysite.com.</li>
<li>
<ul>
<li>Seriously—don&#8217;t split your content between subdomains. Such a bad idea.</li>
<li>blog.website.com and website.com are two different sites according to crawlers</li>
</ul>
</li>
<li>Try to control relevant text in your inbound links, otherwise known as the “anchor text”. For example linking to your article on the newest iPhone should look like this “iPhone 8 review” rather than “the newest iPhone is waaaay too expensive in my opinion”.</li>
<li>Crawlers interpret text &#8211; for example they have only recently learned how to read images and still struggle to read embedded PDFs. Moreover, the sheer resources required to do so may prevent the content from being indexed regardless. If you can’t make your content text, use alt tags on all your non-text content to help crawlers attribute keywords to it.</li>
<li>Website metadata &#8211; This is hidden within the HTML of the website that tells search engines what your website’s title, description and keywords are. Why HTML? Google understands code, so we have to speak their language. Much more on this later.</li>
</ul>
<h2>Present Day Search</h2>
<p>Of course, relevancy and popularity are broad ways of describing the many hundreds of factors that search engines consider when ranking your page. It’s fair to assume that Over time, Google has also removed the odd ranking factors/signals here and there. As such, search has naturally become quite complex.</p>
<p>For example, many of the stronger ranking signals Google now considers relate to the user’s experience (UX). How long is someone spending on a site? Do interstitial popups appear? Are they clicking through to new pages? As such, it’s likely that Google and others in the future will continue to look at these metrics alongside links. If they can determine new ways to measure a user&#8217;s interest, you can bet they’re going to show it!</p>
<p>This means that the more you pay attention to SEO over time, the better your chances are of getting to the top of page one.</p>
<h2>Further Validation</h2>
<p>To validate our newfound conviction on the importance of links, lets review some additional evidence.</p>
<h2>Understanding Google’s Dependency on Links to Crawl the Web</h2>
<p>We know, and have explained from a high level how Google’s spiders navigate their way around the absolutely enormous amounts of information around the web. Via links. If you’re still a bit hazy on the basics of this we highly recommend you <a href="https://www.youtube.com/embed/KyCYyoGusqs" target="_blank" rel="noopener">watch the video from Google Webmasters we mentioned previously</a>.</p>
<p>Since Google relies on links to crawl the web and index those pages, it goes without saying that links are part of the equation when ranking and returning the most relevant ones first.</p>
<h2>Detailed Secondary Research from Credible Sources</h2>
<p>One of the <a href="https://moz.com/search-ranking-factors" target="_blank" rel="noopener">most detailed search engine ranking factor reports from Moz</a> went to the effort to analyse 17,600 keyword search results from Google and to interview 150 of the world&#8217;s most foremost search marketers.</p>
<p>Their analysis of 17,600 keywords was to show correlations between pages with certain features and how highly they ranked.</p>
<p>What was the feedback from the top 150 search marketers? Surprise surprise, the top 2 influential factors were:</p>
<p><u>Domain level, link authority features</u>: This is based on link metrics such as quality of links, trust and <strong>domain level</strong> pagerank.</p>
<p><u>Page-level link metrics</u>: This is based on <strong>page level</strong> trust metrics such as quantity of linking root domains, links, anchor text distribution and quality of link sources.</p>
<p>Links on a page and domain level matter. The statistics say so, and so do the experts. The same theme is appearing. The quality and quantity of the links to your page are going to play a massive role in your search engine visibility, and therefore your business success.</p>
<p><a href="http://backlinko.com/search-engine-ranking" target="_blank" rel="noopener">Backlinko analysed 1 million search results</a>, guess what they found? “The number of domains linking to a page correlated with rankings more than any other factor”.</p>
<p>Your page is one amongst millions. Being found is essentially expecting a user to find a needle in a haystack. If we take this advice in the context of everything else we’re going to cover, we can supersize that needle.</p>
<h2>Primary Evidence</h2>
<p>We can also use tools like Ahrefs to show us the linking portfolio of a website and use this to get an idea of how the strength of their links are impacting ranking.</p>
<p>This might be a more advanced step as there are so many factors to consider. However, if you get used to the interface and the information it shows, this and other similar tools will typically show a correlation between backlink portfolio and ranking. Or, in this case, Ahrefs domain rating and URL rating.</p>
<p>Tesla.com, which ranks first for over 11,000 search terms, shows a URL rating of 87 (very, very high) and a domain rating of 69 (high).</p>
<p><strong>UR rating (URL Rating)</strong> &#8211; Is the strength of a URL’s backlink profile and likelihood it will rank well on Google.&lt; strong&gt;DR (domain rating) &#8211; Is the strength of the whole website&#8217;s backlink profile.</p>
<p>We can already start making advanced inferences. Remember how we said page level link-based features were the most important from the correlational study? This means if we have a really strong backlink profile to one particular URL we can potentially outrank a site with a very high overall domain score. There is much more to come from us, but if you’re interested now check out Ahrefs blog.</p>
<p>Note: For tesla.com, there is a higher URL score than domain. That’s easy to understand because it’s the homepage. It’s going to be common practice for people who are talking about this company to link to the homepage.</p>
<p>To stress even further how important backlinks are in shooting up the rankings, Ahrefs provides an approximate estimate of the number of links required to make the first page for a certain term. We typed in ‘car’ and this is what we got back.</p>
<p>The point of this section isn’t meant to be a guide on SEO tools, just to emphasise how important links are. That’s the main takeaway here. If you want to learn more about SEO tools we recommend this article on SEO industry experts favourite tools. We’ll be covering this in depth soon so keep an eye out.</p>
<p>Importantly, all of our own inferences are confirmed by the above studies from Moz and Backlinko.</p>
<h2>The top three</h2>
<p>Ultimately, we are trying to provide the most relevant and useful information to our users, given their original search. Neil Patel has a fantastic article on the <a href="http://neilpatel.com/blog/10-most-important-seo-tips-you-need-to-know/">10 most important seo tips</a> you need to know for blogs, which can be boiled into three key areas for across-the-board use.</p>
<h3>Readability</h3>
<p>It all starts with the question ‘is this a good experience for my users?’.</p>
<p>Chances are the best ‘yes’ for your users is also a ‘yes’ for search engines. You want as little distractions to the user getting what they were looking for as possible, and Google will respond in kind.</p>
<p>For example, consider page speed. A site that takes 5 seconds to load will have a lower user satisfaction and likely a higher bounce rate than a site with the same content that loaded after 1 second. Heck, Strange Loop even reported a <a href="http://www.copyblogger.com/website-speed-matters/">7% drop in conversions</a> with every second of load time (the same article has some great tips for reducing page speed).</p>
<p>The same can be said for your content &#8211; the days of keyword stuffing are gone, and you need to write for your users first, search engines second, if you want to engage them. Users aren’t stupid, and Google doesn’t treat them as stupid either.</p>
<p>This point even goes as far as the seemingly innocuous things like your URLs. If your URL is readable and meaningful, users will follow the trail, and Google will follow. Resist the habit to incessantly catalog your website with structures that render your articles as contoso.com/articles/categories/15/article-135. Make that article about your great new feature at the top of the tree &#8211; contoso.com/my-great-feature-for-industry, and don’t use underscores in your URL &#8211; search engines don’t recognise them (they join words, instead of separating them).</p>
<p>Meta descriptions need to be unique and relevant to each page, as duplicate content is both a wasted opportunity and could also get you penalised by Google. This is because google reads the HTML of your site, not the actual page text we see. To this end though, ensuring that all non-text content like images are appropriately named also helps search engines and users alike find your content. Fight that urge to name your next file mktg_hero_persona1-3.jpg. Yuck.</p>
<p>Lastly, one of the more recent (at time of writing, mid 2017) changes to Google’s algorithm was to explicitly prioritise websites with a good mobile experience. Not only will this get you ranked higher, your chances of users engaging and converting with your content will increase. Ensure that you don’t have one of those m.website.com subdomains (it’s an entirely different website to search engines anyway), and test for the different form factors you expect your users to interact with your content on.</p>
<h3>Reputation</h3>
<p>As we’ve already covered, it’s important how and from whom you get traffic; focus on outreach channels that are from reputable domains. For instance, if you are building a tech solution for the construction industry, you want to be featured on a website that a majority of the industry body would visit, as opposed to a site that caters to a small subset niche early-adopters. Even better, think of a site that themselves have regular content being posted, like an industry news site, or a non-competition horizontal tech company that requires users to sign on every day.</p>
<p>To the same effect, don’t ever forego including social media into your SEO strategy. The impact that a well considered channel strategy of both the social machine and seo can have on your conversions is too good to pass by. This is especially true of time sensitive events. If something is going ‘viral’, a good indication that it’s important to your user socially is a good indication for the search tools.</p>
<p>That’s inbound, but outbound matters too. Link to other websites with both relevant content and quality content (cough, Neil Patel link above). You want to be known by Google and the user as a site that both is popular and useful to the user’s end-goals.</p>
<p>As far as your actual content goes, be relevant, but don’t be stale. If you’re a blog, this is easy &#8211; post engaging content regularly. If you’re a product site, keep your blog on your top level domain, and update your website product pages with updates, change logs, features, new case studies, customer success stories &#8211; it’s your job to drive this content for the sake of your users’ attention.</p>
<p>Lastly, for goodness sake, remember what your users are looking for.</p>
<h3>Relevance</h3>
<p>On that note, how are we supposed to know what people are looking for? Thankfully search engines leave clues for us to digest, and there are a bunch of awesome tools out there to point you in the right direction! Some free, others, not so much. Let’s have a quick think about how we can make sure we’re focusing on the right keywords.</p>
<p>Start off by working backwards, what pain point does my business address? And what does my website say now? Or more importantly, what should it say? You need to have a high correlation between your core offerings and the copy on your landing pages you’re hoping to rank well for. This way we get the right visitors who convert and the search engines see the value you&#8217;re providing, shooting you up the rankings, cha ching!</p>
<p>This might sound obvious, but if you don’t have crystal clear value propositions your user won’t stick around to unravel the mystery. Your user will be annoyed by it, and so will Google. Basically, if you’re the best executive recruiter in town you probably shouldn’t be writing content about resume tips for interns.</p>
<p>As a first step, try to put together a list of of the main ways your business helps people and what these people might be searching for. If your business is a Physiotherapy you might alleviate back pain regularly, you might also deal with shoulder and knee pain as your most regular visits. You know you’re great at helping with back pain, even more specifically lower back pain.</p>
<p>A starting point for your content strategy!</p>
<h2>Summary</h2>
<p>It is a search engine’s job to both crawl and index content, and to provide users with a ranked list based on their search queries. It is your job to prepare and distribute your content in a way that search engines will rank you well and that your users get what they were looking for. That is, in essence, SEO.</p>
<p>Don’t worry if some of this was a bit foreign. This topic is important to master as a digital marketer and we will give you the right stepping stone to get there.</p>
<p>The post <a href="https://www.willegan.com/seo-tutorial/">Search Engine Optimisation SEO Tutorial</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willegan.com/seo-tutorial/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Avoid SPAM and Junk Filters</title>
		<link>https://www.willegan.com/how-to-avoid-spam-junk-filters/</link>
					<comments>https://www.willegan.com/how-to-avoid-spam-junk-filters/#respond</comments>
		
		<dc:creator><![CDATA[Will Egan]]></dc:creator>
		<pubDate>Sun, 09 Apr 2017 03:39:44 +0000</pubDate>
				<category><![CDATA[Email Marketing]]></category>
		<guid isPermaLink="false">https://www.willegan.com/?p=357</guid>

					<description><![CDATA[<p>SPAM filters do a wonderful job at keeping the endless offers for viagra, online gambling and inheritance from my long lost Nigerian uncle out of my inbox. But SPAM filtering is by no means a science and sometimes it gets things wrong. Really wrong. Not just for mass email sent by companies, but also for ... <a title="How to Avoid SPAM and Junk Filters" class="read-more" href="https://www.willegan.com/how-to-avoid-spam-junk-filters/">Read more<span class="screen-reader-text">How to Avoid SPAM and Junk Filters</span></a></p>
<p>The post <a href="https://www.willegan.com/how-to-avoid-spam-junk-filters/">How to Avoid SPAM and Junk Filters</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>SPAM filters do a wonderful job at keeping the endless offers for viagra, online gambling and inheritance from my long lost Nigerian uncle out of my inbox. But SPAM filtering is by no means a science and sometimes it gets things wrong. Really wrong. Not just for mass email sent by companies, but also for individuals sending one-to-one communications.</p>
<h2>How to Avoid SPAM Filters</h2>
<p>Assuming you have a legitimate reason to be sending email, and your messages are not spam, it&#8217;s kind of imperative that your email makes it into the inbox. After all, isn&#8217;t this how the democratic web should work? The good news is that SPAM filtering is at it&#8217;s core an algorithm. Moreover, a set of checks are performed on each email to determine whether the message is legitimate or not. This is good news as algorithms are engineered&#8230; which means they can also be reverse engineered. Furthermore, the factors being evaluated by the SPAM algorithm are largely in our control (so we can influence them as well).</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-397" src="https://www.willegan.com/wp-content/uploads/2017/04/spam-cans-email.jpg" alt="" width="700" height="437" srcset="https://www.willegan.com/wp-content/uploads/2017/04/spam-cans-email.jpg 700w, https://www.willegan.com/wp-content/uploads/2017/04/spam-cans-email-300x187.jpg 300w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<h2>Factors that affect your SPAM score</h2>
<p>Here is a simple checklist of the key factors that affect your email&#8217;s SPAM score, starting with those that are most likely to be the culprit:</p>
<ul>
<li>Being on a blacklist</li>
<li>Unclear sender identity</li>
<li>Missing Reverse DNS Lookup (PTR Record)</li>
<li>Missing Sender Policy Framework (SPM)</li>
<li>Missing DomainKeys Identified Mail (DKIM) Policy</li>
<li>Not having a dedicated IP address*</li>
</ul>
<p>*Typically only relevant for mass email senders, not one-to-one communications such as Gmail or Outlook.</p>
<p>Now let&#8217;s look at each of these factors in isolation. How do we test them? How do we monitor them? How do we fix them?</p>
<h2>How to check if your email is on a blacklist</h2>
<p>This is both the easiest and best place to start when trying to identify why your emails are being spammed. Put simply, you might be on a blacklist. You can use online tools to check whether you are, I prefer <a href="https://mxtoolbox.com/supertool.aspx#">MX Toolbox</a> as it&#8217;s extremely comprehensive and it&#8217;s free. Here&#8217;s a quick demo of how it works. Also, be sure to check both your IP address and your domain name.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-374" src="https://www.willegan.com/wp-content/uploads/2017/04/blacklist-check1.gif" alt="" width="975" height="589" /></p>
<h2>Unclear sender identity</h2>
<p>Mismatching sender domain and from addresses, or inconsistent sender addresses result in the inbox being unable to identify you as a sender. Email identity is primarily handled by two values, one being your IP address or domain, the other being your from address. Trust is built through either of these over time.</p>
<p>The goal here is to try and send from the same domain and address at all times. If you have to change one of these values, be sure to only change one, not both. Here&#8217;s why&#8230;</p>
<p>If a user regularly receives and opens email from the address tim@example.com and the sender IP address suddenly changes, the inbox will still trust new email coming from this address as the from address is constant. Similarly, if the from address is changed to tim@updates.example.com but his sender IP remains the same, the inbox will fall back to the IP address and continue to trust the sender. However, if the email from address and the IP address are both changed the inbox will treat this an entirely new sender. Why? Because all links to the original identity have been lost. The IP has never sent to this inbox before, nor has this from address.</p>
<p>You can fix this by either always sending from the same from address, or at the very least always sending from the same underlying IP address. You will need a dedicated IP address to be able to do this (more on this later).</p>
<h2>Missing PTR Record</h2>
<p>A PTR or Pointer record is used to map a network interface (IP) to a host name. These are primarily used for reverse DNS lookups. They help a mail client identify a sender by tracing back an IP address to the sending domain and matching that with the domain in the sender&#8217;s from address. If you know your domain&#8217;s IP address you can use MX Toolbox to do a quick reverse DNS lookup or ptr request.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-375" src="https://www.willegan.com/wp-content/uploads/2017/04/reverse-lookup.gif" alt="" width="975" height="599" /></p>
<p>If you don&#8217;t know your domain&#8217;s IP address, you can use the command line to both find it out and to do a reverse DNS lookup. You&#8217;ll need a program like Terminal or Console and the following commands:</p>
<p><code class="code-type-terminal">nslookup yourdomain.com</code><br />
<code class="code-type-terminal">dig -x [your ip address]</code></p>
<p>Here&#8217;s a quick demo of how to do this. Notice in the response of the dig command that an answer is returned, this is what we want to see.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-384" src="https://www.willegan.com/wp-content/uploads/2017/04/ptr-lookup.gif" alt="" width="823" height="506" /></p>
<p>If you want to know more about how to add a reverse DNS record or PTR record to your mail server, I recommend <a href="https://www.siteground.com/kb/what_is_a_ptr_record_and_how_to_add_one/" target="_blank" rel="noopener">reading this article</a>.</p>
<h2>Missing Sender Policy Framework (SPM)</h2>
<p>Whilst this is not an essential inclusion and is more of a best practice, it will certainly help to give your emails a greater chance of landing in the inbox. The MX Tools provides this great explanation of what an SPF is:</p>
<p><em>Sender Policy Framework (SPF) records allow domain owners to publish a list of IP addresses or subnets that are authorized to send email on their behalf. The goal is to reduce the amount of spam and fraud by making it much harder for malicious senders to disguise their identity.</em></p>
<p>You can use the SPF tool on MX Tools to ascertain whether you have an SPF policy in place. Here&#8217;s a quick demo of the tool in action.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-387" src="https://www.willegan.com/wp-content/uploads/2017/04/spf-lookup.gif" alt="" width="973" height="597" /></p>
<p>To add an SPF record to your site you will need to add a text record to the DNS values on your domain name. Here&#8217;s a quick example of what that might look like.</p>
<p><code class="code-type-text">v=spf1 mx a ptr ip4:123.456.789.0 a:example.com include:example.com ~all</code></p>
<p>A deeper explanation of the SPF concept is available on the <a href="https://www.getmailbird.com/what-spf-resources-are-available-now-that-openspf-org-is-gone/" target="_blank" rel="noopener">mailbird website</a>, including more advanced instructions on how to set one up.</p>
<h2>Adding a DomainKey Identified Mail record</h2>
<p>A DKIM record seems to be becoming increasingly important in recent times. This process basically signs your e-mail with a private key (generated by you), and you generate a DNS record with the public key so any recipient domain can verify if the mail content has been or not forged. It&#8217;s basically a mechanism to help protect both email receivers and email senders from forged and phishing email. Further information on this is available directly from the <a href="http://www.dkim.org" target="_blank" rel="noopener">DKIM project website</a>.</p>
<p>For an even more advanced implementation you may like to consider adding a DMARC record. <a href="https://blog.returnpath.com/build-your-dmarc-record-in-15-minutes-v2/" target="_blank" rel="noopener">This article</a> will help you do that in just 15 minutes.</p>
<h2>Not having a dedicated IP address</h2>
<p>Although there are many sceptics out there when it comes to the question of whether a sender needs a dedicated IP address, the pure technical factors at plat leads one to think that it must play a part. A dedicated IP is offered as an additional upgrade by most mail hosts, and even email vendors such as Mailchimp or Vero.</p>
<p>There are few key benefits of having a dedicated IP address. Firstly, you&#8217;re 100% responsible for it so the reputation you build on it is yours for the keep. You can take it with you to your next email vendor for example. You can send from multiple from address without worrying about your identity being lost. Also, your not sitting on a server with 100s of other marketers (who know what rubbish they might be sending out, and who knows where they got their lists from).</p>
<p><center>~</center>Well, that&#8217;s a wrap. I hope this post helps you increase your email deliverability. Please feel free to ask any questions using the comments function below.</p>
<p>The post <a href="https://www.willegan.com/how-to-avoid-spam-junk-filters/">How to Avoid SPAM and Junk Filters</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willegan.com/how-to-avoid-spam-junk-filters/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What Is a Good Retention Rate?</title>
		<link>https://www.willegan.com/what-is-a-good-retention-rate/</link>
					<comments>https://www.willegan.com/what-is-a-good-retention-rate/#comments</comments>
		
		<dc:creator><![CDATA[Will Egan]]></dc:creator>
		<pubDate>Wed, 25 Jan 2017 10:42:43 +0000</pubDate>
				<category><![CDATA[Retention]]></category>
		<guid isPermaLink="false">https://www.willegan.com/?p=73</guid>

					<description><![CDATA[<p>How do I know if I have a good retention rate? Simple, you measure it properly. When I ask most founders or product marketers what their retention rate is their initial instinct is to talk about their monthly or daily active users (MAUs and DAUs). It&#8217;s great that they are tracking these metrics of course, ... <a title="What Is a Good Retention Rate?" class="read-more" href="https://www.willegan.com/what-is-a-good-retention-rate/">Read more<span class="screen-reader-text">What Is a Good Retention Rate?</span></a></p>
<p>The post <a href="https://www.willegan.com/what-is-a-good-retention-rate/">What Is a Good Retention Rate?</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote><p>How do I know if I have a good retention rate?</p></blockquote>
<p>Simple, you measure it properly. When I ask most founders or product marketers what their retention rate is their initial instinct is to talk about their monthly or daily active users (MAUs and DAUs). It&#8217;s great that they are tracking these metrics of course, but it&#8217;s pretty likely that these are <strong>not</strong> providing an accurate indication of <em>true retention</em>.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-202 size-large" src="https://www.willegan.com/wp-content/uploads/2017/01/string-simple-1024x89.jpg" width="644" height="56" srcset="https://www.willegan.com/wp-content/uploads/2017/01/string-simple-1024x89.jpg 1024w, https://www.willegan.com/wp-content/uploads/2017/01/string-simple-300x26.jpg 300w, https://www.willegan.com/wp-content/uploads/2017/01/string-simple-768x67.jpg 768w, https://www.willegan.com/wp-content/uploads/2017/01/string-simple.jpg 2000w" sizes="(max-width: 644px) 100vw, 644px" /></p>
<p>In a nut shell, a good retention rate is like the perfect length of string.</p>
<p>Why? It requires a clear frame of reference. The perfect length of string required to tie a bundle of sticks depends on it&#8217;s circumference. Similarly, the perfect retention rate of any product depends on how frequently it <em>should</em> be used. We can only answer both of these question once we have some context.</p>
<p>To help explain this further, let&#8217;s explore the fundamentals of retention.</p>
<h2>The Fundamentals</h2>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-209" style="margin-top: -30px !important; margin-bottom: -10px !important;" src="https://www.willegan.com/wp-content/uploads/2017/01/building-blocks.gif" width="350" height="262" />When it comes to web or mobile applications, a retained user is defined as someone who continues to exhibit a <strong>behaviour</strong> indicative of ongoing use, <strong>over time</strong>.</p>
<p>Let&#8217;s consider the familiar monthly active users (MAUs) retention metric to verify this framework.</p>
<p>To measure MAUs, the <em>behaviour</em> we are looking for is the act of &#8216;logging in&#8217;. The use <em>over time</em> window has been set to a &#8216;month&#8217; (30 days). From this we get a group of users who we consider &#8216;retained&#8217;. We then divide the retained group (the numerator) by the total users (the denominator) to get our MAU retention rate. Huzzah, it works.</p>
<p style="text-align: center;">Retention Rate = retained users / total users</p>
<p>In the formula above, the retained user number is the result of the equation we previously worked out. However, if we include those values in the formula itself, it would look something like this:</p>
<p style="text-align: center;">Retention Rate = users who exhibit a certain <em>behaviour</em> over <em>time</em> / total users</p>
<p>Let&#8217;s push on. The key line here is: &#8216;exhibit a certain <em>behaviour</em> over <em>time</em>&#8216;. If you can understand this, then you&#8217;ll understand what I like to call <strong>true retention</strong>.</p>
<h2>True Retention</h2>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-215" src="https://www.willegan.com/wp-content/uploads/2017/01/people-with-problems.jpg" alt="" width="1000" height="555" srcset="https://www.willegan.com/wp-content/uploads/2017/01/people-with-problems.jpg 1000w, https://www.willegan.com/wp-content/uploads/2017/01/people-with-problems-300x167.jpg 300w, https://www.willegan.com/wp-content/uploads/2017/01/people-with-problems-768x426.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></p>
<p>Put simply, true retention is the answer to the following question: &#8216;when the user last had problem &#8216;x&#8217;, did they use our product to solve it? Where problem &#8216;x&#8217; is the problem your product solves of course (more on this later). Put even more simply, when the user <strong>needed to</strong> use our product, <strong>did they</strong>?</p>
<p>As you can see, there are still two parts to this equation. A <em>behaviour</em>, and a <em>time period</em>, yet they are being interpreted slightly differently. The behaviour remains true, it&#8217;s knowing whether a user &#8216;used the product&#8217;. However, the time period on the other hand is no longer a specific &#8216;time window&#8217;. Instead, it vaguely refers to the <em>natural</em> period of time it takes for a user to need to use the product.</p>
<p style="text-align: center;">True retention rate = users who <em>used</em> it <em>when</em> the needed it / total users</p>
<p>True retention is about measuring the completion of a behaviour within the time window that it should naturally take place. The time window is therefore defined as the interval between the user having the problem the first time, and the user having the problem a second time. This could be a short or long period of time.</p>
<h2>Retention is About Measuring Problems</h2>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-217" src="https://www.willegan.com/wp-content/uploads/2017/01/uber-google-airbnb-apps-mockups.jpg" alt="" width="1000" height="500" srcset="https://www.willegan.com/wp-content/uploads/2017/01/uber-google-airbnb-apps-mockups.jpg 1000w, https://www.willegan.com/wp-content/uploads/2017/01/uber-google-airbnb-apps-mockups-300x150.jpg 300w, https://www.willegan.com/wp-content/uploads/2017/01/uber-google-airbnb-apps-mockups-768x384.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></p>
<p>Every product solves a problem. Be it getting from A to B (Uber), finding information (Google), or booking accommodation (Airbnb). Our users encounter problems like these in their daily lives. The products we build are focused on solving these problems. The products capacity to do this is directly addressed through it&#8217;s core value proposition, more specifically, the primary utility of the product.</p>
<p>A products core utility is ultimately how it creates value, therefore, this is how we should measure retention.</p>
<p>With this in mind, it&#8217;s safe to say that our users only need our product when they are faced with the problem that our product solves. Retention is about measuring, surveying, or even guesstimating how frequently our customers are likely to face this problem in their daily lives. In other words, how frequently they need our product. This will be used as our &#8216;over time&#8217; window for the retention formula.</p>
<p>Let&#8217;s use Airbnb as a case study to explore this further.</p>
<h2>Airbnb Case Study</h2>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-218" src="https://www.willegan.com/wp-content/uploads/2017/01/AirbnbSummerGrowth.png" alt="" width="900" height="450" srcset="https://www.willegan.com/wp-content/uploads/2017/01/AirbnbSummerGrowth.png 900w, https://www.willegan.com/wp-content/uploads/2017/01/AirbnbSummerGrowth-300x150.png 300w, https://www.willegan.com/wp-content/uploads/2017/01/AirbnbSummerGrowth-768x384.png 768w" sizes="(max-width: 900px) 100vw, 900px" /></p>
<p>The MAU rate of Airbnb is&#8230; completely irrelevant. No one goes on holiday every month, so why measure &#8216;how many people booked accommodation in the past month&#8217;? Let&#8217;s try and define the true retention rate of Airbnb.</p>
<p>Firstly, we need to know the real rate of holidays that the average person takes each year. According to <a href="https://abta.com/about-us/press/abta-reveals-average-number-of-holidays-taken-in-2012">the ABTA</a>, people take roughly 1.4 holidays per calendar year. We will treat this number as the global average as it sounds about right.</p>
<p>Next, we need to find Airbnb&#8217;s total user base so we can work out the total potential number of bookings that could be made. In <a href="https://www.quora.com/How-many-users-does-Airbnb-have" target="_blank">September 2015</a>, Airbnb has roughly 50 million total users. Let&#8217;s assume that by December it had grown to 60 million. Therefore 60 million people taking an average of 1.4 holidays per year would create 84 million trips.</p>
<p>Finally, we need to count the number of users who have &#8216;booked accommodation&#8217; through Airbnb in the 2015 calendar year. Whilst Airbnb doesn&#8217;t reveal their actual bookings, they do reveal the number of nights stayed and average duration of stays. Using recently published <a href="https://skift.com/2017/01/04/airbnb-is-becoming-an-even-bigger-threat-to-hotels-says-a-new-report/" target="_blank">Morgan Stanley statistics</a>, we can guesstimate the total number of Airbnb bookings to be roughly 17 million in the 2015 calendar year.</p>
<p>So, we now have our two numbers. Firstly, the total number of accommodation bookings made by Airbnb users on Airbnb in 2015, <strong>17 million</strong>. Secondly, the potential number of accommodation bookings made by Airbnb users on any platform in 2015, <strong>84 million</strong>. Therefore, the true retention rate of Airbnb in 2015 can be calculated as follows:</p>
<p style="text-align: center;">17m Airbnb bookings / 84m potential bookings = 20%</p>
<p>The true retention rate of Airbnb is 20%. Moreover, one in five registered Airbnb users booked their 2015 holiday accommodation through Airbnb. Alternatively, four in five Airbnb users did not use Airbnb to book their holiday accommodation in 2015. This is assuming the data I&#8217;ve sourced is of course correct.</p>
<p>As you can see, the challenge with looking at the true retention window of Airbnb is that it would take one year for the data to be collected. This long propagation period is the primary reason why most companies look at MAUs. Ultimately, the true look back window may simply be too large. <a href="https://www.willegan.com/user-retention-starts-at-login/" target="_blank">User retention</a> <em>is</em> a long term game though.</p>
<h3>More Examples</h3>
<p>The key here is to be able to identify the normal usage pattern of your product. The following table provides further examples to help you identify this for your product.</p>
<table>
<tbody>
<tr style="background-color: #f1f1f1;">
<td width="16%"><strong>Product</strong></td>
<td><strong>True Retention (Behaviour/Time)</strong></td>
<td><strong>Natural Usage</strong></td>
</tr>
<tr>
<td style="background-color: #f1f1f1;"><a href="https://www.uber.com" target="_blank"><strong>Uber</strong></a></td>
<td><strong>Behaviour:</strong> booked a ride<br />
<strong>Time:</strong> in the past week.</td>
<td>How frequently does the average person take a cab? Once per a week perhaps.</td>
</tr>
<tr>
<td style="background-color: #f1f1f1;"><a href="https://www.xero.com" target="_blank"><strong>Xero</strong></a></td>
<td><strong>Behaviour:</strong> lodged BAS<br />
<strong>Time:</strong> in the last quarter.</td>
<td>How frequently does a small business do their tax? Quarterly, lodging of BAS statements.</td>
</tr>
<tr>
<td style="background-color: #f1f1f1;"><a href="https://www.slack.com" target="_blank"><strong>Slack</strong></a></td>
<td><strong>Behaviour:</strong> sent/read a message<br />
<strong>Time:</strong> in the past work week.</td>
<td>How frequently are teams communicating? Weekly, Monday through Friday.</td>
</tr>
<tr>
<td style="background-color: #f1f1f1;"><a href="https://www.ausmed.com" target="_blank"><strong>Ausmed</strong></a></td>
<td><strong>Behaviour:</strong> engaged in education<br />
<strong>Time:</strong> in the past month.</td>
<td>How frequently does someone engage in education? Typically once per month.</td>
</tr>
<tr>
<td style="background-color: #f1f1f1;"><a href="http://candycrushsaga.com/" target="_blank"><strong>Candy Crush</strong></a></td>
<td><strong>Behaviour:</strong> played game<br />
<strong>Time:</strong> in the past day/week.</td>
<td>How often does someone get bored? Daily/weekly most likely.</td>
</tr>
</tbody>
</table>
<h2>Final Thoughts</h2>
<p>The main takeaway message of this article is to determine whether it&#8217;s necessary to track a true retention rate alongside your MAU or DAU rates. Some products will not require this. For some, like the last two in the table above, the natural consumption rate may be daily, weekly or monthly anyway. In these circumstances the conventional retention metrics <strong>are likely</strong> to offer accurate insights.</p>
<p>At Ausmed, we monitor MAUs quite closely. However, we also look at a 90 day retention window. This is because we know that the vast majority of our users undertake at least one educational activity every 90 days. If they have not used our service in the last 90 days, it&#8217;s highly likely they are no longer using the product. Therefore, we don&#8217;t consider them to be a retained user.</p>
<p>Finally, if you&#8217;re working on a product that naturally has long intervals between use, think Airbnb or an annual tax return software as an example, there are ways to reduce the time window. In situations like this, you could consider building features into the product that would encourage more regular use. For Airbnb this might be achieved by promoting local, short stay trips in the user&#8217;s home city. For tax return software, this could be achieved by encouraging users to add their tax-deductable expenses as they are incurred (all year round). In both cases, the time window being evaluated for retention would be significantly reduced.</p>
<p>The post <a href="https://www.willegan.com/what-is-a-good-retention-rate/">What Is a Good Retention Rate?</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willegan.com/what-is-a-good-retention-rate/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>What is Product Market Fit?</title>
		<link>https://www.willegan.com/product-market-fit/</link>
					<comments>https://www.willegan.com/product-market-fit/#comments</comments>
		
		<dc:creator><![CDATA[Will Egan]]></dc:creator>
		<pubDate>Sun, 08 Jan 2017 07:02:17 +0000</pubDate>
				<category><![CDATA[Product]]></category>
		<guid isPermaLink="false">https://www.willegan.com/?p=236</guid>

					<description><![CDATA[<p>&#8220;If you scale a crappy product, you&#8217;ll end up with a million problems.&#8221; True. But, how do we know if our product&#8217;s crappy (or not)? The truth is, as founders, marketers or engineers, we inevitably always seem to think the product is crappy. Today, last month, last quarter, even last year. It&#8217;s like we forget ... <a title="What is Product Market Fit?" class="read-more" href="https://www.willegan.com/product-market-fit/">Read more<span class="screen-reader-text">What is Product Market Fit?</span></a></p>
<p>The post <a href="https://www.willegan.com/product-market-fit/">What is Product Market Fit?</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote><p>&#8220;If you scale a crappy product, you&#8217;ll end up with a million problems.&#8221;</p></blockquote>
<p>True. But, how do we know if our product&#8217;s crappy (or not)?</p>
<p>The truth is, as founders, marketers or engineers, we inevitably always seem to think the product is crappy. Today, last month, last quarter, even last year. It&#8217;s like we forget about all of the great things the product already does, and instead focus on the current issues. Be it a little bug, a UI problem, or a missing feature, the mindset inside most startups is that &#8216;it&#8217;s not ready yet&#8217;.</p>
<p>As a result, we defer growth.</p>
<p>&#8220;Let&#8217;s just build feature X first, then we can focussing on growth.&#8221;</p>
<p>This has held me back personally many times. Everytime someone mentions &#8216;growth&#8217; I ask myself &#8216;is the product ready&#8217;? The answer has to be <strong>yes</strong>. You cannot defer growth. So long as the product has product market fit.</p>
<p><strong>Product market fit</strong> is not usually something us growth marketers talk about, but it&#8217;s super important. I’ve searched everywhere for a clear definition. At first I thought a <a href="https://www.quora.com/How-do-you-define-Product-Market-Fit" target="_blank">Quora thread</a> on the topic might help. Nope — it culminated in a “you’ll know it when you have it” moment. Next I turned to the gurus. Still no luck:</p>
<ul>
<li>“If you have to ask whether you have product market fit, the answer is simple: you don’t.” — Eric Ries</li>
<li>“Make things people want.” — Paul Graham</li>
<li>“The only thing that matters is getting to product/market fit.” — Marc Andreessen</li>
<li>“One metric for Product/Market Fit is if at least 40% percent of surveyed customers (Users) indicate that they would be “very disappointed” if they no longer have access to a particular product or service.” — Sean Ellis</li>
</ul>
<p>You see my point. None of these statements provided a tangible framework to help guide us towards finding our product market fit. As a marketer, it&#8217;s so important to categorically confirm that product market fit is present before scaling growth. In a nut shell, here&#8217;s what you need to know:</p>
<p><strong>Product market fit equates to one function done really well.</strong></p>
<p>Sounds simple doesn&#8217;t it? Well, it is. Products solve problems. They do this by offering users a function. One core function. That one function is designed to enable users to access the product&#8217;s core value. In fact, every other product function is secondary to this core function. It only exists to make the product better at delivering on the core value being offered.</p>
<p>Now ask yourself: how fast does <em>your</em> product deliver on its core value proposition? The best products do it immediately.</p>
<h2>See for Yourself</h2>
<h3>Google</h3>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-238" src="https://www.willegan.com/wp-content/uploads/2017/01/google-screenshot-1024x658.png" alt="" width="644" height="414" srcset="https://www.willegan.com/wp-content/uploads/2017/01/google-screenshot-1024x658.png 1024w, https://www.willegan.com/wp-content/uploads/2017/01/google-screenshot-300x193.png 300w, https://www.willegan.com/wp-content/uploads/2017/01/google-screenshot-768x494.png 768w, https://www.willegan.com/wp-content/uploads/2017/01/google-screenshot.png 1299w" sizes="(max-width: 644px) 100vw, 644px" />Core value proposition: a search engine that “understands exactly what you mean and gives you back exactly what you want.”<br />
Core function: a search bar and instant results.</p>
<h3>Uber</h3>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-240" src="https://www.willegan.com/wp-content/uploads/2017/01/uber-screenshot.jpg" alt="" width="1000" height="643" srcset="https://www.willegan.com/wp-content/uploads/2017/01/uber-screenshot.jpg 1000w, https://www.willegan.com/wp-content/uploads/2017/01/uber-screenshot-300x193.jpg 300w, https://www.willegan.com/wp-content/uploads/2017/01/uber-screenshot-768x494.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" />Core value proposition: transportation in minutes.<br />
Core function: one button that lets you ‘Set Pickup Location’.</p>
<h3>Facebook</h3>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-243" src="https://www.willegan.com/wp-content/uploads/2017/01/fb-1024x598.png" alt="" width="644" height="376" srcset="https://www.willegan.com/wp-content/uploads/2017/01/fb-1024x598.png 1024w, https://www.willegan.com/wp-content/uploads/2017/01/fb-300x175.png 300w, https://www.willegan.com/wp-content/uploads/2017/01/fb-768x449.png 768w, https://www.willegan.com/wp-content/uploads/2017/01/fb.png 1600w" sizes="(max-width: 644px) 100vw, 644px" />Core value proposition: connect with friends and the world around you.<br />
Core function: find/add friends.</p>
<h3>Snapchat</h3>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-244" src="https://www.willegan.com/wp-content/uploads/2017/01/snapchat.jpg" alt="" width="720" height="540" srcset="https://www.willegan.com/wp-content/uploads/2017/01/snapchat.jpg 720w, https://www.willegan.com/wp-content/uploads/2017/01/snapchat-300x225.jpg 300w" sizes="(max-width: 720px) 100vw, 720px" />Core value proposition: Snap a photo or a video, add a caption, and send it to a friend.<br />
Core function: take a photo/video.</p>
<p>All of the products above take the user to the core function of their service — the core problem they promise to solve — immediately.</p>
<p><strong>Product market fit is when you have a core feature that delivers on your value proposition so well, that you can increase value simply by improving that core feature.</strong></p>
<p>Think about the billions of dollars Google has spent on its search product, yet the function that users interact with (the search bar) has barely changed.</p>
<p>It is, however, easy to lose product market fit. For example, the transition from Elance to Upwork has made it much harder to hire a freelancer. Similarly, Messenger&#8217;s &#8216;Snapchat&#8217; update has caused major issues around usability of the core value of being able to send a message.</p>
<h3>Upwork</h3>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-245" src="https://www.willegan.com/wp-content/uploads/2017/01/upwork-1024x717.png" alt="" width="644" height="451" srcset="https://www.willegan.com/wp-content/uploads/2017/01/upwork-1024x717.png 1024w, https://www.willegan.com/wp-content/uploads/2017/01/upwork-300x210.png 300w, https://www.willegan.com/wp-content/uploads/2017/01/upwork-768x538.png 768w, https://www.willegan.com/wp-content/uploads/2017/01/upwork.png 1600w" sizes="(max-width: 644px) 100vw, 644px" />Core value proposition: find freelancers to tackle any job, any size, any time.<br />
Core function: &#8230;where would you click?</p>
<h3>Messenger</h3>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-247" src="https://www.willegan.com/wp-content/uploads/2017/01/facebook-messenger-camera.jpg" alt="" width="1000" height="523" srcset="https://www.willegan.com/wp-content/uploads/2017/01/facebook-messenger-camera.jpg 1000w, https://www.willegan.com/wp-content/uploads/2017/01/facebook-messenger-camera-300x157.jpg 300w, https://www.willegan.com/wp-content/uploads/2017/01/facebook-messenger-camera-768x402.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" />Core value proposition: send messages.<br />
Core function: sending &#8216;snap chats&#8217; to your friends (the big blue button at the bottom of the screen). The top right corner (blue plus) is where you need to click to send a message.</p>
<h2>Marketing Considerations</h2>
<p>Marketers have the potential to optimise you both towards and away from product market fit. This is because marketers modify your value proposition, through things like A/B testing ad copy, in pursuit of higher conversions.</p>
<p>Underpinning this pursuit towards increased conversions may be a change in the underlying motivation behind <em>why</em> someone signed up. Ultimately, the people who sign up receive a different product experience (functionality) to what they were originally sold.</p>
<p>It is therefore imperative that what marketing is <em>actually</em> selling to the customer, is consistent with what the product <em>actually</em> does. This means you need to be tight around your acquisition messaging, ad-copy and imagery.</p>
<p><strong>The marketers definition of product market fit is “the landing page that converts the highest”. Still unclear? Imagine this scenario&#8230;</strong></p>
<p>Marketing runs an advert that promotes your products in such as way that <em>feature y</em> is now being sold as <em>feature x</em>. Customers sign up to get <em>feature x</em> and your product ultimately provides <em>feature y</em>. Subsequently, activation is low and you interpret this as <strong>a lack of</strong> product market fit. The truth is, your product might be really good at delivering <em>feature y</em>, but marketing has brought you customers that want <em>feature x</em>.</p>
<p>What do you do? Well, marketing needs to find you customers who want <em>feature y</em>, or your product needs to get better at delivering on <em>feature x</em>. You might even want to consider pivoting towards focussing on <em>feature x</em> if demand for this feature seems stronger.</p>
<p>Key takeaway: product market fit must be evaluated against the initial reason a user chose to sign up. AKA did your product do what the landing page said it would? If so, do users use that feature the moment they sign up (demonstrating activation).</p>
<blockquote><p>Marketing will inevitably optimise for a high converting promise (embedded in your landing page). Your product must deliver on that promise.</p></blockquote>
<p>We’re currently applying this theory to our work here at <a href="https://www.ausmed.com" target="_blank">Ausmed</a>. We’ve built a framework to track and drive product market fit. I plan to follow up on this post with a second article showing you how we go.</p>
<h2>Final thoughts&#8230;</h2>
<p>When you’re seeking product market fit, identify the core function that represents your value proposition. Focus on making that as straightforward and as easy to use as possible. Do this incessantly until the majority of people who sign up to use your service to <strong>do X</strong>, are able to <strong>do X</strong>—and can do it well within 1–5 seconds.</p>
<p>The post <a href="https://www.willegan.com/product-market-fit/">What is Product Market Fit?</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willegan.com/product-market-fit/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>User Retention Starts at the Login Form</title>
		<link>https://www.willegan.com/user-retention-starts-at-login/</link>
					<comments>https://www.willegan.com/user-retention-starts-at-login/#comments</comments>
		
		<dc:creator><![CDATA[Will Egan]]></dc:creator>
		<pubDate>Fri, 16 Dec 2016 23:37:38 +0000</pubDate>
				<category><![CDATA[Retention]]></category>
		<guid isPermaLink="false">https://www.willegan.com/?p=69</guid>

					<description><![CDATA[<p>In 2016 our monthly active users (MAU) rose from roughly 8% in February to 48% in November. This is an extraordinary result. During this period we tested about 20 changes, from hooks of addiction (inspired by Nir Eyal&#8217;s hook model) to more simpler things such as email reminders. But one test was a stand out ... <a title="User Retention Starts at the Login Form" class="read-more" href="https://www.willegan.com/user-retention-starts-at-login/">Read more<span class="screen-reader-text">User Retention Starts at the Login Form</span></a></p>
<p>The post <a href="https://www.willegan.com/user-retention-starts-at-login/">User Retention Starts at the Login Form</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In 2016 our monthly active users (MAU) rose from roughly 8% in February to 48% in November. This is an extraordinary result. During this period we tested about 20 changes, from hooks of addiction (inspired by Nir Eyal&#8217;s hook model) to more simpler things such as email reminders.</p>
<p>But one test was a stand out success.</p>
<p>In this article, I want to explore that change. It was a feature we called &#8216;long life login&#8217;. It turned out that by automatically logging our users out at the end of a session, we were losing 2% of the active user base every week. Here&#8217;s how&#8230;</p>
<h2>Background</h2>
<p>Retention. It&#8217;s a hard game. Why? Because the feedback loop isn&#8217;t instant. It genuinely takes 90 days to find out how many users are <em>still</em> active 90 days after sign up. Conducting cohort analysis on such a curve can take even longer&#8230; years potentially.</p>
<p>Similarly, a single change made in pursuit of greater first month retention takes a month to propagate. You deploy the test, then the lights go out, and 30 days later the results start coming in.</p>
<p>This is all because of <em>time</em>. We can&#8217;t speed it up.</p>
<p>Compare this to a normal A/B split test where we can speed up learnings simply by driving more traffic to the test. The question we asked ourselves earlier this year was <strong>whether we could do the same for time-based tests?</strong> An A/B split test targeting first month retention <em>will</em> take 30 days to resolve. This is fact. But, it turned out there was a faster way to experiment with retention. A way that <strong>does</strong> provide us with instant feedback. It just requires a different mindset.</p>
<h2>New Mindset</h2>
<p>When I chat to most companies (startups through to corporates) about retention, they all make the same assumption. That retention is directly linked to the quality of the product itself. This flippant absolving of responsibility of such a key metric is misguided. Sure, it&#8217;s true for products like Uber, Snapchat and WhatsApp that stumble across problem solution fit on day one. But, for the other 99.9% of products it&#8217;s a compromising belief.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-115" src="https://www.willegan.com/wp-content/uploads/2016/12/retention-curve-1024x682.jpg" width="600" height="400" srcset="https://www.willegan.com/wp-content/uploads/2016/12/retention-curve-1024x682.jpg 1024w, https://www.willegan.com/wp-content/uploads/2016/12/retention-curve-300x200.jpg 300w, https://www.willegan.com/wp-content/uploads/2016/12/retention-curve-768x511.jpg 768w, https://www.willegan.com/wp-content/uploads/2016/12/retention-curve.jpg 1200w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Of course, if the product in question is not genuinely useful and doesn&#8217;t actually solve a problem, no amount of retention mastery will save it. But let&#8217;s assume you <em>do</em> have a product that solves a problem for some group of users. In this case, it&#8217;s likely that the vast majority of your retention will need to be engineered. In other words, product is not the <a href="https://en.wikipedia.org/wiki/Albatross_(metaphor)" target="_blank">albatross hanging around retention&#8217;s neck</a>.</p>
<p>Herein lies the key mindset shift we made, realising that there are two areas to optimise for retention:<br />
1 &#8211; <strong>Problem</strong> based retention, and<br />
2 &#8211; <strong>Engineering</strong> based retention.</p>
<p>In it&#8217;s purest terms, a user is driven to use your product by a cognitive or physical trigger they experience in their day-to-day lives. Let&#8217;s call this trigger a &#8216;job to be done&#8217; (<a href="http://hbswk.hbs.edu/item/clay-christensen-the-theory-of-jobs-to-be-done" target="_blank">Clayton Christensen&#8217;s words, not mine</a>). The moment they encounter this &#8216;job to be done&#8217; their mind starts searching for a product that they can employ, to get the job done. The first product that comes to mind is the one that they believe can best get the job done. Here&#8217;s a quick example&#8230;</p>
<p>You need to dig a hole. Shovel.</p>
<p>So, let&#8217;s assume your user has the problem your product is designed to solve. They whip out their phone, navigate to your app, and open it. This is problem-driven retention in action. At this point the problem based retention engine has worked. It&#8217;s done its job. It now hands over a highly motivated user to the engineering based retention engine, which must finish getting the user &#8216;retained&#8217;.</p>
<p>It&#8217;s at this very point that the single biggest hinderance to our retention rate was found. The interface between the user and our product&#8230; a login form.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-119" src="https://www.willegan.com/wp-content/uploads/2016/12/failed-login-1024x615.jpg" width="600" height="361" srcset="https://www.willegan.com/wp-content/uploads/2016/12/failed-login-1024x615.jpg 1024w, https://www.willegan.com/wp-content/uploads/2016/12/failed-login-300x180.jpg 300w, https://www.willegan.com/wp-content/uploads/2016/12/failed-login-768x461.jpg 768w, https://www.willegan.com/wp-content/uploads/2016/12/failed-login.jpg 1200w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<h2>Long Life Login</h2>
<p>Logging in a pain for <del datetime="2016-12-16T21:22:14+00:00">most users</del> everyone. Naturally, security is the main consideration here, but truth be told, Facebook has both the most personal data on us, and is the easiest to login. In fact, online banking is really the only service that we appreciate being automatically logged out of.</p>
<p>At <a href="https://www.ausmed.com">Ausmed</a>, we realised pretty quickly that our problem based retention engine was not a problem. Our product is perfectly wrapped around a key job to be done. The moment a user realised they needed our product, they would visit our website or open our app. But, invariably, this strong driver was not leading to <em>sustained</em> retention. We wanted to know more about what was going on here.</p>
<p>To do this, we began tracking behaviour around the login form using <a href="https://www.willegan.com/what-is-event-based-marketing/">event tracking</a>. We defined three events:<br />
1) User attempted to log in<br />
2) User successfully logged in<br />
3) User failed to log in.</p>
<p>The primary question we wanted to answer was &#8216;what percentage of people who <em>&#8216;attempted to log in&#8217;</em> yet <em>&#8216;</em><em>failed to log in&#8217;</em> <strong>did not</strong> log in again over the next 7 days?&#8217;</p>
<p>In other words, what percentage of the people trying to use our product were being lost due to difficulties logging in? The results were astounding.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-121" src="https://www.willegan.com/wp-content/uploads/2016/12/percent-of-users-failing-to-login-1024x378.jpg" width="601" height="222" srcset="https://www.willegan.com/wp-content/uploads/2016/12/percent-of-users-failing-to-login-1024x378.jpg 1024w, https://www.willegan.com/wp-content/uploads/2016/12/percent-of-users-failing-to-login-300x111.jpg 300w, https://www.willegan.com/wp-content/uploads/2016/12/percent-of-users-failing-to-login-768x284.jpg 768w, https://www.willegan.com/wp-content/uploads/2016/12/percent-of-users-failing-to-login.jpg 1200w" sizes="(max-width: 601px) 100vw, 601px" /></p>
<p>Some comments about this graph. Our user base has grown substantially throughout this period, yet the rate has fallen. In March, almost 1 out of 25 active users were being lost every week. Contrast this to December, where only 4 out of 1000 were being lost.</p>
<p>It turned out that an average of 2% of active users were being lost each week. That&#8217;s 8% a month. I say average, but some weeks it was as high a 4%. Extrapolated out: if we had 100,000 monthly active users today and did not acquire a single new user for the next 10 weeks, only 81,707 active users would remain. In other words, we were losing 20% of our active users every two months, purely through login.</p>
<p>So, we got to work solving this problem. We made two changes. One that was obvious but also quite technically hard to do, and one that was extremely clever and super easy to do.</p>
<h2>How We Fixed Logging-In</h2>
<h3>1 &#8211; We Stopped Logging People Out</h3>
<p>Seriously, this will solve the bulk of the problem. In our case the technical changes took some time to solve. Load balancers, caches, token expiry etc.</p>
<h3>2 &#8211; We Proactively Sent Username Reminders</h3>
<p>As we were now tracking events around the login form, we started sending a copy of this event data to <a href="https://www.getvero.com">Vero</a>. This meant we could begin sending pro-active username reminders (emails). The message in the email was simple: &#8216;Hey, we notice you&#8217;re having difficulty logging in, here&#8217;s a friendly reminder of your username. Here&#8217;s a (gif-based) demo of how to log in, and here&#8217;s a link to reset your password in case need to do that too.&#8217; It worked amazingly well.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-107" src="https://www.willegan.com/wp-content/uploads/2016/12/username-reminder-email-1024x624.jpg" width="601" height="366" srcset="https://www.willegan.com/wp-content/uploads/2016/12/username-reminder-email-1024x624.jpg 1024w, https://www.willegan.com/wp-content/uploads/2016/12/username-reminder-email-300x183.jpg 300w, https://www.willegan.com/wp-content/uploads/2016/12/username-reminder-email-768x468.jpg 768w, https://www.willegan.com/wp-content/uploads/2016/12/username-reminder-email.jpg 1200w" sizes="(max-width: 601px) 100vw, 601px" /></p>
<p>This single email resulted in 58% of people who failed to log in, logging in again. It&#8217;s incredibly useful and a novel idea—I&#8217;ve never seen it done before. Also, it&#8217;s worth noticing that not a single person unsubscribed.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-109" src="https://www.willegan.com/wp-content/uploads/2016/12/unsubscribe-results-1024x519.jpg" width="600" height="304" srcset="https://www.willegan.com/wp-content/uploads/2016/12/unsubscribe-results-1024x519.jpg 1024w, https://www.willegan.com/wp-content/uploads/2016/12/unsubscribe-results-300x152.jpg 300w, https://www.willegan.com/wp-content/uploads/2016/12/unsubscribe-results-768x389.jpg 768w, https://www.willegan.com/wp-content/uploads/2016/12/unsubscribe-results.jpg 1200w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>For those with a keen eye, the difference between the converted group, and open group is explained by <i>indirect conversion</i> (my next post).</p>
<h2>Summary</h2>
<p>Nothing else in the past year has improved our retention rate more positively than long life login. Every ten weeks, we were haemorrhaging 20% of our active user base simply by automatically logging them out at the end of a session. Security is important, no doubt. But even a service like Facebook, with so much data on all of us, does not log users out. Neither should you. Proactively helping users who still struggle after you implement long life login is incredibly effective. And finally, I would love to hear your thoughts on this article in the comments box below.</p>
<p>The post <a href="https://www.willegan.com/user-retention-starts-at-login/">User Retention Starts at the Login Form</a> appeared first on <a href="https://www.willegan.com">Will Egan</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.willegan.com/user-retention-starts-at-login/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
