SlideShare a Scribd company logo
1 of 30
© 2016 Tealium Inc. All rights reserved. | 1
Mission Possible: Building a
New Analytics Framework
Oleg Kalenichenko, Cox Communications
© 2016 Tealium Inc. All rights reserved. | 2
Oleg Kalenichenko
Director of Digital Analytics, Cox Communications
13 years @ Cox
Managed ecommerce, content, product marketing, sales
2x “Cox Innovator of the Year” award winner
Adobe Reports and Analytics Implementation ACE Certified
Live in VA
Sonny
Teddy
© 2016 Tealium Inc. All rights reserved. | 3
How the world sees my job….
Boring, uneventful, reporting,
crunching numbers…
How I view my job….
Modern-day Gold Rush, exciting,
rewarding, innovative!
© 2016 Tealium Inc. All rights reserved. | 4
Digital “Gold Rush” success factors
• Implementing robust analytics through Tealium. Lessons learned.
• Two use cases: innovation through Tealium using data.
© 2016 Tealium Inc. All rights reserved. | 5
Analytics Implementation
© 2016 Tealium Inc. All rights reserved. | 6
Background
• “Took over” Tealium at Cox in Jan 2015.
• No prior knowledge of Tealium. Attended Tealium University and DV2015.
• Not a programmer. Part of Cox Sales team.
© 2016 Tealium Inc. All rights reserved. | 7
Analytics prior to Tealium
• Hard-coded outdated implementation
• Locked in IT release cycle (2-3 month turn-
around).
• Unstable analytics code. Things constantly
break.
• Outdated solution design. 75% of analytics
variables are irrelevant or/and broken.
• Beyond repair. Needed a complete re-do.
© 2016 Tealium Inc. All rights reserved. | 8
Step 1: Business Requirements
• Partnered with
WebAnalyticsDemystified
• Begin with the end in mind. What
business questions are you trying
to address with new analytics?
• 269 business requirements from 13
different teams
• Expensive “change orders”
© 2016 Tealium Inc. All rights reserved. | 9
Step 2: Solution Design
• Translates business requirements into a set of eVars/events/props
• Outlined what each variable does
• Tied each variable to the business requirements
© 2016 Tealium Inc. All rights reserved. | 10
Step 3: UDO
• Each UDO variable supports solution design variables
• Tip: pay attention to variables vs. arrays in the UDO! Matching any sets of
variables – use arrays! The syntax is different – alert your technology team
or it will be missed!
• Tip: if you use any concatenated values, use separate variables in the UDO
and combine them via Tealium vs. having concatenated values passed to in
the UDO
• Tip: provide consistent patterns and examples for each UDO variable
© 2016 Tealium Inc. All rights reserved. | 11
Step 4: Tell your IT how to implement Tealium and UDO
• Use Tealium’s technical guide
• UDO as early on the page as possible
© 2016 Tealium Inc. All rights reserved. | 12
“If anything in the UDO can be misinterpreted, it
will be misinterpreted. If you think it can’t be
misinterpreted… well, you will be surprised.”
Oleg K.
The Law of UDO Misinterpretation
© 2016 Tealium Inc. All rights reserved. | 13
Step 5: Technology team implements UDO
• The toughest part of the implementation (80% of time was spent on this step)
• 100+ rounds of revisions
• “Hands off” approach does not work. Work closely with the programmers.
• Programmers need to understand the logic behind the variables
• Incremental vs. state values of variables
© 2016 Tealium Inc. All rights reserved. | 14
Step 6: Tealium implementation
• Worked with world-class Tealium engineer (Justin Fitzgerald)
• 100+ custom extensions to handle 269+ business requirements
• Multiple Adobe tags in multiple environments
• Used Tealium library to get better multi-track development and version control
• Complicated. 9 on the scale from 1 (simple) to 10 (complicated)
© 2016 Tealium Inc. All rights reserved. | 15
Step 7: Test and launch!
• Multiple reporting suites for dev and production
• Testing all scenarios was very challenging and time consuming
© 2016 Tealium Inc. All rights reserved. | 16
Final thoughts on the implementation
• Learn your tools. Google Chrome dev tools (console, network, sources)
• CodeSchool and Google have a free course http://discover-
devtools.codeschool.com/
• Learn basic JS. Even if you don’t write your own extensions, you need basic JS to
understand utag.js, JS extensions, scope, and troubleshooting
• Use your Tealium support hours!
• Record screen sharing sessions with Tealium engineers
© 2016 Tealium Inc. All rights reserved. | 17
The Grid
© 2016 Tealium Inc. All rights reserved. | 18
Customize Your Offer – Sep 2015
• Offer prices are shown only after the visitor
clicks
• No way to compare the offers
• No way to determine which combination is
the best deal
• Data showed visitors navigating back from
this page, not forward
© 2016 Tealium Inc. All rights reserved. | 19
The Grid Test – Dec 2015
• Untested new concept to sell product
combinations
• Visual channel lineup
• Channel lookup tool
• “Best Deal” badge
© 2016 Tealium Inc. All rights reserved. | 20
Responsive mobile version
• No degrading functionality
© 2016 Tealium Inc. All rights reserved. | 21
Tealium role in the test
• Ultimate flexibility – could capture all critical
data points:
• Offer click path (behavioral analysis)
• Added TV channels to the filter and
consequent actions (product
marketing)
• Removed TV channels
• Offers selected and ordered
• utag.link firing on various actions user
takes
• Allowed us to dig deeper into various
patterns due to the new data
• Quick turnaround time
• Opened up multiple other ideas to test!
© 2016 Tealium Inc. All rights reserved. | 22
Results
• 23% increase in conversion
• 25-40% increase across multiple
categories of multi-product offers
• Multi-million $$$ impact on revenue
Launched country-wide in Jan 2016
© 2016 Tealium Inc. All rights reserved. | 23
Page Load Time Dashboard
© 2016 Tealium Inc. All rights reserved. | 24
New cox.com CMS
• Launched in Sep 2015
• Sluggish site performance – pages load
slowly
• Need to quantify or no action will be taken
• How does it affect different
segments?
• How does it affect mobile vs.
desktop?
• How does it affect sales?
© 2016 Tealium Inc. All rights reserved. | 25
Used Tealium to capture key
Page Load metrics
• Used browser’s built-in performance.timing
object
• Captured the difference between several
key time stamps
• Created Tealium extension scoped to
analytics tag
• Created a new data source variable to
capture the load time
• Mapped to analytics, tested, and launched
Turnaround time: 2 days!
© 2016 Tealium Inc. All rights reserved. | 26
Created a report for Page Load
• Used Adobe Report Builder
• Recurring daily report
• Page load performance by segments and
pages
• Replaces expensive site performance
systems
• Integrates into analytics – can be used for
various break-downs and reports
© 2016 Tealium Inc. All rights reserved. | 27
Summary/ Key Takeaways
 Get creative! The limits only exist if you
think they exist.
 Use Tealium to test new concepts and
ideas!
 Build a KILLER new analytics system with
Tealium – flexible, accurate, and robust
 Use data to innovate and experiment.
© 2016 Tealium Inc. All rights reserved. | 28
AUDIENCE Q&A
© 2016 Tealium Inc. All rights reserved. | 29
Thank You
Oleg Kalenichenko
https://www.linkedin.com/in/olegkalenichenko
© 2016 Tealium Inc. All rights reserved. | 30

More Related Content

What's hot

Data Innovation at Axel Springer
Data Innovation at Axel SpringerData Innovation at Axel Springer
Data Innovation at Axel SpringerTealium
 
Powering Omnichannel Experiences with Real-Time Data
Powering Omnichannel Experiences with Real-Time DataPowering Omnichannel Experiences with Real-Time Data
Powering Omnichannel Experiences with Real-Time DataTealium
 
DVEU16: Merging MarTech in Travel
DVEU16: Merging MarTech in TravelDVEU16: Merging MarTech in Travel
DVEU16: Merging MarTech in TravelTealium
 
DV 2016: Building a Culture of Testing and Optimization
DV 2016: Building a Culture of Testing and OptimizationDV 2016: Building a Culture of Testing and Optimization
DV 2016: Building a Culture of Testing and OptimizationTealium
 
DV 2016: Why Your Organization Needs Data and Analytics Governance
DV 2016: Why Your Organization Needs Data and Analytics GovernanceDV 2016: Why Your Organization Needs Data and Analytics Governance
DV 2016: Why Your Organization Needs Data and Analytics GovernanceTealium
 
DV 2016: Don't Track Me, Bro - Security and Privacy as a Differentiator
DV 2016: Don't Track Me, Bro - Security and Privacy as a DifferentiatorDV 2016: Don't Track Me, Bro - Security and Privacy as a Differentiator
DV 2016: Don't Track Me, Bro - Security and Privacy as a DifferentiatorTealium
 
Digital Velocity London 2018 - How to drive personalisation at a global B2B c...
Digital Velocity London 2018 - How to drive personalisation at a global B2B c...Digital Velocity London 2018 - How to drive personalisation at a global B2B c...
Digital Velocity London 2018 - How to drive personalisation at a global B2B c...Tealium
 
Digital Velocity London 2017: Data Layer Enrichment API
Digital Velocity London 2017: Data Layer Enrichment APIDigital Velocity London 2017: Data Layer Enrichment API
Digital Velocity London 2017: Data Layer Enrichment APITealium
 
Digital Velocity London 2017: All About The Data
Digital Velocity London 2017: All About The DataDigital Velocity London 2017: All About The Data
Digital Velocity London 2017: All About The DataTealium
 
Gartner Digital Marketing Conference 2016: Theater Session (C. Slovak)
Gartner Digital Marketing Conference 2016: Theater Session (C. Slovak) Gartner Digital Marketing Conference 2016: Theater Session (C. Slovak)
Gartner Digital Marketing Conference 2016: Theater Session (C. Slovak) Tealium
 
Digital Velocity London 2018 - James Morgan, Sainsbury's
Digital Velocity London 2018 - James Morgan, Sainsbury'sDigital Velocity London 2018 - James Morgan, Sainsbury's
Digital Velocity London 2018 - James Morgan, Sainsbury'sTealium
 
Acquisition, Loyalty and Retention: How a CDP Creates Customers for Life
Acquisition, Loyalty and Retention: How a CDP Creates Customers for LifeAcquisition, Loyalty and Retention: How a CDP Creates Customers for Life
Acquisition, Loyalty and Retention: How a CDP Creates Customers for LifeTealium
 
Third-Party Cookie Loss Masterclass 2: Dude, What About My DMP?
Third-Party Cookie Loss Masterclass 2: Dude, What About My DMP?Third-Party Cookie Loss Masterclass 2: Dude, What About My DMP?
Third-Party Cookie Loss Masterclass 2: Dude, What About My DMP?Tealium
 
Digital Velocity London - What's The Future for Data Orchestration, Tealium D...
Digital Velocity London - What's The Future for Data Orchestration, Tealium D...Digital Velocity London - What's The Future for Data Orchestration, Tealium D...
Digital Velocity London - What's The Future for Data Orchestration, Tealium D...Tealium
 
Digit-Tech Analytics Workshop
Digit-Tech Analytics WorkshopDigit-Tech Analytics Workshop
Digit-Tech Analytics WorkshopDatalicious
 
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?Tealium
 
Funnel Analytics: An Overview
Funnel Analytics: An OverviewFunnel Analytics: An Overview
Funnel Analytics: An OverviewSeth Familian
 
Account-Based Nurturing: Strategies for Turning Target Accounts into Customers
Account-Based Nurturing: Strategies for Turning Target Accounts into CustomersAccount-Based Nurturing: Strategies for Turning Target Accounts into Customers
Account-Based Nurturing: Strategies for Turning Target Accounts into CustomersDemandbase
 
[Webinar] The Best Kept Marketing Secret to Achieving Complete Customer Views
[Webinar] The Best Kept Marketing Secret to Achieving Complete Customer Views[Webinar] The Best Kept Marketing Secret to Achieving Complete Customer Views
[Webinar] The Best Kept Marketing Secret to Achieving Complete Customer ViewsTealium
 

What's hot (20)

Data Innovation at Axel Springer
Data Innovation at Axel SpringerData Innovation at Axel Springer
Data Innovation at Axel Springer
 
Powering Omnichannel Experiences with Real-Time Data
Powering Omnichannel Experiences with Real-Time DataPowering Omnichannel Experiences with Real-Time Data
Powering Omnichannel Experiences with Real-Time Data
 
DVEU16: Merging MarTech in Travel
DVEU16: Merging MarTech in TravelDVEU16: Merging MarTech in Travel
DVEU16: Merging MarTech in Travel
 
DV 2016: Building a Culture of Testing and Optimization
DV 2016: Building a Culture of Testing and OptimizationDV 2016: Building a Culture of Testing and Optimization
DV 2016: Building a Culture of Testing and Optimization
 
DV 2016: Why Your Organization Needs Data and Analytics Governance
DV 2016: Why Your Organization Needs Data and Analytics GovernanceDV 2016: Why Your Organization Needs Data and Analytics Governance
DV 2016: Why Your Organization Needs Data and Analytics Governance
 
DV 2016: Don't Track Me, Bro - Security and Privacy as a Differentiator
DV 2016: Don't Track Me, Bro - Security and Privacy as a DifferentiatorDV 2016: Don't Track Me, Bro - Security and Privacy as a Differentiator
DV 2016: Don't Track Me, Bro - Security and Privacy as a Differentiator
 
Digital Velocity London 2018 - How to drive personalisation at a global B2B c...
Digital Velocity London 2018 - How to drive personalisation at a global B2B c...Digital Velocity London 2018 - How to drive personalisation at a global B2B c...
Digital Velocity London 2018 - How to drive personalisation at a global B2B c...
 
Digital Velocity London 2017: Data Layer Enrichment API
Digital Velocity London 2017: Data Layer Enrichment APIDigital Velocity London 2017: Data Layer Enrichment API
Digital Velocity London 2017: Data Layer Enrichment API
 
Digital Velocity London 2017: All About The Data
Digital Velocity London 2017: All About The DataDigital Velocity London 2017: All About The Data
Digital Velocity London 2017: All About The Data
 
Gartner Digital Marketing Conference 2016: Theater Session (C. Slovak)
Gartner Digital Marketing Conference 2016: Theater Session (C. Slovak) Gartner Digital Marketing Conference 2016: Theater Session (C. Slovak)
Gartner Digital Marketing Conference 2016: Theater Session (C. Slovak)
 
Digital Velocity London 2018 - James Morgan, Sainsbury's
Digital Velocity London 2018 - James Morgan, Sainsbury'sDigital Velocity London 2018 - James Morgan, Sainsbury's
Digital Velocity London 2018 - James Morgan, Sainsbury's
 
Acquisition, Loyalty and Retention: How a CDP Creates Customers for Life
Acquisition, Loyalty and Retention: How a CDP Creates Customers for LifeAcquisition, Loyalty and Retention: How a CDP Creates Customers for Life
Acquisition, Loyalty and Retention: How a CDP Creates Customers for Life
 
Third-Party Cookie Loss Masterclass 2: Dude, What About My DMP?
Third-Party Cookie Loss Masterclass 2: Dude, What About My DMP?Third-Party Cookie Loss Masterclass 2: Dude, What About My DMP?
Third-Party Cookie Loss Masterclass 2: Dude, What About My DMP?
 
Digital Velocity London - What's The Future for Data Orchestration, Tealium D...
Digital Velocity London - What's The Future for Data Orchestration, Tealium D...Digital Velocity London - What's The Future for Data Orchestration, Tealium D...
Digital Velocity London - What's The Future for Data Orchestration, Tealium D...
 
Digit-Tech Analytics Workshop
Digit-Tech Analytics WorkshopDigit-Tech Analytics Workshop
Digit-Tech Analytics Workshop
 
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?
Third-Party Cookie Loss Masterclass 1: So Your Cookie Crumbled, What's Next?
 
Funnel Analytics: An Overview
Funnel Analytics: An OverviewFunnel Analytics: An Overview
Funnel Analytics: An Overview
 
Account-Based Nurturing: Strategies for Turning Target Accounts into Customers
Account-Based Nurturing: Strategies for Turning Target Accounts into CustomersAccount-Based Nurturing: Strategies for Turning Target Accounts into Customers
Account-Based Nurturing: Strategies for Turning Target Accounts into Customers
 
[Webinar] The Best Kept Marketing Secret to Achieving Complete Customer Views
[Webinar] The Best Kept Marketing Secret to Achieving Complete Customer Views[Webinar] The Best Kept Marketing Secret to Achieving Complete Customer Views
[Webinar] The Best Kept Marketing Secret to Achieving Complete Customer Views
 
Are you ready for Big Data 2.0? EMA Analyst Research
Are you ready for Big Data 2.0? EMA Analyst ResearchAre you ready for Big Data 2.0? EMA Analyst Research
Are you ready for Big Data 2.0? EMA Analyst Research
 

Viewers also liked

Advanced Analytics Implementations at EA scale
Advanced Analytics Implementations at EA scaleAdvanced Analytics Implementations at EA scale
Advanced Analytics Implementations at EA scaleAni Lopez
 
AgilOne Enterprise Edition
AgilOne Enterprise EditionAgilOne Enterprise Edition
AgilOne Enterprise EditionAgilOne
 
Introductory Guide to Clustering
Introductory Guide to ClusteringIntroductory Guide to Clustering
Introductory Guide to ClusteringMohammed Rahman
 
DV 2016: The Death of 'Anonymous'
DV 2016: The Death of 'Anonymous'DV 2016: The Death of 'Anonymous'
DV 2016: The Death of 'Anonymous'Tealium
 
DV 2016: Customer Data - The New Value Exchange
DV 2016: Customer Data - The New Value ExchangeDV 2016: Customer Data - The New Value Exchange
DV 2016: Customer Data - The New Value ExchangeTealium
 
Tutorial: Customer Clustering 101
Tutorial: Customer Clustering 101Tutorial: Customer Clustering 101
Tutorial: Customer Clustering 101AgilOne
 
Predictive Marketing Agilone Email Edition
Predictive Marketing   Agilone Email EditionPredictive Marketing   Agilone Email Edition
Predictive Marketing Agilone Email EditionAkosa Melifonwu
 
How Customer Data Platforms Solve Enough To Be Interesting
How Customer Data Platforms Solve Enough To Be InterestingHow Customer Data Platforms Solve Enough To Be Interesting
How Customer Data Platforms Solve Enough To Be InterestingMarTech Conference
 
RazorfishNeev Engagement Process
RazorfishNeev Engagement ProcessRazorfishNeev Engagement Process
RazorfishNeev Engagement ProcessNeev Technologies
 
"Real-Time Marketing: How Fast Data Can Drive Next-Generation Customer Intera...
"Real-Time Marketing: How Fast Data Can Drive Next-Generation Customer Intera..."Real-Time Marketing: How Fast Data Can Drive Next-Generation Customer Intera...
"Real-Time Marketing: How Fast Data Can Drive Next-Generation Customer Intera...Tealium
 
How The Marketing Technology Landscape is Blooming
How The Marketing Technology Landscape is BloomingHow The Marketing Technology Landscape is Blooming
How The Marketing Technology Landscape is BloomingMarTech Conference
 
AGILONE-ACADEMY_The-State-of-Big-Customer-Data-2015-FINAL3
AGILONE-ACADEMY_The-State-of-Big-Customer-Data-2015-FINAL3AGILONE-ACADEMY_The-State-of-Big-Customer-Data-2015-FINAL3
AGILONE-ACADEMY_The-State-of-Big-Customer-Data-2015-FINAL3Angela Sanfilippo
 
Crawl, Walk, Run, Fly: A Guided Approach to Personalization with Adobe Market...
Crawl, Walk, Run, Fly: A Guided Approach to Personalization with Adobe Market...Crawl, Walk, Run, Fly: A Guided Approach to Personalization with Adobe Market...
Crawl, Walk, Run, Fly: A Guided Approach to Personalization with Adobe Market...Perficient, Inc.
 
What to do with the data?
What to do with the data?What to do with the data?
What to do with the data?AgilOne
 
Case Study - Mavi: Using Loyalty Programs to Drive AOV and Purchase Frequency
Case Study - Mavi: Using Loyalty Programs to Drive AOV and Purchase FrequencyCase Study - Mavi: Using Loyalty Programs to Drive AOV and Purchase Frequency
Case Study - Mavi: Using Loyalty Programs to Drive AOV and Purchase FrequencyAgilOne
 
Summa Customer Engagement
Summa Customer EngagementSumma Customer Engagement
Summa Customer EngagementSumma
 
Bridging The Gap Between Online and Offline
Bridging The Gap Between Online and OfflineBridging The Gap Between Online and Offline
Bridging The Gap Between Online and OfflineAgilOne
 
"How to Re-Energize Your Digital Analytics Program" - Hyatt + WAD, Digital Ve...
"How to Re-Energize Your Digital Analytics Program" - Hyatt + WAD, Digital Ve..."How to Re-Energize Your Digital Analytics Program" - Hyatt + WAD, Digital Ve...
"How to Re-Energize Your Digital Analytics Program" - Hyatt + WAD, Digital Ve...Tealium
 
Future-Proofing Your Marketing Technology Stack
Future-Proofing Your Marketing Technology StackFuture-Proofing Your Marketing Technology Stack
Future-Proofing Your Marketing Technology StackTealium
 
CXM - 10 practical techniques
CXM - 10 practical techniques CXM - 10 practical techniques
CXM - 10 practical techniques Dave Chaffey
 

Viewers also liked (20)

Advanced Analytics Implementations at EA scale
Advanced Analytics Implementations at EA scaleAdvanced Analytics Implementations at EA scale
Advanced Analytics Implementations at EA scale
 
AgilOne Enterprise Edition
AgilOne Enterprise EditionAgilOne Enterprise Edition
AgilOne Enterprise Edition
 
Introductory Guide to Clustering
Introductory Guide to ClusteringIntroductory Guide to Clustering
Introductory Guide to Clustering
 
DV 2016: The Death of 'Anonymous'
DV 2016: The Death of 'Anonymous'DV 2016: The Death of 'Anonymous'
DV 2016: The Death of 'Anonymous'
 
DV 2016: Customer Data - The New Value Exchange
DV 2016: Customer Data - The New Value ExchangeDV 2016: Customer Data - The New Value Exchange
DV 2016: Customer Data - The New Value Exchange
 
Tutorial: Customer Clustering 101
Tutorial: Customer Clustering 101Tutorial: Customer Clustering 101
Tutorial: Customer Clustering 101
 
Predictive Marketing Agilone Email Edition
Predictive Marketing   Agilone Email EditionPredictive Marketing   Agilone Email Edition
Predictive Marketing Agilone Email Edition
 
How Customer Data Platforms Solve Enough To Be Interesting
How Customer Data Platforms Solve Enough To Be InterestingHow Customer Data Platforms Solve Enough To Be Interesting
How Customer Data Platforms Solve Enough To Be Interesting
 
RazorfishNeev Engagement Process
RazorfishNeev Engagement ProcessRazorfishNeev Engagement Process
RazorfishNeev Engagement Process
 
"Real-Time Marketing: How Fast Data Can Drive Next-Generation Customer Intera...
"Real-Time Marketing: How Fast Data Can Drive Next-Generation Customer Intera..."Real-Time Marketing: How Fast Data Can Drive Next-Generation Customer Intera...
"Real-Time Marketing: How Fast Data Can Drive Next-Generation Customer Intera...
 
How The Marketing Technology Landscape is Blooming
How The Marketing Technology Landscape is BloomingHow The Marketing Technology Landscape is Blooming
How The Marketing Technology Landscape is Blooming
 
AGILONE-ACADEMY_The-State-of-Big-Customer-Data-2015-FINAL3
AGILONE-ACADEMY_The-State-of-Big-Customer-Data-2015-FINAL3AGILONE-ACADEMY_The-State-of-Big-Customer-Data-2015-FINAL3
AGILONE-ACADEMY_The-State-of-Big-Customer-Data-2015-FINAL3
 
Crawl, Walk, Run, Fly: A Guided Approach to Personalization with Adobe Market...
Crawl, Walk, Run, Fly: A Guided Approach to Personalization with Adobe Market...Crawl, Walk, Run, Fly: A Guided Approach to Personalization with Adobe Market...
Crawl, Walk, Run, Fly: A Guided Approach to Personalization with Adobe Market...
 
What to do with the data?
What to do with the data?What to do with the data?
What to do with the data?
 
Case Study - Mavi: Using Loyalty Programs to Drive AOV and Purchase Frequency
Case Study - Mavi: Using Loyalty Programs to Drive AOV and Purchase FrequencyCase Study - Mavi: Using Loyalty Programs to Drive AOV and Purchase Frequency
Case Study - Mavi: Using Loyalty Programs to Drive AOV and Purchase Frequency
 
Summa Customer Engagement
Summa Customer EngagementSumma Customer Engagement
Summa Customer Engagement
 
Bridging The Gap Between Online and Offline
Bridging The Gap Between Online and OfflineBridging The Gap Between Online and Offline
Bridging The Gap Between Online and Offline
 
"How to Re-Energize Your Digital Analytics Program" - Hyatt + WAD, Digital Ve...
"How to Re-Energize Your Digital Analytics Program" - Hyatt + WAD, Digital Ve..."How to Re-Energize Your Digital Analytics Program" - Hyatt + WAD, Digital Ve...
"How to Re-Energize Your Digital Analytics Program" - Hyatt + WAD, Digital Ve...
 
Future-Proofing Your Marketing Technology Stack
Future-Proofing Your Marketing Technology StackFuture-Proofing Your Marketing Technology Stack
Future-Proofing Your Marketing Technology Stack
 
CXM - 10 practical techniques
CXM - 10 practical techniques CXM - 10 practical techniques
CXM - 10 practical techniques
 

Similar to DV 2016: Mission Possible - Building a New Analytics Framework

Hybrid Development Workshop Presentation (San Francisco)
Hybrid Development Workshop Presentation (San Francisco)Hybrid Development Workshop Presentation (San Francisco)
Hybrid Development Workshop Presentation (San Francisco)Brian Dawson
 
Innovation Enablement in The Digital Age
Innovation Enablement in The Digital AgeInnovation Enablement in The Digital Age
Innovation Enablement in The Digital AgeBadr Tharwat
 
"Top Tips for Maximizing Tealium iQ" - First Data + WAD, Digital Velocity 2015
"Top Tips for Maximizing Tealium iQ" - First Data + WAD, Digital Velocity 2015"Top Tips for Maximizing Tealium iQ" - First Data + WAD, Digital Velocity 2015
"Top Tips for Maximizing Tealium iQ" - First Data + WAD, Digital Velocity 2015Tealium
 
Migrating thinking not just applications to the cloud
Migrating thinking not just applications to the cloudMigrating thinking not just applications to the cloud
Migrating thinking not just applications to the cloudCloudsoft
 
"Scaling Your Digital Marketing Programs to Reach a Global Audience" - VMware...
"Scaling Your Digital Marketing Programs to Reach a Global Audience" - VMware..."Scaling Your Digital Marketing Programs to Reach a Global Audience" - VMware...
"Scaling Your Digital Marketing Programs to Reach a Global Audience" - VMware...Tealium
 
Scaling Your Digital Marketing Programs to Reach a Global Audience
Scaling Your Digital Marketing Programs to Reach a Global AudienceScaling Your Digital Marketing Programs to Reach a Global Audience
Scaling Your Digital Marketing Programs to Reach a Global AudienceMatt Oberdorfer
 
Maximize Your Enterprise DevOps Efforts and Outcomes with Value Streams
Maximize Your Enterprise DevOps Efforts and Outcomes with Value StreamsMaximize Your Enterprise DevOps Efforts and Outcomes with Value Streams
Maximize Your Enterprise DevOps Efforts and Outcomes with Value StreamsDevOps.com
 
De-mystifying and Taming the Complexities of WCAG 2.1
De-mystifying and Taming the Complexities of WCAG 2.1De-mystifying and Taming the Complexities of WCAG 2.1
De-mystifying and Taming the Complexities of WCAG 2.1Bill Tyler
 
(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects
(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects
(SPOT205) 5 Lessons for Managing Massive IT Transformation ProjectsAmazon Web Services
 
DevOps Winners and Losers
DevOps Winners and LosersDevOps Winners and Losers
DevOps Winners and LosersLance Knight
 
Cloud Migration for Financial Services - Toronto - October 2016
Cloud Migration for Financial Services - Toronto - October 2016Cloud Migration for Financial Services - Toronto - October 2016
Cloud Migration for Financial Services - Toronto - October 2016Amazon Web Services
 
Data Engineering the Startup Way - AWS Startup Day Chicago 2018
Data Engineering the Startup Way - AWS Startup Day Chicago 2018Data Engineering the Startup Way - AWS Startup Day Chicago 2018
Data Engineering the Startup Way - AWS Startup Day Chicago 2018Amazon Web Services
 
Draftkings: Launching w/ Confidence at Scale, FutureStack17 NYC
Draftkings: Launching w/ Confidence at Scale, FutureStack17 NYCDraftkings: Launching w/ Confidence at Scale, FutureStack17 NYC
Draftkings: Launching w/ Confidence at Scale, FutureStack17 NYCNew Relic
 
How StepStone achieved a Cloud Centre of Excellence
How StepStone achieved a Cloud Centre of ExcellenceHow StepStone achieved a Cloud Centre of Excellence
How StepStone achieved a Cloud Centre of ExcellenceTristan Greaves
 
jerry.metcalf.102516.pptx
jerry.metcalf.102516.pptxjerry.metcalf.102516.pptx
jerry.metcalf.102516.pptxtitatis74
 
AppSec Fast and Slow: Your DevSecOps CI/CD Pipeline Isn’t an SSA Program
AppSec Fast and Slow: Your DevSecOps CI/CD Pipeline Isn’t an SSA ProgramAppSec Fast and Slow: Your DevSecOps CI/CD Pipeline Isn’t an SSA Program
AppSec Fast and Slow: Your DevSecOps CI/CD Pipeline Isn’t an SSA ProgramDenim Group
 
Enterprise Integration Patterns Revisited (EIP, Apache Camel, Talend ESB)
Enterprise Integration Patterns Revisited (EIP, Apache Camel, Talend ESB)Enterprise Integration Patterns Revisited (EIP, Apache Camel, Talend ESB)
Enterprise Integration Patterns Revisited (EIP, Apache Camel, Talend ESB)Kai Wähner
 
Building a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't EvilBuilding a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't EvilIBM UrbanCode Products
 

Similar to DV 2016: Mission Possible - Building a New Analytics Framework (20)

Hybrid Development Workshop Presentation (San Francisco)
Hybrid Development Workshop Presentation (San Francisco)Hybrid Development Workshop Presentation (San Francisco)
Hybrid Development Workshop Presentation (San Francisco)
 
Innovation Enablement in The Digital Age
Innovation Enablement in The Digital AgeInnovation Enablement in The Digital Age
Innovation Enablement in The Digital Age
 
"Top Tips for Maximizing Tealium iQ" - First Data + WAD, Digital Velocity 2015
"Top Tips for Maximizing Tealium iQ" - First Data + WAD, Digital Velocity 2015"Top Tips for Maximizing Tealium iQ" - First Data + WAD, Digital Velocity 2015
"Top Tips for Maximizing Tealium iQ" - First Data + WAD, Digital Velocity 2015
 
Migrating thinking not just applications to the cloud
Migrating thinking not just applications to the cloudMigrating thinking not just applications to the cloud
Migrating thinking not just applications to the cloud
 
"Scaling Your Digital Marketing Programs to Reach a Global Audience" - VMware...
"Scaling Your Digital Marketing Programs to Reach a Global Audience" - VMware..."Scaling Your Digital Marketing Programs to Reach a Global Audience" - VMware...
"Scaling Your Digital Marketing Programs to Reach a Global Audience" - VMware...
 
Scaling Your Digital Marketing Programs to Reach a Global Audience
Scaling Your Digital Marketing Programs to Reach a Global AudienceScaling Your Digital Marketing Programs to Reach a Global Audience
Scaling Your Digital Marketing Programs to Reach a Global Audience
 
Maximize Your Enterprise DevOps Efforts and Outcomes with Value Streams
Maximize Your Enterprise DevOps Efforts and Outcomes with Value StreamsMaximize Your Enterprise DevOps Efforts and Outcomes with Value Streams
Maximize Your Enterprise DevOps Efforts and Outcomes with Value Streams
 
De-mystifying and Taming the Complexities of WCAG 2.1
De-mystifying and Taming the Complexities of WCAG 2.1De-mystifying and Taming the Complexities of WCAG 2.1
De-mystifying and Taming the Complexities of WCAG 2.1
 
(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects
(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects
(SPOT205) 5 Lessons for Managing Massive IT Transformation Projects
 
Lean New Product & Process Development
Lean New Product & Process DevelopmentLean New Product & Process Development
Lean New Product & Process Development
 
DevOps Winners and Losers
DevOps Winners and LosersDevOps Winners and Losers
DevOps Winners and Losers
 
Cloud Migration for Financial Services - Toronto - October 2016
Cloud Migration for Financial Services - Toronto - October 2016Cloud Migration for Financial Services - Toronto - October 2016
Cloud Migration for Financial Services - Toronto - October 2016
 
Data Engineering the Startup Way - AWS Startup Day Chicago 2018
Data Engineering the Startup Way - AWS Startup Day Chicago 2018Data Engineering the Startup Way - AWS Startup Day Chicago 2018
Data Engineering the Startup Way - AWS Startup Day Chicago 2018
 
Draftkings: Launching w/ Confidence at Scale, FutureStack17 NYC
Draftkings: Launching w/ Confidence at Scale, FutureStack17 NYCDraftkings: Launching w/ Confidence at Scale, FutureStack17 NYC
Draftkings: Launching w/ Confidence at Scale, FutureStack17 NYC
 
How StepStone achieved a Cloud Centre of Excellence
How StepStone achieved a Cloud Centre of ExcellenceHow StepStone achieved a Cloud Centre of Excellence
How StepStone achieved a Cloud Centre of Excellence
 
jerry.metcalf.102516.pptx
jerry.metcalf.102516.pptxjerry.metcalf.102516.pptx
jerry.metcalf.102516.pptx
 
AppSec Fast and Slow: Your DevSecOps CI/CD Pipeline Isn’t an SSA Program
AppSec Fast and Slow: Your DevSecOps CI/CD Pipeline Isn’t an SSA ProgramAppSec Fast and Slow: Your DevSecOps CI/CD Pipeline Isn’t an SSA Program
AppSec Fast and Slow: Your DevSecOps CI/CD Pipeline Isn’t an SSA Program
 
2015 03-siia-iin-byte9-v1
2015 03-siia-iin-byte9-v12015 03-siia-iin-byte9-v1
2015 03-siia-iin-byte9-v1
 
Enterprise Integration Patterns Revisited (EIP, Apache Camel, Talend ESB)
Enterprise Integration Patterns Revisited (EIP, Apache Camel, Talend ESB)Enterprise Integration Patterns Revisited (EIP, Apache Camel, Talend ESB)
Enterprise Integration Patterns Revisited (EIP, Apache Camel, Talend ESB)
 
Building a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't EvilBuilding a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't Evil
 

More from Tealium

2022 State of the CDP: Key Findings for Tackling the New Age of Data
2022 State of the CDP: Key Findings for Tackling the New Age of Data2022 State of the CDP: Key Findings for Tackling the New Age of Data
2022 State of the CDP: Key Findings for Tackling the New Age of DataTealium
 
Show Me You Care: Why You Should Be Talking About Privacy and Value-Exchange
Show Me You Care: Why You Should Be Talking About Privacy and Value-ExchangeShow Me You Care: Why You Should Be Talking About Privacy and Value-Exchange
Show Me You Care: Why You Should Be Talking About Privacy and Value-ExchangeTealium
 
Third-Party Cookie Loss Masterclass 3: Making Sense of the Changing Identity ...
Third-Party Cookie Loss Masterclass 3: Making Sense of the Changing Identity ...Third-Party Cookie Loss Masterclass 3: Making Sense of the Changing Identity ...
Third-Party Cookie Loss Masterclass 3: Making Sense of the Changing Identity ...Tealium
 
Tasty Tech: 3 Proven Recipes for Increasing Loyalty and Retention
Tasty Tech: 3 Proven Recipes for Increasing Loyalty and RetentionTasty Tech: 3 Proven Recipes for Increasing Loyalty and Retention
Tasty Tech: 3 Proven Recipes for Increasing Loyalty and RetentionTealium
 
[Webinar] How the Cookie Crumbled: Preparing for a Time without Third-Party C...
[Webinar] How the Cookie Crumbled: Preparing for a Time without Third-Party C...[Webinar] How the Cookie Crumbled: Preparing for a Time without Third-Party C...
[Webinar] How the Cookie Crumbled: Preparing for a Time without Third-Party C...Tealium
 
Digital Velocity London 2018 - How to Build Your Company's Core Innovation Ma...
Digital Velocity London 2018 - How to Build Your Company's Core Innovation Ma...Digital Velocity London 2018 - How to Build Your Company's Core Innovation Ma...
Digital Velocity London 2018 - How to Build Your Company's Core Innovation Ma...Tealium
 
Digital Velocity London 2018 - Getting to Grips with Global B2B, Julian Brewer
Digital Velocity London 2018 - Getting to Grips with Global B2B, Julian BrewerDigital Velocity London 2018 - Getting to Grips with Global B2B, Julian Brewer
Digital Velocity London 2018 - Getting to Grips with Global B2B, Julian BrewerTealium
 
Digital Velocity London 2017: Understanding AudienceStream Timeline and Funne...
Digital Velocity London 2017: Understanding AudienceStream Timeline and Funne...Digital Velocity London 2017: Understanding AudienceStream Timeline and Funne...
Digital Velocity London 2017: Understanding AudienceStream Timeline and Funne...Tealium
 
Digital Velocity London 2017: Mobile, IOT, Cloud
Digital Velocity London 2017: Mobile, IOT, CloudDigital Velocity London 2017: Mobile, IOT, Cloud
Digital Velocity London 2017: Mobile, IOT, CloudTealium
 
Digital Velocity London 2017: Build Your Own Connector
Digital Velocity London 2017: Build Your Own ConnectorDigital Velocity London 2017: Build Your Own Connector
Digital Velocity London 2017: Build Your Own ConnectorTealium
 
Digital Velocity London 2017: Combining AudienceStream Attributes
Digital Velocity London 2017: Combining AudienceStream AttributesDigital Velocity London 2017: Combining AudienceStream Attributes
Digital Velocity London 2017: Combining AudienceStream AttributesTealium
 
Digital Velocity London 2017 - Tealium Universal Data Hub Use Cases, Danny Mo...
Digital Velocity London 2017 - Tealium Universal Data Hub Use Cases, Danny Mo...Digital Velocity London 2017 - Tealium Universal Data Hub Use Cases, Danny Mo...
Digital Velocity London 2017 - Tealium Universal Data Hub Use Cases, Danny Mo...Tealium
 
Digital Velocity London 2017 - Using Real Time Data to Target New Customers, ...
Digital Velocity London 2017 - Using Real Time Data to Target New Customers, ...Digital Velocity London 2017 - Using Real Time Data to Target New Customers, ...
Digital Velocity London 2017 - Using Real Time Data to Target New Customers, ...Tealium
 
Digital Velocity London 2017 - Data Privacy and Sovereignty, Sheila Fitz Patrick
Digital Velocity London 2017 - Data Privacy and Sovereignty, Sheila Fitz PatrickDigital Velocity London 2017 - Data Privacy and Sovereignty, Sheila Fitz Patrick
Digital Velocity London 2017 - Data Privacy and Sovereignty, Sheila Fitz PatrickTealium
 
Digital Velocity London 2017 - Tackling Data Ownership, Tony Gosling
Digital Velocity London 2017 - Tackling Data Ownership, Tony GoslingDigital Velocity London 2017 - Tackling Data Ownership, Tony Gosling
Digital Velocity London 2017 - Tackling Data Ownership, Tony GoslingTealium
 
DVJP 2016 - Fujitsu Presents
DVJP 2016 - Fujitsu PresentsDVJP 2016 - Fujitsu Presents
DVJP 2016 - Fujitsu PresentsTealium
 
DVJP 2016 - Jeff Lunsford Presents
DVJP 2016 - Jeff Lunsford PresentsDVJP 2016 - Jeff Lunsford Presents
DVJP 2016 - Jeff Lunsford PresentsTealium
 
DVJP 2016 - Adam Corey Presents
DVJP 2016 - Adam Corey PresentsDVJP 2016 - Adam Corey Presents
DVJP 2016 - Adam Corey PresentsTealium
 
DVEU16: Digital Transformation in Retail
DVEU16: Digital Transformation in RetailDVEU16: Digital Transformation in Retail
DVEU16: Digital Transformation in RetailTealium
 

More from Tealium (19)

2022 State of the CDP: Key Findings for Tackling the New Age of Data
2022 State of the CDP: Key Findings for Tackling the New Age of Data2022 State of the CDP: Key Findings for Tackling the New Age of Data
2022 State of the CDP: Key Findings for Tackling the New Age of Data
 
Show Me You Care: Why You Should Be Talking About Privacy and Value-Exchange
Show Me You Care: Why You Should Be Talking About Privacy and Value-ExchangeShow Me You Care: Why You Should Be Talking About Privacy and Value-Exchange
Show Me You Care: Why You Should Be Talking About Privacy and Value-Exchange
 
Third-Party Cookie Loss Masterclass 3: Making Sense of the Changing Identity ...
Third-Party Cookie Loss Masterclass 3: Making Sense of the Changing Identity ...Third-Party Cookie Loss Masterclass 3: Making Sense of the Changing Identity ...
Third-Party Cookie Loss Masterclass 3: Making Sense of the Changing Identity ...
 
Tasty Tech: 3 Proven Recipes for Increasing Loyalty and Retention
Tasty Tech: 3 Proven Recipes for Increasing Loyalty and RetentionTasty Tech: 3 Proven Recipes for Increasing Loyalty and Retention
Tasty Tech: 3 Proven Recipes for Increasing Loyalty and Retention
 
[Webinar] How the Cookie Crumbled: Preparing for a Time without Third-Party C...
[Webinar] How the Cookie Crumbled: Preparing for a Time without Third-Party C...[Webinar] How the Cookie Crumbled: Preparing for a Time without Third-Party C...
[Webinar] How the Cookie Crumbled: Preparing for a Time without Third-Party C...
 
Digital Velocity London 2018 - How to Build Your Company's Core Innovation Ma...
Digital Velocity London 2018 - How to Build Your Company's Core Innovation Ma...Digital Velocity London 2018 - How to Build Your Company's Core Innovation Ma...
Digital Velocity London 2018 - How to Build Your Company's Core Innovation Ma...
 
Digital Velocity London 2018 - Getting to Grips with Global B2B, Julian Brewer
Digital Velocity London 2018 - Getting to Grips with Global B2B, Julian BrewerDigital Velocity London 2018 - Getting to Grips with Global B2B, Julian Brewer
Digital Velocity London 2018 - Getting to Grips with Global B2B, Julian Brewer
 
Digital Velocity London 2017: Understanding AudienceStream Timeline and Funne...
Digital Velocity London 2017: Understanding AudienceStream Timeline and Funne...Digital Velocity London 2017: Understanding AudienceStream Timeline and Funne...
Digital Velocity London 2017: Understanding AudienceStream Timeline and Funne...
 
Digital Velocity London 2017: Mobile, IOT, Cloud
Digital Velocity London 2017: Mobile, IOT, CloudDigital Velocity London 2017: Mobile, IOT, Cloud
Digital Velocity London 2017: Mobile, IOT, Cloud
 
Digital Velocity London 2017: Build Your Own Connector
Digital Velocity London 2017: Build Your Own ConnectorDigital Velocity London 2017: Build Your Own Connector
Digital Velocity London 2017: Build Your Own Connector
 
Digital Velocity London 2017: Combining AudienceStream Attributes
Digital Velocity London 2017: Combining AudienceStream AttributesDigital Velocity London 2017: Combining AudienceStream Attributes
Digital Velocity London 2017: Combining AudienceStream Attributes
 
Digital Velocity London 2017 - Tealium Universal Data Hub Use Cases, Danny Mo...
Digital Velocity London 2017 - Tealium Universal Data Hub Use Cases, Danny Mo...Digital Velocity London 2017 - Tealium Universal Data Hub Use Cases, Danny Mo...
Digital Velocity London 2017 - Tealium Universal Data Hub Use Cases, Danny Mo...
 
Digital Velocity London 2017 - Using Real Time Data to Target New Customers, ...
Digital Velocity London 2017 - Using Real Time Data to Target New Customers, ...Digital Velocity London 2017 - Using Real Time Data to Target New Customers, ...
Digital Velocity London 2017 - Using Real Time Data to Target New Customers, ...
 
Digital Velocity London 2017 - Data Privacy and Sovereignty, Sheila Fitz Patrick
Digital Velocity London 2017 - Data Privacy and Sovereignty, Sheila Fitz PatrickDigital Velocity London 2017 - Data Privacy and Sovereignty, Sheila Fitz Patrick
Digital Velocity London 2017 - Data Privacy and Sovereignty, Sheila Fitz Patrick
 
Digital Velocity London 2017 - Tackling Data Ownership, Tony Gosling
Digital Velocity London 2017 - Tackling Data Ownership, Tony GoslingDigital Velocity London 2017 - Tackling Data Ownership, Tony Gosling
Digital Velocity London 2017 - Tackling Data Ownership, Tony Gosling
 
DVJP 2016 - Fujitsu Presents
DVJP 2016 - Fujitsu PresentsDVJP 2016 - Fujitsu Presents
DVJP 2016 - Fujitsu Presents
 
DVJP 2016 - Jeff Lunsford Presents
DVJP 2016 - Jeff Lunsford PresentsDVJP 2016 - Jeff Lunsford Presents
DVJP 2016 - Jeff Lunsford Presents
 
DVJP 2016 - Adam Corey Presents
DVJP 2016 - Adam Corey PresentsDVJP 2016 - Adam Corey Presents
DVJP 2016 - Adam Corey Presents
 
DVEU16: Digital Transformation in Retail
DVEU16: Digital Transformation in RetailDVEU16: Digital Transformation in Retail
DVEU16: Digital Transformation in Retail
 

Recently uploaded

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
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 AutomationSafe Software
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
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...apidays
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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 SolutionsEnterprise Knowledge
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
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?Antenna Manufacturer Coco
 
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 MenDelhi Call girls
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
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 WorkerThousandEyes
 

Recently uploaded (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
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...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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?
 
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
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
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
 

DV 2016: Mission Possible - Building a New Analytics Framework

  • 1. © 2016 Tealium Inc. All rights reserved. | 1 Mission Possible: Building a New Analytics Framework Oleg Kalenichenko, Cox Communications
  • 2. © 2016 Tealium Inc. All rights reserved. | 2 Oleg Kalenichenko Director of Digital Analytics, Cox Communications 13 years @ Cox Managed ecommerce, content, product marketing, sales 2x “Cox Innovator of the Year” award winner Adobe Reports and Analytics Implementation ACE Certified Live in VA Sonny Teddy
  • 3. © 2016 Tealium Inc. All rights reserved. | 3 How the world sees my job…. Boring, uneventful, reporting, crunching numbers… How I view my job…. Modern-day Gold Rush, exciting, rewarding, innovative!
  • 4. © 2016 Tealium Inc. All rights reserved. | 4 Digital “Gold Rush” success factors • Implementing robust analytics through Tealium. Lessons learned. • Two use cases: innovation through Tealium using data.
  • 5. © 2016 Tealium Inc. All rights reserved. | 5 Analytics Implementation
  • 6. © 2016 Tealium Inc. All rights reserved. | 6 Background • “Took over” Tealium at Cox in Jan 2015. • No prior knowledge of Tealium. Attended Tealium University and DV2015. • Not a programmer. Part of Cox Sales team.
  • 7. © 2016 Tealium Inc. All rights reserved. | 7 Analytics prior to Tealium • Hard-coded outdated implementation • Locked in IT release cycle (2-3 month turn- around). • Unstable analytics code. Things constantly break. • Outdated solution design. 75% of analytics variables are irrelevant or/and broken. • Beyond repair. Needed a complete re-do.
  • 8. © 2016 Tealium Inc. All rights reserved. | 8 Step 1: Business Requirements • Partnered with WebAnalyticsDemystified • Begin with the end in mind. What business questions are you trying to address with new analytics? • 269 business requirements from 13 different teams • Expensive “change orders”
  • 9. © 2016 Tealium Inc. All rights reserved. | 9 Step 2: Solution Design • Translates business requirements into a set of eVars/events/props • Outlined what each variable does • Tied each variable to the business requirements
  • 10. © 2016 Tealium Inc. All rights reserved. | 10 Step 3: UDO • Each UDO variable supports solution design variables • Tip: pay attention to variables vs. arrays in the UDO! Matching any sets of variables – use arrays! The syntax is different – alert your technology team or it will be missed! • Tip: if you use any concatenated values, use separate variables in the UDO and combine them via Tealium vs. having concatenated values passed to in the UDO • Tip: provide consistent patterns and examples for each UDO variable
  • 11. © 2016 Tealium Inc. All rights reserved. | 11 Step 4: Tell your IT how to implement Tealium and UDO • Use Tealium’s technical guide • UDO as early on the page as possible
  • 12. © 2016 Tealium Inc. All rights reserved. | 12 “If anything in the UDO can be misinterpreted, it will be misinterpreted. If you think it can’t be misinterpreted… well, you will be surprised.” Oleg K. The Law of UDO Misinterpretation
  • 13. © 2016 Tealium Inc. All rights reserved. | 13 Step 5: Technology team implements UDO • The toughest part of the implementation (80% of time was spent on this step) • 100+ rounds of revisions • “Hands off” approach does not work. Work closely with the programmers. • Programmers need to understand the logic behind the variables • Incremental vs. state values of variables
  • 14. © 2016 Tealium Inc. All rights reserved. | 14 Step 6: Tealium implementation • Worked with world-class Tealium engineer (Justin Fitzgerald) • 100+ custom extensions to handle 269+ business requirements • Multiple Adobe tags in multiple environments • Used Tealium library to get better multi-track development and version control • Complicated. 9 on the scale from 1 (simple) to 10 (complicated)
  • 15. © 2016 Tealium Inc. All rights reserved. | 15 Step 7: Test and launch! • Multiple reporting suites for dev and production • Testing all scenarios was very challenging and time consuming
  • 16. © 2016 Tealium Inc. All rights reserved. | 16 Final thoughts on the implementation • Learn your tools. Google Chrome dev tools (console, network, sources) • CodeSchool and Google have a free course http://discover- devtools.codeschool.com/ • Learn basic JS. Even if you don’t write your own extensions, you need basic JS to understand utag.js, JS extensions, scope, and troubleshooting • Use your Tealium support hours! • Record screen sharing sessions with Tealium engineers
  • 17. © 2016 Tealium Inc. All rights reserved. | 17 The Grid
  • 18. © 2016 Tealium Inc. All rights reserved. | 18 Customize Your Offer – Sep 2015 • Offer prices are shown only after the visitor clicks • No way to compare the offers • No way to determine which combination is the best deal • Data showed visitors navigating back from this page, not forward
  • 19. © 2016 Tealium Inc. All rights reserved. | 19 The Grid Test – Dec 2015 • Untested new concept to sell product combinations • Visual channel lineup • Channel lookup tool • “Best Deal” badge
  • 20. © 2016 Tealium Inc. All rights reserved. | 20 Responsive mobile version • No degrading functionality
  • 21. © 2016 Tealium Inc. All rights reserved. | 21 Tealium role in the test • Ultimate flexibility – could capture all critical data points: • Offer click path (behavioral analysis) • Added TV channels to the filter and consequent actions (product marketing) • Removed TV channels • Offers selected and ordered • utag.link firing on various actions user takes • Allowed us to dig deeper into various patterns due to the new data • Quick turnaround time • Opened up multiple other ideas to test!
  • 22. © 2016 Tealium Inc. All rights reserved. | 22 Results • 23% increase in conversion • 25-40% increase across multiple categories of multi-product offers • Multi-million $$$ impact on revenue Launched country-wide in Jan 2016
  • 23. © 2016 Tealium Inc. All rights reserved. | 23 Page Load Time Dashboard
  • 24. © 2016 Tealium Inc. All rights reserved. | 24 New cox.com CMS • Launched in Sep 2015 • Sluggish site performance – pages load slowly • Need to quantify or no action will be taken • How does it affect different segments? • How does it affect mobile vs. desktop? • How does it affect sales?
  • 25. © 2016 Tealium Inc. All rights reserved. | 25 Used Tealium to capture key Page Load metrics • Used browser’s built-in performance.timing object • Captured the difference between several key time stamps • Created Tealium extension scoped to analytics tag • Created a new data source variable to capture the load time • Mapped to analytics, tested, and launched Turnaround time: 2 days!
  • 26. © 2016 Tealium Inc. All rights reserved. | 26 Created a report for Page Load • Used Adobe Report Builder • Recurring daily report • Page load performance by segments and pages • Replaces expensive site performance systems • Integrates into analytics – can be used for various break-downs and reports
  • 27. © 2016 Tealium Inc. All rights reserved. | 27 Summary/ Key Takeaways  Get creative! The limits only exist if you think they exist.  Use Tealium to test new concepts and ideas!  Build a KILLER new analytics system with Tealium – flexible, accurate, and robust  Use data to innovate and experiment.
  • 28. © 2016 Tealium Inc. All rights reserved. | 28 AUDIENCE Q&A
  • 29. © 2016 Tealium Inc. All rights reserved. | 29 Thank You Oleg Kalenichenko https://www.linkedin.com/in/olegkalenichenko
  • 30. © 2016 Tealium Inc. All rights reserved. | 30

Editor's Notes

  1. Tealium makes it a reality!