SlideShare a Scribd company logo
1 of 34
Engaging your customers, members and/or
constituents with Sitecore’s OMS
○Prepared by Carla Brown, National Wildlife Federation
○and Amanda Shiga, non~linear creations
○April 2011
○Please blog and tweet about our presentation - #Dreamcore
Who We Are
Carla Brown, Senior Manager Online Production
National Wildlife Federation
○ Largest conservation non-profit in the U.S.
○ Protecting wildlife, addressing global warming &
getting people outside in nature
Amanda Shiga, WCM Practice Area Lead
non~linear creations
○ Founded in 1995, 70+ employees
○ Sitecore partner since 2007
○ Offices in Ottawa, Toronto, Calgary, New York
○ Digital strategy & marketing
○ WCM, search, systems integration
Poll: What Excites You the Most about OMS?
○Creating personalized content
OR
○How it handles multivariate tests
OR
○What it will teach you about your users?
What we want to share with you today
○Starting with small steps: our foray into
getting the most out of OMS
○Lessons learned
○Tips & tricks
What is the Online Marketing Suite (OMS) ?
Online Marketing
Suite
Omniture or
Google Analytics
Page Visits, Unique Visitors Yes Yes
Track an individuals route through
your site
Yes Yes
Track how a group of people –
based on a persona – routes
through your site
Yes No
Test content based on personas Yes No
The OMS changes visitors…
Into visitors with session data
Where to start?
Sitecore Story of
www.nwf.org
January 2010 – Launch in
Sitecore CMS
October 2010 – Persona
implementation
Now – Multivariate tests
Engaging Stakeholders
Positives
○ Market to specific audiences
○ Easy to put persona scores on content
○ Less complicated than Google Website Optimizer
Challenges
○ Our conversion pages mostly not in Sitecore
○ Analytics reports challenging to manipulate
○ Client data is stored client-side – makes marketers nervous –
how to hook to CRM?
Initial Setup: Lessons Learned
○Be aware of MaxMind costs
○Exclude robots – 60-70% of traffic
○Workaround for firewall IP
How reports look without MaxMind
(Note: No Company Name or Location)
How reports look with MaxMind
(Note: Company Name, Location – allows personalization
based on location)
Initial set-up: More Lessons Learned
○Database tuning is critical
○Have a developer on hand for query writing
Sample query – “average number of pages
per visit by persona”
select y.Name, AVG(y.cnt) as average from (
select x.Name, s.SessionId,count(p.IndexableUrl) as cnt from (
select s.GlobalSessionId, pkd.Name, sum(pk.Value) as score, RANK() over (partition by s.globalsessionid order by
sum(pk.Value) desc) as rnk
from Session s
inner join Profile p on p.SessionId = s.SessionId
inner join ProfileKey pk on pk.ProfileId = p.ProfileId
inner join ProfileKeyDefinition pkd on pkd.ProfileKeyDefinitionId = pk.ProfileKeyDefinitionId
inner join GlobalSession g on g.GlobalSessionId = s.GlobalSessionId
where Name <> 'Chris' and Name <> 'Sandra'
and g.VisitorIdentification < 900
group by s.GlobalSessionId, pkd.Name
) as x
inner join Session s on x.GlobalSessionId = s.GlobalSessionId
inner join Page p on p.SessionId = s.SessionId
inner join GlobalSession g on g.GlobalSessionId = s.GlobalSessionId
where x.rnk = 1
and p.IndexableUrl not like '/layouts/%'
and p.IndexableUrl not like '/sitecore/%'
and p.IndexableUrl not like '%Error-Page.%'
and g.VisitorIdentification < 900
group by x.Name, s.SessionId
) as y
group by y.Name
order by average desc
Our Personas
Wildlife Enthusiast Outdoor Enthusiast Policy Enthusiast
Our Personas
Parent / Caregiver Educator Green Lifestyles
Enthusiast
Step 1: Persona Implementation
○Easy to put the persona scores on
content
○Great lesson – we don’t write to
one audience often!
○Persona scores do not propagate
○Challenging to get marketers to do
audiences, not actions (Wildlife
Enthusiast vs. Donor)
Step 2: Think like a web analyst
○ Profiles ran for 2 weeks
○Captured millions of records of
raw data
○How to extract meaning
beyond basic traffic analysis?
–How are profiles behaving
differently?
–Tie back to audience
engagement goals
How hard was it to extract this information?
○The OOTB reports were great, but we
needed to dig deeper.
○We spent considerable time developing a set
of complex SQL queries.
– We got to know the database structure extremely well.
○How best to provide results to marketers?
Excel or BI tool.
Translate into recommendations: basic Qs
○ Is level of content aimed at each profile
congruent with organizational goals?
“Total number of sessions as highest-scoring persona”
Who’s spending the longest on the site?
Why don’t wildlife enthusiasts stick around?
Who is looking at the most pages?
○Why do Outdoor Activity Seekers hit the
highest number of pages?
– Review top pages – are there clear links to more content?
– Compare to top exit pages – opportunity to link elsewhere, or logical
end point?
The “aha” moment…
○How can we get high-traffic visitors to act
more like engaged visitors?
User engagement: Passive role to active role
Next Steps: Personalization and MV testing
○ Target calls to action based on personas
“Give wildlife a fighting chance”
for wildlife enthusiasts
“Take action to defend polar bears”
for policy enthusiasts
○ Track conversions to test effect of personalization
Getting a little more technical…
oKey architectural
considerations
oBalance content granularity
with template flexibility
o Ensure marketers can fully
administer OMS features
through the content author
interface(s)
Content granularity
○As best you can, plan for future testing and
personalization scenarios
– Multivariate tests vary the contextual data source item of a
sublayout, not the sublayout itself
– Beware the freedom of the rich text area
– Beware data source assignment in code-behind
Beware site-wide elements!
○MV tests work best on individual
sub-layouts
○Enable marketers to administer
tests!
○Site-wide elements (such as a
footer) may be configured on
each template
○Get creative – code-behind or
multiple tests Using Page Editor to add a test
to a sub-layout
Storing MV tests
○When setting up a MV test, you’ll need 2 or
more test variable items
○Where is the best place to store them?
Find inspiration with Wildlife Watch
The challenge
Storing MV tests
○Two possible solutions:
– A subfolder under the root – organized in one place
– A subfolder under the original item – easier to locate
External conversions
○Solution: set up a special redirect template
Summary of tips
○Start simple and ask basic questions
– Tie back to website/audience strategic initiatives
○Profiles are a great place to start
– Move on to personalization and testing, depending on your
organizational goals
○Have a reporting framework in place
○Prepare infrastructure properly
○Architect build
○Get ready for DMS 2.0!
Q&A
○Thank you!
○ Please blog & tweet (#Dreamcore) about
our presentation!
This is Carla’s tree-hugging daughter, Nora 

More Related Content

Similar to National Wildlife Federation- OMS- Dreamcore 2011

Similar to National Wildlife Federation- OMS- Dreamcore 2011 (20)

Key Tactics for a Successful Product Launch by Kespry Senior PM
Key Tactics for a Successful Product Launch by Kespry Senior PMKey Tactics for a Successful Product Launch by Kespry Senior PM
Key Tactics for a Successful Product Launch by Kespry Senior PM
 
Intro to Product Management by Trunk Club Product Manager
Intro to Product Management by Trunk Club Product ManagerIntro to Product Management by Trunk Club Product Manager
Intro to Product Management by Trunk Club Product Manager
 
Selling Text Analytics to your boss
Selling Text Analytics to your bossSelling Text Analytics to your boss
Selling Text Analytics to your boss
 
3 Challenges of Building Complex Dashboards with Open Source Components
3 Challenges of Building Complex Dashboards with Open Source Components3 Challenges of Building Complex Dashboards with Open Source Components
3 Challenges of Building Complex Dashboards with Open Source Components
 
Your smarter data analytics strategy - Social Media Strategies Summit (SMSS) ...
Your smarter data analytics strategy - Social Media Strategies Summit (SMSS) ...Your smarter data analytics strategy - Social Media Strategies Summit (SMSS) ...
Your smarter data analytics strategy - Social Media Strategies Summit (SMSS) ...
 
Analytics what to look for sustaining your growing business-
Analytics   what to look for sustaining your growing business-Analytics   what to look for sustaining your growing business-
Analytics what to look for sustaining your growing business-
 
Machine Learning - Startup weekend UCSB 2018
Machine Learning - Startup weekend UCSB 2018Machine Learning - Startup weekend UCSB 2018
Machine Learning - Startup weekend UCSB 2018
 
Building successful data science teams
Building successful data science teamsBuilding successful data science teams
Building successful data science teams
 
Agile Development Practices May 2017
Agile Development Practices May 2017Agile Development Practices May 2017
Agile Development Practices May 2017
 
Digital Marketing Training
Digital Marketing TrainingDigital Marketing Training
Digital Marketing Training
 
Building a UEx Strategy for In-Product Self-Help - Eeshita Grover
Building a UEx Strategy for In-Product Self-Help - Eeshita GroverBuilding a UEx Strategy for In-Product Self-Help - Eeshita Grover
Building a UEx Strategy for In-Product Self-Help - Eeshita Grover
 
Repurpose, Reuse, Refresh
Repurpose, Reuse, RefreshRepurpose, Reuse, Refresh
Repurpose, Reuse, Refresh
 
Information Architecture in Real Life - Part I
Information Architecture in Real Life - Part IInformation Architecture in Real Life - Part I
Information Architecture in Real Life - Part I
 
What Are the Basics of Product Manager Interviews by Google PM
What Are the Basics of Product Manager Interviews by Google PMWhat Are the Basics of Product Manager Interviews by Google PM
What Are the Basics of Product Manager Interviews by Google PM
 
Planning a data solution - "By Failing to prepare, you are preparing to fail"
Planning a data solution - "By Failing to prepare, you are preparing to fail"Planning a data solution - "By Failing to prepare, you are preparing to fail"
Planning a data solution - "By Failing to prepare, you are preparing to fail"
 
ONE-SIZE DOESN'T FIT ALL - EFFECTIVELY (RE)EVALUATE A DATA SOLUTION FOR YOUR ...
ONE-SIZE DOESN'T FIT ALL - EFFECTIVELY (RE)EVALUATE A DATA SOLUTION FOR YOUR ...ONE-SIZE DOESN'T FIT ALL - EFFECTIVELY (RE)EVALUATE A DATA SOLUTION FOR YOUR ...
ONE-SIZE DOESN'T FIT ALL - EFFECTIVELY (RE)EVALUATE A DATA SOLUTION FOR YOUR ...
 
2022-October In-person Meetup-Barcelona Admins Group.pdf
2022-October In-person Meetup-Barcelona Admins Group.pdf2022-October In-person Meetup-Barcelona Admins Group.pdf
2022-October In-person Meetup-Barcelona Admins Group.pdf
 
Architecting for analytics
Architecting for analyticsArchitecting for analytics
Architecting for analytics
 
Optimising Your Site Architecture | Andy Chadwick | Brighton SEO
Optimising Your Site Architecture | Andy Chadwick | Brighton SEOOptimising Your Site Architecture | Andy Chadwick | Brighton SEO
Optimising Your Site Architecture | Andy Chadwick | Brighton SEO
 
Elena Grewal, Data Science Manager, Airbnb at MLconf SF 2016
Elena Grewal, Data Science Manager, Airbnb at MLconf SF 2016Elena Grewal, Data Science Manager, Airbnb at MLconf SF 2016
Elena Grewal, Data Science Manager, Airbnb at MLconf SF 2016
 

More from nonlinear creations

Sitecore 7: A developers quest to mastering unit testing
Sitecore 7: A developers quest to mastering unit testingSitecore 7: A developers quest to mastering unit testing
Sitecore 7: A developers quest to mastering unit testing
nonlinear creations
 

More from nonlinear creations (18)

Sitecore User Group: Session State and Sitecore xDB
Sitecore User Group: Session State and Sitecore xDB Sitecore User Group: Session State and Sitecore xDB
Sitecore User Group: Session State and Sitecore xDB
 
Sitecore on Azure
Sitecore on AzureSitecore on Azure
Sitecore on Azure
 
Unofficial Sitecore Training - Data enrichment and personalization
Unofficial Sitecore Training - Data enrichment and personalizationUnofficial Sitecore Training - Data enrichment and personalization
Unofficial Sitecore Training - Data enrichment and personalization
 
The SickKids Foundation on enabling a digital CXM 'hub' with Sitecore
The SickKids Foundation on enabling a digital CXM 'hub' with SitecoreThe SickKids Foundation on enabling a digital CXM 'hub' with Sitecore
The SickKids Foundation on enabling a digital CXM 'hub' with Sitecore
 
Intranet trends to watch
Intranet trends to watchIntranet trends to watch
Intranet trends to watch
 
Design Credibility: No one trusts an ugly website
Design Credibility: No one trusts an ugly websiteDesign Credibility: No one trusts an ugly website
Design Credibility: No one trusts an ugly website
 
Sitecore MVC: Converting Web Forms sublayouts
Sitecore MVC: Converting Web Forms sublayoutsSitecore MVC: Converting Web Forms sublayouts
Sitecore MVC: Converting Web Forms sublayouts
 
Sitecore MVC: What it is and why it's important
Sitecore MVC: What it is and why it's importantSitecore MVC: What it is and why it's important
Sitecore MVC: What it is and why it's important
 
Spiral into control with Knowledge Management
Spiral into control with Knowledge ManagementSpiral into control with Knowledge Management
Spiral into control with Knowledge Management
 
Icebergs
IcebergsIcebergs
Icebergs
 
8 tips for successful change management
8 tips for successful change management8 tips for successful change management
8 tips for successful change management
 
Cms project-failing-the-software-or-the-partner
Cms project-failing-the-software-or-the-partnerCms project-failing-the-software-or-the-partner
Cms project-failing-the-software-or-the-partner
 
Understanding cloud platform services
Understanding cloud platform servicesUnderstanding cloud platform services
Understanding cloud platform services
 
ALM 101: An introduction to application lifecycle management
ALM 101: An introduction to application lifecycle managementALM 101: An introduction to application lifecycle management
ALM 101: An introduction to application lifecycle management
 
Understanding web engagement management (WEM) and your social media presence
Understanding web engagement management (WEM) and your social media presenceUnderstanding web engagement management (WEM) and your social media presence
Understanding web engagement management (WEM) and your social media presence
 
Sitecore: Understanding your visitors and user personas
Sitecore: Understanding your visitors and user personas Sitecore: Understanding your visitors and user personas
Sitecore: Understanding your visitors and user personas
 
Social intranets: 10 ways to drive adoption
Social intranets: 10 ways to drive adoptionSocial intranets: 10 ways to drive adoption
Social intranets: 10 ways to drive adoption
 
Sitecore 7: A developers quest to mastering unit testing
Sitecore 7: A developers quest to mastering unit testingSitecore 7: A developers quest to mastering unit testing
Sitecore 7: A developers quest to mastering unit testing
 

Recently uploaded

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Recently uploaded (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

National Wildlife Federation- OMS- Dreamcore 2011

  • 1. Engaging your customers, members and/or constituents with Sitecore’s OMS ○Prepared by Carla Brown, National Wildlife Federation ○and Amanda Shiga, non~linear creations ○April 2011 ○Please blog and tweet about our presentation - #Dreamcore
  • 2. Who We Are Carla Brown, Senior Manager Online Production National Wildlife Federation ○ Largest conservation non-profit in the U.S. ○ Protecting wildlife, addressing global warming & getting people outside in nature Amanda Shiga, WCM Practice Area Lead non~linear creations ○ Founded in 1995, 70+ employees ○ Sitecore partner since 2007 ○ Offices in Ottawa, Toronto, Calgary, New York ○ Digital strategy & marketing ○ WCM, search, systems integration
  • 3. Poll: What Excites You the Most about OMS? ○Creating personalized content OR ○How it handles multivariate tests OR ○What it will teach you about your users?
  • 4. What we want to share with you today ○Starting with small steps: our foray into getting the most out of OMS ○Lessons learned ○Tips & tricks
  • 5. What is the Online Marketing Suite (OMS) ? Online Marketing Suite Omniture or Google Analytics Page Visits, Unique Visitors Yes Yes Track an individuals route through your site Yes Yes Track how a group of people – based on a persona – routes through your site Yes No Test content based on personas Yes No
  • 6. The OMS changes visitors…
  • 7. Into visitors with session data
  • 9. Sitecore Story of www.nwf.org January 2010 – Launch in Sitecore CMS October 2010 – Persona implementation Now – Multivariate tests
  • 10. Engaging Stakeholders Positives ○ Market to specific audiences ○ Easy to put persona scores on content ○ Less complicated than Google Website Optimizer Challenges ○ Our conversion pages mostly not in Sitecore ○ Analytics reports challenging to manipulate ○ Client data is stored client-side – makes marketers nervous – how to hook to CRM?
  • 11. Initial Setup: Lessons Learned ○Be aware of MaxMind costs ○Exclude robots – 60-70% of traffic ○Workaround for firewall IP How reports look without MaxMind (Note: No Company Name or Location) How reports look with MaxMind (Note: Company Name, Location – allows personalization based on location)
  • 12. Initial set-up: More Lessons Learned ○Database tuning is critical ○Have a developer on hand for query writing
  • 13. Sample query – “average number of pages per visit by persona” select y.Name, AVG(y.cnt) as average from ( select x.Name, s.SessionId,count(p.IndexableUrl) as cnt from ( select s.GlobalSessionId, pkd.Name, sum(pk.Value) as score, RANK() over (partition by s.globalsessionid order by sum(pk.Value) desc) as rnk from Session s inner join Profile p on p.SessionId = s.SessionId inner join ProfileKey pk on pk.ProfileId = p.ProfileId inner join ProfileKeyDefinition pkd on pkd.ProfileKeyDefinitionId = pk.ProfileKeyDefinitionId inner join GlobalSession g on g.GlobalSessionId = s.GlobalSessionId where Name <> 'Chris' and Name <> 'Sandra' and g.VisitorIdentification < 900 group by s.GlobalSessionId, pkd.Name ) as x inner join Session s on x.GlobalSessionId = s.GlobalSessionId inner join Page p on p.SessionId = s.SessionId inner join GlobalSession g on g.GlobalSessionId = s.GlobalSessionId where x.rnk = 1 and p.IndexableUrl not like '/layouts/%' and p.IndexableUrl not like '/sitecore/%' and p.IndexableUrl not like '%Error-Page.%' and g.VisitorIdentification < 900 group by x.Name, s.SessionId ) as y group by y.Name order by average desc
  • 14. Our Personas Wildlife Enthusiast Outdoor Enthusiast Policy Enthusiast
  • 15. Our Personas Parent / Caregiver Educator Green Lifestyles Enthusiast
  • 16. Step 1: Persona Implementation ○Easy to put the persona scores on content ○Great lesson – we don’t write to one audience often! ○Persona scores do not propagate ○Challenging to get marketers to do audiences, not actions (Wildlife Enthusiast vs. Donor)
  • 17. Step 2: Think like a web analyst ○ Profiles ran for 2 weeks ○Captured millions of records of raw data ○How to extract meaning beyond basic traffic analysis? –How are profiles behaving differently? –Tie back to audience engagement goals
  • 18. How hard was it to extract this information? ○The OOTB reports were great, but we needed to dig deeper. ○We spent considerable time developing a set of complex SQL queries. – We got to know the database structure extremely well. ○How best to provide results to marketers? Excel or BI tool.
  • 19. Translate into recommendations: basic Qs ○ Is level of content aimed at each profile congruent with organizational goals? “Total number of sessions as highest-scoring persona”
  • 20. Who’s spending the longest on the site?
  • 21. Why don’t wildlife enthusiasts stick around?
  • 22. Who is looking at the most pages? ○Why do Outdoor Activity Seekers hit the highest number of pages? – Review top pages – are there clear links to more content? – Compare to top exit pages – opportunity to link elsewhere, or logical end point?
  • 23. The “aha” moment… ○How can we get high-traffic visitors to act more like engaged visitors?
  • 24. User engagement: Passive role to active role
  • 25. Next Steps: Personalization and MV testing ○ Target calls to action based on personas “Give wildlife a fighting chance” for wildlife enthusiasts “Take action to defend polar bears” for policy enthusiasts ○ Track conversions to test effect of personalization
  • 26. Getting a little more technical… oKey architectural considerations oBalance content granularity with template flexibility o Ensure marketers can fully administer OMS features through the content author interface(s)
  • 27. Content granularity ○As best you can, plan for future testing and personalization scenarios – Multivariate tests vary the contextual data source item of a sublayout, not the sublayout itself – Beware the freedom of the rich text area – Beware data source assignment in code-behind
  • 28. Beware site-wide elements! ○MV tests work best on individual sub-layouts ○Enable marketers to administer tests! ○Site-wide elements (such as a footer) may be configured on each template ○Get creative – code-behind or multiple tests Using Page Editor to add a test to a sub-layout
  • 29. Storing MV tests ○When setting up a MV test, you’ll need 2 or more test variable items ○Where is the best place to store them? Find inspiration with Wildlife Watch
  • 31. Storing MV tests ○Two possible solutions: – A subfolder under the root – organized in one place – A subfolder under the original item – easier to locate
  • 32. External conversions ○Solution: set up a special redirect template
  • 33. Summary of tips ○Start simple and ask basic questions – Tie back to website/audience strategic initiatives ○Profiles are a great place to start – Move on to personalization and testing, depending on your organizational goals ○Have a reporting framework in place ○Prepare infrastructure properly ○Architect build ○Get ready for DMS 2.0!
  • 34. Q&A ○Thank you! ○ Please blog & tweet (#Dreamcore) about our presentation! This is Carla’s tree-hugging daughter, Nora 