<?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>Event Based Marketing &#8211; Will Egan</title>
	<atom:link href="https://www.willegan.com/category/event-based-marketing/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.willegan.com</link>
	<description>Melbourne-based growth marketer specialising in activation</description>
	<lastBuildDate>Mon, 08 Apr 2019 19:08:41 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.2</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 rel="nofollow" href="https://www.willegan.com/what-is-event-based-marketing/">What is Event-based Marketing?</a> appeared first on <a rel="nofollow" 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 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 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 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 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 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 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 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 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 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 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 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 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 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 rel="nofollow" href="https://www.willegan.com/what-is-event-based-marketing/">What is Event-based Marketing?</a> appeared first on <a rel="nofollow" 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 rel="nofollow" href="https://www.willegan.com/data-and-marketing/">Data and Marketing</a> appeared first on <a rel="nofollow" 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 rel="nofollow" href="https://www.willegan.com/data-and-marketing/">Data and Marketing</a> appeared first on <a rel="nofollow" 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>
	</channel>
</rss>
