SlideShare a Scribd company logo
© 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

PPTX
DV 2016: Making Sense of the Current Legal Landscape
PPTX
DV 2016: Driving Contextual Experiences in the Anonymous Era
PPTX
"Mobile Deployments Demystified" - Luxottica + Tealium, Digital Velocity 2015
PPTX
DV 2016: Beyond the Web - Measurement of Today's Channel Hopper
PPTX
DVEU16: Activating Your Digital Strategy
PPTX
DV 2016: Opening Doors for Your Business with Marketing Flexibility
PDF
How to Achieve Omnichannel Personalisation
PPTX
Leveraging the Power of Real-Time Data
DV 2016: Making Sense of the Current Legal Landscape
DV 2016: Driving Contextual Experiences in the Anonymous Era
"Mobile Deployments Demystified" - Luxottica + Tealium, Digital Velocity 2015
DV 2016: Beyond the Web - Measurement of Today's Channel Hopper
DVEU16: Activating Your Digital Strategy
DV 2016: Opening Doors for Your Business with Marketing Flexibility
How to Achieve Omnichannel Personalisation
Leveraging the Power of Real-Time Data

What's hot (20)

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

Viewers also liked (20)

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

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

PPTX
"Couple’s Therapy – Bridging the Gap Between Marketing & IT" - Mason Companie...
PPTX
Smarter Experimentation with Fully Integrated Data
PPTX
"Top Tips for Maximizing Tealium iQ" - First Data + WAD, Digital Velocity 2015
PPTX
"What's in Your Marketing Cloud? How to Maximize Technology Investments" - In...
PPTX
"Taming Advanced Analytics Implementations at EA Scale" - Electronic Arts, Di...
PPTX
Digital Velocity London 2017: Mobile, IOT, Cloud
PPTX
Preparing for the Unknown with Tag Management
PPTX
Digital Velocity 2014: "Mamta's Top 3 Tealium Tips for Success"
PDF
"How to Create a Practical and Profitable Personalization Strategy" - Brooks ...
PPTX
The Difficult Questions Your Digital Strategist Wants You To Ask (And Some Th...
PPTX
What's the future for data orchestration
PPT
"How HARMAN Amplifies E-Commerce Success: A Case Study" - HARMAN Internationa...
PDF
[Webinar] How the Cookie Crumbled: Preparing for a Time without Third-Party C...
PPTX
DV 2016: Beyond the Technology - Optimizing Your Organization for Success
PDF
5 Reasons Why Unified Marketing is Not a Myth
PDF
Tasty Tech: 3 Proven Recipes for Increasing Loyalty and Retention
PPTX
Digital Velocity London 2017: Understanding AudienceStream Timeline and Funne...
PPTX
Jay Calavas - Build your own marketing cloud
PDF
VWO - Mark de Winter - Run more experiments with fewer resources.pdf
 
PDF
Run more experiments with fewer resources
 
"Couple’s Therapy – Bridging the Gap Between Marketing & IT" - Mason Companie...
Smarter Experimentation with Fully Integrated Data
"Top Tips for Maximizing Tealium iQ" - First Data + WAD, Digital Velocity 2015
"What's in Your Marketing Cloud? How to Maximize Technology Investments" - In...
"Taming Advanced Analytics Implementations at EA Scale" - Electronic Arts, Di...
Digital Velocity London 2017: Mobile, IOT, Cloud
Preparing for the Unknown with Tag Management
Digital Velocity 2014: "Mamta's Top 3 Tealium Tips for Success"
"How to Create a Practical and Profitable Personalization Strategy" - Brooks ...
The Difficult Questions Your Digital Strategist Wants You To Ask (And Some Th...
What's the future for data orchestration
"How HARMAN Amplifies E-Commerce Success: A Case Study" - HARMAN Internationa...
[Webinar] How the Cookie Crumbled: Preparing for a Time without Third-Party C...
DV 2016: Beyond the Technology - Optimizing Your Organization for Success
5 Reasons Why Unified Marketing is Not a Myth
Tasty Tech: 3 Proven Recipes for Increasing Loyalty and Retention
Digital Velocity London 2017: Understanding AudienceStream Timeline and Funne...
Jay Calavas - Build your own marketing cloud
VWO - Mark de Winter - Run more experiments with fewer resources.pdf
 
Run more experiments with fewer resources
 

More from Tealium (15)

PDF
2022 State of the CDP: Key Findings for Tackling the New Age of Data
PDF
Show Me You Care: Why You Should Be Talking About Privacy and Value-Exchange
PDF
Third-Party Cookie Loss Masterclass 3: Making Sense of the Changing Identity ...
PPTX
Digital Velocity London 2018 - How to Build Your Company's Core Innovation Ma...
PPTX
Digital Velocity London 2018 - Getting to Grips with Global B2B, Julian Brewer
PPTX
Digital Velocity London 2017: Build Your Own Connector
PPTX
Digital Velocity London 2017: Combining AudienceStream Attributes
PPTX
Digital Velocity London 2017 - Tealium Universal Data Hub Use Cases, Danny Mo...
PPTX
Digital Velocity London 2017 - Using Real Time Data to Target New Customers, ...
PPTX
Digital Velocity London 2017 - Data Privacy and Sovereignty, Sheila Fitz Patrick
PPTX
Digital Velocity London 2017 - Tackling Data Ownership, Tony Gosling
PDF
DVJP 2016 - Fujitsu Presents
PPTX
DVJP 2016 - Jeff Lunsford Presents
PPTX
DVJP 2016 - Adam Corey Presents
PPTX
DVEU16: Digital Transformation in Retail
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
Third-Party Cookie Loss Masterclass 3: Making Sense of the Changing Identity ...
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 2017: Build Your Own Connector
Digital Velocity London 2017: Combining AudienceStream Attributes
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 - Data Privacy and Sovereignty, Sheila Fitz Patrick
Digital Velocity London 2017 - Tackling Data Ownership, Tony Gosling
DVJP 2016 - Fujitsu Presents
DVJP 2016 - Jeff Lunsford Presents
DVJP 2016 - Adam Corey Presents
DVEU16: Digital Transformation in Retail

Recently uploaded (20)

PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPT
Teaching material agriculture food technology
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
A Presentation on Artificial Intelligence
PDF
Electronic commerce courselecture one. Pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
The Rise and Fall of 3GPP – Time for a Sabbatical?
Dropbox Q2 2025 Financial Results & Investor Presentation
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Teaching material agriculture food technology
The AUB Centre for AI in Media Proposal.docx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Advanced methodologies resolving dimensionality complications for autism neur...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
NewMind AI Monthly Chronicles - July 2025
MYSQL Presentation for SQL database connectivity
Unlocking AI with Model Context Protocol (MCP)
A Presentation on Artificial Intelligence
Electronic commerce courselecture one. Pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Understanding_Digital_Forensics_Presentation.pptx
cuic standard and advanced reporting.pdf
Spectral efficient network and resource selection model in 5G networks

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

  • #4: Tealium makes it a reality!