SlideShare una empresa de Scribd logo
1 de 169
Descargar para leer sin conexión
Mike king - Digital body language 2.0
The paranoia around user tracking has increased substantially since Edward Snowden proved what we all already suspected anyway. 
ARE SCARED 
OF BIG DATA
LISTENS
READ 
HAVE YOU CHECKED YOUR APPS? 
A lot of the applications you have on your phone right now are broadcasting data about you.
RECORDS AUDIO AT ANYTIME withoutyour permission 
TAKES PICTURES & VIDEO withoutyour permission 
READS YOUR PHONE CALL LOG including incoming and outgoing call metadata 
http://huff.to/1oIcHLR
Bruce Wayne shows Luscious Fox the tracking system he’s built using people’s cellphones and Luscious tells Bruce 
“this is wrong!” Then they use it to save the world. REMINISCENT OF THIS SCENE
We’ve all been active participants in this type of data collection. ALSO BEEN CONTRIBUTING
Credit cards aren’t just a convenience, they are tracking devices. 
ISN’T THE ONLY THINGTRACKING YOUR PURCHASES
SELLYOUR DATA 
All the data is aggregated and sold back to marketers to do more effective targeting.
THAT’S HOWhappened 
Target famously makes use of this to “prime the pump” for pregnant customers. 
http://onforb.es/1w2lJEE
AND HOWhappens 
Hospitals are starting to get in the game as well by predicting illnesses based on the purchasing behavior of patients. 
http://buswk.co/VYQ1gY
OUT. 
TURN OFF Location Services on your phone 
DELETE YOURSELFfrom ad networks 
DON’T MAKE a Facebook account 
DON’T MAKE a Google account 
DISABLE JavaScript 
USEDuckDuckGo 
INSTALL AdBlock 
DISABLEcookies 
USE cash 
USETor 
Opting out is difficult and you can do it with considerable effort. However it does mean not having a modern web experience.
STAY. RESPONSIBLY.
THIN LINE…
EVIL
G 
E 
N 
E
LEADGENERATION 
When I say “lead generation” you start to think of this HubSpot model.
LEADGENERATION 
…then you think about the different touch points, qualification and lead scoring. 
Blog 
Social Media 
Keywords 
Pages 
Calls-to-Action 
Landing Pages 
Forms 
Contacts 
Email 
Workflows 
Lead Scoring 
CRM Integrations 
Social Media 
Smart Calls-to-Action 
Email 
Workflows
But wait… that 
applies to everything 
in digital marketing.
IT’S HOWreduces churn 
HubSpot has a user engagement score called the Customer Happiness Index (CHI). They use it to improve the happiness of 33% of their previously unhappy customers -http://bit.ly/1lDuG6f
COLLABORATIVE FILTERING 
Given a set of users’ digital body language Amazon and Netflix recommend other items.
PREDICTIVE MODELING 
Target uses each “guest's” actions on and offline to determine their digital body language and deducefuture behaviors. 
See Andrew Pole (Target) explain thishttp://www.rmportal.performedia.com/node/1373
Leveraging data from implicit data sources in context with user behavior is the user’s digital body language. 
YOUOBVIOUSLY.
D 
A 
T 
A
DATABASEOF AFFINITY 
Google is using all the data it collects about users across its ecosystem to build robust user profiles, 
understand and segment all of its users.
OFGOOGLE NOW 
Google is getting increasingly predictive and personalized. It’s realistic to expect that Google now is the personal valet inits infancy
SEGMENTS 
Google already allows marketers to purchase audiences based on affinity segments in Adwords.
INGOOGLE ANALYTICS 
You can also measure Affinity Segments directly in Google Analytics. More info -http://bit.ly/1fdLpbo
You’ll need data in real-time. NOT ENOUGH
How can we understand our customers before they fill out a form? 
We want to 
know our customers 
before they ever tell 
usanything.
CONNECT 
Yes, I’ve talked about Facebook Connect, personas and leveraging social sign-in as ways to collect data on your users, identify segments and target dynamically, and…
MOST ROBUST SOCIAL DATA Facebook is what people use the most and it offers the most granular data for marketers to work with. 
http://bit.ly/1mgSvRE
LOGINIS ON THE DECLINE 
Facebook login usage is actually on the decline because of fears around data privacy and being hacked.
GOODBYE SOCIAL DATA 
People have gotten so scared of clicking the sign-in with Facebook button that FB is rolling out an anonymous login feature. 
http://bit.ly/1zq9Wod
LINKEDINARE BEST FOR B2B 
Users generally consider Facebook to be a more personal account so they’d prefer to login to business related accounts with their Google or LinkedIn accounts.
SHIT. 
…Obviously.
BROWSER FINGERPRINTING 
A unique string can be generated for identification based on a combination features that a web browser broadcasts. 
We’ll need to be able to track users across multiple visits in a database. 
A browser fingerprint is an effective way to do so.
STUDY SHOWED unique fingerprints 
Pantoclick’s study showed that 86.3% of browsers had unique fingerprints. 
http://bit.ly/1n8DFIj
ARE NOTVERY UNIQUE 
Since mobile browsers generally share the same technology stack, 
it is difficult to use browser fingerprinting as a sole means of tracking. 
0% 
25% 
50% 
75% 
100% 
Opera Mini 
Safari (in-app) 
AndroidBrowser 
Safari 
InternetExplorer 
Firefox 
Chrome 
%Unique (Fingerprint Only) 
%Unique
INCREASESUNIQUENESS 
0% 
25% 
50% 
75% 
100% 
Opera Mini 
Safari (in-app) 
Android Browser 
Safari 
Internet Explorer 
Firefox 
Chrome 
%Unique (Fingerprint + IP) 
%Unique 
Optimisation Beacon’s study showed that browser fingerprints are incredibly effective for user tracking when adding the user’s GeoIP and hostname into to the mix -http://bit.ly/1nfhvc4
STUDY SHOWED changed fingerprints 
Browser fingerprints can change for a variety of reasons and Pantoclick’s sample was full of very tech-savvy users who were introduced to the browser fingerprint concept.
EASY JAVASCRIPT LIBRARY 
Browser fingerprinting can’t be any easier than this. It only takes one line of code. 
var fingerprint = new Fingerprint().get(); 
FingerprintJS -http://bit.ly/1rUeZet
INGOOGLE ANALYTICS 
Track the browser fingerprint on the visitor level as a custom variable so you can marry 
with your database and track the return login as an event. 
_gaq.push(['_setCustomVar', 
1, // This custom var is set to slot #1. Required parameter. 
‘userFingerPrint', // The name acts as a kind of category for the user activity. Required parameter. 
‘[insert fingerprint number here]', // This value of the custom variable. Required parameter. 
1 // Sets the scope to visitor-level. Optional parameter. 
]); 
_gaq.push(['_trackEvent', 
‘returnLogin', // category of activity 
‘fingerPrintedUserLogin', // Action 
]);
RESPAWING COOKIES 
EverCookie populates itself in every possible browser storage mechanism and respawns whenever is deleted. 
EverCookie can be used in addition to, or in place ofm browser fingerprints and/or standard cookies to persistently identify users. 
http://bit.ly/1w2ofdZ
…Obviously. TRACK PEOPLE. OBVIOUS.
…Obviously. IP ADDRESS?
DEMYSTIFY USERS WITH THEIR IP 
MaxMind provides the user’s Country, State, City, ZipCode, Organization, Domain Name, Longitude and Latitude 
MaxMind http://www.maxmind.com
MAXMIND CLAIMScity-level accuracy 
According to the service’s FAQ Maxmind is 99.8% accurate on the Country level, 90% accurate on the State level and 83% accurate on the city level -http://bit.ly/1jeJ6KA
1000 API CALLS A DAY FOR FREE 
IPINFO.IO’S standard packages go up to 160k API calls/day at $200, but the free tier offers 1000/day. 
IPINFO.IO http://www.ipinfo.io
USE THEget their census data 
The Census API can return demographic data based on the zipcode that is passed. 
http://1.usa.gov/1syEEqn
THE CODE IS WRITTEN FOR YOU 
Chris MacNaughton wrote this PHP library that makes pulling data from the Census API trivial. 
US Census Class -http://bit.ly/1w2ollP
USE THEget their address 
Leveraging the user’s latitude and longitude you can ping the Google Maps Geocoding API and get their address. 
http://bit.ly/1q07UJD
30,000 API CALLS A DAY FOR FREE 
Google requires you to have a Google Maps for Business account to get more than 100 API calls per day. 
Bing Maps Portal https://www.bingmapsportal.com 
Alternatively, Mapquest is completely free http://developer.mapquest.com/
USE THEget their name, number, and age 
Using the address from Geocoding you can ping the White Pages Pro API and get their name, number and age. 
http://bit.ly/1q07UJD
IMPROVE ADDRESSuse HTML5 Geolocation API 
If a website has ever asked you for your location it’s using the GeoLocation API to get your precise coordinates. These can thenbe used the same way I’ve just described to get more information on a user.
USE THEget firmographics 
Using the organization name that you’ll get from MaxMind or the WhitePages API you can then get firmographic information on the company from Crunchbase -http://developer.crunchbase.com
USE THEget paid search spend 
Using the organization name you can get their domain name and find out how much they spend in Paid Search using the SEMRush API -http://www.semrush.com/api.html
USE THEget technologies 
Using the company’s name you can find their domain name and send it to Builtwith’s API to get the list of technologies the site uses -http://api.builtwith.com/
SNIFF THE SITE’S TECHNOLOGY 
Wappalyzer is a Chrome extension similar to Builtwith and the author has published the source code.. 
Skip the pricy Builtwith buy and use Wappalyzer. 
http://bit.ly/1q07YJh
USE THEget the weather 
Leveraging the user’s latitude and longitude you can find out the user’s weather and tailor their experience. 
https://developer.forecast.io/
EMAIL ADDRESS?
NEVER ASK.
HOUSEHOLD INCOME AND MORE 
RapLeaf offers a wealth of demographic information such as gender, presence of children, net worth, etc. 
RapLeaf -http://www.rapleaf.com
HERE IS data point that RapLeaf offers 
They also offer interests, purchasing information and occupation type.
SOCIALDATA 
Aside from their incredible vacation plan FullContact can also take an email address or phone number and give back name, demographics and social media profiles.
APICOMING SOON 
It appears FullContact is looking to throw its hat in the ring with data providers like Hoovers 
or Salesforce’s Data.com for a low cost.
PRIVACY POLICY?
MIND PALACE.
A 
U 
T 
O
PERSONALIZATION 
When I say site personalization, I mean changing the site meaningfully in response to a change in the user’s data. 
http://bit.ly/1q07ZNo
CAN INCREASECONVERSION 
Simple offer pop-out systems like RocketBolt have resulted in as much as $40k incremental revenue for some businesses. 
http://www.rocketbolt.com
PERSONALIZATION 
By personalizing the experience of plus-size shoppers ModCloth saw a 14.9% lift in AOV, 
increased customer satisfaction and a lower return rate.
PERSONALIZATION 
Visual Site Optimizer saw an 149% increase in clickthrough from Indian visitors to the careers page from simply toggling on aCTA based on the user’s location. -http://bit.ly/VYSh83
ONE TOOL
$999 GETS YOU 10K UNIQUES 
Marketo’s marketing automation platform does a variety of things, just for the personalization product it costs $999/month. 
Marketo -http://www.marketo.com
PRICING STARTS AT $4,000/MONTH 
Monetate allows for drag and drop page customization based on user features and their behaviors. 
Monetate -http://www.monetate.com
NO PUBLISHED MINIMUMS 
Mintigo is specifically for scoring and segmenting prospects to ultimately determine if they are viable. 
Mintigo -http://www.mintigo.com
FREE TRIAL + $99/MONTH 
Mineful is a reasonably priced predictive analytics and personalization solution that is focused primarily on e-commerce. 
Mineful –http://www.mineful.com
$2000/ANNUALLY 
LeadLander just provides the list of companies that visit your site based on IP vs. Location services. 
Leadlander –http://www.leadlander.com
YOUFRACTION OF THE PRICE.
LEAD SCORINGIN MARKETO 
Marketo’s processes can be mirrored and customized to your specific use cases with a little math, a few scripts and APIs 
Track User Data 
Track Customer Data 
Predictive Modeling
Mike king - Digital body language 2.0
…Obviously. SIMPLIFIES ANALYTICS.
…Obviously. QUANTIFIES SPECIFIC ACTIONS.
The scoring is iterative and will likely have to be revisited once you have more data on your users, 
but design your score based on these ranges. 
80-100 –Highly Engaged; ENGAGEMENTSCORING RANGES 
< 40 –Very Low Engagement; 
40-80 –Medium Engagement;
This is an example of a scoring model I developed for a CRM startup. 
Notice that visits from different channels are scored differently 
Website Visit 
From Search 
10 
10 
10 
10 
From Social 
3 
5 
5 
5 
From Email 
4 
5 
5 
10 
From Display 
2 
5 
5 
5 
From Native Ads 
10 
10 
10 
5 
From Referral 
3 
5 
5 
10 
Pageview 
1 
2 
3 
5 
Free Trial Signup 
20 
20 
- 
- 
Attend Webinar 
10 
10 
15 
20 
Content Download 
15 
10 
15 
10 
Mailing List Signup 
15 
10 
15 
- 
Product Usage & Features 
Add Another User 
- 
25 
30 
40 
Add Account 
- 
20 
25 
25 
Add Deal 
- 
10 
15 
20 
Upgrade Account 
25 
30 
40ENGAGEMENTSCORING EXAMPLE
While the tracking of the user engagement score will happen in a separate database, we’ll want to track specific user engagement events within Google Analytics to understand macro-trends. 
_gaq.push(['_trackEvent', 
‘userEngagementEvents', // category of activity 
‘[insert name of engagement event here]', // Action 
]); ENGAGEMENTEVENT TRACKING
GOOGLE HANDLES THE HEAVY LIFTING FOR PREDICTIVE MODELING 
This could be a whole talk by itself. Look for a post from me on Moz about this soon. 
Google Prediction API –http://bit.ly/TTxPDz
CLASSON STATISTICS 
So you’re not a data scientist? Check out Udacity’s class on Statistics http://bit.ly/1qWwWJd
CHECK OUTfor statistical computing 
R –http://www.r-project.org
R IS CODING FOR MATH 
Try R is a free Code School product that helps you quickly learn R through immersion. 
Try R –http://tryr.codeschool.com
&SHINY 
R Studio / Shiny -http://www.rstudio.com/ 
http://shiny.rstudio.com/ 
R STUDIO 
SHINY
THE CLOUD FOR DATA SCIENCE 
With DominoUp you can deploy your predictive models as a service without your dev team. 
DominoUp –http://www.dominoup.com/
CROWD SOURCED DATA SCIENCE 
Hold contests focused on problems that can be solved with predictive analytics and data scientists solve them. 
Kaggle –http://www.kaggle.com
C 
A 
S 
E 
S
AN OPEN SOURCE RULE ENGINE 
All dynamic content and triggering must be governed by a rule engine or a series of if-then statements. 
Ruler –http://bit.ly/1qkXbVS
PROFILING 
Progressive profiling is the act of collecting more information on your users over time. 
Some sites do this explicitly with popup questionnaires. 
RULE-DRIVEN PROGRESSIVE PROFILING 
Ifthe user has been identified or the user is logged in, anda given data point has not been captured then display short questionnaire to capture more data on the user.
PLACEMENTS 
It can be difficult to ensure retargeting cookies are being installed for the right users. 
Fingerprinting and effective user identification can improve this. 
INTELLIGENT COOKIE PLACEMENT 
If the user is a known browser fingerprint that is associated with a username then don’t place a retargeting cookie.
CONTENTDISPLAY 
Displaying the right content to the right people based on their behavior and scores. 
RULE-DRIVEN CONTENT DISPLAY 
Ifthe user has a known feature oris a user of a known type 
thendisplay segmented content for that user.
EasyRec is an open source recommendation system and API that is free to use mostly for product recommendations. 
http://easyrec.org
CONTENTRECOMMENDATIONS 
Product and content recommendations are also rule based as seen with Zemanta and Amazon. 
RULE-DRIVEN CONTENT RECOMMENDATIONS 
RULE-DRIVEN PRODUCT RECOMMENDATIONS
BASED ONSOCIAL DATA 
Amazon is also using the social data to make recommendations to you about what you or your friends might be interested in through collaborate filtering algorithms and rule-based displays.
NURTURING 
Prospect nurturing becomes customizable to the user’s site experience. 
TRIGGER EMAIL BASED ON USER ENGAGEMENT 
A rule set based on user profile, site behavior and user engagement score can be developed.
&MAILGUN 
Trigger emails directly from the site or on the backend against data in the database using email providers 
Mandrill (http://www.mandrillapp.com)and Mailgun (http://www.mailgun.com) 
MANDRILL BY MAILCHIMP 
Integrate with your MailChimp account for WYSIWYG email creation. 12k emails/month free. 
MAILGUN 
Simple REST api with 10K emails/month free
WITHLUCKYORANGE 
LuckyOrange is an analytics tool that lets you watch recordings of user sessions. Tag the recording with the browser fingerprintto know which user you’re reviewing. http://luckyorange.com 
var_loq= window._loq|| []; // ensure queue available 
_loq.push(["tag_recording", "[INSERT USER FINGERPRINT HERE]"); // this will tag, won't star, and will append the tag
YOU WON’T DO ANY OF THAT
YOU SOMETHING.
L 
E 
A 
D
LEAD ANALYTICS & TARGETING 
I’ve built a platform that delivers much of the data I’ve talked about today and all you need to do is install one line of code. 
Quantum Lead -http://ipullrank.com/quantum-lead
WITHLINKEDIN 
The tool doesn’t cost you anything. Just sign in with LinkedIn.
ORGANIZATIONALERTS 
Setup organization alerts to get emails whenever someone from a target organization visits your site.
ADD A LINE TO GET GOING 
<script href=“http://quantumlead.net/ql.js?domain=XXXXXX”> 
Install one line of code to the <head> of your website just like any other analytics tool
W/OLARK 
Check the IPs of the alerts against who is online via Olark and know who to reach out to on the site chat in real-time.
ANALYTICS 
For now Quantum Lead just tracks pageviews in context of the user information, but there is more in the roadmap.
ENDLESS.
THE CATCH?
SIGNUPSCLOSED.
Bookmark it and follow me and I’ll let you know when signups reopen
W 
H 
A 
T
Mike king - Digital body language 2.0
USES IT ON ME 
I was thinking going back to Philly for the weekend and closed my browser. Then I got an email a few hours later telling me to complete my transaction. 
STARWOOD SITE 
TRIGGERED EMAIL
CONTRIBUTES TO ROI 
Marketers believe that marketing automation is the best way to improve the ROI of Content Marketing.
CONTRIBUTES TO ROI 
86% of consumers believe that personalization has influenced what they purchased. 31% wish their shopping experience was more personalized.
PERSONALIZATION 
86% of consumers believe that personalization has influenced what they purchased. 31% wish their shopping experience was more personalized.
INDUSTRY ADOPTION OF MARKETING AUTOMATION IS STILL VERY LOW. IT’S A GREAT TIME TO CAPITALIZE 
…
P 
L 
A 
N
Many marketers think planning is difficult, but marketing automation is just granular content strategy. 
…
STILL LEARNING 
…
ISKEY 
Alignment of content with user need states and key performance indicators is critical for measurement and effective marketingautomation.
Mike king - Digital body language 2.0
MEASURABLEUSER SEGMENTS 
I’ve spoken at length about personas, but in this case we can stop at segments rather than building actual personas, but theymust be quantitative by identifiable metrics.
YOUR CHANNELS 
You’ll need to determine which channels you’ll want to be active in with this campaign so you can account for those activities with the right content and tagging. 
Organic Search 
 
 
 
 
 
Paid Search 
 
 
 
 
 
Display 
 
 
 
 
 
Social Display 
 
 
 
 
 
Retargeting 
 
 
 
 
 
Native Advertising 
 
 
 
 
 
Referral 
 
 
 
 
 
Email 
 
 
 
 
 
Organic Social 
 
 
 
 

YOUR CHANNELS 
With marketing automation you need to plan for cross-channel measurement with regard to KPIs and campaign tagging. In some case your campaign tags are also a trigger for automation. 
Shareof Voice for Familiarity Keywords 
#Impressions for Familiarity Keywords 
# Impressions forFamiliarity Creative 
#Impressions forFamiliarity Creative 
# Impressions forFamiliarity Creative 
# Impressions forFamiliarity Creative 
Visitsto Familiarity Native Placements 
Visits toFamiliarity Content 
Open Rate 
Rankings for Familiarity Keywords 
CTR for Familiarity Keywords 
CTR forFamiliarity Creative 
CTR forFamiliarity Creative 
CTR forFamiliarity Creative 
CTR forFamiliarity Creative 
SocialShares of Familiarity Native Placements 
Timeon Site for Familiarity Content 
Opens 
# Impressionsfor Familiarity Keywords 
Quality Score for Familiarity Keywords 
Clicks of Familiarity Creative 
Clicks of Familiarity Creative 
Clicks of Familiarity Creative 
Clicks of Familiarity Creative 
Content Downloads 
# of Links to Familiarity Content 
CTR 
CTR for Familiarity Keywords 
Visitsfrom Familiarity Keywords 
Visits fromFamiliarity Creative 
Visits fromFamiliarity Creative 
Visits fromFamiliarity Creative 
Visits fromFamiliarity Creative 
Page Depth 
# of ReferralSources to Familiarity Content 
Unsubscribes 
# URLsReceiving Traffic for Familiarity Content 
Content Downloads 
Content Downloads 
Content Downloads 
Content Downloads 
Content Downloads 
- 
ContentDownloads 
Page Depth 
# Visits toFamiliarity Content 
Page Depth 
Page Depth 
Page Depth 
SocialShares of Familiarity Content 
Page Depth 
- 
Page Depth 
- 
Content Downloads 
- 
- 
- 
Page Depth 
- 
- 
- 
-
Marketing Automation user flows are largely not linear and can be cross-channel. In planning out MA you must identify specific flows that lead you believe will lead to conversion. 
…
USER PATHS &USER FLOWS 
Marketing Automation user flows are largely not linear and can be cross-channel. In planning out MA you must identify specific flows that lead you believe will lead to conversion.
TEST POINTS 
Figure out the points within the user flow that you want to A/B or MV test for improvement. 
Multi-variatetest copy options in plans. 
A/B test view layout.
TRIGGERS 
Triggers can be user actions or attributes that will inform what features on the site or marketing experience needs to be toggled. Cross-channel these can be campaign tags or referrers. 
Time betweenvisits 
Number of Pageviews 
Clicks 
ReferralChannel 
Usertype 
User path 
Time on Site 
FormSubmission 
Basically anything you can track or measure
DYNAMIC CONTENT 
The content needs to respond to a set of rules. You’ll need to determine those rules and then develop specific content 
Consideration Version 
Loyalty Version 
Awareness Version
Mike king - Digital body language 2.0
TO YOUR MAILING LIST 
Using data from Towerdatayou can append demographic and firmographicdata to your mailing list or userbasebased on email address. http://www.towerdata.comor http://www.fullcontact.com
WITH FULLCONTACT 
FullContactprovides a sheet in Excel that will pull their data down without needing to code.
You can get your API data directly in Excel with some VBA using Excel-REST. 
. 
…
POSTMAN 
You don’t have to be a coder to use APIs. Using Postman allows you to test out API calls with no code at all http://www.getpostman.com
Orange is a visual data mining tool that gives you powerful statistical analysis without requiring code or math. http://orange.biolab.si/ 
. 
…
CLUSTERING 
K-Means clustering is a unsupervised learning technique that allows patterns to be identified in data without setting specific parameters of what needs to be found. http://bit.ly/1qJEKgm
DATA 
Use Open Refine (fkaGoogle Refine) http://openrefine.org/index.html. Make sure all the data types in your columns matches.
DATA 
… 
In this case the N/A value must become a non- sensicalvalue 1k-0k and the 0 value must be 0k-0k to ensure consistency
MAILING LIST 
Use the K-Means clustering method of unsupervised learning to cluster your mailing list based on the features you collect from FullContact.
MAILING LIST 
…
CLUSTER WITH TRIBALYTICS 
Tribalyticsallows you to cluster by features of Twitter followers. http://www.tribalytics.com
TO USER FLOWS 
In many cases user flows as seen to be within a given website whereas a journey map is an indication of a cross-channel experience. Build user flows that connect all of the cross-channel experiences.
TO USER FLOWS 
This is how you achieve comprehensive alignment for marketing automation. 
Specifically align your channels, content and measurement with each of these phases and determine the triggers and user experience for each one
IN ANALYTICS 
Identifying winning or losing paths in your analytics platform specifically by advanced segments is a quick way to figure outworthy user flows for automation.
Mike king - Digital body language 2.0
Your content strategy should specifically speak to the specific segment’s need at this particular phase and touchpointand how you’ll address that need to move them through the funnel.
Each channel and touchpointis different and may require a different tone. You must define that tone to ensure it resonates with the target segment. Check out MailChimp’shttp://voiceandtone.com
You’ll need to define the requirements for the content that will be created for this specific touchpointand phase. Be mindful that a given page may have multiple options based on the user’s features and actions.
TRIGGERS 
Using the different data points relevant to each channel, marketers can use these as trigger events to have something happen to the on or off site experience. 
LandingPage 
Associated Keywords 
Campaign Tag 
LinkClicked 
Landing Page 
Nurture Track Id 
Campaign Tag 
LinkClicked 
Landing Page 
Nurture Track Id 
Creative ID 
Referral Source 
Campaign ID 
Cookie Placement URL 
LandingPage 
Creative ID 
Referral Source 
Campaign ID 
Cookie Placement URL 
LandingPage
Mike king - Digital body language 2.0
Many of the marketing automation tools integrate with other data providers and give you high level dashboards.
Undoubtedly, you’ll want a more complete picture of metrics in your dashboards and Klipfoliomakes it easy to pull all the data together with APIs. http://www.klipfolio.com
Most of the data sources we as SEOs use are already pre-baked and those that aren’t are easily set up with no coding.
SHORTAGE OF TOOLS 
Build a user database.
Augur is the closest thing out there to what I’ve built. I’ve spoken to the Founder, he’s incredibly smart and has some features that are well beyond Quantum Lead. 
http://augur.io/ 
. 
…
If you’re on WordpressI suggest LeadInfor capturing your leads, forms and user paths easily. http://www.leadin.com 
…
LEADIN + DEVELOPER 
With Augur, LeadInand a developer you could potentially build everything you else you’ll get out of these other tools.
PERSONYZE 
Personyzehas similar drag drop pesonalizationfunctionality to Optimizelyand Monetate, but a much lower price tag. http://www.personyze.com
ALL I’VE GOT.
Thank You / Q&A 
AVAILABLE IF YOU NEED HELP 
mike@ipullrank.com 
@ipullrank

Más contenido relacionado

La actualidad más candente

Network Security ppt
Network Security pptNetwork Security ppt
Network Security pptSAIKAT BISWAS
 
Employee Security Awareness Training
Employee Security Awareness TrainingEmployee Security Awareness Training
Employee Security Awareness TrainingDenis kisina
 
Cybersecurity Incident Management Powerpoint Presentation Slides
Cybersecurity Incident Management Powerpoint Presentation SlidesCybersecurity Incident Management Powerpoint Presentation Slides
Cybersecurity Incident Management Powerpoint Presentation SlidesSlideTeam
 
Security Operation Center Fundamental
Security Operation Center FundamentalSecurity Operation Center Fundamental
Security Operation Center FundamentalAmir Hossein Zargaran
 
Cyber Security 2017 Challenges
Cyber Security 2017 ChallengesCyber Security 2017 Challenges
Cyber Security 2017 ChallengesLeandro Bennaton
 
Osint presentation nov 2019
Osint presentation nov 2019Osint presentation nov 2019
Osint presentation nov 2019Priyanka Aash
 
Internet anonymity and privacy
Internet anonymity and privacyInternet anonymity and privacy
Internet anonymity and privacyDooremoore
 
Introduction to Cybersecurity Fundamentals
Introduction to Cybersecurity FundamentalsIntroduction to Cybersecurity Fundamentals
Introduction to Cybersecurity FundamentalsToño Herrera
 
Security Operations Cloud vs On Prem ISC2 Bangalore SlideShare.pptx
Security Operations  Cloud vs On Prem ISC2 Bangalore SlideShare.pptxSecurity Operations  Cloud vs On Prem ISC2 Bangalore SlideShare.pptx
Security Operations Cloud vs On Prem ISC2 Bangalore SlideShare.pptxVikas Singh Yadav
 
Data Privacy Introduction
Data Privacy IntroductionData Privacy Introduction
Data Privacy IntroductionG Prachi
 
Information Security Awareness Training
Information Security Awareness TrainingInformation Security Awareness Training
Information Security Awareness TrainingRandy Bowman
 
Cyber Security Awareness
Cyber Security AwarenessCyber Security Awareness
Cyber Security AwarenessInnocent Korie
 
Telecommunications and Network Security Presentation
Telecommunications and Network Security PresentationTelecommunications and Network Security Presentation
Telecommunications and Network Security PresentationWajahat Rajab
 

La actualidad más candente (20)

Network Security ppt
Network Security pptNetwork Security ppt
Network Security ppt
 
Phishing
PhishingPhishing
Phishing
 
Information classification
Information classificationInformation classification
Information classification
 
Employee Security Awareness Training
Employee Security Awareness TrainingEmployee Security Awareness Training
Employee Security Awareness Training
 
Cybersecurity Incident Management Powerpoint Presentation Slides
Cybersecurity Incident Management Powerpoint Presentation SlidesCybersecurity Incident Management Powerpoint Presentation Slides
Cybersecurity Incident Management Powerpoint Presentation Slides
 
Security Operation Center Fundamental
Security Operation Center FundamentalSecurity Operation Center Fundamental
Security Operation Center Fundamental
 
Cyber Security 2017 Challenges
Cyber Security 2017 ChallengesCyber Security 2017 Challenges
Cyber Security 2017 Challenges
 
Ethics and information security 2
Ethics and information security 2Ethics and information security 2
Ethics and information security 2
 
Osint presentation nov 2019
Osint presentation nov 2019Osint presentation nov 2019
Osint presentation nov 2019
 
Internet anonymity and privacy
Internet anonymity and privacyInternet anonymity and privacy
Internet anonymity and privacy
 
Introduction to Cybersecurity Fundamentals
Introduction to Cybersecurity FundamentalsIntroduction to Cybersecurity Fundamentals
Introduction to Cybersecurity Fundamentals
 
Security Operations Cloud vs On Prem ISC2 Bangalore SlideShare.pptx
Security Operations  Cloud vs On Prem ISC2 Bangalore SlideShare.pptxSecurity Operations  Cloud vs On Prem ISC2 Bangalore SlideShare.pptx
Security Operations Cloud vs On Prem ISC2 Bangalore SlideShare.pptx
 
Data Privacy Introduction
Data Privacy IntroductionData Privacy Introduction
Data Privacy Introduction
 
Phishing ppt
Phishing pptPhishing ppt
Phishing ppt
 
Electronic Security
Electronic SecurityElectronic Security
Electronic Security
 
Information Security Awareness Training
Information Security Awareness TrainingInformation Security Awareness Training
Information Security Awareness Training
 
Offensive OSINT
Offensive OSINTOffensive OSINT
Offensive OSINT
 
Cyber Security Awareness
Cyber Security AwarenessCyber Security Awareness
Cyber Security Awareness
 
TOR NETWORK
TOR NETWORKTOR NETWORK
TOR NETWORK
 
Telecommunications and Network Security Presentation
Telecommunications and Network Security PresentationTelecommunications and Network Security Presentation
Telecommunications and Network Security Presentation
 

Destacado

Integración de Google Adwords con Google Analytics - Estefanía Rojas - Analyt...
Integración de Google Adwords con Google Analytics - Estefanía Rojas - Analyt...Integración de Google Adwords con Google Analytics - Estefanía Rojas - Analyt...
Integración de Google Adwords con Google Analytics - Estefanía Rojas - Analyt...Neo Consulting
 
Caso de éxito: Métricas accionables en Aeroméxico
Caso de éxito: Métricas accionables en AeroméxicoCaso de éxito: Métricas accionables en Aeroméxico
Caso de éxito: Métricas accionables en AeroméxicoNeo Consulting
 
Caso de éxito: Enhanced Ecommerce en el Sector Educación
Caso de éxito: Enhanced Ecommerce en el Sector EducaciónCaso de éxito: Enhanced Ecommerce en el Sector Educación
Caso de éxito: Enhanced Ecommerce en el Sector EducaciónNeo Consulting
 
Caso de éxito: Calidad de los Prospectos en una empresa de servicios
Caso de éxito: Calidad de los Prospectos en una empresa de serviciosCaso de éxito: Calidad de los Prospectos en una empresa de servicios
Caso de éxito: Calidad de los Prospectos en una empresa de serviciosNeo Consulting
 
Kedaulatan Rakyat 2 Maret 2014
Kedaulatan Rakyat 2 Maret 2014Kedaulatan Rakyat 2 Maret 2014
Kedaulatan Rakyat 2 Maret 2014hastapurnama
 
Stokvis Tapes
Stokvis TapesStokvis Tapes
Stokvis Tapesstokvis
 
Thinking Outside the Box that Keeps Moving
Thinking Outside the Box that Keeps MovingThinking Outside the Box that Keeps Moving
Thinking Outside the Box that Keeps MovingLuke Brooker
 
Citrix Fit4Cloud Reihe: Citrix XenServer in der Cloud
Citrix Fit4Cloud Reihe: Citrix XenServer in der CloudCitrix Fit4Cloud Reihe: Citrix XenServer in der Cloud
Citrix Fit4Cloud Reihe: Citrix XenServer in der CloudDigicomp Academy AG
 
Coastal carbon_Andy Steven
Coastal carbon_Andy StevenCoastal carbon_Andy Steven
Coastal carbon_Andy StevenTERN Australia
 
quick sort by student of NUML university
quick sort by student of NUML universityquick sort by student of NUML university
quick sort by student of NUML universityAbdul Qayoom Pirooz
 
Pass Love Charity Foundation (PLCF)
Pass Love Charity Foundation (PLCF)Pass Love Charity Foundation (PLCF)
Pass Love Charity Foundation (PLCF)PassLoveCharity
 
Team 1 c IMT oral presentation
Team 1 c IMT oral presentationTeam 1 c IMT oral presentation
Team 1 c IMT oral presentationmra21
 
Yellow Slice Design Profile - 2016
Yellow Slice Design Profile - 2016Yellow Slice Design Profile - 2016
Yellow Slice Design Profile - 2016Yellow Slice
 

Destacado (20)

Integración de Google Adwords con Google Analytics - Estefanía Rojas - Analyt...
Integración de Google Adwords con Google Analytics - Estefanía Rojas - Analyt...Integración de Google Adwords con Google Analytics - Estefanía Rojas - Analyt...
Integración de Google Adwords con Google Analytics - Estefanía Rojas - Analyt...
 
Caso de éxito: Métricas accionables en Aeroméxico
Caso de éxito: Métricas accionables en AeroméxicoCaso de éxito: Métricas accionables en Aeroméxico
Caso de éxito: Métricas accionables en Aeroméxico
 
Caso de éxito: Enhanced Ecommerce en el Sector Educación
Caso de éxito: Enhanced Ecommerce en el Sector EducaciónCaso de éxito: Enhanced Ecommerce en el Sector Educación
Caso de éxito: Enhanced Ecommerce en el Sector Educación
 
Caso de éxito: Calidad de los Prospectos en una empresa de servicios
Caso de éxito: Calidad de los Prospectos en una empresa de serviciosCaso de éxito: Calidad de los Prospectos en una empresa de servicios
Caso de éxito: Calidad de los Prospectos en una empresa de servicios
 
Kedaulatan Rakyat 2 Maret 2014
Kedaulatan Rakyat 2 Maret 2014Kedaulatan Rakyat 2 Maret 2014
Kedaulatan Rakyat 2 Maret 2014
 
Standards of perfect human nature
Standards of perfect human natureStandards of perfect human nature
Standards of perfect human nature
 
Stokvis Tapes
Stokvis TapesStokvis Tapes
Stokvis Tapes
 
Migrain tamil
Migrain tamilMigrain tamil
Migrain tamil
 
Difference between 'wide and broad'
Difference between 'wide and broad'Difference between 'wide and broad'
Difference between 'wide and broad'
 
Thinking Outside the Box that Keeps Moving
Thinking Outside the Box that Keeps MovingThinking Outside the Box that Keeps Moving
Thinking Outside the Box that Keeps Moving
 
Microsoft Technical Webinar: Doing more with MS Office, SharePoint and Visual...
Microsoft Technical Webinar: Doing more with MS Office, SharePoint and Visual...Microsoft Technical Webinar: Doing more with MS Office, SharePoint and Visual...
Microsoft Technical Webinar: Doing more with MS Office, SharePoint and Visual...
 
Citrix Fit4Cloud Reihe: Citrix XenServer in der Cloud
Citrix Fit4Cloud Reihe: Citrix XenServer in der CloudCitrix Fit4Cloud Reihe: Citrix XenServer in der Cloud
Citrix Fit4Cloud Reihe: Citrix XenServer in der Cloud
 
Coastal carbon_Andy Steven
Coastal carbon_Andy StevenCoastal carbon_Andy Steven
Coastal carbon_Andy Steven
 
Asrf poc application form
Asrf poc application formAsrf poc application form
Asrf poc application form
 
quick sort by student of NUML university
quick sort by student of NUML universityquick sort by student of NUML university
quick sort by student of NUML university
 
Pass Love Charity Foundation (PLCF)
Pass Love Charity Foundation (PLCF)Pass Love Charity Foundation (PLCF)
Pass Love Charity Foundation (PLCF)
 
Granada425
Granada425Granada425
Granada425
 
Team 1 c IMT oral presentation
Team 1 c IMT oral presentationTeam 1 c IMT oral presentation
Team 1 c IMT oral presentation
 
Tabla de alimentos
Tabla de alimentosTabla de alimentos
Tabla de alimentos
 
Yellow Slice Design Profile - 2016
Yellow Slice Design Profile - 2016Yellow Slice Design Profile - 2016
Yellow Slice Design Profile - 2016
 

Similar a Mike king - Digital body language 2.0

Digital Body Language
Digital Body Language  Digital Body Language
Digital Body Language Michael King
 
Why Progressive Web Apps will transform your website
Why Progressive Web Apps will transform your websiteWhy Progressive Web Apps will transform your website
Why Progressive Web Apps will transform your websiteJason Grigsby
 
The Case for Progressive Web Apps
The Case for Progressive Web AppsThe Case for Progressive Web Apps
The Case for Progressive Web AppsJason Grigsby
 
Mobile Marketing Stratgies For Real Estate
Mobile Marketing Stratgies For Real EstateMobile Marketing Stratgies For Real Estate
Mobile Marketing Stratgies For Real EstateDestiny Pearce
 
Mobile Marketing Strategies Real-Estate
Mobile Marketing Strategies Real-EstateMobile Marketing Strategies Real-Estate
Mobile Marketing Strategies Real-EstateDestiny Pearce
 
Creating business with display advertising in internet of things world
Creating business with display advertising in internet of things worldCreating business with display advertising in internet of things world
Creating business with display advertising in internet of things worldKapil Kanugo
 
Mike King | SearchLove San Diego, 'Automation Demystified'
Mike King | SearchLove San Diego, 'Automation Demystified'Mike King | SearchLove San Diego, 'Automation Demystified'
Mike King | SearchLove San Diego, 'Automation Demystified'Distilled
 
Automation Demystified
Automation DemystifiedAutomation Demystified
Automation DemystifiedMichael King
 
Sogeti Strategic Mobile Design 2011
Sogeti Strategic Mobile Design 2011Sogeti Strategic Mobile Design 2011
Sogeti Strategic Mobile Design 2011Thomas Wesseling
 
ENGAGE 2015 - Inn-App Retargeting On Mobile Devices The Way Forward - Addicti...
ENGAGE 2015 - Inn-App Retargeting On Mobile Devices The Way Forward - Addicti...ENGAGE 2015 - Inn-App Retargeting On Mobile Devices The Way Forward - Addicti...
ENGAGE 2015 - Inn-App Retargeting On Mobile Devices The Way Forward - Addicti...IAB Canada
 
Personal tracking devices - A Journey Into The True Dark Net
Personal tracking devices - A Journey Into The True Dark NetPersonal tracking devices - A Journey Into The True Dark Net
Personal tracking devices - A Journey Into The True Dark NetSilvia Puglisi
 
Tienmarketingonline trademob analytics_paper
Tienmarketingonline trademob analytics_paperTienmarketingonline trademob analytics_paper
Tienmarketingonline trademob analytics_paperhttp://vntseafood.com
 
Masterclass: Bobbie Gersbach-Smith's (M&C Saatchi Mobile) presentation at Mum...
Masterclass: Bobbie Gersbach-Smith's (M&C Saatchi Mobile) presentation at Mum...Masterclass: Bobbie Gersbach-Smith's (M&C Saatchi Mobile) presentation at Mum...
Masterclass: Bobbie Gersbach-Smith's (M&C Saatchi Mobile) presentation at Mum...Ruperta Daher
 
The Art and Science of Mobile App Success - Seattle Interactive Conference 20...
The Art and Science of Mobile App Success - Seattle Interactive Conference 20...The Art and Science of Mobile App Success - Seattle Interactive Conference 20...
The Art and Science of Mobile App Success - Seattle Interactive Conference 20...Jennifer Wong
 
Chatbot development workshop with the Microsoft Bot Framework
Chatbot development workshop with the Microsoft Bot FrameworkChatbot development workshop with the Microsoft Bot Framework
Chatbot development workshop with the Microsoft Bot Frameworkgjuljo
 
Improve Monitoring & Monetization of Your Mobile Apps
Improve Monitoring & Monetization of Your Mobile AppsImprove Monitoring & Monetization of Your Mobile Apps
Improve Monitoring & Monetization of Your Mobile AppsAmazon Web Services
 
Web 3.0 and What It Means to Marketing
Web 3.0 and What It Means to MarketingWeb 3.0 and What It Means to Marketing
Web 3.0 and What It Means to MarketingMagic Logix
 
APIs: The Building Blocks of the Future
APIs: The Building Blocks of the FutureAPIs: The Building Blocks of the Future
APIs: The Building Blocks of the FutureBBDO
 
Growth Hacking İstanbul 2018 - Ata Gür - Web Push Notifications
Growth Hacking İstanbul 2018 - Ata Gür - Web Push NotificationsGrowth Hacking İstanbul 2018 - Ata Gür - Web Push Notifications
Growth Hacking İstanbul 2018 - Ata Gür - Web Push NotificationsGrowth Hacking İstanbul
 

Similar a Mike king - Digital body language 2.0 (20)

Digital Body Language
Digital Body Language  Digital Body Language
Digital Body Language
 
Why Progressive Web Apps will transform your website
Why Progressive Web Apps will transform your websiteWhy Progressive Web Apps will transform your website
Why Progressive Web Apps will transform your website
 
The Case for Progressive Web Apps
The Case for Progressive Web AppsThe Case for Progressive Web Apps
The Case for Progressive Web Apps
 
Mobile marketing
Mobile marketingMobile marketing
Mobile marketing
 
Mobile Marketing Stratgies For Real Estate
Mobile Marketing Stratgies For Real EstateMobile Marketing Stratgies For Real Estate
Mobile Marketing Stratgies For Real Estate
 
Mobile Marketing Strategies Real-Estate
Mobile Marketing Strategies Real-EstateMobile Marketing Strategies Real-Estate
Mobile Marketing Strategies Real-Estate
 
Creating business with display advertising in internet of things world
Creating business with display advertising in internet of things worldCreating business with display advertising in internet of things world
Creating business with display advertising in internet of things world
 
Mike King | SearchLove San Diego, 'Automation Demystified'
Mike King | SearchLove San Diego, 'Automation Demystified'Mike King | SearchLove San Diego, 'Automation Demystified'
Mike King | SearchLove San Diego, 'Automation Demystified'
 
Automation Demystified
Automation DemystifiedAutomation Demystified
Automation Demystified
 
Sogeti Strategic Mobile Design 2011
Sogeti Strategic Mobile Design 2011Sogeti Strategic Mobile Design 2011
Sogeti Strategic Mobile Design 2011
 
ENGAGE 2015 - Inn-App Retargeting On Mobile Devices The Way Forward - Addicti...
ENGAGE 2015 - Inn-App Retargeting On Mobile Devices The Way Forward - Addicti...ENGAGE 2015 - Inn-App Retargeting On Mobile Devices The Way Forward - Addicti...
ENGAGE 2015 - Inn-App Retargeting On Mobile Devices The Way Forward - Addicti...
 
Personal tracking devices - A Journey Into The True Dark Net
Personal tracking devices - A Journey Into The True Dark NetPersonal tracking devices - A Journey Into The True Dark Net
Personal tracking devices - A Journey Into The True Dark Net
 
Tienmarketingonline trademob analytics_paper
Tienmarketingonline trademob analytics_paperTienmarketingonline trademob analytics_paper
Tienmarketingonline trademob analytics_paper
 
Masterclass: Bobbie Gersbach-Smith's (M&C Saatchi Mobile) presentation at Mum...
Masterclass: Bobbie Gersbach-Smith's (M&C Saatchi Mobile) presentation at Mum...Masterclass: Bobbie Gersbach-Smith's (M&C Saatchi Mobile) presentation at Mum...
Masterclass: Bobbie Gersbach-Smith's (M&C Saatchi Mobile) presentation at Mum...
 
The Art and Science of Mobile App Success - Seattle Interactive Conference 20...
The Art and Science of Mobile App Success - Seattle Interactive Conference 20...The Art and Science of Mobile App Success - Seattle Interactive Conference 20...
The Art and Science of Mobile App Success - Seattle Interactive Conference 20...
 
Chatbot development workshop with the Microsoft Bot Framework
Chatbot development workshop with the Microsoft Bot FrameworkChatbot development workshop with the Microsoft Bot Framework
Chatbot development workshop with the Microsoft Bot Framework
 
Improve Monitoring & Monetization of Your Mobile Apps
Improve Monitoring & Monetization of Your Mobile AppsImprove Monitoring & Monetization of Your Mobile Apps
Improve Monitoring & Monetization of Your Mobile Apps
 
Web 3.0 and What It Means to Marketing
Web 3.0 and What It Means to MarketingWeb 3.0 and What It Means to Marketing
Web 3.0 and What It Means to Marketing
 
APIs: The Building Blocks of the Future
APIs: The Building Blocks of the FutureAPIs: The Building Blocks of the Future
APIs: The Building Blocks of the Future
 
Growth Hacking İstanbul 2018 - Ata Gür - Web Push Notifications
Growth Hacking İstanbul 2018 - Ata Gür - Web Push NotificationsGrowth Hacking İstanbul 2018 - Ata Gür - Web Push Notifications
Growth Hacking İstanbul 2018 - Ata Gür - Web Push Notifications
 

Más de Neo Consulting

Conversion Summit EmBlue
Conversion Summit EmBlueConversion Summit EmBlue
Conversion Summit EmBlueNeo Consulting
 
Conversion Summit - Daniel Falcón (Neo Consulting)
Conversion Summit - Daniel Falcón (Neo Consulting) Conversion Summit - Daniel Falcón (Neo Consulting)
Conversion Summit - Daniel Falcón (Neo Consulting) Neo Consulting
 
Conversion Summit Belcorp
Conversion Summit BelcorpConversion Summit Belcorp
Conversion Summit BelcorpNeo Consulting
 
Conversion Summit - Frávega
Conversion Summit - FrávegaConversion Summit - Frávega
Conversion Summit - FrávegaNeo Consulting
 
Digital Intelligence Perú 2015 - Conectando online-offline
Digital Intelligence Perú 2015 - Conectando online-offlineDigital Intelligence Perú 2015 - Conectando online-offline
Digital Intelligence Perú 2015 - Conectando online-offlineNeo Consulting
 
Digital Intelligence Perú 2015 - Micro-momentos y optimización de marketing
Digital Intelligence Perú 2015 - Micro-momentos y optimización de marketingDigital Intelligence Perú 2015 - Micro-momentos y optimización de marketing
Digital Intelligence Perú 2015 - Micro-momentos y optimización de marketingNeo Consulting
 
Digital intelligence big data and small data
Digital intelligence   big data and small dataDigital intelligence   big data and small data
Digital intelligence big data and small dataNeo Consulting
 
Digital intelligence - Data Import
Digital intelligence -  Data ImportDigital intelligence -  Data Import
Digital intelligence - Data ImportNeo Consulting
 
Big data y marketing digital
Big data y marketing digitalBig data y marketing digital
Big data y marketing digitalNeo Consulting
 
Futuro del marketing - Big Data
Futuro del marketing - Big DataFuturo del marketing - Big Data
Futuro del marketing - Big DataNeo Consulting
 
Daniel Falcón - Futuro del marketing
Daniel Falcón - Futuro del marketingDaniel Falcón - Futuro del marketing
Daniel Falcón - Futuro del marketingNeo Consulting
 
Yngrid Arnold - Verdades y mentiras
Yngrid Arnold - Verdades y mentirasYngrid Arnold - Verdades y mentiras
Yngrid Arnold - Verdades y mentirasNeo Consulting
 
Guía de Enhanced Ecommerce
Guía de Enhanced EcommerceGuía de Enhanced Ecommerce
Guía de Enhanced EcommerceNeo Consulting
 
Enhanced Ecommerce - Luis Rosales y Ronald Guillen - Analytics2014
Enhanced Ecommerce - Luis Rosales y Ronald Guillen - Analytics2014Enhanced Ecommerce - Luis Rosales y Ronald Guillen - Analytics2014
Enhanced Ecommerce - Luis Rosales y Ronald Guillen - Analytics2014Neo Consulting
 
Google Tag Manager - Fernando Pérez - Analytics 21014
Google Tag Manager - Fernando Pérez - Analytics 21014Google Tag Manager - Fernando Pérez - Analytics 21014
Google Tag Manager - Fernando Pérez - Analytics 21014Neo Consulting
 
Lo Nuevo de Google Analytics Daniel Falcón - Analytics 2014
Lo Nuevo de Google Analytics   Daniel Falcón - Analytics 2014Lo Nuevo de Google Analytics   Daniel Falcón - Analytics 2014
Lo Nuevo de Google Analytics Daniel Falcón - Analytics 2014Neo Consulting
 
Digital intelligence México - Daniel Falcón
Digital intelligence México - Daniel FalcónDigital intelligence México - Daniel Falcón
Digital intelligence México - Daniel FalcónNeo Consulting
 
E-branding-Jurga_Sarkovaite-Creasur 2014_Puno
E-branding-Jurga_Sarkovaite-Creasur 2014_PunoE-branding-Jurga_Sarkovaite-Creasur 2014_Puno
E-branding-Jurga_Sarkovaite-Creasur 2014_PunoNeo Consulting
 
Presentación e-branding - Estefanía Rojas
Presentación e-branding - Estefanía RojasPresentación e-branding - Estefanía Rojas
Presentación e-branding - Estefanía RojasNeo Consulting
 
Presentación I MKT+INN - Gustavo Vaz
Presentación I MKT+INN - Gustavo VazPresentación I MKT+INN - Gustavo Vaz
Presentación I MKT+INN - Gustavo VazNeo Consulting
 

Más de Neo Consulting (20)

Conversion Summit EmBlue
Conversion Summit EmBlueConversion Summit EmBlue
Conversion Summit EmBlue
 
Conversion Summit - Daniel Falcón (Neo Consulting)
Conversion Summit - Daniel Falcón (Neo Consulting) Conversion Summit - Daniel Falcón (Neo Consulting)
Conversion Summit - Daniel Falcón (Neo Consulting)
 
Conversion Summit Belcorp
Conversion Summit BelcorpConversion Summit Belcorp
Conversion Summit Belcorp
 
Conversion Summit - Frávega
Conversion Summit - FrávegaConversion Summit - Frávega
Conversion Summit - Frávega
 
Digital Intelligence Perú 2015 - Conectando online-offline
Digital Intelligence Perú 2015 - Conectando online-offlineDigital Intelligence Perú 2015 - Conectando online-offline
Digital Intelligence Perú 2015 - Conectando online-offline
 
Digital Intelligence Perú 2015 - Micro-momentos y optimización de marketing
Digital Intelligence Perú 2015 - Micro-momentos y optimización de marketingDigital Intelligence Perú 2015 - Micro-momentos y optimización de marketing
Digital Intelligence Perú 2015 - Micro-momentos y optimización de marketing
 
Digital intelligence big data and small data
Digital intelligence   big data and small dataDigital intelligence   big data and small data
Digital intelligence big data and small data
 
Digital intelligence - Data Import
Digital intelligence -  Data ImportDigital intelligence -  Data Import
Digital intelligence - Data Import
 
Big data y marketing digital
Big data y marketing digitalBig data y marketing digital
Big data y marketing digital
 
Futuro del marketing - Big Data
Futuro del marketing - Big DataFuturo del marketing - Big Data
Futuro del marketing - Big Data
 
Daniel Falcón - Futuro del marketing
Daniel Falcón - Futuro del marketingDaniel Falcón - Futuro del marketing
Daniel Falcón - Futuro del marketing
 
Yngrid Arnold - Verdades y mentiras
Yngrid Arnold - Verdades y mentirasYngrid Arnold - Verdades y mentiras
Yngrid Arnold - Verdades y mentiras
 
Guía de Enhanced Ecommerce
Guía de Enhanced EcommerceGuía de Enhanced Ecommerce
Guía de Enhanced Ecommerce
 
Enhanced Ecommerce - Luis Rosales y Ronald Guillen - Analytics2014
Enhanced Ecommerce - Luis Rosales y Ronald Guillen - Analytics2014Enhanced Ecommerce - Luis Rosales y Ronald Guillen - Analytics2014
Enhanced Ecommerce - Luis Rosales y Ronald Guillen - Analytics2014
 
Google Tag Manager - Fernando Pérez - Analytics 21014
Google Tag Manager - Fernando Pérez - Analytics 21014Google Tag Manager - Fernando Pérez - Analytics 21014
Google Tag Manager - Fernando Pérez - Analytics 21014
 
Lo Nuevo de Google Analytics Daniel Falcón - Analytics 2014
Lo Nuevo de Google Analytics   Daniel Falcón - Analytics 2014Lo Nuevo de Google Analytics   Daniel Falcón - Analytics 2014
Lo Nuevo de Google Analytics Daniel Falcón - Analytics 2014
 
Digital intelligence México - Daniel Falcón
Digital intelligence México - Daniel FalcónDigital intelligence México - Daniel Falcón
Digital intelligence México - Daniel Falcón
 
E-branding-Jurga_Sarkovaite-Creasur 2014_Puno
E-branding-Jurga_Sarkovaite-Creasur 2014_PunoE-branding-Jurga_Sarkovaite-Creasur 2014_Puno
E-branding-Jurga_Sarkovaite-Creasur 2014_Puno
 
Presentación e-branding - Estefanía Rojas
Presentación e-branding - Estefanía RojasPresentación e-branding - Estefanía Rojas
Presentación e-branding - Estefanía Rojas
 
Presentación I MKT+INN - Gustavo Vaz
Presentación I MKT+INN - Gustavo VazPresentación I MKT+INN - Gustavo Vaz
Presentación I MKT+INN - Gustavo Vaz
 

Último

LESSON 10/ GROUP 10/ ST. THOMAS AQUINASS
LESSON 10/ GROUP 10/ ST. THOMAS AQUINASSLESSON 10/ GROUP 10/ ST. THOMAS AQUINASS
LESSON 10/ GROUP 10/ ST. THOMAS AQUINASSlesteraporado16
 
Presentation2.pptx - JoyPress Wordpress
Presentation2.pptx -  JoyPress WordpressPresentation2.pptx -  JoyPress Wordpress
Presentation2.pptx - JoyPress Wordpressssuser166378
 
Introduction to ICANN and Fellowship program by Shreedeep Rayamajhi.pdf
Introduction to ICANN and Fellowship program  by Shreedeep Rayamajhi.pdfIntroduction to ICANN and Fellowship program  by Shreedeep Rayamajhi.pdf
Introduction to ICANN and Fellowship program by Shreedeep Rayamajhi.pdfShreedeep Rayamajhi
 
Check out the Free Landing Page Hosting in 2024
Check out the Free Landing Page Hosting in 2024Check out the Free Landing Page Hosting in 2024
Check out the Free Landing Page Hosting in 2024Shubham Pant
 
TYPES AND DEFINITION OF ONLINE CRIMES AND HAZARDS
TYPES AND DEFINITION OF ONLINE CRIMES AND HAZARDSTYPES AND DEFINITION OF ONLINE CRIMES AND HAZARDS
TYPES AND DEFINITION OF ONLINE CRIMES AND HAZARDSedrianrheine
 
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...APNIC
 
Vision Forward: Tracing Image Search SEO From Its Roots To AI-Enhanced Horizons
Vision Forward: Tracing Image Search SEO From Its Roots To AI-Enhanced HorizonsVision Forward: Tracing Image Search SEO From Its Roots To AI-Enhanced Horizons
Vision Forward: Tracing Image Search SEO From Its Roots To AI-Enhanced HorizonsRoxana Stingu
 
Computer 10 Lesson 8: Building a Website
Computer 10 Lesson 8: Building a WebsiteComputer 10 Lesson 8: Building a Website
Computer 10 Lesson 8: Building a WebsiteMavein
 
WordPress by the numbers - Jan Loeffler, CTO WebPros, CloudFest 2024
WordPress by the numbers - Jan Loeffler, CTO WebPros, CloudFest 2024WordPress by the numbers - Jan Loeffler, CTO WebPros, CloudFest 2024
WordPress by the numbers - Jan Loeffler, CTO WebPros, CloudFest 2024Jan Löffler
 
LESSON 5 GROUP 10 ST. THOMAS AQUINAS.pdf
LESSON 5 GROUP 10 ST. THOMAS AQUINAS.pdfLESSON 5 GROUP 10 ST. THOMAS AQUINAS.pdf
LESSON 5 GROUP 10 ST. THOMAS AQUINAS.pdfmchristianalwyn
 
Zero-day Vulnerabilities
Zero-day VulnerabilitiesZero-day Vulnerabilities
Zero-day Vulnerabilitiesalihassaah1994
 
Bio Medical Waste Management Guideliness 2023 ppt.pptx
Bio Medical Waste Management Guideliness 2023 ppt.pptxBio Medical Waste Management Guideliness 2023 ppt.pptx
Bio Medical Waste Management Guideliness 2023 ppt.pptxnaveenithkrishnan
 

Último (12)

LESSON 10/ GROUP 10/ ST. THOMAS AQUINASS
LESSON 10/ GROUP 10/ ST. THOMAS AQUINASSLESSON 10/ GROUP 10/ ST. THOMAS AQUINASS
LESSON 10/ GROUP 10/ ST. THOMAS AQUINASS
 
Presentation2.pptx - JoyPress Wordpress
Presentation2.pptx -  JoyPress WordpressPresentation2.pptx -  JoyPress Wordpress
Presentation2.pptx - JoyPress Wordpress
 
Introduction to ICANN and Fellowship program by Shreedeep Rayamajhi.pdf
Introduction to ICANN and Fellowship program  by Shreedeep Rayamajhi.pdfIntroduction to ICANN and Fellowship program  by Shreedeep Rayamajhi.pdf
Introduction to ICANN and Fellowship program by Shreedeep Rayamajhi.pdf
 
Check out the Free Landing Page Hosting in 2024
Check out the Free Landing Page Hosting in 2024Check out the Free Landing Page Hosting in 2024
Check out the Free Landing Page Hosting in 2024
 
TYPES AND DEFINITION OF ONLINE CRIMES AND HAZARDS
TYPES AND DEFINITION OF ONLINE CRIMES AND HAZARDSTYPES AND DEFINITION OF ONLINE CRIMES AND HAZARDS
TYPES AND DEFINITION OF ONLINE CRIMES AND HAZARDS
 
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
Benefits of doing Internet peering and running an Internet Exchange (IX) pres...
 
Vision Forward: Tracing Image Search SEO From Its Roots To AI-Enhanced Horizons
Vision Forward: Tracing Image Search SEO From Its Roots To AI-Enhanced HorizonsVision Forward: Tracing Image Search SEO From Its Roots To AI-Enhanced Horizons
Vision Forward: Tracing Image Search SEO From Its Roots To AI-Enhanced Horizons
 
Computer 10 Lesson 8: Building a Website
Computer 10 Lesson 8: Building a WebsiteComputer 10 Lesson 8: Building a Website
Computer 10 Lesson 8: Building a Website
 
WordPress by the numbers - Jan Loeffler, CTO WebPros, CloudFest 2024
WordPress by the numbers - Jan Loeffler, CTO WebPros, CloudFest 2024WordPress by the numbers - Jan Loeffler, CTO WebPros, CloudFest 2024
WordPress by the numbers - Jan Loeffler, CTO WebPros, CloudFest 2024
 
LESSON 5 GROUP 10 ST. THOMAS AQUINAS.pdf
LESSON 5 GROUP 10 ST. THOMAS AQUINAS.pdfLESSON 5 GROUP 10 ST. THOMAS AQUINAS.pdf
LESSON 5 GROUP 10 ST. THOMAS AQUINAS.pdf
 
Zero-day Vulnerabilities
Zero-day VulnerabilitiesZero-day Vulnerabilities
Zero-day Vulnerabilities
 
Bio Medical Waste Management Guideliness 2023 ppt.pptx
Bio Medical Waste Management Guideliness 2023 ppt.pptxBio Medical Waste Management Guideliness 2023 ppt.pptx
Bio Medical Waste Management Guideliness 2023 ppt.pptx
 

Mike king - Digital body language 2.0

  • 2. The paranoia around user tracking has increased substantially since Edward Snowden proved what we all already suspected anyway. ARE SCARED OF BIG DATA
  • 4. READ HAVE YOU CHECKED YOUR APPS? A lot of the applications you have on your phone right now are broadcasting data about you.
  • 5. RECORDS AUDIO AT ANYTIME withoutyour permission TAKES PICTURES & VIDEO withoutyour permission READS YOUR PHONE CALL LOG including incoming and outgoing call metadata http://huff.to/1oIcHLR
  • 6. Bruce Wayne shows Luscious Fox the tracking system he’s built using people’s cellphones and Luscious tells Bruce “this is wrong!” Then they use it to save the world. REMINISCENT OF THIS SCENE
  • 7. We’ve all been active participants in this type of data collection. ALSO BEEN CONTRIBUTING
  • 8. Credit cards aren’t just a convenience, they are tracking devices. ISN’T THE ONLY THINGTRACKING YOUR PURCHASES
  • 9. SELLYOUR DATA All the data is aggregated and sold back to marketers to do more effective targeting.
  • 10. THAT’S HOWhappened Target famously makes use of this to “prime the pump” for pregnant customers. http://onforb.es/1w2lJEE
  • 11. AND HOWhappens Hospitals are starting to get in the game as well by predicting illnesses based on the purchasing behavior of patients. http://buswk.co/VYQ1gY
  • 12. OUT. TURN OFF Location Services on your phone DELETE YOURSELFfrom ad networks DON’T MAKE a Facebook account DON’T MAKE a Google account DISABLE JavaScript USEDuckDuckGo INSTALL AdBlock DISABLEcookies USE cash USETor Opting out is difficult and you can do it with considerable effort. However it does mean not having a modern web experience.
  • 15. EVIL
  • 16. G E N E
  • 17. LEADGENERATION When I say “lead generation” you start to think of this HubSpot model.
  • 18. LEADGENERATION …then you think about the different touch points, qualification and lead scoring. Blog Social Media Keywords Pages Calls-to-Action Landing Pages Forms Contacts Email Workflows Lead Scoring CRM Integrations Social Media Smart Calls-to-Action Email Workflows
  • 19. But wait… that applies to everything in digital marketing.
  • 20. IT’S HOWreduces churn HubSpot has a user engagement score called the Customer Happiness Index (CHI). They use it to improve the happiness of 33% of their previously unhappy customers -http://bit.ly/1lDuG6f
  • 21. COLLABORATIVE FILTERING Given a set of users’ digital body language Amazon and Netflix recommend other items.
  • 22. PREDICTIVE MODELING Target uses each “guest's” actions on and offline to determine their digital body language and deducefuture behaviors. See Andrew Pole (Target) explain thishttp://www.rmportal.performedia.com/node/1373
  • 23. Leveraging data from implicit data sources in context with user behavior is the user’s digital body language. YOUOBVIOUSLY.
  • 24. D A T A
  • 25. DATABASEOF AFFINITY Google is using all the data it collects about users across its ecosystem to build robust user profiles, understand and segment all of its users.
  • 26. OFGOOGLE NOW Google is getting increasingly predictive and personalized. It’s realistic to expect that Google now is the personal valet inits infancy
  • 27. SEGMENTS Google already allows marketers to purchase audiences based on affinity segments in Adwords.
  • 28. INGOOGLE ANALYTICS You can also measure Affinity Segments directly in Google Analytics. More info -http://bit.ly/1fdLpbo
  • 29. You’ll need data in real-time. NOT ENOUGH
  • 30. How can we understand our customers before they fill out a form? We want to know our customers before they ever tell usanything.
  • 31. CONNECT Yes, I’ve talked about Facebook Connect, personas and leveraging social sign-in as ways to collect data on your users, identify segments and target dynamically, and…
  • 32. MOST ROBUST SOCIAL DATA Facebook is what people use the most and it offers the most granular data for marketers to work with. http://bit.ly/1mgSvRE
  • 33. LOGINIS ON THE DECLINE Facebook login usage is actually on the decline because of fears around data privacy and being hacked.
  • 34. GOODBYE SOCIAL DATA People have gotten so scared of clicking the sign-in with Facebook button that FB is rolling out an anonymous login feature. http://bit.ly/1zq9Wod
  • 35. LINKEDINARE BEST FOR B2B Users generally consider Facebook to be a more personal account so they’d prefer to login to business related accounts with their Google or LinkedIn accounts.
  • 37. BROWSER FINGERPRINTING A unique string can be generated for identification based on a combination features that a web browser broadcasts. We’ll need to be able to track users across multiple visits in a database. A browser fingerprint is an effective way to do so.
  • 38. STUDY SHOWED unique fingerprints Pantoclick’s study showed that 86.3% of browsers had unique fingerprints. http://bit.ly/1n8DFIj
  • 39. ARE NOTVERY UNIQUE Since mobile browsers generally share the same technology stack, it is difficult to use browser fingerprinting as a sole means of tracking. 0% 25% 50% 75% 100% Opera Mini Safari (in-app) AndroidBrowser Safari InternetExplorer Firefox Chrome %Unique (Fingerprint Only) %Unique
  • 40. INCREASESUNIQUENESS 0% 25% 50% 75% 100% Opera Mini Safari (in-app) Android Browser Safari Internet Explorer Firefox Chrome %Unique (Fingerprint + IP) %Unique Optimisation Beacon’s study showed that browser fingerprints are incredibly effective for user tracking when adding the user’s GeoIP and hostname into to the mix -http://bit.ly/1nfhvc4
  • 41. STUDY SHOWED changed fingerprints Browser fingerprints can change for a variety of reasons and Pantoclick’s sample was full of very tech-savvy users who were introduced to the browser fingerprint concept.
  • 42. EASY JAVASCRIPT LIBRARY Browser fingerprinting can’t be any easier than this. It only takes one line of code. var fingerprint = new Fingerprint().get(); FingerprintJS -http://bit.ly/1rUeZet
  • 43. INGOOGLE ANALYTICS Track the browser fingerprint on the visitor level as a custom variable so you can marry with your database and track the return login as an event. _gaq.push(['_setCustomVar', 1, // This custom var is set to slot #1. Required parameter. ‘userFingerPrint', // The name acts as a kind of category for the user activity. Required parameter. ‘[insert fingerprint number here]', // This value of the custom variable. Required parameter. 1 // Sets the scope to visitor-level. Optional parameter. ]); _gaq.push(['_trackEvent', ‘returnLogin', // category of activity ‘fingerPrintedUserLogin', // Action ]);
  • 44. RESPAWING COOKIES EverCookie populates itself in every possible browser storage mechanism and respawns whenever is deleted. EverCookie can be used in addition to, or in place ofm browser fingerprints and/or standard cookies to persistently identify users. http://bit.ly/1w2ofdZ
  • 47. DEMYSTIFY USERS WITH THEIR IP MaxMind provides the user’s Country, State, City, ZipCode, Organization, Domain Name, Longitude and Latitude MaxMind http://www.maxmind.com
  • 48. MAXMIND CLAIMScity-level accuracy According to the service’s FAQ Maxmind is 99.8% accurate on the Country level, 90% accurate on the State level and 83% accurate on the city level -http://bit.ly/1jeJ6KA
  • 49. 1000 API CALLS A DAY FOR FREE IPINFO.IO’S standard packages go up to 160k API calls/day at $200, but the free tier offers 1000/day. IPINFO.IO http://www.ipinfo.io
  • 50. USE THEget their census data The Census API can return demographic data based on the zipcode that is passed. http://1.usa.gov/1syEEqn
  • 51. THE CODE IS WRITTEN FOR YOU Chris MacNaughton wrote this PHP library that makes pulling data from the Census API trivial. US Census Class -http://bit.ly/1w2ollP
  • 52. USE THEget their address Leveraging the user’s latitude and longitude you can ping the Google Maps Geocoding API and get their address. http://bit.ly/1q07UJD
  • 53. 30,000 API CALLS A DAY FOR FREE Google requires you to have a Google Maps for Business account to get more than 100 API calls per day. Bing Maps Portal https://www.bingmapsportal.com Alternatively, Mapquest is completely free http://developer.mapquest.com/
  • 54. USE THEget their name, number, and age Using the address from Geocoding you can ping the White Pages Pro API and get their name, number and age. http://bit.ly/1q07UJD
  • 55. IMPROVE ADDRESSuse HTML5 Geolocation API If a website has ever asked you for your location it’s using the GeoLocation API to get your precise coordinates. These can thenbe used the same way I’ve just described to get more information on a user.
  • 56. USE THEget firmographics Using the organization name that you’ll get from MaxMind or the WhitePages API you can then get firmographic information on the company from Crunchbase -http://developer.crunchbase.com
  • 57. USE THEget paid search spend Using the organization name you can get their domain name and find out how much they spend in Paid Search using the SEMRush API -http://www.semrush.com/api.html
  • 58. USE THEget technologies Using the company’s name you can find their domain name and send it to Builtwith’s API to get the list of technologies the site uses -http://api.builtwith.com/
  • 59. SNIFF THE SITE’S TECHNOLOGY Wappalyzer is a Chrome extension similar to Builtwith and the author has published the source code.. Skip the pricy Builtwith buy and use Wappalyzer. http://bit.ly/1q07YJh
  • 60. USE THEget the weather Leveraging the user’s latitude and longitude you can find out the user’s weather and tailor their experience. https://developer.forecast.io/
  • 63. HOUSEHOLD INCOME AND MORE RapLeaf offers a wealth of demographic information such as gender, presence of children, net worth, etc. RapLeaf -http://www.rapleaf.com
  • 64. HERE IS data point that RapLeaf offers They also offer interests, purchasing information and occupation type.
  • 65. SOCIALDATA Aside from their incredible vacation plan FullContact can also take an email address or phone number and give back name, demographics and social media profiles.
  • 66. APICOMING SOON It appears FullContact is looking to throw its hat in the ring with data providers like Hoovers or Salesforce’s Data.com for a low cost.
  • 69. A U T O
  • 70. PERSONALIZATION When I say site personalization, I mean changing the site meaningfully in response to a change in the user’s data. http://bit.ly/1q07ZNo
  • 71. CAN INCREASECONVERSION Simple offer pop-out systems like RocketBolt have resulted in as much as $40k incremental revenue for some businesses. http://www.rocketbolt.com
  • 72. PERSONALIZATION By personalizing the experience of plus-size shoppers ModCloth saw a 14.9% lift in AOV, increased customer satisfaction and a lower return rate.
  • 73. PERSONALIZATION Visual Site Optimizer saw an 149% increase in clickthrough from Indian visitors to the careers page from simply toggling on aCTA based on the user’s location. -http://bit.ly/VYSh83
  • 75. $999 GETS YOU 10K UNIQUES Marketo’s marketing automation platform does a variety of things, just for the personalization product it costs $999/month. Marketo -http://www.marketo.com
  • 76. PRICING STARTS AT $4,000/MONTH Monetate allows for drag and drop page customization based on user features and their behaviors. Monetate -http://www.monetate.com
  • 77. NO PUBLISHED MINIMUMS Mintigo is specifically for scoring and segmenting prospects to ultimately determine if they are viable. Mintigo -http://www.mintigo.com
  • 78. FREE TRIAL + $99/MONTH Mineful is a reasonably priced predictive analytics and personalization solution that is focused primarily on e-commerce. Mineful –http://www.mineful.com
  • 79. $2000/ANNUALLY LeadLander just provides the list of companies that visit your site based on IP vs. Location services. Leadlander –http://www.leadlander.com
  • 81. LEAD SCORINGIN MARKETO Marketo’s processes can be mirrored and customized to your specific use cases with a little math, a few scripts and APIs Track User Data Track Customer Data Predictive Modeling
  • 85. The scoring is iterative and will likely have to be revisited once you have more data on your users, but design your score based on these ranges. 80-100 –Highly Engaged; ENGAGEMENTSCORING RANGES < 40 –Very Low Engagement; 40-80 –Medium Engagement;
  • 86. This is an example of a scoring model I developed for a CRM startup. Notice that visits from different channels are scored differently Website Visit From Search 10 10 10 10 From Social 3 5 5 5 From Email 4 5 5 10 From Display 2 5 5 5 From Native Ads 10 10 10 5 From Referral 3 5 5 10 Pageview 1 2 3 5 Free Trial Signup 20 20 - - Attend Webinar 10 10 15 20 Content Download 15 10 15 10 Mailing List Signup 15 10 15 - Product Usage & Features Add Another User - 25 30 40 Add Account - 20 25 25 Add Deal - 10 15 20 Upgrade Account 25 30 40ENGAGEMENTSCORING EXAMPLE
  • 87. While the tracking of the user engagement score will happen in a separate database, we’ll want to track specific user engagement events within Google Analytics to understand macro-trends. _gaq.push(['_trackEvent', ‘userEngagementEvents', // category of activity ‘[insert name of engagement event here]', // Action ]); ENGAGEMENTEVENT TRACKING
  • 88. GOOGLE HANDLES THE HEAVY LIFTING FOR PREDICTIVE MODELING This could be a whole talk by itself. Look for a post from me on Moz about this soon. Google Prediction API –http://bit.ly/TTxPDz
  • 89. CLASSON STATISTICS So you’re not a data scientist? Check out Udacity’s class on Statistics http://bit.ly/1qWwWJd
  • 90. CHECK OUTfor statistical computing R –http://www.r-project.org
  • 91. R IS CODING FOR MATH Try R is a free Code School product that helps you quickly learn R through immersion. Try R –http://tryr.codeschool.com
  • 92. &SHINY R Studio / Shiny -http://www.rstudio.com/ http://shiny.rstudio.com/ R STUDIO SHINY
  • 93. THE CLOUD FOR DATA SCIENCE With DominoUp you can deploy your predictive models as a service without your dev team. DominoUp –http://www.dominoup.com/
  • 94. CROWD SOURCED DATA SCIENCE Hold contests focused on problems that can be solved with predictive analytics and data scientists solve them. Kaggle –http://www.kaggle.com
  • 95. C A S E S
  • 96. AN OPEN SOURCE RULE ENGINE All dynamic content and triggering must be governed by a rule engine or a series of if-then statements. Ruler –http://bit.ly/1qkXbVS
  • 97. PROFILING Progressive profiling is the act of collecting more information on your users over time. Some sites do this explicitly with popup questionnaires. RULE-DRIVEN PROGRESSIVE PROFILING Ifthe user has been identified or the user is logged in, anda given data point has not been captured then display short questionnaire to capture more data on the user.
  • 98. PLACEMENTS It can be difficult to ensure retargeting cookies are being installed for the right users. Fingerprinting and effective user identification can improve this. INTELLIGENT COOKIE PLACEMENT If the user is a known browser fingerprint that is associated with a username then don’t place a retargeting cookie.
  • 99. CONTENTDISPLAY Displaying the right content to the right people based on their behavior and scores. RULE-DRIVEN CONTENT DISPLAY Ifthe user has a known feature oris a user of a known type thendisplay segmented content for that user.
  • 100. EasyRec is an open source recommendation system and API that is free to use mostly for product recommendations. http://easyrec.org
  • 101. CONTENTRECOMMENDATIONS Product and content recommendations are also rule based as seen with Zemanta and Amazon. RULE-DRIVEN CONTENT RECOMMENDATIONS RULE-DRIVEN PRODUCT RECOMMENDATIONS
  • 102. BASED ONSOCIAL DATA Amazon is also using the social data to make recommendations to you about what you or your friends might be interested in through collaborate filtering algorithms and rule-based displays.
  • 103. NURTURING Prospect nurturing becomes customizable to the user’s site experience. TRIGGER EMAIL BASED ON USER ENGAGEMENT A rule set based on user profile, site behavior and user engagement score can be developed.
  • 104. &MAILGUN Trigger emails directly from the site or on the backend against data in the database using email providers Mandrill (http://www.mandrillapp.com)and Mailgun (http://www.mailgun.com) MANDRILL BY MAILCHIMP Integrate with your MailChimp account for WYSIWYG email creation. 12k emails/month free. MAILGUN Simple REST api with 10K emails/month free
  • 105. WITHLUCKYORANGE LuckyOrange is an analytics tool that lets you watch recordings of user sessions. Tag the recording with the browser fingerprintto know which user you’re reviewing. http://luckyorange.com var_loq= window._loq|| []; // ensure queue available _loq.push(["tag_recording", "[INSERT USER FINGERPRINT HERE]"); // this will tag, won't star, and will append the tag
  • 106. YOU WON’T DO ANY OF THAT
  • 108. L E A D
  • 109. LEAD ANALYTICS & TARGETING I’ve built a platform that delivers much of the data I’ve talked about today and all you need to do is install one line of code. Quantum Lead -http://ipullrank.com/quantum-lead
  • 110. WITHLINKEDIN The tool doesn’t cost you anything. Just sign in with LinkedIn.
  • 111. ORGANIZATIONALERTS Setup organization alerts to get emails whenever someone from a target organization visits your site.
  • 112. ADD A LINE TO GET GOING <script href=“http://quantumlead.net/ql.js?domain=XXXXXX”> Install one line of code to the <head> of your website just like any other analytics tool
  • 113. W/OLARK Check the IPs of the alerts against who is online via Olark and know who to reach out to on the site chat in real-time.
  • 114. ANALYTICS For now Quantum Lead just tracks pageviews in context of the user information, but there is more in the roadmap.
  • 118. Bookmark it and follow me and I’ll let you know when signups reopen
  • 119. W H A T
  • 121. USES IT ON ME I was thinking going back to Philly for the weekend and closed my browser. Then I got an email a few hours later telling me to complete my transaction. STARWOOD SITE TRIGGERED EMAIL
  • 122. CONTRIBUTES TO ROI Marketers believe that marketing automation is the best way to improve the ROI of Content Marketing.
  • 123. CONTRIBUTES TO ROI 86% of consumers believe that personalization has influenced what they purchased. 31% wish their shopping experience was more personalized.
  • 124. PERSONALIZATION 86% of consumers believe that personalization has influenced what they purchased. 31% wish their shopping experience was more personalized.
  • 125. INDUSTRY ADOPTION OF MARKETING AUTOMATION IS STILL VERY LOW. IT’S A GREAT TIME TO CAPITALIZE …
  • 126. P L A N
  • 127. Many marketers think planning is difficult, but marketing automation is just granular content strategy. …
  • 129. ISKEY Alignment of content with user need states and key performance indicators is critical for measurement and effective marketingautomation.
  • 131. MEASURABLEUSER SEGMENTS I’ve spoken at length about personas, but in this case we can stop at segments rather than building actual personas, but theymust be quantitative by identifiable metrics.
  • 132. YOUR CHANNELS You’ll need to determine which channels you’ll want to be active in with this campaign so you can account for those activities with the right content and tagging. Organic Search      Paid Search      Display      Social Display      Retargeting      Native Advertising      Referral      Email      Organic Social     
  • 133. YOUR CHANNELS With marketing automation you need to plan for cross-channel measurement with regard to KPIs and campaign tagging. In some case your campaign tags are also a trigger for automation. Shareof Voice for Familiarity Keywords #Impressions for Familiarity Keywords # Impressions forFamiliarity Creative #Impressions forFamiliarity Creative # Impressions forFamiliarity Creative # Impressions forFamiliarity Creative Visitsto Familiarity Native Placements Visits toFamiliarity Content Open Rate Rankings for Familiarity Keywords CTR for Familiarity Keywords CTR forFamiliarity Creative CTR forFamiliarity Creative CTR forFamiliarity Creative CTR forFamiliarity Creative SocialShares of Familiarity Native Placements Timeon Site for Familiarity Content Opens # Impressionsfor Familiarity Keywords Quality Score for Familiarity Keywords Clicks of Familiarity Creative Clicks of Familiarity Creative Clicks of Familiarity Creative Clicks of Familiarity Creative Content Downloads # of Links to Familiarity Content CTR CTR for Familiarity Keywords Visitsfrom Familiarity Keywords Visits fromFamiliarity Creative Visits fromFamiliarity Creative Visits fromFamiliarity Creative Visits fromFamiliarity Creative Page Depth # of ReferralSources to Familiarity Content Unsubscribes # URLsReceiving Traffic for Familiarity Content Content Downloads Content Downloads Content Downloads Content Downloads Content Downloads - ContentDownloads Page Depth # Visits toFamiliarity Content Page Depth Page Depth Page Depth SocialShares of Familiarity Content Page Depth - Page Depth - Content Downloads - - - Page Depth - - - -
  • 134. Marketing Automation user flows are largely not linear and can be cross-channel. In planning out MA you must identify specific flows that lead you believe will lead to conversion. …
  • 135. USER PATHS &USER FLOWS Marketing Automation user flows are largely not linear and can be cross-channel. In planning out MA you must identify specific flows that lead you believe will lead to conversion.
  • 136. TEST POINTS Figure out the points within the user flow that you want to A/B or MV test for improvement. Multi-variatetest copy options in plans. A/B test view layout.
  • 137. TRIGGERS Triggers can be user actions or attributes that will inform what features on the site or marketing experience needs to be toggled. Cross-channel these can be campaign tags or referrers. Time betweenvisits Number of Pageviews Clicks ReferralChannel Usertype User path Time on Site FormSubmission Basically anything you can track or measure
  • 138. DYNAMIC CONTENT The content needs to respond to a set of rules. You’ll need to determine those rules and then develop specific content Consideration Version Loyalty Version Awareness Version
  • 140. TO YOUR MAILING LIST Using data from Towerdatayou can append demographic and firmographicdata to your mailing list or userbasebased on email address. http://www.towerdata.comor http://www.fullcontact.com
  • 141. WITH FULLCONTACT FullContactprovides a sheet in Excel that will pull their data down without needing to code.
  • 142. You can get your API data directly in Excel with some VBA using Excel-REST. . …
  • 143. POSTMAN You don’t have to be a coder to use APIs. Using Postman allows you to test out API calls with no code at all http://www.getpostman.com
  • 144. Orange is a visual data mining tool that gives you powerful statistical analysis without requiring code or math. http://orange.biolab.si/ . …
  • 145. CLUSTERING K-Means clustering is a unsupervised learning technique that allows patterns to be identified in data without setting specific parameters of what needs to be found. http://bit.ly/1qJEKgm
  • 146. DATA Use Open Refine (fkaGoogle Refine) http://openrefine.org/index.html. Make sure all the data types in your columns matches.
  • 147. DATA … In this case the N/A value must become a non- sensicalvalue 1k-0k and the 0 value must be 0k-0k to ensure consistency
  • 148. MAILING LIST Use the K-Means clustering method of unsupervised learning to cluster your mailing list based on the features you collect from FullContact.
  • 150. CLUSTER WITH TRIBALYTICS Tribalyticsallows you to cluster by features of Twitter followers. http://www.tribalytics.com
  • 151. TO USER FLOWS In many cases user flows as seen to be within a given website whereas a journey map is an indication of a cross-channel experience. Build user flows that connect all of the cross-channel experiences.
  • 152. TO USER FLOWS This is how you achieve comprehensive alignment for marketing automation. Specifically align your channels, content and measurement with each of these phases and determine the triggers and user experience for each one
  • 153. IN ANALYTICS Identifying winning or losing paths in your analytics platform specifically by advanced segments is a quick way to figure outworthy user flows for automation.
  • 155. Your content strategy should specifically speak to the specific segment’s need at this particular phase and touchpointand how you’ll address that need to move them through the funnel.
  • 156. Each channel and touchpointis different and may require a different tone. You must define that tone to ensure it resonates with the target segment. Check out MailChimp’shttp://voiceandtone.com
  • 157. You’ll need to define the requirements for the content that will be created for this specific touchpointand phase. Be mindful that a given page may have multiple options based on the user’s features and actions.
  • 158. TRIGGERS Using the different data points relevant to each channel, marketers can use these as trigger events to have something happen to the on or off site experience. LandingPage Associated Keywords Campaign Tag LinkClicked Landing Page Nurture Track Id Campaign Tag LinkClicked Landing Page Nurture Track Id Creative ID Referral Source Campaign ID Cookie Placement URL LandingPage Creative ID Referral Source Campaign ID Cookie Placement URL LandingPage
  • 160. Many of the marketing automation tools integrate with other data providers and give you high level dashboards.
  • 161. Undoubtedly, you’ll want a more complete picture of metrics in your dashboards and Klipfoliomakes it easy to pull all the data together with APIs. http://www.klipfolio.com
  • 162. Most of the data sources we as SEOs use are already pre-baked and those that aren’t are easily set up with no coding.
  • 163. SHORTAGE OF TOOLS Build a user database.
  • 164. Augur is the closest thing out there to what I’ve built. I’ve spoken to the Founder, he’s incredibly smart and has some features that are well beyond Quantum Lead. http://augur.io/ . …
  • 165. If you’re on WordpressI suggest LeadInfor capturing your leads, forms and user paths easily. http://www.leadin.com …
  • 166. LEADIN + DEVELOPER With Augur, LeadInand a developer you could potentially build everything you else you’ll get out of these other tools.
  • 167. PERSONYZE Personyzehas similar drag drop pesonalizationfunctionality to Optimizelyand Monetate, but a much lower price tag. http://www.personyze.com
  • 169. Thank You / Q&A AVAILABLE IF YOU NEED HELP mike@ipullrank.com @ipullrank