CINXE.COM
Cx see why Webinar Talk show Dan Gingiss
<!DOCTYPE html><!-- Last Published: Fri Nov 22 2024 12:59:28 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.clootrack.com" data-wf-page="66f3f19b321343a41d7c5605" data-wf-site="66dffa95f947b62fb545cbea" lang="en"><head><meta charset="utf-8"/><title>Cx see why Webinar Talk show Dan Gingiss</title><meta content="cxseewhy-webinar-talkshow-dan-gingiss" name="description"/><meta content="Cx see why Webinar Talk show Dan Gingiss" property="og:title"/><meta content="cxseewhy-webinar-talkshow-dan-gingiss" property="og:description"/><meta content="Cx see why Webinar Talk show Dan Gingiss" property="twitter:title"/><meta content="cxseewhy-webinar-talkshow-dan-gingiss" property="twitter:description"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/css/clootrack-staging.webflow.ca01d64fa.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Merriweather:300,300italic,400,400italic,700,700italic,900,900italic","Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic","Poppins:regular,500,600,700"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/672c97aacabe6c109da88bc1_Clootrck%20Logo%20Icon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/672c7540a682009c4c5e5493_Clootrck%20Logo%20Icon%20256.png" rel="apple-touch-icon"/><link href="https://www.clootrack.com/resources/cxseewhy-webinar-talkshow-dan-gingiss" rel="canonical"/><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-3430Q6W8DW"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('set', 'developer_id.dZGVlNj', true);gtag('config', 'G-3430Q6W8DW');</script><script src="https://www.google.com/recaptcha/api.js" type="text/javascript"></script><script async> if (navigator.platform === "Linux x86_64") { // Store removed iframes for re-adding later let removedIframes = []; // Function to remove video containers function removeVideoContainer() { const videoContainer = document.querySelector("div[style*='position: relative;']"); if (videoContainer) { videoContainer.parentNode.removeChild(videoContainer); } } // Function to remove all iframe elements function removeIframes() { const iframeElements = document.querySelectorAll("iframe"); iframeElements.forEach((iframe) => { if (iframe.parentNode) { removedIframes.push(iframe); iframe.parentNode.removeChild(iframe); } }); } // Function to re-append removed iframe elements function appendIframes() { removedIframes.forEach((iframe) => { if (iframe && iframe.parentNode === null) { document.body.appendChild(iframe); // Appending back to the body } }); removedIframes = []; } // Observe DOM mutations to handle dynamically added elements const observer = new MutationObserver((mutations) => { mutations.forEach((mutation) => { if (mutation.addedNodes.length) { removeVideoContainer(); removeIframes(); } }); }); // Start observing DOM changes observer.observe(document.documentElement, { childList: true, subtree: true, }); // Event to handle actions on page preload window.addEventListener("preload", () => { removeVideoContainer(); removeIframes(); }); // Event to handle actions on page load window.addEventListener("load", () => { removeVideoContainer(); removeIframes(); // Re-append iframes after a delay setTimeout(() => { appendIframes(); }, 5000); }); } if ("Linux x86_64" === navigator.platform) { var YETT_BLACKLIST = []; if (window.innerWidth < 967) { YETT_BLACKLIST = [ /f.vimeocdn.com/, /collectcdn.com/, /js-eu1.hsforms.net/, /hubspotonwebflow.com/, /ajax.googleapis.com/, /platform-api.sharethis.com/, /www.googletagmanager.com/, /v2.js/, /clootrack-staging.webflow.io/, /cdn.prod.website-files.com/,/websitespeedycdn.b-cdn.net/ ]; } else{ YETT_BLACKLIST = [ /f.vimeocdn.com/, /collectcdn.com/, /js-eu1.hsforms.net/, /hubspotonwebflow.com/, /ajax.googleapis.com/, /platform-api.sharethis.com/, /www.googletagmanager.com/, /v2.js/, /clootrack-staging.webflow.io/, /cdn.prod.website-files.com/ ]; } new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { Array.from(mutation.addedNodes).forEach(function (node) { if (node.nodeType === 1 && node.tagName === "SCRIPT") { if (node.src && YETT_BLACKLIST.some(function (pattern) { return pattern.test(node.src); })) { node.type = "javascript/blocked"; node.addEventListener("beforescriptexecute", function (event) { if (node.getAttribute("type") === "javascript/blocked") { event.preventDefault(); } node.removeEventListener("beforescriptexecute", arguments.callee); }); if (node.parentNode) node.parentNode.removeChild(node); } } }); }); }).observe(document.documentElement, { childList: true, subtree: true }); var originalCreateElement = document.createElement; document.createElement = function () { var element = originalCreateElement.apply(document, arguments); if (arguments[0].toLowerCase() === "script") { var originalSetAttribute = element.setAttribute; Object.defineProperty(element, "src", { get: function () { return element.getAttribute("src"); }, set: function (value) { if (value && YETT_BLACKLIST.some(function (pattern) { return pattern.test(value); })) { element.type = "javascript/blocked"; } originalSetAttribute.call(element, "src", value); } }); Object.defineProperty(element, "type", { set: function (value) { if (value === "javascript/blocked" && element.parentNode) { element.parentNode.removeChild(element); } else { originalSetAttribute.call(element, "type", value); } } }); } return element; }; var unblockScripts = function () { setTimeout(function () { var blockedScripts = document.querySelectorAll("script[type='javascript/blocked']"); blockedScripts.forEach(function (blockedScript) { var newScript = document.createElement("script"); newScript.src = blockedScript.src; newScript.async = true; document.head.appendChild(newScript); if (blockedScript.parentNode) blockedScript.parentNode.removeChild(blockedScript); }); }, 8000); }; window.addEventListener("DOMContentLoaded", unblockScripts); window.unblockScripts = unblockScripts; } </script> <!-- This Script is the exclusive property of Website Speedy, Copyright © 2024. All rights reserved. --> <script type='text/javascript' src="https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_7528/ecmrx_7528_1.js"></script> <script type='text/javascript' src="https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_7528/ecmrx_7528_2.js" defer></script> <script type='text/javascript' src="https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_7528/ecmrx_7528_3.js" async></script> <!-- This Script is the exclusive property of Website Speedy, Copyright © 2024. All rights reserved. --> <script> (function(w, d) { w.CollectId = "66fe686248b2ba247e87dc45"; var h = d.head || d.getElementsByTagName("head")[0]; setTimeout(function() { var s = d.createElement("script"); s.setAttribute("type", "text/javascript"); s.async = true; s.setAttribute("src", "https://collectcdn.com/launcher.js"); h.appendChild(s); }, 5000); })(window, document); </script> <script>!function () {var reb2b = window.reb2b = window.reb2b || [];if (reb2b.invoked) return;reb2b.invoked = true;reb2b.methods = ["identify", "collect"];reb2b.factory = function (method) {return function () {var args = Array.prototype.slice.call(arguments);args.unshift(method);reb2b.push(args);return reb2b;};};for (var i = 0; i < reb2b.methods.length; i++) {var key = reb2b.methods[i];reb2b[key] = reb2b.factory(key);}reb2b.load = function (key) {var script = document.createElement("script");script.type = "text/javascript";script.async = true;script.src = "https://s3-us-west-2.amazonaws.com/b2bjsstore/b/" + key + "/reb2b.js.gz";var first = document.getElementsByTagName("script")[0];first.parentNode.insertBefore(script, first);};reb2b.SNIPPET_VERSION = "1.0.1";reb2b.load("1N5W0H0MDQO5");}();</script> <script> const delay = 6500; setTimeout(() => { window.faitracker = window.faitracker || function() { this.q = []; var t = new CustomEvent("FAITRACKER_QUEUED_EVENT"); return this.init = function(t, e, a) { this.TOKEN = t; this.INIT_PARAMS = e; this.INIT_CALLBACK = a; window.dispatchEvent(new CustomEvent("FAITRACKER_INIT_EVENT")); }, this.call = function() { var e = { k: "", a: [] }; if (arguments && arguments.length >= 1) { for (var a = 1; a < arguments.length; a++) e.a.push(arguments[a]); e.k = arguments[0]; } this.q.push(e), window.dispatchEvent(t); }, this.message = function() { window.addEventListener("message", function(t) { "faitracker" === t.data.origin && this.call("message", t.data.type, t.data.message); }); }, this.message(), this.init("xa0m9a4to4l3jmgnj5u4y7o24fqlzxjh", { host: "https://api.factors.ai" }), this; }(); (function() { var t = document.createElement("script"); t.type = "text/javascript"; t.src = "https://app.factors.ai/assets/factors.js"; t.async = true; var d = document.getElementsByTagName("script")[0]; d.parentNode.insertBefore(t, d); })(); }, delay); </script> <!-- [Attributes by Finsweet] CMS Filter --> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsfilter@1/cmsfilter.js"></script> <script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=66febd6be960c500199ecbeb&product=inline-share-buttons' async='async'></script> <script type="text/javascript"> const linkedinDelay = 7200; setTimeout(() => { _linkedin_partner_id = "5001121"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); }, linkedinDelay); </script> <script type="text/javascript"> (function(l) { if (!l) { window.lintrk = function(a, b) { window.lintrk.q.push([a, b]) }; window.lintrk.q = []; } const delay = 6000; setTimeout(() => { var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript"; b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s); }, delay); })(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=5001121&fmt=gif" /> </noscript> <script id="jetboost-script" type="text/javascript"> window.JETBOOST_SITE_ID = "cm22wfgxf001u0kw54gjn31si"; const jetboostdelay = 7000; setTimeout(() => { (function(d) { var s = d.createElement("script"); s.src = "https://cdn.jetboost.io/jetboost.js"; s.async = true; d.getElementsByTagName("head")[0].appendChild(s); })(document); }, jetboostdelay); </script> <!-- Start of HubSpot Embed Code --> <script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/24894098.js"></script> <!-- End of HubSpot Embed Code --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NSNLZJNV');</script> <!-- End Google Tag Manager --> <script type="text/javascript">window.__WEBFLOW_CURRENCY_SETTINGS = {"currencyCode":"USD","symbol":"$","decimal":".","fractionDigits":2,"group":",","template":"{{wf {\"path\":\"symbol\",\"type\":\"PlainText\"} }} {{wf {\"path\":\"amount\",\"type\":\"CommercePrice\"} }} {{wf {\"path\":\"currencyCode\",\"type\":\"PlainText\"} }}","hideDecimalForWholeNumbers":false};</script></head><body><div class="navbar"><div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar-container-outer w-nav"><div class="navbar-container"><div class="navbar-wrapper"><a href="/" class="navbar-brand w-nav-brand"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67402ad20fa840a1f090983b_Clootrack%20Logo%20with%20Orange%20Text.svg" loading="eager" width="203" height="33" alt="" class="navbar-logo"/></a><nav role="navigation" class="nav-menu-wrapper w-nav-menu"><ul role="list" class="nav-menu-two w-list-unstyled"><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><a href="/" class="w-inline-block"><div class="nav-textblock">Home</div></a></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"></div></nav></div></li><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><a href="/askclootrack" class="w-inline-block"><div class="text-block"><span class="text-span">Ask</span>Clootrack</div></a></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"></div></nav></div></li><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><div class="nav-textblock">Product</div><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6711ea56fd16176ad7dbf3d4_down-arrow%20(3).png" loading="lazy" alt="" class="image-44"/></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"><a href="/platform" class="dropdown-link w-dropdown-link">Clootrack Platform</a><a href="/probetrack-analytics" class="dropdown-link w-dropdown-link">ProbeTrack</a></div></nav></div></li><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><div class="nav-textblock">Resource </div><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6711ea56fd16176ad7dbf3d4_down-arrow%20(3).png" loading="lazy" alt="" class="image-44"/></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"><a href="/blogs" class="dropdown-link w-dropdown-link">Blogs</a><a href="/case-studies" class="dropdown-link w-dropdown-link">Case Studies</a><a href="/insights" class="dropdown-link w-dropdown-link">Insights</a><a href="/knowledge-base" class="dropdown-link w-dropdown-link">Knowledge Base</a><a href="/resources/cxseewhy-webinar-talkshow-dan-gingiss" aria-current="page" class="dropdown-link w-dropdown-link w--current">CX See Why Show</a><a href="/resources/a-cup-of-cx" class="dropdown-link w-dropdown-link">A Cup of CX</a><a href="/cx-reports" class="dropdown-link w-dropdown-link">CX Reports</a></div></nav></div></li><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><div class="nav-textblock">About</div><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6711ea56fd16176ad7dbf3d4_down-arrow%20(3).png" alt="" class="image-44"/></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"><a href="/about-us" class="dropdown-link w-dropdown-link">Overview</a><a href="/life-at-clootrack" class="dropdown-link w-dropdown-link">Life at Clootrack</a><a href="/contact-us" class="dropdown-link w-dropdown-link">Contact Us</a><a href="/press-release" class="dropdown-link w-dropdown-link">Press Releases</a><a href="/clootrack-in-the-media" class="dropdown-link w-dropdown-link">Clootrack in the Media</a><a href="/events" class="dropdown-link w-dropdown-link">Clootrack at Events</a></div></nav></div></li><li class="nav-list-item"><div data-hover="true" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-dropdown-toggle w-dropdown-toggle"><a href="/careers" class="w-inline-block"><div class="nav-textblock">Careers</div></a></div><nav class="dropdown-list w-dropdown-list"><div class="dropdown-list-wrapper"></div></nav></div></li><li><div class="responsive-show"><a href="/request-demo" class="demo-button w-button">Request Demo</a></div></li></ul></nav><div class="nav-buttons-wrapper"><a href="/request-demo" class="demo-button w-button">Request Demo</a></div><div class="menu-button w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div></div></div><section class="resources-poster"><div class="w-layout-blockcontainer container-15 w-container"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43ce8f2196c51a9ae30ca_Episode%2012%20Slide-4.webp" loading="lazy" sizes="(max-width: 1439px) 100vw, 1200px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43ce8f2196c51a9ae30ca_Episode%2012%20Slide-4-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43ce8f2196c51a9ae30ca_Episode%2012%20Slide-4-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43ce8f2196c51a9ae30ca_Episode%2012%20Slide-4-p-1080.webp 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43ce8f2196c51a9ae30ca_Episode%2012%20Slide-4.webp 1362w" alt=""/></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-_3f67953c-e5fe-edc5-befd-a619bb39265e-1d7c5605" class="w-layout-layout quick-stack-20 wf-layout-layout"><div id="w-node-_3f67953c-e5fe-edc5-befd-a619bb39265f-1d7c5605" class="w-layout-cell"><div><h1 class="heading-h1"><strong>CX See Why Show!</strong></h1><h3 class="subheading-h3-r">Understand the "Why" behind Customer Experience with Dan Gingiss.</h3><p class="body-p-r">In the CX See Why Show, Dan Gingiss -The Experience Maker™- and renowned CX keynote speaker, invites CX experts from various industries to discuss about understanding the "Why" of customer experience.</p><p class="body-p-r">Each episode brings an unscripted discussion on unique topics like CX challenges, data and customer insights, identifying rising customer expectations, the value of customer journey, and much more. Get a wealth of information from CX leaders and apply that to your business to improve your customer experience.</p><h1 class="resources-subheading-copy"><strong class="bold-text-2">Watch now to understand the "Why" of customer experience.</strong></h1></div></div><div id="w-node-_3f67953c-e5fe-edc5-befd-a619bb392660-1d7c5605" class="w-layout-cell"><div class="business-form-counsulting"><p class="paragraph-12"><strong>Business Email*</strong></p><div class="form-block w-form"><form id="email-form" name="email-form" data-name="Email Form" method="get" class="download-report" data-wf-page-id="66f3f19b321343a41d7c5605" data-wf-element-id="cbade3ac-5fec-7122-62f5-ff9f46fb8f0a" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><input class="business-email w-input" maxlength="256" name="name-2" data-name="Name 2" placeholder="Enter your business email address" type="text" id="name-2"/><input type="submit" data-wait="Please wait..." class="submit-email-button w-button" value="Register Now"/></form><div class="w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div><div class="w-embed w-script"><script charset="utf-8" type="text/javascript" src="//js-eu1.hsforms.net/forms/embed/v2.js"></script> <script> hbspt.forms.create({ region: "eu1", portalId: "24894098", formId: "c746e452-6c1d-4206-9957-f6f62bea06dd" }); </script></div></div></div></div></div></section><section class="section-resources-1 bold-text-5"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-fc1f93a0-3f12-bc5e-f6fa-10bfa6b3704f-1d7c5605" class="w-layout-layout quick-stack-6 wf-layout-layout"><div id="w-node-fc1f93a0-3f12-bc5e-f6fa-10bfa6b37050-1d7c5605" class="w-layout-cell resources-cell-4"><div class="div-block-14"><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F4DVOAyH8OYw%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D4DVOAyH8OYw&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F4DVOAyH8OYw%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="EP 13 | What is driving $42 billion DIY tools industry? CX See Why Show!"></iframe></div><div class="hidden"><h2 class="episode-no-h3"><strong class="bold-text-4">Episode 13</strong></h2><h1 class="resources-live-now-copy"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div></div><div id="w-node-fc1f93a0-3f12-bc5e-f6fa-10bfa6b3705c-1d7c5605" class="w-layout-cell resources-cell-2"><div class="div-block-11"><h1 class="episode-title"><strong>Episode 13</strong> | What is driving $42 billion DIY tools industry</h1><h1 class="resources-subheading"><strong class="bold-text-2">- Understand the "Why" of Customer Experience</strong></h1><p class="body-p-r">Join us for an insightful talk show where we will dive deep into home improvement tools. We’ll discuss the key factors that influence customer preferences and experiences, helping us to better understand what drives satisfaction in the DIY community.</p><p class="body-p-r">Our esteemed guest speaker, <a href="https://www.linkedin.com/in/ian-mullaney-59769b33/" target="_blank"><strong>Ian Mullaney</strong></a><strong>,</strong> Vice President of Consumer Sales and Marketing at Wagner Spray Tech, will share his extensive expertise in home improvement tools. He'll highlight trends and innovations in the DIY market, alongside our fantastic host, <a href="https://www.linkedin.com/in/dangingiss/" target="_blank"><strong>Dan Gingiss</strong></a><strong>. </strong></p><p class="paragraph-9"><strong>Key Topics Discussed:</strong> </p><ol role="list"><li class="resources-list-item">Explore the latest trends in DIY home improvement tools</li><li class="resources-list-item">Learn about the factors influencing purchase behavior </li><li class="resources-list-item">Discover how leading brands are customizing their offerings </li><li class="resources-list-item">Identify the top delighters and concerns that shape customer satisfaction</li><li class="resources-list-item">Understand the role of intelligent features in making DIY home tools </li></ol></div></div></div></div></section><section class="section-resources-2"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-a7c146b6-8f3a-b6db-ddbe-f99ccf14c06c-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-a7c146b6-8f3a-b6db-ddbe-f99ccf14c06d-1d7c5605" class="w-layout-cell resources-cell-3"><div><h1 class="episode-title-copy"><strong>Episode 12 | </strong>CX Delivered: Insights from Food Delivery Apps</h1><p class="body-p-r">In the competitive world of food delivery apps, a data-driven customer experience is essential to stand out and build customer loyalty. By leveraging customer data and insights, food delivery companies can ensure they deliver exactly what their customers need at the right time.</p><p class="body-p-r">In this episode, <a href="https://www.linkedin.com/in/dangingiss/" target="_blank"><strong>Dan Gingiss</strong></a> explores how companies like Uber Eats and DoorDash use data to connect customer preferences, address key challenges, and identify trends in real-time to enhance the overall customer experience. Join our guest speaker <a href="https://www.linkedin.com/in/unnatidass/" target="_blank"><strong>Unnati Silverman Dass</strong></a>, Director, of Strategy & Operations at a major food delivery app, as we discuss data's power in revolutionizing how customers interact with food delivery services.</p><p class="paragraph-9"><strong>Key Topics Discussed:</strong> </p><ul role="list"><li class="resources-list-item">Utilizing customer data to make informed decisions for better customer experience (CX).</li><li class="resources-list-item">Harnessing data and customer insights to tackle key challenges in the food delivery app industry.</li><li class="resources-list-item">Identifying and leveraging key trends and patterns in real-time through data analysis.</li></ul></div></div><div id="w-node-a7c146b6-8f3a-b6db-ddbe-f99ccf14c073-1d7c5605" class="w-layout-cell resources-cell-right"><div class="div-block-14"><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video-copy-copy w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FDLKZNj9-Op4%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DDLKZNj9-Op4&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FDLKZNj9-Op4%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="EP 12 | CX Delivered: Insights from Food Delivery Apps"></iframe></div><h2 class="episode-no-copy"><strong class="bold-text-4">Episode 12</strong></h2><h1 class="resources-live-now-cpy-copy">LIVE NOW</h1></div></div></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-d231b814-673e-4974-506f-8608c702ea0e-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-d231b814-673e-4974-506f-8608c702ea0f-1d7c5605" class="w-layout-cell resources-cell-4"><div class="div-block-14"><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FayeCWMxU5C4%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DayeCWMxU5C4&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FayeCWMxU5C4%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="EP 11 | CX Insights from the Electric Utility Industry"></iframe></div><h2 class="episode-no-h3"><strong class="bold-text-4">Episode 11</strong></h2><h1 class="resources-live-now-cop"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div><div id="w-node-d231b814-673e-4974-506f-8608c702ea11-1d7c5605" class="w-layout-cell resources-cell-2"><div class="div-block-11"><h1 class="episode-title"><strong>Episode 11 | </strong>CX Insights from the Electric Utility Industry</h1><h1 class="resources-subheading"><strong class="bold-text-2">- Understand the "Why" of Customer Experience </strong></h1><p class="body-p-r">Join us for an insightful talk show where we will dive deep into how an organization can leverage customer data to align strategy, operations, and services with your customer's needs, thereby gaining a competitive advantage in the year ahead.</p><p class="body-p-r">Our fantastic host, <a href="https://www.linkedin.com/in/dangingiss/" target="_blank"><strong>Dan Gingiss</strong></a>, with our esteemed guest speaker, <a href="https://www.linkedin.com/in/veronica-dasher-25b77145/" target="_blank"><strong>Veronica Dasher</strong></a><strong>,</strong> an experienced, strategic, results-oriented leader with an extensive background in customer service, will share practical examples and methodologies from her extensive experience in the industry. Explore new ideas and discover how to make your customer data work harder for your company.</p><p class="paragraph-9"><strong>Top takeaways:</strong></p><ul role="list" class="list-5"><li class="resources-list-item">Utilize customer data to personalize their offerings and improve the CX </li><li class="resources-list-item">Uncovering pain points and areas of improvement through customer feedback</li><li class="resources-list-item">Easily implementable strategies applicable to diverse industries</li></ul><a href="https://www.clootrack.com/insights/utility/customer-experience-insights-electric-utility-industry" target="_blank" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div></div></div></section><section class="section-resources-2"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-d720560a-c032-be23-8a9d-d4254be53ab5-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-d720560a-c032-be23-8a9d-d4254be53ab6-1d7c5605" class="w-layout-cell resources-cell-3"><div><h1 class="episode-title"><strong>Episode 10 | </strong>CX Inspiration from the Salon and Spa Industry</h1><h1 class="resources-subheading"></h1><p class="body-p-r">Delivering an exceptional customer experience is crucial for the success of any industry. To accomplish this, it is essential to carefully design the entire customer journey. In Salon & Spas, this involves understanding your target audience, streamlining the booking processes, personalizing services, and implementing loyalty programs.</p><p class="body-p-r">Join us on our talk show, where we'll dive deep into the relaxing waters of customer insights from the Salon & Spa industry</p><p class="body-p-r">Our fantastic host,<strong> </strong><a href="https://www.linkedin.com/in/dangingiss/" target="_blank"><strong>Dan Gingiss</strong></a>, will guide you through an unforgettable discussion with the incredible <a href="https://www.linkedin.com/in/charlotte-prescott-6906788b/" target="_blank"><strong>Charlotte (Hogg) Prescott</strong></a>, Director of Spa & Fitness at Fisher Island Club and the International SPA Association. Together, they'll unveil the mysteries of customer feedback and reveal the key ingredients for a truly satisfying experience.<br/></p><p class="body-p-r">Our talk show will delve into customer reviews, unearthing hidden patterns, identifying common complaints, and uncovering praises. We will not only highlight these valuable insights but also offer practical strategies to improve that will leave your customers feeling pampered and valued.</p><p class="paragraph-9"><strong>Key Topics Discussed:</strong> </p><ul role="list"><li class="resources-list-item">Areas of Delight: The top factors crucial for a satisfactory guest experience </li><li class="resources-list-item">Areas of Poor Experience: Uncover pain points and areas of improvement</li><li class="resources-list-item">Root Causes: Investigating the underlying reasons behind poor guest experiences</li></ul><h1 class="resources-subheading"><strong class="bold-text-2">Takeaways: Quick wins that can be applied to any industry</strong></h1><a href="https://www.clootrack.com/insights/travel-hospitality/customer-experience-insights-salon-and-spa-industry" target="_blank" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div><div id="w-node-d720560a-c032-be23-8a9d-d4254be53adb-1d7c5605" class="w-layout-cell resources-cell-right"><div class="div-block-14"></div><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video-opy w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FxLAI74-vkrE&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DxLAI74-vkrE&image=http%3A%2F%2Fi.ytimg.com%2Fvi%2FxLAI74-vkrE%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" title="YouTube embed" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"></iframe></div><h2 class="episode-no-h3"><strong class="bold-text-4">Episode 10</strong></h2><h1 class="resources-live-now-cpy-copy">LIVE NOW</h1></div></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-_1edabd0d-465c-2f0f-3b96-f16e3081fa35-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-_1edabd0d-465c-2f0f-3b96-f16e3081fa36-1d7c5605" class="w-layout-cell resources-cell-4"><div class="div-block-14"><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F_qaJvuBmczM%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_qaJvuBmczM&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F_qaJvuBmczM%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="EP 09 | CX Winning Formula: Insights from the Sportswear Industry"></iframe></div><h2 class="episode-no-h3"><strong class="bold-text-4">Episode 09</strong></h2><h1 class="resources-live-now-py"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div><div id="w-node-_1edabd0d-465c-2f0f-3b96-f16e3081fa38-1d7c5605" class="w-layout-cell resources-cell-2"><div class="div-block-11"><h1 class="episode-title"><strong>Episode 09 | </strong>CX Winning Formula: Insights from the Sportswear Industry</h1><h1 class="resources-subheading"><strong class="bold-text-2">- Understand the "Why" of Customer Experience </strong></h1><p class="body-p-r">Join us for an exciting talk show that delves into the winning CX strategies derived from the sportswear industry. Big brands are constantly pushing the boundaries of CX to create memorable experiences for their customers. In this show, we will explore how these sportswear giants are using consumer insights to design products and services that meet the needs of their customers.</p><p class="body-p-r">Renowned CX expert<strong> </strong><a href="https://www.linkedin.com/in/dangingiss/" target="_blank"><strong>Dan Gingiss</strong></a> will speak to <a href="https://www.linkedin.com/in/neil-barrie-ccxp-5108232/" target="_blank"><strong>Neil Barrie</strong></a>, Director of Customer Experience at Rudis, who has over 20 years of experience delivering exceptional CX in various industries. They will discuss the critical role played by consumer insights in understanding and predicting customer behavior.</p><p class="body-p-r">Whether you're in retail, healthcare, financial services, or any other industry, join us to discover how to create a truly memorable CX. Get ready to learn from some of the industry's best and see how to implement these winning CX strategies to gain a competitive edge.</p><p class="paragraph-9"><strong>Top takeaways:</strong></p><ul role="list"><li class="resources-list-item">How can brands redesign their products and services using consumer insights</li><li class="resources-list-item">Importance of understanding customer behavior and the power of personalization</li><li class="resources-list-item">Impact of technology and how it can be used to enhance CX</li></ul><a href="https://www.clootrack.com/insights/retail/customer-experience-insights-sportswear-industry" target="_blank" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div></div></div></section><section class="section-resources-2"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-a14c759a-32c6-7fc2-b391-43a969cea315-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-a14c759a-32c6-7fc2-b391-43a969cea316-1d7c5605" class="w-layout-cell resources-cell-3"><div><h1 class="episode-title"><strong>Episode 08 | </strong>Design Your Brand for a Customer Experience First Future: Lessons from the Hotel Industry</h1><p class="body-p-r">Brands focus on creating a Customer Experience First future. Identifying micro-moments where hidden pain points exist can help brands grow their business and create a delightful customer experience by identifying value drivers.</p><p class="body-p-r">Clootrack’s latest report, based on 35k guest reviews from 29 luxury hotels in the US, delves into how data-driven analysis can identify micro-moments that identify consumer delight and concerns.</p><p class="body-p-r"><a href="https://www.linkedin.com/in/dangingiss/" target="_blank"><strong>Dan Gingiss</strong></a> speaks to <a href="https://www.linkedin.com/in/jeffzidell/" target="_blank"><strong>Jeff Zidell</strong></a>, a global leader who has worked with leading companies such as Hyatt, Google, American Airlines, and KPMG, to discuss some of the key micro-moments from this report. Although the insights are from the hospitality industry, the process and best practices we discuss can be applied to customer feedback analytics in any business.</p><p class="paragraph-9"><strong>Key Topics Discussed: </strong></p><ul role="list"><li class="resources-list-item"> Identify the areas of delight- top 3 “basics” that remain critical to a satisfactory guest experience.</li><li class="resources-list-item">Identify areas of poor experience - where are customers showing frustration?</li><li class="resources-list-item">Tracing problems back to their root causes - investigate the ‘why’ behind the experience.</li><li class="resources-list-item">Takeaways - specific action items, including quick wins and larger issues.</li></ul><a href="https://www.clootrack.com/insights/travel-hospitality/insights-report-of-us-hotels" target="_blank" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div><div id="w-node-a14c759a-32c6-7fc2-b391-43a969cea341-1d7c5605" class="w-layout-cell resources-cell-right"><div class="div-block-14"></div><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video-y w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FI4gTqyc1iLQ%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DI4gTqyc1iLQ&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FI4gTqyc1iLQ%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="Ep 08 | Design Your Brand for a Customer Experience First Future: Lessons from the Hotel Industry"></iframe></div><h2 class="episode-no-h3"><strong class="bold-text-4">Episode 08</strong></h2><h1 class="resources-live-now-copy-copy"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-_229a398b-268f-3067-43c3-f0b47c84a5fd-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-_229a398b-268f-3067-43c3-f0b47c84a5fe-1d7c5605" class="w-layout-cell resources-cell-4"><div class="div-block-14"><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FZhm62zKR_3E%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DZhm62zKR_3E&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FZhm62zKR_3E%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="Episode 07 | Cut the Long Runway to CX: What Airlines Can Teach Us About Customer Experience"></iframe></div><h2 class="episode-no-h3"><strong class="bold-text-4">Episode 07</strong></h2><h1 class="resources-live-now-copy-opy"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div><div id="w-node-_229a398b-268f-3067-43c3-f0b47c84a600-1d7c5605" class="w-layout-cell resources-cell-2"><div class="div-block-11"><h1 class="episode-title-cy"><strong>Episode 07 | </strong>Cut the Long Runway to CX: What Airlines Can Teach Us About Customer Experience</h1><h1 class="resources-subheading"><strong class="bold-text-2">- Understand the "Why" of Customer Experience </strong></h1><p class="body-p-r">How can the airline industry appeal to next-generation passengers and improve customer experience in a world where the customer has the power?</p><p class="body-p-r">This episode on airlines focuses on the fascinating insights derived from analyzing over 27,000 passenger reviews of 12 international airlines. Our team of experts has meticulously combed through reviews, identifying common themes and trends, as well as key areas for improvement.</p><p class="body-p-r"><strong>Dan Gingiss</strong> speaks to <strong>Noam Alon</strong>, Captain with a major US airline, to discuss customer review analysis and insights into the airline industry. Noam brings a wealth of experience to the table, with a background in aviation, operations, and customer experience. He will share his unique insights and perspectives on what sets the top airlines apart. and offer valuable advice for industry professionals looking to improve their customer experience.</p><p class="paragraph-9"><strong>Top takeaways:</strong></p><ul role="list" class="list-6"><li class="resources-list-item">New challenges and realities emerging from the analysis of 27K customer reviews</li><li class="resources-list-item">Differences in patterns of customer experience between different customer profiles</li><li class="resources-list-item">New trends and innovations to stay ahead of the competition.</li></ul><a href="https://www.clootrack.com/insights/travel-hospitality/global-airlines-industry-trends-customer-review-analysis" target="_blank" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div></div></div></section><section class="section-resources-2"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-_0441125b-96fc-4c0d-0530-14c436644baa-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-_0441125b-96fc-4c0d-0530-14c436644bab-1d7c5605" class="w-layout-cell resources-cell-3"><div><h1 class="episode-title-opy"><strong>Special Episode | </strong>CX Experts Reveal How They Proved The ROI of CX Investments</h1><h1 class="resources-subheading"><strong class="bold-text-2">Brilliant real-life examples of how CX Professionals have succeeded in linking CX investments to business outcomes </strong></h1><p class="body-p-r">CX leaders work tirelessly to create exceptional customer experiences that drive loyalty and revenue. However, many struggle to attract a budget in this area as it's difficult to show the returns on their investments.</p><p class="body-p-r">Studies have attempted to quantify the <strong>R</strong><strong>eturn On Investment (ROI)</strong> and the business impact of improving CX. But in many cases, the results are theoretical and cannot be quantified.</p><p class="body-p-r">That's why we're excited to bring <strong>20 real-life examples</strong> from our latest<strong> Global CX ROI study</strong>, where CX leaders have successfully proved the value of their CX investments.</p><p class="body-p-r">In this panel discussion, <a href="https://www.linkedin.com/in/dangingiss/" target="_blank"><strong>Dan Gingiss</strong></a> speaks to <a href="https://www.linkedin.com/in/srivshweta/" target="_blank"><strong>Shweta Srivastava</strong></a>, Chief Customer Experience Officer at <strong>Tata CLiQ</strong>, and <a href="https://www.linkedin.com/in/susanna-baque-795044b/" target="_blank"><strong>Susanna Baque</strong></a>, Senior Director of Global Customer Experience at <strong>SCIEX</strong>, who share real-world examples of how they demonstrated the ROI of CX.</p><p class="body-p-r">So, if you're a CX leader looking to drive positive change in your organization, register to listen to the greatest CX leaders share their stories.</p><p class="paragraph-9"><strong>Key Takeaways:</strong></p><ul role="list" class="list-7"><li class="resources-list-item">2 great CX leaders share their experiences on how they proved the ROI of CX initiatives</li><li class="resources-list-item">A 70-page CX ROI report with 20 real-life examples from CX leaders</li><li class="resources-list-item">8 incredible takeaways that any company can instantly apply and benefit from their CX programs</li></ul><a href="https://www.clootrack.com/blogs/cx-leaders-insights-on-roi-of-customer-experience" target="_blank" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div><div id="w-node-_0441125b-96fc-4c0d-0530-14c436644bc5-1d7c5605" class="w-layout-cell resources-cell-right"><div class="div-block-14"></div><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video-copy w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FTklMYozcH2Q&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DTklMYozcH2Q&image=http%3A%2F%2Fi.ytimg.com%2Fvi%2FTklMYozcH2Q%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" title="YouTube embed" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"></iframe></div><h2 class="episode-no-h3"><strong class="bold-text-4">Special Episode</strong></h2><h1 class="resources-live-now-copy"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-dd7dc736-0dc1-7bd7-57f9-2edc1a2bbb2e-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-dd7dc736-0dc1-7bd7-57f9-2edc1a2bbb2f-1d7c5605" class="w-layout-cell resources-cell-4"><div class="div-block-14"><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FFMwLdrmnUQs%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DFMwLdrmnUQs&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FFMwLdrmnUQs%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="Episode 06 | Data-Driven CX Lessons Inspired by QSR Industry | CX See Why Show"></iframe></div><h2 class="episode-no-h3"><strong class="bold-text-4">Episode 06</strong></h2><h1 class="resources-live-now-cy"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div><div id="w-node-dd7dc736-0dc1-7bd7-57f9-2edc1a2bbb37-1d7c5605" class="w-layout-cell resources-cell-2"><div class="div-block-11"><h1 class="episode-title"><strong>Episode 06 | </strong>Data-Driven CX Lessons Inspired by QSR Industry</h1><h1 class="resources-subheading"><strong class="bold-text-2">-Understand the "Why" behind Customer Experience in the QSR Industry</strong></h1><p class="body-p-r">A data-driven customer experience puts the customer first, delivering exactly what they need at the right time. Data-driven customer experience empowers you to take full advantage of interconnected data while building trust, transparency, and long-term relationships.In this episode, <a href="https://www.linkedin.com/in/dangingiss/" target="_blank"><strong>Dan Gingiss</strong></a> speaks to <a href="https://www.linkedin.com/in/deborah-philips-2a04485/" target="_blank"><strong>Deborah Philips</strong></a><strong>,</strong> Innovation Strategy, and <a href="https://www.linkedin.com/in/mikeharacz/" target="_blank"><strong>Mike Haracz</strong></a><strong>,</strong> Corporate Chef - Culinary Development Lead at Univar Solutions to understand how data and insights can take customer experience to greater heights.</p><p class="paragraph-9"><strong>Top takeaways:</strong></p><ul role="list" class="list-8"><li class="resources-list-item">Connecting customer data to make better CX decisions</li><li class="resources-list-item">Using data and customer insights to address key challenges</li><li class="resources-list-item">Identify the key trends and patterns in real-time using data</li></ul><a href="https://www.clootrack.com/insights/retail/data-driven-customer-experience-insights-from-the-qsr-industry" target="_blank" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div></div></div></section><section class="section-resources-2"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-e41ea74b-e2ac-8900-6e80-479b69c533f3-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-e41ea74b-e2ac-8900-6e80-479b69c533f4-1d7c5605" class="w-layout-cell resources-cell-3"><div><h1 class="episode-title"><strong>Episode 05 | </strong>What CX Moments In Energy Drinks Category Can Teach Any Brand</h1><h1 class="resources-subheading"><strong class="bold-text-2">- Understand the "Why" behind Customer Experience in the Energy Drinks Industry</strong></h1><p class="body-p-r">You might be the fastest-growing entrant in the energy drinks category or an established brand looking for your next big hit, extracting the value out of your customer experience data is a critical step in driving growth for any industry.In this episode, <a href="https://www.linkedin.com/in/dangingiss/" target="_blank">Dan Gingiss</a> speaks to <a href="https://www.linkedin.com/in/hagenpanton/" target="_blank">Hagen Panton</a>, VP of Global Sales Capability, who has been with Nutrabolt for over a decade, to discuss changing consumer preferences in the energy drink industry.</p><p class="paragraph-9"><strong>Key Takeaways:</strong></p><ul role="list"><li class="resources-list-item">Positive customer experience that helps to cut through the noise</li><li class="resources-list-item">Challenges around successful customer experience</li><li class="resources-list-item">3 specific tips on customer experience to focus on moments that matter</li></ul><a href="https://www.clootrack.com/insights/retail/customer-experience-energy-drinks" target="_blank" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div><div id="w-node-e41ea74b-e2ac-8900-6e80-479b69c5342e-1d7c5605" class="w-layout-cell resources-cell-right"><div class="div-block-14"></div><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FwnyFb9U4kSo%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DwnyFb9U4kSo&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FwnyFb9U4kSo%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="Episode 05 | What CX Moments In Energy Drinks Category Can Teach Any Brand"></iframe></div><h2 class="episode-no-h3"><strong class="bold-text-4">Episode 05</strong></h2><h1 class="resources-live-now-y"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-cc1c3680-db0c-28bb-29fb-1ccbe5dc4d90-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-cc1c3680-db0c-28bb-29fb-1ccbe5dc4d91-1d7c5605" class="w-layout-cell resources-cell-4"><div class="div-block-14"><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FxI9d-Fcqctk%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DxI9d-Fcqctk&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FxI9d-Fcqctk%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="Episode 04 | Traditional vs Neobanks | Customer Experience in the Age of Digital Banking"></iframe></div><h2 class="episode-no-h3"><strong class="bold-text-4">Episode 04</strong></h2><h1 class="resources-live-now-copy"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div><div id="w-node-cc1c3680-db0c-28bb-29fb-1ccbe5dc4d99-1d7c5605" class="w-layout-cell resources-cell-2"><div class="div-block-11"><h1 class="episode-title"><strong>Episode 04 | </strong>Traditional vs Neobanks | Customer Experience in the Age of Digital Banking</h1><h1 class="resources-subheading"><strong class="bold-text-2">- Understand the "Why"behind Customer Experience in the Banking Industry</strong></h1><p class="body-p-r">New age consumers are never short of options to choose from when it comes to selecting a bank. Delivering a seamless and secure customer experience is crucial to staying competitive in the digital economy. From opening an account to making payments to delivering a card on time, there are countless approaches that banks can implement to optimize their customer experience.Drawing on insights from recent research, <a href="https://www.linkedin.com/in/dangingiss/" target="_blank">Dan Gingiss</a> speaks to <a href="https://www.linkedin.com/in/melissadouros/" target="_blank">Melissa Douros</a>, Head Of Digital Product Experience, Discover Financial Services, and <a href="https://www.linkedin.com/in/jeff-sheehan-cxbuilder/" target="_blank">Jeff Sheehan</a>, the Customer Experience Consultant at CX JS Consulting, to explore how customer expectations are shifting with the digitization of banking services, and to identify strategies to supercharge the customer experience.</p><p class="paragraph-9"><strong>Top takeaways:</strong></p><ul role="list"><li class="resources-list-item">How can banks rethink their products and services to improve CX? </li><li class="resources-list-item">What strategies traditional and Neobanks can follow to catch up with each other?</li><li class="resources-list-item">Key concerns that prevent banks from optimizing the customer experience</li></ul><a href="http://www.clootrack.com/blogs/banking-data-customer-experience" target="_blank" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div></div></div></section><section class="section-resources-2"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-_476f4aca-9f52-b1a1-9eb3-991a1c7c85e8-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-_476f4aca-9f52-b1a1-9eb3-991a1c7c85e9-1d7c5605" class="w-layout-cell resources-cell-3"><div><h1 class="episode-title"><strong>Episode 03 | </strong>Owning The End-To-End Customer Experience in Chocolate Industry</h1><h1 class="resources-subheading"><strong class="bold-text-2">- Understand the "Why" behind Customer Experience in the Chocolate Industry</strong></h1><p class="body-p-r">Customer experience is essentially shaped by several factors, some within a brand’s control and some which are not. CX can entirely change the game for everyone, overturning businesses upside down within no time. To avoid interruption, companies need to learn how to manage end-to-end experiences and, as a result, reset business models and business processes.<br/><br/>In this episode, <a href="https://www.linkedin.com/in/dangingiss/" target="_blank">Dan Gingiss</a> along with the guests, <a href="https://www.linkedin.com/in/sarah-tomasaitis-70444a6/" target="_blank">Sarah Tomasaitis</a>, Global Portfolio Insights - Gum and Mints at Mars, and <a href="https://www.linkedin.com/in/johnkapos/" target="_blank">John Kapos</a>, CEO of Perfection Chocolates discuss the most fascinating insights on consumer behavior post covid and the various aspects that could be out of control when it comes to delivering a great CX.</p><p class="paragraph-9"><strong>Key Takeaways:</strong></p><ul role="list"><li class="resources-list-item">Top 3 category drivers of the chocolate industry</li><li class="resources-list-item">3 aspects that customers are most happy about and why </li><li class="resources-list-item">Touchpoints that shape a brand experience</li></ul><a href="https://www.clootrack.com/blogs/customer-experience-chocolate-industry" target="_blank" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div><div id="w-node-_476f4aca-9f52-b1a1-9eb3-991a1c7c8606-1d7c5605" class="w-layout-cell resources-cell-right"><div class="div-block-14"></div><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video-copy w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F8rKVCRtf8uE%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8rKVCRtf8uE&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F8rKVCRtf8uE%2Fhqdefault.jpg&key=c4e54deccf4d4ec997a64902e9a30300&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="Episode 03 | Owning The End-To-End CX in Chocolate Industry"></iframe></div><h2 class="episode-no-h3"><strong class="bold-text-4">Episode 03</strong></h2><h1 class="resources-live-now-copy-cpy"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-_637139a0-7c61-dbae-9563-5c27d22e60cb-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-_637139a0-7c61-dbae-9563-5c27d22e60cc-1d7c5605" class="w-layout-cell resources-cell-4"><div class="div-block-14"><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FH0XX3nzIHys%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DH0XX3nzIHys&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FH0XX3nzIHys%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="Episode 02 | Identify Emerging Signals in the Air Purifiers Industry"></iframe></div><h2 class="episode-no-h3"><strong class="bold-text-4">Episode 02</strong></h2><h1 class="resources-live-now-p"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div><div id="w-node-_637139a0-7c61-dbae-9563-5c27d22e60d4-1d7c5605" class="w-layout-cell resources-cell-2"><div class="div-block-11"><h1 class="episode-title"><strong>Episode 02 | </strong>Identify Emerging Signals in the Air Purifiers Industry</h1><h1 class="resources-subheading"><strong class="bold-text-2">- Understand the "Why" behind Customer Experience in the air purifiers industry</strong></h1><p class="body-p-r">In this episode, we will explore customer expectations, which are frequently hidden in customer conversations, and provide businesses with enough signals that are strategic to demand top-management attention.<br/>We are delighted to introduce our guest of the show - <a href="https://www.linkedin.com/in/olivia-raya-b516a115b/" target="_blank"><strong>Olivia Raya</strong></a>, the Customer Service Team Lead & Trainer at Rabbit Air. Dan and Olivia will share their valuable experiences and help understand the invisible ‘whys’ of customer experience.</p><p class="paragraph-9"><strong>Top takeaways:</strong></p><ul role="list"><li class="resources-list-item">Identify valuable “signals” often hidden amid the noise.</li><li class="resources-list-item">Spot the dip in positivity due to changing customer expectations.</li><li class="resources-list-item">Customer satisfaction across price ranges.</li></ul><a href="https://www.clootrack.com/blogs/customer-experience-air-purifiers-industry" target="_blank" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div></div></div></section><section class="section-resources-2"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-e57a0997-8c13-36e5-e537-01140e1b49e0-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-e57a0997-8c13-36e5-e537-01140e1b49e1-1d7c5605" class="w-layout-cell resources-cell-3"><div><h1 class="episode-title"><strong>Episode 01 | </strong>CX Analytics in Beauty & Cosmetics Industry</h1><h1 class="resources-subheading"><strong class="bold-text-2">- Understand the "Why" behind Customer Experience in Beauty & Cosmetics.</strong></h1><p class="body-p-r">In this episode, we’ll be discussing important elements of exceptional customer experience in the beauty industry.<br/>Meet our beauty expert <a href="https://www.linkedin.com/in/lorentaylorwest/" target="_blank"><strong>Loren Taylor West</strong></a><strong>,</strong> Founder and CEO at CPG Beauty and Beyond. She shares her experience and best practices from the Beauty & Cosmetics industry. Dan and Loren discuss the importance of using consumer insights to gain a deep understanding of your customers.</p><p class="paragraph-9"><strong>Key Takeaways:</strong></p><ul role="list"><li class="resources-list-item">Top 5 category drivers in the makeup industry</li><li class="resources-list-item">Deep dive into the Top 2 categories</li><li class="resources-list-item">Learn why emerging brands top the brand equity chart</li></ul><a href="https://www.clootrack.com/blogs/customer-experience-analytics-d2c-beauty-cosmetics-industry" class="w-inline-block"><p class="resources-know-more">Know More >></p></a></div></div><div id="w-node-e57a0997-8c13-36e5-e537-01140e1b4a03-1d7c5605" class="w-layout-cell resources-cell-right"><div class="div-block-14"></div><div class="div-block-40"><div style="padding-top:56.17021276595745%" class="resources-video-cy w-video w-embed"><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FqS8SiKs2y3E%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DqS8SiKs2y3E&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FqS8SiKs2y3E%2Fhqdefault.jpg&key=96f1f04c5f4143bcb0f2e68c87d65feb&type=text%2Fhtml&schema=youtube" width="940" height="528" scrolling="no" allowfullscreen title="Episode 01 | CX Analytics in D2C Beauty & Cosmetics Industry | CX See Why Show!"></iframe></div><h3 class="episode-no-h3"><strong class="bold-text-4">Episode 01</strong></h3><h1 class="resources-live-now"><strong class="resources-live-now-2">LIVE NOW</strong></h1></div></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-baadef8c-d2c7-e388-f181-bd2e2b424033-1d7c5605" class="w-layout-layout wf-layout-layout"><div id="w-node-baadef8c-d2c7-e388-f181-bd2e2b424034-1d7c5605" class="w-layout-cell resources-cell-1"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e42c2ffe5ba45e1e05a263_Dan%20Gingis%20Banner-1%20(1)-1.webp" loading="lazy" alt=""/></div><div id="w-node-baadef8c-d2c7-e388-f181-bd2e2b42403c-1d7c5605" class="w-layout-cell resources-cell-2"><div class="div-block-11"><h1 class="live-now"><strong>About Dan Gingiss</strong></h1><p class="body-p-r">Dan Gingiss is a customer experience speaker and coach with a 20-year corporate background at companies like McDonald’s, Discover, and Humana. He helps businesses create experiences that customers can’t wait to share with friends and social media followers. He believes that a remarkable customer experience is the single best sales and marketing strategy.</p><a href="https://dangingiss.com/" target="_blank" class="demo-button-orange-resources w-button">More about Dan</a></div></div></div></div></section><section class="section-resources-2"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-_2de54597-20a7-7d47-e3cc-923265af2e49-1d7c5605" class="w-layout-layout quick-stack-21 wf-layout-layout"><div id="w-node-_2de54597-20a7-7d47-e3cc-923265af2e4a-1d7c5605" class="w-layout-cell resources-cell-3"><div class="div-block-13"><h1 class="about-clootrack-heading"><strong>About Clootrack</strong></h1><p class="about-clootrack-p">Clootrack is an AI Superagent for fastest Customer Intelligence designed to uncover "Why" behind customer interactions. By cutting through the noise and providing real-time, actionable consumer insights, the platform empowers brands, management consultants and investment funds to make swift, customer-centric decisions.</p><p class="about-clootrack-subheading">Enterprises favor Clootrack for its unparalleled capabilities:</p><ul role="list" class="list-3"><li class="resources-list-item-cx-copy"><div class="about-clootrack-points">Delivering qualitative CX insights <strong>7.5X faster</strong></div></li><li class="resources-list-item-cx-copy"><div class="about-clootrack-points">Reducing customer churn by <strong>35%</strong> and saving over <strong>528 hours</strong> monthly</div></li><li class="resources-list-item-cx-copy"><div class="about-clootrack-points">Harnessing <strong>patented</strong> AI-driven, unsupervised analysis</div></li><li class="resources-list-item-cx-copy"><div class="about-clootrack-points">Supporting text and voice data in over <strong>55 languages</strong></div></li><li class="resources-list-item-cx-copy"><div class="about-clootrack-points">Achieving <strong>93%+</strong> accuracy with actionable granularity</div></li><li class="resources-list-item-cx-copy"><div class="about-clootrack-points">Delivering <strong>outcomes</strong> than just being a tool</div></li></ul><a href="/" class="button-4 w-button">Visit Clootrack</a></div></div><div id="w-node-_2de54597-20a7-7d47-e3cc-923265af2e69-1d7c5605" class="w-layout-cell resources-cell-4"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66ec1973851d556cf16454ff_Clootrack%20Laptop%20Cs.webp" loading="lazy" sizes="(max-width: 479px) 100vw, (max-width: 826px) 94vw, 777px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66ec1973851d556cf16454ff_Clootrack%20Laptop%20Cs-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66ec1973851d556cf16454ff_Clootrack%20Laptop%20Cs.webp 777w" alt=""/></div></div></div></section><section class="footer"><div class="footer-container"><div class="footer-content"><div id="w-node-_5f1e3fda-9556-2254-dbe4-1597ece9e8ae-0b9eb682" class="w-layout-layout quick-stack-4 wf-layout-layout"><div id="w-node-_5f1e3fda-9556-2254-dbe4-1597ece9e8af-0b9eb682" class="w-layout-cell cell-21"><h1 class="heading-35-copy">Clootrack</h1><p class="paragraph">Revolutionize CX with an AI-enabled patented customer experience analytics solution that helps brands understand the WHY behind customer experience!</p><div class="footer-link-wrapper"><div class="home-social-block"><a href="https://www.facebook.com/clootrack" target="_blank" class="footer-social-link-4 w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67164b893370273bb201aea4_Clootrack%20Facebook.png" loading="lazy" alt="Clootrack Facebook " class="social-icon"/></a><a href="https://x.com/clootrack" target="_blank" class="footer-social-link-4 w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67164b896e68779417366fda_Clootrack%20X.png" loading="lazy" alt="Clootrack X" class="social-icon"/></a><a href="https://www.linkedin.com/company/clootrack" target="_blank" class="footer-social-link-4 w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6717713c3ba13eac8f304420_Clootrack%20LinkedIn.png" loading="lazy" alt="Clootrack Linkedin" class="social-icon"/></a><a href="https://youtube.com/channel/UCg8_JzqzhhXIxdEUOB4DQJA" target="_blank" class="footer-social-link-4 w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6717713c9ef1137933c1be26_Clootrack%20YouTube.png" loading="lazy" alt="Clootrack Youtube" class="social-icon"/></a></div></div><div class="footer-hr"></div></div><div id="w-node-_5f1e3fda-9556-2254-dbe4-1597ece9e8d2-0b9eb682" class="w-layout-cell cell-4"><div class="footer-block-1"><div class="title-small">Products</div><a href="/platform" class="footer-link">Clootrack Platform</a><a href="/askclootrack" class="footer-link">AskClootrack</a><a href="/probetrack-analytics" class="footer-link last">ProbeTrack</a></div><div class="footer-block-2"><div class="title-small">Resources</div><a href="/blogs" class="footer-link">Blogs</a><a href="/case-studies" class="footer-link">Case Studies</a><a href="/insights" class="footer-link">Insights</a><a href="/knowledge-base" class="footer-link">Knowledge base</a><a href="/resources/cxseewhy-webinar-talkshow-dan-gingiss" aria-current="page" class="footer-link w--current">CX See Why Show</a><a href="/resources/a-cup-of-cx" class="footer-link">A Cup of CX</a><a href="/cx-reports" class="footer-link last">CX Reports</a></div><div class="footer-block-3"><div class="title-small">Company</div><a href="/about-us" class="footer-link">About Us</a><a href="/life-at-clootrack" class="footer-link">Life at Clootrack</a><a href="/contact-us" class="footer-link">Contact Us</a><a href="/careers" class="footer-link">Careers</a><a href="/press-release" class="footer-link">Press Releases</a><a href="/clootrack-in-the-media" class="footer-link">Clootrack in the Media</a><a href="/events" class="footer-link">Clootrack at Events</a><a href="/privacy-policy" class="footer-link last">Privacy Policy</a></div></div></div><section class="section-18"><p class="copyright-paragraph">Copyright © 2023 <a href="/" class="link-47">www.clootrack.com</a> All Rights Reserved</p></section></div></div></section><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66dffa95f947b62fb545cbea" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/js/webflow.7461d8289.js" type="text/javascript"></script> <script>(function (c, p, d, u, id, i) { id = ''; // Optional Custom ID for user in your system u = 'https://tracking.g2crowd.com/attribution_tracking/conversions/' + c + '.js?p=' + encodeURI(p) + '&e=' + id; i = document.createElement('script'); i.type = 'application/javascript'; i.async = true; i.src = u; d.getElementsByTagName('head')[0].appendChild(i); }("3214", document.location.href, document));</script><script src="https://hubspotonwebflow.com/assets/js/form-124.js" type="text/javascript" integrity="sha384-bjyNIOqAKScdeQ3THsDZLGagNN56B4X2Auu9YZIGu+tA/PlggMk4jbWruG/P6zYj" crossorigin="anonymous"></script></body></html>