CINXE.COM

107 Data And Analytics Global Leadership Survey

<!DOCTYPE html><!-- Last Published: Tue Feb 18 2025 12:44:10 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.clootrack.com" data-wf-page="66f5040c8f80679c4aed845d" data-wf-site="66dffa95f947b62fb545cbea" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>107 Data And Analytics Global Leadership Survey</title><meta content="107 Data And Analytics Global Leadership Survey" name="description"/><meta content="107 Data And Analytics Global Leadership Survey" property="og:title"/><meta content="107 Data And Analytics Global Leadership Survey" property="og:description"/><meta content="107 Data And Analytics Global Leadership Survey" property="twitter:title"/><meta content="107 Data And Analytics Global Leadership Survey" 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.a3e9449a9.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: ["PT Serif:400,400italic,700,700italic","Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic","Merriweather:300,300italic,400,400italic,700,700italic,900,900italic","Oswald:200,300,400,500,600,700","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/107-data-and-analytics-global-leadership-survey" 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 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/, /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/, /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 () {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 --> <!-- Start of Ahrefs --> <script src="https://analytics.ahrefs.com/analytics.js" data-key="PpbwYrLmBhn1Hk3TEkYSLw" defer="true"></script> <!-- end of Ahrefs --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-11530370989"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-11530370989'); </script> <!-- Event snippet for Submit lead form conversion page --> <script> gtag('event', 'conversion', { 'send_to': 'AW-11530370989/YyEfCLivjoEaEK3_jfoq', 'value': 1.0, 'currency': 'USD' }); </script><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="new-nav-section"><div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="new-nav-wrapper w-nav"><div class="main-nav-wrapper"><a href="/" class="navbar-brand w-nav-brand"><img width="203" height="33" alt="" src="https://cdn.prod.website-files.com/67a47f084b6c3fd44ef72e1c/67a5d189185cd7d018620bdb_Clootrack%20Logo%20with%20Orange%20Text.svg" loading="eager" class="navbar-logo trial"/></a><nav role="navigation" class="nav_menu w-nav-menu"><div class="nav_items"><a href="/" class="nav_item w-nav-link">Home</a><div data-delay="0" data-hover="true" class="nav_item_dropdown w-dropdown"><div class="nav_item_dropdown_toggle w-dropdown-toggle"><div class="div-nav-df width-95px"><div class="nav_item_dropdown_icon w-embed"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="text-block-nav">Solutions</div></div></div><nav class="navitem_dropdown-list w-dropdown-list"><div class="inner-nav-wrapper"><div class="nav_dropdown_content"><div class="nav_dropdown-content-left"><div id="w-node-_0d007af2-b787-b779-099c-0836f528c6f9-96652212" class="nav_dropdown-list-3"><h4 class="uui-navbar01_heading">Solutions</h4><a href="/solutions/customer-experience/ai-voice-of-customer-analytics-tools" class="nav_dropdown-link solution-height w-inline-block"><div id="w-node-_0d007af2-b787-b779-099c-0836f528c6fd-96652212" class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482488_Voice%20of%20Customer%20Analytics.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="uui-navbar01_text-wrapper"><div class="nav_item-heading">Voice of Customer Analytics</div></div><div class="nav-text-size-small hide-mobile-landscape">Analyze 100% customer voice to identify key themes and sentiment</div></div></a><a id="w-node-_0d007af2-b787-b779-099c-0836f528c706-96652212" href="/solutions/customer-experience/actionable-cx-insights-and-analytics" class="nav_dropdown-link solution-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648248a_Actionable%20Consumer%20Insights.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Actionable Consumer Insights</div><div class="nav-text-size-small hide-mobile-landscape">AI-powered qualitative insights from raw customer data for faster decisions</div></div></a><a id="w-node-_0d007af2-b787-b779-099c-0836f528c70f-96652212" href="/solutions/customer-experience/brand-market-research-competitor-analysis" class="nav_dropdown-link solution-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648248c_CX%20Competitive%20Analysis.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">CX Competitive Analysis</div><div class="nav-text-size-small hide-mobile-landscape">Benchmark customer experience by analyzing competitor-driven feedback.</div></div></a></div><div id="w-node-_0d007af2-b787-b779-099c-0836f528c718-96652212" class="nav_dropdown-list-3"><h4 class="uui-navbar01_heading hide-mobile-landscape"> </h4><a href="/solutions/customer-experience/cx-feedback-product-insights" class="nav_dropdown-link solution-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648248b_Product%20CX%20Insights.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Product CX Insights</div><div class="nav-text-size-small hide-mobile-landscape">Optimize product experiences with AI-driven customer feedback</div></div></a><a id="w-node-_0d007af2-b787-b779-099c-0836f528c724-96652212" href="/solutions/customer-experience/contact-center-conversational-analytics" class="nav_dropdown-link solution-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482489_Contact%20Center%20Analytics.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Contact Center Analytics</div><div class="nav-text-size-small hide-mobile-landscape">Analyze every call to enhance agent performance and service quality.</div></div></a><a id="w-node-_0d007af2-b787-b779-099c-0836f528c72d-96652212" href="/solutions/customer-experience/pe-competitive-benchmarking-due-diligence" class="nav_dropdown-link solution-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648248d_Investment%20Analytics.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Investment Analytics</div><div class="nav-text-size-small hide-mobile-landscape">Data-driven insights for smarter investment decisions</div></div></a></div></div><div id="w-node-_0d007af2-b787-b779-099c-0836f528c736-96652212" class="div-block-133"></div><div class="nav_dropdown-content-right-industries"><div id="w-node-_0d007af2-b787-b779-099c-0836f528c738-96652212" class="nav_dropdown-list-3"><h4 class="uui-navbar01_heading">Industries</h4><a id="w-node-_0d007af2-b787-b779-099c-0836f528c73b-96652212" href="/solutions/customer-experience/retail-ecommerce-brand-analysis" class="nav_dropdown-link solution-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482491_Consumer%20Brands.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Consumer Brands</div><div class="nav-text-size-small hide-mobile-landscape">Analyze customer sentiment, brand perception, and market trends to enhance CX</div></div></a><a id="w-node-_0d007af2-b787-b779-099c-0836f528c744-96652212" href="/solutions/customer-experience/competitive-benchmarking-analysis" class="nav_dropdown-link solution-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482490_Management%20Consulting.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Management Consulting</div><div class="nav-text-size-small hide-mobile-landscape">Quantitative competitive benchmarking to deliver data-backed strategy recommendations</div></div></a><a id="w-node-_0d007af2-b787-b779-099c-0836f528c74d-96652212" href="/solutions/customer-experience/pe-competitive-benchmarking-due-diligence" class="nav_dropdown-link solution-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648248f_Private%20Equity.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="uui-navbar01_text-wrapper"><div class="nav_item-heading margin-bottom-0">Private Equity</div></div><div class="nav-text-size-small hide-mobile-landscape">AI-powered brand perception analysis and due diligence for informed investment decisions</div></div></a></div></div></div></div></nav></div><div data-delay="0" data-hover="true" class="nav_item_dropdown w-dropdown"><div class="nav_item_dropdown_toggle w-dropdown-toggle"><div class="div-nav-df width-90px"><div class="text-block-nav">Platform</div><div class="nav_item_dropdown_icon w-embed"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div></div><nav class="navitem_dropdown-list-platform w-dropdown-list"><div class="inner-nav-wrapper-platform"><div class="nav_dropdown_content product"><div id="w-node-_0d007af2-b787-b779-099c-0836f528c789-96652212" class="div-block-131"><div class="nav_dropdown-content-left-2col _1"><div class="nav_dropdown-list-1"><a href="/cx-analytics-platform" class="nav_dropdown-link w-inline-block"><div class="navbar_icon-wrapper"></div><div class="nav_item-right"><div class="nav_item-heading">Customer Experience Analytics</div><div class="mobile-hidden"><img id="w-node-_0d007af2-b787-b779-099c-0836f528c793-96652212" sizes="100vw" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824b0_Customer%20Experiance%20Analytics.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824b0_Customer%2520Experiance%2520Analytics-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824b0_Customer%2520Experiance%2520Analytics-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824b0_Customer%2520Experiance%2520Analytics-p-1080.webp 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824b0_Customer%2520Experiance%2520Analytics-p-1600.webp 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824b0_Customer%20Experiance%20Analytics.webp 1920w" class="platform-image-1 hide-mobile-landscape"/><div class="nav-text-size-small hide-mobile-landscape">Get qualitative insights at lightening speed from 1000+ sources for actionable intelligence, and fully customizable dashboards —all in one seamless platform</div></div></div></a></div><div class="nav_dropdown-list-1"><a id="w-node-_0d007af2-b787-b779-099c-0836f528c7a1-96652212" href="/askclootrack" class="nav_dropdown-link w-inline-block"><div class="navbar_icon-wrapper"></div><div class="nav_item-right"><div class="nav_item-heading">AskClootrack</div><div class="mobile-hidden"><img id="w-node-_0d007af2-b787-b779-099c-0836f528c7a8-96652212" sizes="100vw" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824a7_Ask%20Clootrack.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824a7_Ask%2520Clootrack-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824a7_Ask%2520Clootrack-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824a7_Ask%2520Clootrack-p-1080.webp 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824a7_Ask%2520Clootrack-p-1600.webp 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824a7_Ask%20Clootrack.webp 1920w" class="platform-image-1 hide-mobile-landscape"/><div class="nav-text-size-small hide-mobile-landscape">Get instant answers from your customer data with our GenAI-powered assistant—no data science skills needed, just ask and get insights in seconds.</div></div></div></a></div></div><div></div></div></div><div class="separator"><div class="separator-container"><div class="line-color"></div></div></div><div class="div-block-134"><div class="nav-cta-block hide-mobile-landscape"><div class="div-block-cta"><a href="/resources/cx-analytics-for-us-airlines" class="nav-dropdown-link-cta w-inline-block"><div class="uui-navbar02_icon-wrapper-2"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482493_Watch%20Interactive%20Demos.svg" alt="" class="nav-icon"/></div><div class="uui-navbar02_item-right"><div class="uui-navbar02_item-heading-2">Watch Interactive Demos</div><div class="uui-text-size-small-2 hide-mobile-landscape">Explore our platform and discover how customer insights drive smarter decisions.</div></div></a></div><div class="div-block-cta"><a href="/request-demo" class="nav-dropdown-link-cta w-inline-block"><div class="uui-navbar02_icon-wrapper-2"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482492_Book%20a%20Personalized%20Demo.svg" alt="" class="nav-icon"/></div><div id="w-node-_0d007af2-b787-b779-099c-0836f528c83c-96652212" class="uui-navbar02_item-right"><div class="uui-navbar02_item-heading-2">Book a Personalized Demo</div><div class="uui-text-size-small-2 hide-mobile-landscape">See how our platform can unlock insights tailored to your business needs.</div></div></a></div></div></div></div></nav></div><div data-delay="0" data-hover="true" class="nav_item_dropdown w-dropdown"><div class="nav_item_dropdown_toggle w-dropdown-toggle"><div class="div-nav-df width-105px"><div class="text-block-nav">Resources</div><div class="nav_item_dropdown_icon w-embed"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div></div><nav class="navitem_dropdown-list w-dropdown-list"><div class="inner-nav-wrapper"><div class="nav_dropdown_content"><div id="w-node-_0d007af2-b787-b779-099c-0836f528c945-96652212" class="div-block-resources"><div class="nav_dropdown-content-left-3col resources"><div class="nav_dropdown-list-3"><a id="w-node-_0d007af2-b787-b779-099c-0836f528c948-96652212" href="/blogs" class="nav_dropdown-link resources-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482494_Blog.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Blog</div><div class="nav-text-size-small hide-mobile-landscape">Expert insights and trends in customer experience</div></div></a><a id="w-node-_0d007af2-b787-b779-099c-0836f528c951-96652212" href="/case-studies" class="nav_dropdown-link resources-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482495_Success%20Stories.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Success Stories</div><div class="nav-text-size-small hide-mobile-landscape">How brands achieve exceptional CX success with Clootrack</div></div></a><a href="/insights" class="nav_dropdown-link resources-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482496_Insights.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Insights</div><div class="nav-text-size-small hide-mobile-landscape">Data-driven trends and customer intelligence</div></div></a></div><div id="w-node-_0d007af2-b787-b779-099c-0836f528c963-96652212" class="nav_dropdown-list-3"><a href="/knowledge" class="nav_dropdown-link resources-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482497_Knowledge.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Knowledge</div><div class="nav-text-size-small hide-mobile-landscape">Comprehensive library of articles and guides on CX analytics</div></div></a><a href="/resources/cxseewhy-webinar-talkshow-dan-gingiss" class="nav_dropdown-link resources-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824b5_CX%20See%20Why.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="uui-navbar01_text-wrapper"><div class="nav_item-heading">CX See WHY show</div></div><div class="nav-text-size-small hide-mobile-landscape">Expert discussions on CX challenges, strategies and trends.</div></div></a><a id="w-node-_0d007af2-b787-b779-099c-0836f528c977-96652212" href="/resources/a-cup-of-cx" class="nav_dropdown-link resources-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482498_A%20cup%20of%20CX.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="uui-navbar01_text-wrapper"><div class="nav_item-heading">A Cup of CX</div></div><div class="nav-text-size-small hide-mobile-landscape">Engaging conversations with CX leaders</div></div></a></div><div id="w-node-_0d007af2-b787-b779-099c-0836f528c981-96652212" class="nav_dropdown-list-3"><a id="w-node-_0d007af2-b787-b779-099c-0836f528c982-96652212" href="/cx-reports" class="nav_dropdown-link resources-height w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648249b_CX%20Reports.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">CX Reports</div><div class="nav-text-size-small hide-mobile-landscape">In-depth research on how to deliver exceptional customer experience</div></div></a></div></div></div><div class="nav_dropdown-content-right-resources hide-mobile-landscape"><div class="nav_dropdown-content-wrapper featured"><h4 class="nav_dropdown-content-heading-copy">Featured Post</h4><div class="nav_dropdown-blog-list"><a id="w-node-_0d007af2-b787-b779-099c-0836f528c9ae-96652212" href="/blogs/unlocking-customer-sentiment-how-ai-powered-analysis-drives-strategic-business-insights" class="w-inline-block"><div id="w-node-_0d007af2-b787-b779-099c-0836f528c9af-96652212" class="div-block-featured-post"><img sizes="100vw" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482485_Unlocking%2520Customer%2520Sentiment-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482485_Unlocking%2520Customer%2520Sentiment-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482485_Unlocking%20Customer%20Sentiment.webp 960w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482485_Unlocking%20Customer%20Sentiment.webp" loading="lazy" class="image-45"/><div class="nav_item-right pl-20px"><div class="nav_large-item-content"><div class="nav_item-heading">Unlocking customer sentiment: How AI-powered analysis drives strategic business insights</div><div id="w-node-_0d007af2-b787-b779-099c-0836f528c9b5-96652212" class="nav-readmore-button-wrapper"><div>Read more</div><div class="nav-button-icon w-embed"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M4.16699 9.99996H15.8337M15.8337 9.99996L10.0003 4.16663M15.8337 9.99996L10.0003 15.8333" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div></div></div></div></a></div></div><div class="nav_dropdown-right-overlay-absolute-small hide-mobile-landscape"></div></div></div></div></nav></div><div data-delay="0" data-hover="true" class="nav_item_dropdown w-dropdown"><div class="nav_item_dropdown_toggle w-dropdown-toggle"><div class="div-nav-df width-72px"><div class="nav_item_dropdown_icon w-embed"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5 7.5L10 12.5L15 7.5" stroke="currentColor" stroke-width="1.67" stroke-linecap="round" stroke-linejoin="round"/> </svg></div><div class="text-block-nav">About</div></div></div><nav class="navitem_dropdown-list w-dropdown-list"><div class="inner-nav-wrapper"><div class="nav_dropdown_content"><div class="nav_dropdown-content-left"><div id="w-node-_0d007af2-b787-b779-099c-0836f528ca24-96652212" class="nav_dropdown-list-3"><a id="w-node-_0d007af2-b787-b779-099c-0836f528ca25-96652212" href="/about-us" class="nav_dropdown-link about w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648249c_Overview.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="uui-navbar01_text-wrapper"><div class="nav_item-heading">Overview</div></div><div class="nav-text-size-small hide-mobile-landscape">Learn what makes Clootrack a leader in CX analytics</div></div></a><a href="/life-at-clootrack" class="nav_dropdown-link about w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648249e_Life%20at%20Clootrack.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Life at Clootrack</div><div class="nav-text-size-small hide-mobile-landscape">Explore our culture, values, and team stories</div></div></a><a href="/contact-us" class="nav_dropdown-link about w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648249f_Contact%20us.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Contact us</div><div class="nav-text-size-small hide-mobile-landscape">Get in touch with our team for inquiries and support</div></div></a></div><div id="w-node-_0d007af2-b787-b779-099c-0836f528ca41-96652212" class="nav_dropdown-list-3"><a id="w-node-_0d007af2-b787-b779-099c-0836f528ca42-96652212" href="/press-release" class="nav_dropdown-link about w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824a1_Press%20Release.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Press Release</div><div class="nav-text-size-small hide-mobile-landscape">Stay updated with our latest announcements</div></div></a><a id="w-node-_0d007af2-b787-b779-099c-0836f528ca4b-96652212" href="/clootrack-in-the-media" class="nav_dropdown-link about w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824a0_Clootrack%20In%20Media.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Clootrack In Media</div><div class="nav-text-size-small hide-mobile-landscape">See how we’re making headlines in CX innovation</div></div></a><a id="w-node-_0d007af2-b787-b779-099c-0836f528ca54-96652212" href="/events" class="nav_dropdown-link about w-inline-block"><div class="navbar_icon-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c99664824a2_Events.svg" alt="" class="nav-icon"/></div><div class="nav_item-right"><div class="nav_item-heading">Events</div><div class="nav-text-size-small hide-mobile-landscape">Join us at industry-leading CX events and conferences</div></div></a></div></div><div class="nav_dropdown-content-right maxwidth-25rem bg-dark hide-mobile-landscape"><div class="nav_dropdown-content-wrapper"><h4 class="nav_dropdown-content-heading">Recent Events</h4><div id="w-node-_0d007af2-b787-b779-099c-0836f528ca61-96652212" class="div-block-100 industry"><a id="w-node-_0d007af2-b787-b779-099c-0836f528ca62-96652212" href="/event/meet-clootrack-at-quirks-la-unlock-customer-dark-data-with-ai" class="w-inline-block"><div id="w-node-_0d007af2-b787-b779-099c-0836f528ca63-96652212" class="div-block-event-wrapper"><div class="div-block-103"><img sizes="100vw" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482478_The%2520Quirks%2520Event-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482478_The%2520Quirks%2520Event-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482478_The%2520Quirks%2520Event-p-1080.webp 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482478_The%20Quirks%20Event.webp 1500w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c9966482478_The%20Quirks%20Event.webp" loading="lazy" class="image-92 hide-mobile-landscape"/></div><div class="nav-text-size-small hide-mobile-landscape color-orange"><strong>26th and 27th FEB, 2025</strong></div><div class="nav_large-item-content"><div class="nav_item-heading">Meet Clootrack at Quirks LA – Unlock Customer Dark Data with AI</div></div></div></a><a id="w-node-_0d007af2-b787-b779-099c-0836f528ca6c-96652212" href="/events/showcasing-innovation-at-eagle-alphas-alternative-data-conference-2025" class="w-inline-block"><div id="w-node-_0d007af2-b787-b779-099c-0836f528ca6d-96652212" class="div-block-event-wrapper"><div class="div-block-103"><img sizes="100vw" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648247f_Eagle%2520Alpha-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648247f_Eagle%2520Alpha-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648247f_Eagle%2520Alpha-p-1080.webp 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648247f_Eagle%20Alpha.webp 1500w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67ac7645f99b0c996648247f_Eagle%20Alpha.webp" loading="lazy" class="image-92 hide-mobile-landscape"/></div><div class="nav-text-size-small hide-mobile-landscape color-orange"><strong>12th February 2025</strong></div><div class="nav_large-item-content"><div class="nav_item-heading">Showcasing Innovation at Eagle Alpha’s Alternative Data Conference 2025</div></div></div></a></div></div></div></div></div></nav></div><a href="/careers" class="nav_item w-nav-link">Careers</a></div><div class="nav_menu-right"><div class="nav-buttons-wrapper"><a href="/request-demo" class="nav-demo-button-black-2 w-button">Request Demo</a></div><div class="uui-navbar01_button-wrapper"></div></div></nav><div class="nav_menu-button w-nav-button"><div class="menu-icon_component"><div class="menu-icon_line-top"></div><div class="menu-icon_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon_line-bottom"></div></div></div></div></div></div><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-e671c5bf-1627-8132-7ba8-1ff52e82a834-4aed845d" class="w-layout-layout quick-stack-15 wf-layout-layout"><div id="w-node-e671c5bf-1627-8132-7ba8-1ff52e82a835-4aed845d" class="w-layout-cell"><div><h2 class="heading-92"><strong class="bold-text-6">GLOBAL LEADERSHIP SURVEY</strong></h2></div><h1 class="heading-h1">107 Data &amp; Analytics Leaders Speak Out </h1><h1 class="heading-h1">Challenges &amp; Recommendations</h1><p class="body-p-r">107 responses | 17 geographies | 16 industries | 05 Top challenges | 05 Recommendations<strong> </strong></p><h3 class="sub-heading-03">And we made<strong class="sub-03-bold-text-orange"> a free report </strong>on it!! </h3></div><div id="w-node-e671c5bf-1627-8132-7ba8-1ff52e82a843-4aed845d" class="w-layout-cell"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f05032ef491a328a786b3a_Clootrack%20107%20Data%20and%20Analytics%20Global%20Leadership%20Survey.webp" loading="lazy" alt=""/></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div class="business-form-counsulting max-width-1040"><h1 class="heading-h1 text-align-centre">Download the Free Report</h1><p class="email-title"><strong>Business Email*</strong></p><div class="form-block-2 w-form"><form id="email-form" name="email-form" data-name="Email Form" method="get" data-webflow-hubspot-api-form-url="https://hubspotonwebflow.com/api/forms/3e754983-b1b1-4e16-a8b0-d8144e0307e9" class="download-free-report" data-wf-page-id="66f5040c8f80679c4aed845d" data-wf-element-id="6393e503-c08f-4bb8-9cc7-be4ab90b1e25"><input class="business-email w-input" data-wfhsfieldname="FormTextInput-2" 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="Download Now"/><input type="hidden" name="hutk" value=""/><input type="hidden" name="ipAddress" value=""/><input type="hidden" name="pageUri" value=""/><input type="hidden" name="pageId" value=""/><input type="hidden" name="pageName" value=""/></form><div class="w-form-done"><div class="text-block-68">Thank you! While you wait for your report, feel free to explore more on our website.</div></div><div class="w-form-fail"><div class="text-block-69">Oops! Something went wrong while submitting the form.</div></div></div></div></div></section><section class="section"><div class="w-layout-blockcontainer container-width-lap-1080 w-container"><div class="title-wrap-center"><h2 data-w-id="10a12a2c-c679-42e5-6af4-d7863ee6a534" style="opacity:0.5;-webkit-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 10%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="heading-h2 text-center">Some of the Participating Brands</h2><div class="orange-hr _50px"></div></div><div data-w-id="10a12a2c-c679-42e5-6af4-d7863ee6a537" class="logos-marqee-wrapper"><div class="marqee-show-left"></div><div class="marquee-show-right"></div><div class="marquee-logos"><div class="marquee-logo"><img width="139" height="70" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo.png" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-500.png 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-800.png 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-1080.png 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-1600.png 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-2000.png 2000w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-2600.png 2600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-3200.png 3200w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo.png 5000w" sizes="139px" class="logos-icon"/></div><div class="marquee-logo"><img width="139" height="70" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee970a48c103d043ae_DA%20Report%20Logo%2002.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee970a48c103d043ae_DA%20Report%20Logo%2002-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee970a48c103d043ae_DA%20Report%20Logo%2002.webp 593w" sizes="139px" class="logos-icon"/></div><div class="marquee-logo"><img width="139" height="70" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eed70fb62836d43986_DA%20Report%20Logo%2003.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eed70fb62836d43986_DA%20Report%20Logo%2003-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eed70fb62836d43986_DA%20Report%20Logo%2003.webp 593w" sizes="139px" class="logos-icon"/></div><div class="marquee-logo"><img width="139" height="70" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee321771f6e1a50f49_DA%20Report%20Logo%2004.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee321771f6e1a50f49_DA%20Report%20Logo%2004-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee321771f6e1a50f49_DA%20Report%20Logo%2004.webp 593w" sizes="139px" class="logos-icon"/></div><div class="marquee-logo"><img width="139" height="70" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efc302a1b859944dfd_DA%20Report%20Logo%2005.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efc302a1b859944dfd_DA%20Report%20Logo%2005-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efc302a1b859944dfd_DA%20Report%20Logo%2005.webp 593w" sizes="139px" class="logos-icon"/></div><div class="marquee-logo"><img sizes="139px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ef6d913ae1e4b0a659_DA%20Report%20Logo%2006-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ef6d913ae1e4b0a659_DA%20Report%20Logo%2006.webp 593w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ef6d913ae1e4b0a659_DA%20Report%20Logo%2006.webp" loading="lazy" class="logos-icon"/></div><div class="marquee-logo"><img sizes="139px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eff4e90830be28ae17_DA%20Report%20Logo%2007-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eff4e90830be28ae17_DA%20Report%20Logo%2007.webp 593w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eff4e90830be28ae17_DA%20Report%20Logo%2007.webp" loading="lazy" class="logos-icon"/></div><div class="marquee-logo"><img sizes="139px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efce8fd3837d15b419_DA%20Report%20Logo%2008-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efce8fd3837d15b419_DA%20Report%20Logo%2008.webp 593w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efce8fd3837d15b419_DA%20Report%20Logo%2008.webp" loading="lazy" class="logos-icon"/></div><div class="marquee-logo"><img sizes="139px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f0235c23a27f727161_DA%20Report%20Logo%2009-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f0235c23a27f727161_DA%20Report%20Logo%2009.webp 593w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f0235c23a27f727161_DA%20Report%20Logo%2009.webp" loading="lazy" class="logos-icon"/></div><div class="marquee-logo"><img sizes="139px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f11b6e3d46048a1ed0_DA%20Report%20Logo%2010-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f11b6e3d46048a1ed0_DA%20Report%20Logo%2010.webp 593w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f11b6e3d46048a1ed0_DA%20Report%20Logo%2010.webp" loading="lazy" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" sizes="139px" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43f0fd36fbc18bc638fb0_wagner_spraytech_logo.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43f0fd36fbc18bc638fb0_wagner_spraytech_logo-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43f0fd36fbc18bc638fb0_wagner_spraytech_logo.webp 640w" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" loading="lazy" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756df7a4d525b646080bef7_Clootrack%20Enterprise%20Client%20PointClickCare.webp" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" sizes="139px" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da62b29d7bec100d7ad0_Clootrack%20Enterprise%20Client%20Xiaomi.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da62b29d7bec100d7ad0_Clootrack%20Enterprise%20Client%20Xiaomi-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da62b29d7bec100d7ad0_Clootrack%20Enterprise%20Client%20Xiaomi.webp 640w" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" loading="lazy" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da9f4af7db498dda7abb_Clootrack%20Enterprise%20Client%20VIVO.webp" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" sizes="139px" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da6222e270af957ac77d_Clootrack%20Enterprise%20Client%20Deloitte.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da6222e270af957ac77d_Clootrack%20Enterprise%20Client%20Deloitte-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da6222e270af957ac77d_Clootrack%20Enterprise%20Client%20Deloitte.webp 640w" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" sizes="139px" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756d9ddf96827c3834d8d54_Clootrack%20Enterprise%20Client%20DBS.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756d9ddf96827c3834d8d54_Clootrack%20Enterprise%20Client%20DBS-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756d9ddf96827c3834d8d54_Clootrack%20Enterprise%20Client%20DBS.webp 640w" class="logos-icon"/></div></div><div class="marquee-logos"><div class="marquee-logo"><img width="139" height="70" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo.png" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-500.png 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-800.png 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-1080.png 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-1600.png 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-2000.png 2000w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-2600.png 2600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo-p-3200.png 3200w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67600bfbe1da66e734998424_Freshworks_Logo.png 5000w" sizes="139px" class="logos-icon"/></div><div class="marquee-logo"><img width="139" height="70" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee970a48c103d043ae_DA%20Report%20Logo%2002.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee970a48c103d043ae_DA%20Report%20Logo%2002-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee970a48c103d043ae_DA%20Report%20Logo%2002.webp 593w" sizes="139px" class="logos-icon"/></div><div class="marquee-logo"><img width="139" height="70" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eed70fb62836d43986_DA%20Report%20Logo%2003.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eed70fb62836d43986_DA%20Report%20Logo%2003-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eed70fb62836d43986_DA%20Report%20Logo%2003.webp 593w" sizes="139px" class="logos-icon"/></div><div class="marquee-logo"><img width="139" height="70" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee321771f6e1a50f49_DA%20Report%20Logo%2004.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee321771f6e1a50f49_DA%20Report%20Logo%2004-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ee321771f6e1a50f49_DA%20Report%20Logo%2004.webp 593w" sizes="139px" class="logos-icon"/></div><div class="marquee-logo"><img width="139" height="70" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efc302a1b859944dfd_DA%20Report%20Logo%2005.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efc302a1b859944dfd_DA%20Report%20Logo%2005-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efc302a1b859944dfd_DA%20Report%20Logo%2005.webp 593w" sizes="139px" class="logos-icon"/></div><div class="marquee-logo"><img sizes="139px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ef6d913ae1e4b0a659_DA%20Report%20Logo%2006-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ef6d913ae1e4b0a659_DA%20Report%20Logo%2006.webp 593w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ef6d913ae1e4b0a659_DA%20Report%20Logo%2006.webp" loading="lazy" class="logos-icon"/></div><div class="marquee-logo"><img sizes="139px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eff4e90830be28ae17_DA%20Report%20Logo%2007-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eff4e90830be28ae17_DA%20Report%20Logo%2007.webp 593w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438eff4e90830be28ae17_DA%20Report%20Logo%2007.webp" loading="lazy" class="logos-icon"/></div><div class="marquee-logo"><img sizes="139px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efce8fd3837d15b419_DA%20Report%20Logo%2008-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efce8fd3837d15b419_DA%20Report%20Logo%2008.webp 593w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438efce8fd3837d15b419_DA%20Report%20Logo%2008.webp" loading="lazy" class="logos-icon"/></div><div class="marquee-logo"><img sizes="139px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f0235c23a27f727161_DA%20Report%20Logo%2009-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f0235c23a27f727161_DA%20Report%20Logo%2009.webp 593w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f0235c23a27f727161_DA%20Report%20Logo%2009.webp" loading="lazy" class="logos-icon"/></div><div class="marquee-logo"><img sizes="139px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f11b6e3d46048a1ed0_DA%20Report%20Logo%2010-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f11b6e3d46048a1ed0_DA%20Report%20Logo%2010.webp 593w" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438f11b6e3d46048a1ed0_DA%20Report%20Logo%2010.webp" loading="lazy" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" sizes="139px" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43f0fd36fbc18bc638fb0_wagner_spraytech_logo.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43f0fd36fbc18bc638fb0_wagner_spraytech_logo-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43f0fd36fbc18bc638fb0_wagner_spraytech_logo.webp 640w" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" loading="lazy" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756df7a4d525b646080bef7_Clootrack%20Enterprise%20Client%20PointClickCare.webp" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" sizes="139px" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da62b29d7bec100d7ad0_Clootrack%20Enterprise%20Client%20Xiaomi.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da62b29d7bec100d7ad0_Clootrack%20Enterprise%20Client%20Xiaomi-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da62b29d7bec100d7ad0_Clootrack%20Enterprise%20Client%20Xiaomi.webp 640w" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" loading="lazy" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da9f4af7db498dda7abb_Clootrack%20Enterprise%20Client%20VIVO.webp" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" sizes="139px" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da6222e270af957ac77d_Clootrack%20Enterprise%20Client%20Deloitte.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da6222e270af957ac77d_Clootrack%20Enterprise%20Client%20Deloitte-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756da6222e270af957ac77d_Clootrack%20Enterprise%20Client%20Deloitte.webp 640w" class="logos-icon"/></div><div class="marquee-logo"><img width="Auto" sizes="139px" alt="" src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756d9ddf96827c3834d8d54_Clootrack%20Enterprise%20Client%20DBS.webp" loading="lazy" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756d9ddf96827c3834d8d54_Clootrack%20Enterprise%20Client%20DBS-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/6756d9ddf96827c3834d8d54_Clootrack%20Enterprise%20Client%20DBS.webp 640w" class="logos-icon"/></div></div></div><div class="center-button mt-40"><a href="/request-demo" class="media-button-orange w-button">Request a Demo</a></div></div></section><section class="section"><div class="container"><div class="title-wrap-center"><h1 class="heading-h1 text-align-centre">Global Data Leaders Featured in our report</h1><div class="orange-hr _50px"></div></div><div data-delay="2000" data-animation="slide" class="slider-5 hidden w-slider" data-autoplay="true" data-easing="ease" data-hide-arrows="false" data-disable-swipe="false" data-autoplay-limit="0" data-nav-spacing="3" data-duration="500" data-infinite="true"><div class="w-slider-mask"><div class="slide-4 w-slide"><div class="columns-10 w-row"><div class="column-6 w-col w-col-4"><div class="white-small-card-copy-1-copy"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bcc9005289f10a87ab6_Jorge%20Calvachi.webp" loading="lazy" sizes="(max-width: 1439px) 113px, 100vw" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bcc9005289f10a87ab6_Jorge%20Calvachi-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bcc9005289f10a87ab6_Jorge%20Calvachi.webp 512w" alt="" class="box-testimonial-img"/><h2 class="heading-120">Jorge Calvachi</h2><div class="text-block-63">Director of Insights, La-Z-Boy Incorporated</div></div></div><div class="column-7 w-col w-col-4"><div class="white-small-card-copy-1-copy"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bc3dd986d923398fb2f_Jo%20Boswell.webp" loading="lazy" sizes="(max-width: 1439px) 113px, 100vw" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bc3dd986d923398fb2f_Jo%20Boswell-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bc3dd986d923398fb2f_Jo%20Boswell.webp 512w" alt="" class="box-testimonial-img"/><h2 class="heading-120">Jo Boswell</h2><div class="text-block-63">Director, Sentio-B Ltd</div></div></div><div class="column-8 w-col w-col-4"><div class="white-small-card-copy-1-copy"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bcb2005c9732195a911_Shep%20Hyken.webp" loading="lazy" sizes="(max-width: 1439px) 113px, 100vw" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bcb2005c9732195a911_Shep%20Hyken-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bcb2005c9732195a911_Shep%20Hyken.webp 512w" alt="" class="box-testimonial-img"/><h2 class="heading-120">Shep Hyken</h2><div class="text-block-63">CAO (Chief Amazement Officer), Shepard Presentations, LLC</div></div></div></div></div><div class="slide-4 w-slide"><div class="columns-10 w-row"><div class="column-6 w-col w-col-4"><div class="white-small-card-copy-1-copy"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a89cb8f5c7842b1afc5f9_Julie%20Ryan%2C.webp" loading="lazy" alt="" class="box-testimonial-img"/><h2 class="heading-120">Jo Boswell</h2><div class="text-block-63">Director, Sentio-B Ltd </div></div></div><div class="column-7 w-col w-col-4"><div class="white-small-card-copy-1-copy"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bc04d24d1c899d7004b_Rick%20Mans.webp" loading="lazy" sizes="(max-width: 1439px) 113px, 100vw" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bc04d24d1c899d7004b_Rick%20Mans-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671a8bc04d24d1c899d7004b_Rick%20Mans.webp 512w" alt="" class="box-testimonial-img"/><h2 class="heading-120">Rick Mans</h2><div class="text-block-63">Head of Customer Experience EMEA-LATAM, Roche</div></div></div><div class="column-8 w-col w-col-4"></div></div></div></div><div class="left-arrow-4 w-slider-arrow-left"><div class="icon-2 w-icon-slider-left"></div></div><div class="right-arrow-4 w-slider-arrow-right"><div class="icon-9 w-icon-slider-right"></div></div><div class="slide-nav-3 w-slider-nav w-round w-num"></div></div><div data-delay="2000" data-animation="slide" class="slider-5 w-slider" data-autoplay="true" data-easing="ease" data-hide-arrows="false" data-disable-swipe="false" data-autoplay-limit="0" data-nav-spacing="3" data-duration="500" data-infinite="true"><div class="w-slider-mask"><div class="slide-10 w-slide"><div class="white-small-card-copy-1-copy"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc84612886bf9dc3f979d_Matthew%20Blasco.webp" loading="lazy" alt="" class="box-testimonial-img"/><h2 class="heading-120">Matthew Blasco</h2><div class="text-block-63">Managing Director | Head of Customer Analytics at JPMorgan Chase &amp; Co.</div></div></div><div class="slide-10 w-slide"><div class="white-small-card-copy-1-copy"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc841f664a4c8a4e611b3_Michael%20Nevski.webp" loading="lazy" alt="" class="box-testimonial-img"/><h2 class="heading-120">Michael Nevski</h2><div class="text-block-63">Director, Global Insights, Visa</div></div></div><div class="slide-10 w-slide"><div class="white-small-card-copy-1-copy"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc83cc2034855cb8166af_Zimm%20Zimmermann.webp" loading="lazy" alt="" class="box-testimonial-img"/><h2 class="heading-120">Zimm Zimmermann</h2><div class="text-block-63">SVP – Strategy and Analytics, Wunderman Thompson</div></div></div><div class="slide-10 w-slide"><div class="white-small-card-copy-1-copy"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc831c6ddc4ddcd04e7f3_Juan%20Carlos.webp" loading="lazy" alt="" class="box-testimonial-img"/><h2 class="heading-120">Juan Carlos (JC) Albornoz</h2><div class="text-block-63">Senior Customer Experience Manager, Microsoft</div></div></div><div class="slide-10 w-slide"><div class="white-small-card-copy-1-copy"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc82dfdcc135a6f8eb5d0_Hayley%20Molloy.webp" loading="lazy" alt="" class="box-testimonial-img"/><h2 class="heading-120">Hayley Molloy</h2><div class="text-block-63">Customer Experience Manager, Johnson Controls UK&amp;I</div></div></div></div><div class="left-arrow-4 w-slider-arrow-left"><div class="icon-2 w-icon-slider-left"></div></div><div class="right-arrow-4 w-slider-arrow-right"><div class="icon-9 w-icon-slider-right"></div></div><div class="slide-nav-3 w-slider-nav w-round w-num"></div></div></div></section><section class="section"><div class="container"><div class="title-wrap-center"><h2 class="section-title heading-h2">Hear From The Data Leaders</h2><div class="orange-hr _50px"></div></div><div data-delay="2000" data-animation="slide" class="slider-5 w-slider" data-autoplay="true" data-easing="ease" data-hide-arrows="false" data-disable-swipe="false" data-autoplay-limit="0" data-nav-spacing="3" data-duration="500" data-infinite="true"><div class="w-slider-mask"><div class="w-slide"><div class="arrow-testimonial-grid"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc920ccdc418fc5bfcbf2_Bala%20Venkataraman.webp" loading="lazy" alt="" class="arrow-testimonial-img"/><div class="arrow-testimonial"><p class="arrow-testimonial-p">Smart staffing - Distribute the analytics team between solving incoming analytical requests from stakeholders vs pro-active advanced analytics projects that showcase value and impact</p><p class="arrow-testimonial-p"><strong>Bala Venkataraman</strong></p><p class="arrow-testimonial-p">Customer Insights Leader, Walmart Canada</p><div class="arrow-box"></div></div></div></div><div class="w-slide"><div class="arrow-testimonial-grid"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc91c6730c96c48180a7a_Bonita%20Speck.webp" loading="lazy" sizes="(max-width: 479px) 94vw, (max-width: 767px) 100px, 200px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc91c6730c96c48180a7a_Bonita%20Speck-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc91c6730c96c48180a7a_Bonita%20Speck.webp 750w" alt="" class="arrow-testimonial-img"/><div class="arrow-testimonial"><p class="arrow-testimonial-p">We have lots of data across many platforms but lack a robust analytics process for developing insights.</p><p class="arrow-testimonial-p"><strong>Bonita Speck</strong></p><p class="arrow-testimonial-p">Global Director Customer Experience and Expert Product OwnerSchneider Electric</p><div class="arrow-box"></div></div></div></div><div class="w-slide"><div class="arrow-testimonial-grid"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc9182dc9d1d28a11c767_Daniel%20Mendez%20Costabel.webp" loading="lazy" alt="" class="arrow-testimonial-img"/><div class="arrow-testimonial"><p class="arrow-testimonial-p">&quot;Good enough&quot; approach and pressure on financials. If solutions are driven by manual work with assumed cost, it&#x27;s fine to continue doing it that way and trimming down costs gradually instead of investing in improving the foundational stuff.</p><p class="arrow-testimonial-p"><strong>Daniel Mendez Costabel</strong></p><p class="arrow-testimonial-p">Consulting Partner, Tata Consultancy Services</p><div class="arrow-box"></div></div></div></div><div class="w-slide"><div class="arrow-testimonial-grid"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc915a4f1ae0880cbc926_Sahruday%20Patnaik.webp" loading="lazy" alt="" class="arrow-testimonial-img"/><div class="arrow-testimonial"><p class="arrow-testimonial-p">This kind of data-driven insight requires sophisticated analytics to collect, aggregate, and interpret customer usage data. Data is often dispersed across different systems and tools, making it difficult to create a unified view of the customer&#x27;s product usage.</p><p class="arrow-testimonial-p"><strong>Sahruday Patnaik</strong></p><p class="arrow-testimonial-p">Principal Customer Success Manager, Freshworks</p><div class="arrow-box"></div></div></div></div><div class="w-slide"><div class="arrow-testimonial-grid"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/671bc911abe0863fe1444ecb_Greg%20Winget.webp" loading="lazy" alt="" class="arrow-testimonial-img"/><div class="arrow-testimonial"><p class="arrow-testimonial-p">Having results that are easy to understand and to then determine what to do with them...turning insights into action.</p><p class="arrow-testimonial-p"><strong>Greg Winget</strong></p><p class="arrow-testimonial-p">Consumer Insights Manager, Campbell&#x27;s</p><div class="arrow-box"></div></div></div></div></div><div class="hidden w-slider-arrow-left"><div class="icon-2 w-icon-slider-left"></div></div><div class="hidden w-slider-arrow-right"><div class="icon-9 w-icon-slider-right"></div></div><div class="slide-nav-3 w-slider-nav w-round w-num"></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container w-container"><div class="resources-title-wrap"><h2 class="h1-heading"><strong class="heading-h1">Snapshot of the Key Findings <br/>from the Survey</strong><br/></h2><div class="resources-hr-line"><div class="orange-hr _50px"></div></div></div><div class="snapshot-card-wrapper"><div id="w-node-_73006585-0cb5-6016-2ffc-a8aa8225982a-4aed845d" class="snapshot-card"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438feafc310bd82f72064_Key%20Findings%2001-01.webp" loading="lazy" sizes="(max-width: 479px) 92vw, 256px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438feafc310bd82f72064_Key%20Findings%2001-01-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438feafc310bd82f72064_Key%20Findings%2001-01-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438feafc310bd82f72064_Key%20Findings%2001-01-p-1080.webp 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438feafc310bd82f72064_Key%20Findings%2001-01-p-1600.webp 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438feafc310bd82f72064_Key%20Findings%2001-01-p-2000.webp 2000w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438feafc310bd82f72064_Key%20Findings%2001-01-p-2600.webp 2600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438feafc310bd82f72064_Key%20Findings%2001-01-p-3200.webp 3200w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438feafc310bd82f72064_Key%20Findings%2001-01.webp 5119w" alt="" class="snapshot-card-img"/><h3 class="snapshot-card-heading">32%</h3><p class="snapshot-card-para">of data executives strongly suggest to<strong class="bold-text-8"> invest in the right analytical tools</strong> and should be a top data strategy priority for 2024</p></div><div id="w-node-_73006585-0cb5-6016-2ffc-a8aa82259831-4aed845d" class="snapshot-card"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439418cf386cdc41a8212_Key%20Findings%2002-01.webp" loading="lazy" sizes="(max-width: 479px) 92vw, 256px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439418cf386cdc41a8212_Key%20Findings%2002-01-p-500.png 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439418cf386cdc41a8212_Key%20Findings%2002-01-p-800.png 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439418cf386cdc41a8212_Key%20Findings%2002-01-p-1080.png 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439418cf386cdc41a8212_Key%20Findings%2002-01-p-1600.png 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439418cf386cdc41a8212_Key%20Findings%2002-01-p-2000.png 2000w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439418cf386cdc41a8212_Key%20Findings%2002-01-p-2600.png 2600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439418cf386cdc41a8212_Key%20Findings%2002-01-p-3200.png 3200w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439418cf386cdc41a8212_Key%20Findings%2002-01.webp 5119w" alt="" class="snapshot-card-img"/><h3 class="snapshot-card-heading">28%</h3><p class="snapshot-card-para">of data executives suggest to<br/>‍<strong class="bold-text-7">invest in a skilled team</strong></p></div></div><div class="snapshot-card-wrapper three-card"><div id="w-node-_5c9d1ac6-a179-437e-7a4d-6ba1807462e5-4aed845d" class="snapshot-card"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439100b1543b7b468c8fd_Key%20Findings%2003-01.webp" loading="lazy" sizes="(max-width: 479px) 100vw, (max-width: 767px) 256px, (max-width: 1439px) 25vw, 256px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439100b1543b7b468c8fd_Key%20Findings%2003-01-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439100b1543b7b468c8fd_Key%20Findings%2003-01-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439100b1543b7b468c8fd_Key%20Findings%2003-01-p-1080.webp 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439100b1543b7b468c8fd_Key%20Findings%2003-01-p-1600.webp 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439100b1543b7b468c8fd_Key%20Findings%2003-01-p-2000.webp 2000w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439100b1543b7b468c8fd_Key%20Findings%2003-01-p-2600.webp 2600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439100b1543b7b468c8fd_Key%20Findings%2003-01-p-3200.webp 3200w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439100b1543b7b468c8fd_Key%20Findings%2003-01.webp 5119w" alt="" class="snapshot-card-img"/><h3 class="snapshot-card-heading">24%</h3><p class="snapshot-card-para">data leaders quote<strong class="bold-text-8"> Improving data integration</strong> as top challenge globally</p></div><div id="w-node-_5c9d1ac6-a179-437e-7a4d-6ba1807462ee-4aed845d" class="snapshot-card"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439165af2a6309a09f50a_Key%20Findings%2004-01.webp" loading="lazy" sizes="(max-width: 479px) 100vw, (max-width: 767px) 256px, (max-width: 1439px) 25vw, 256px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439165af2a6309a09f50a_Key%20Findings%2004-01-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439165af2a6309a09f50a_Key%20Findings%2004-01-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439165af2a6309a09f50a_Key%20Findings%2004-01-p-1080.png 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439165af2a6309a09f50a_Key%20Findings%2004-01-p-1600.png 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439165af2a6309a09f50a_Key%20Findings%2004-01-p-2000.png 2000w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439165af2a6309a09f50a_Key%20Findings%2004-01-p-2600.png 2600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439165af2a6309a09f50a_Key%20Findings%2004-01-p-3200.png 3200w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e439165af2a6309a09f50a_Key%20Findings%2004-01.webp 5119w" alt="" class="snapshot-card-img"/><h3 class="snapshot-card-heading">21%</h3><p class="snapshot-card-para">say a serious <strong class="bold-text-9">lack in skill</strong> is a critical concern</p></div><div id="w-node-_5c9d1ac6-a179-437e-7a4d-6ba1807462f7-4aed845d" class="snapshot-card"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ff2e9ec80baa77e1d7_Key%20Findings%2005-01.webp" loading="lazy" sizes="(max-width: 479px) 100vw, (max-width: 767px) 256px, (max-width: 1439px) 25vw, 256px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ff2e9ec80baa77e1d7_Key%20Findings%2005-01-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ff2e9ec80baa77e1d7_Key%20Findings%2005-01-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ff2e9ec80baa77e1d7_Key%20Findings%2005-01-p-1080.webp 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ff2e9ec80baa77e1d7_Key%20Findings%2005-01-p-1600.webp 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ff2e9ec80baa77e1d7_Key%20Findings%2005-01-p-2000.webp 2000w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ff2e9ec80baa77e1d7_Key%20Findings%2005-01-p-2600.webp 2600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ff2e9ec80baa77e1d7_Key%20Findings%2005-01-p-3200.webp 3200w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e438ff2e9ec80baa77e1d7_Key%20Findings%2005-01.webp 5119w" alt="" class="snapshot-card-img"/><h3 class="snapshot-card-heading">20%</h3><p class="snapshot-card-para">of data executives cited a lack of <strong class="bold-text-10">real-time analytical tools</strong> as a major challenge facing them globally</p></div></div><div class="snapshot-card-wrapper"><div id="w-node-_2a706f2b-8b74-0925-fd63-2c2c86c4d0d7-4aed845d" class="snapshot-card"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e4390068af4883dcd9962e_Key%20Findings%2006-01.webp" loading="lazy" sizes="(max-width: 479px) 92vw, 256px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e4390068af4883dcd9962e_Key%20Findings%2006-01-p-500.png 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e4390068af4883dcd9962e_Key%20Findings%2006-01-p-800.png 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e4390068af4883dcd9962e_Key%20Findings%2006-01-p-1080.png 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e4390068af4883dcd9962e_Key%20Findings%2006-01-p-1600.png 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e4390068af4883dcd9962e_Key%20Findings%2006-01-p-2000.webp 2000w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e4390068af4883dcd9962e_Key%20Findings%2006-01-p-2600.png 2600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e4390068af4883dcd9962e_Key%20Findings%2006-01-p-3200.webp 3200w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e4390068af4883dcd9962e_Key%20Findings%2006-01.webp 5119w" alt="" class="snapshot-card-img"/><h3 class="snapshot-card-heading">17%</h3><p class="snapshot-card-para">of data leaders believe in<strong class="bold-text-11"> a strongly aligned data strategies</strong></p></div><div id="w-node-_2a706f2b-8b74-0925-fd63-2c2c86c4d0df-4aed845d" class="snapshot-card"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43901970a48c103d0520d_Key%20Findings%2007-01.webp" loading="lazy" sizes="(max-width: 479px) 92vw, 256px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43901970a48c103d0520d_Key%20Findings%2007-01-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43901970a48c103d0520d_Key%20Findings%2007-01-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43901970a48c103d0520d_Key%20Findings%2007-01-p-1080.webp 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43901970a48c103d0520d_Key%20Findings%2007-01-p-1600.webp 1600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43901970a48c103d0520d_Key%20Findings%2007-01-p-2000.webp 2000w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43901970a48c103d0520d_Key%20Findings%2007-01-p-2600.webp 2600w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43901970a48c103d0520d_Key%20Findings%2007-01-p-3200.webp 3200w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e43901970a48c103d0520d_Key%20Findings%2007-01.webp 5119w" alt="" class="snapshot-card-img"/><h3 class="snapshot-card-heading">17%</h3><p class="snapshot-card-para">of data executives reported that its important to <strong class="bold-text-12">derive insights from data</strong></p></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div class="resources-title-wrap-copy"><div class="title-wrap-center margin-bottom-40"><h1 class="heading-h1"><strong>Our Survey Respondents</strong><br/></h1><div class="resources-hr-line"><div class="orange-hr _50px"></div></div></div><div><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f5299ceb6560b7c139d732_107%20Data%20and%20analytics%20leaders%20speak%20out%20challenges%20and%20recommendations.webp" loading="lazy" sizes="(max-width: 479px) 94vw, (max-width: 991px) 88vw, 1040px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f5299ceb6560b7c139d732_107%20Data%20and%20analytics%20leaders%20speak%20out%20challenges%20and%20recommendations-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f5299ceb6560b7c139d732_107%20Data%20and%20analytics%20leaders%20speak%20out%20challenges%20and%20recommendations-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f5299ceb6560b7c139d732_107%20Data%20and%20analytics%20leaders%20speak%20out%20challenges%20and%20recommendations-p-1080.webp 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f5299ceb6560b7c139d732_107%20Data%20and%20analytics%20leaders%20speak%20out%20challenges%20and%20recommendations.webp 1280w" alt="" class="image-60"/></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><div id="w-node-f3651d8e-3fd5-09f1-c439-30da13329dbd-4aed845d" class="w-layout-layout quick-stack-26 wf-layout-layout"><div id="w-node-f3651d8e-3fd5-09f1-c439-30da13329dbe-4aed845d" class="w-layout-cell"><div><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f52c310bc877d414b3ac3d_107%20Data%20and%20analytics%20leaders%20speak%20out%2C%20challenges%20%20and%20recommendations.webp" loading="lazy" alt="" class="image-61"/></div></div><div id="w-node-f3651d8e-3fd5-09f1-c439-30da13329dd0-4aed845d" class="w-layout-cell"><h1 class="heading-h1">Industries</h1><div id="w-node-_4220aa2b-2d13-7df9-8947-dbdfc39487df-4aed845d" class="w-layout-layout quick-stack-7 wf-layout-layout"><div id="w-node-_36800ae8-0e53-a880-8a17-8875bdd6e07f-4aed845d" class="w-layout-cell"><p class="body-p-r"><strong class="bold-text-15">19%</strong><strong class="bold-text-13">   Software Development</strong></p><p class="body-p-r"><strong class="bold-text-15">10%</strong><strong class="bold-text-13">   Financial Services</strong></p><p class="body-p-r"><strong class="bold-text-15">09%</strong><strong class="bold-text-13">   Manufacturing</strong></p><p class="body-p-r"><strong class="bold-text-15">08%</strong><strong class="bold-text-13">   Information Technology</strong></p><p class="body-p-r"><strong class="bold-text-15">07%</strong><strong class="bold-text-13">   Retail</strong></p><p class="body-p-r"><strong class="bold-text-15">06%</strong><strong class="bold-text-13">   CX Consultancy</strong></p><p class="body-p-r"><strong class="bold-text-15">05%</strong><strong class="bold-text-13">   Services</strong></p><p class="body-p-r"><strong class="bold-text-15">04%</strong><strong class="bold-text-13">   Telecommunications</strong></p></div><div id="w-node-ca1792e2-9c85-377e-02ad-ed56f5f91efa-4aed845d" class="w-layout-cell"><p class="body-p-r"><strong class="bold-text-15">03%</strong><strong class="bold-text-13">   Educational Services</strong></p><p class="body-p-r"><strong class="bold-text-15">03%</strong><strong class="bold-text-13">   Market Research</strong></p><p class="body-p-r"><strong class="bold-text-15">03%</strong><strong class="bold-text-13">   Utilities</strong></p><p class="body-p-r"><strong class="bold-text-15">02%</strong><strong class="bold-text-13">   Entertainment</strong></p><p class="body-p-r"><strong class="bold-text-15">02%</strong><strong class="bold-text-13">   Personal Care</strong></p><p class="body-p-r"><strong class="bold-text-15">01%</strong><strong class="bold-text-13">   Non-profit Organizations</strong></p><p class="body-p-r"><strong class="bold-text-15">01%</strong><strong class="bold-text-13">   Software/App</strong></p></div></div></div></div></div></section><div><section class="section-14"><div class="columns-11-copy"><div class="max-width-1040"><h1 class="_300-hours-heading">Key Takeaways</h1></div></div></section></div><section class="section-resources-1"><div class="w-layout-blockcontainer container-18 w-container"><div class="resources-card-wrapper-2"><div class="resources-card-3-copy"><div><a href="https://www.clootrack.com/case-studies/wagner-reduced-returns-and-improved-net-promoter-score-using-clootracks-cx-analysis-solution" target="_blank" class="w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f535ce100a18e090195417_107%20Data%20and%20analytics%20leaders%20speak%20out%2C%20challenges%20and%20recommendations%20Key%20Takeaway%2001.webp" loading="lazy" sizes="300px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f535ce100a18e090195417_107%20Data%20and%20analytics%20leaders%20speak%20out%2C%20challenges%20and%20recommendations%20Key%20Takeaway%2001-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f535ce100a18e090195417_107%20Data%20and%20analytics%20leaders%20speak%20out%2C%20challenges%20and%20recommendations%20Key%20Takeaway%2001.webp 600w" alt="" class="resources-card-img-copy"/></a></div><div class="div-block-19"><h3 class="sub-heading-03">Key Takeaway 01</h3><p class="snapshot-card-para-copy">Investing in the <strong class="bold-text-12">right tools</strong> is crucial for effective data management and analysis. Companies should <strong class="bold-text-12">prioritize investing in tools that can handle large amounts of data and provide insightful analytics.</strong></p></div></div><div class="resources-card-3-copy"><div><a href="https://www.clootrack.com/case-studies/wagner-reduced-returns-and-improved-net-promoter-score-using-clootracks-cx-analysis-solution" target="_blank" class="w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f535f19d1ba137d48464c2_107%20Data%20and%20analytics%20leaders%20speak%20out%2C%20challenges%20and%20recommendations%20Key%20Takeaway%2002.webp" loading="lazy" alt="" class="resources-card-img-copy"/></a></div><div class="div-block-19"><h3 class="sub-heading-03">Key Takeaway 02</h3><p class="body-p-r">Building a <strong class="bold-text-12">skilled team</strong> is essential for maximizing the value of data. <strong class="bold-text-12">Hiring individuals with expertise in data management, analysis, and visualization can lead to more accurate insights and decision-making.</strong></p></div></div><div class="resources-card-3-copy"><div><a href="https://www.clootrack.com/case-studies/wagner-reduced-returns-and-improved-net-promoter-score-using-clootracks-cx-analysis-solution" target="_blank" class="w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f5360fc100d555479db80d_107%20Data%20and%20analytics%20leaders%20speak%20out%2C%20challenges%20and%20recommendations%20Key%20Takeaway%2003.webp" loading="lazy" alt="" class="resources-card-img-copy"/></a></div><div class="div-block-19"><h3 class="sub-heading-03">Key Takeaway 03</h3><p class="body-p-r">Defining a <strong class="bold-text-12">clear data strategy</strong> is necessary to ensure that data is utilized effectively. <strong class="bold-text-12">Companies should establish goals and objectives related to data usage and outline a plan for collecting, storing, and analyzing data.</strong></p></div></div></div></div></section><section class="section-resources-1"><div class="w-layout-blockcontainer container-17 w-container"><p class="paragraph-r">There are more amazing findings, insights, and takeaways in the report.</p><h1 class="heading-h1"><strong class="bold-text-r"><sup class="superscript-2">Download the </sup></strong><span class="text-orange"><sup class="superscript-2">Free </sup><strong class="bold-text-r"><sup class="superscript-2">Report</sup></strong></span><strong class="bold-text-r"><sup class="superscript-2">‍</sup></strong></h1><div class="business-form-counsulting"><p class="email-title"><strong>Business Email*</strong></p><div class="form-block-2 w-form"><form id="email-form" name="email-form" data-name="Email Form" method="get" data-webflow-hubspot-api-form-url="https://hubspotonwebflow.com/api/forms/92d51b98-eb88-4aca-a0d7-340028434de5" class="download-free-report" data-wf-page-id="66f5040c8f80679c4aed845d" data-wf-element-id="98bd2e1b-64f0-bc9b-3056-e59ad7a0827d"><input class="business-email w-input" data-wfhsfieldname="FormTextInput-2" 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-copy w-button" value="Download Now"/><input type="hidden" name="hutk" value=""/><input type="hidden" name="ipAddress" value=""/><input type="hidden" name="pageUri" value=""/><input type="hidden" name="pageId" value=""/><input type="hidden" name="pageName" value=""/></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></div></section><div class="section-full-width-r"><h1 class="heading-h1 text-align-centre"><strong>Join Clootrack </strong><span class="text-orange"><strong>CX Expert Council</strong></span></h1><p class="body-p-r text-align-centre">Clootrack’s ‘107 Data &amp; Analytics Leaders Speak Out: Challenges and Recommendations’ is the latest report of the wide-ranging Clootrack study series that helps the CX community to understand the challenges behind customer experience. If you are an expert CX practitioner and want to share your thought leadership with the wider CX community, join our community of experts.<br/></p><div class="center-button"><a href="https://form.typeform.com/to/BjaRGk2g?typeform-source=docs.google.com" target="_blank" class="demo-button-orange-copy-copy-copy w-button">I am In</a></div><div class="_2x-expert-img"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e42baf86a8279409b92bf6_2experts.webp" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e42baf86a8279409b92bf6_2experts-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e42baf86a8279409b92bf6_2experts-p-800.webp 800w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e42baf86a8279409b92bf6_2experts-p-1080.webp 1080w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66e42baf86a8279409b92bf6_2experts.webp 1600w" alt="" class="image-59"/></div></div><section class="section"><div class="w-layout-blockcontainer container w-container"><div class="title-wrap-center"><h1 class="heading-h1 text-align-centre">Visit For More Insights and Discussions on CX</h1><div class="orange-hr _50px"></div></div><div class="w-layout-grid grid-wrapper-insights"><div id="w-node-_190ecb4a-e836-99d5-5f5e-ba12ef2ea6a3-4aed845d" class="cs-card-copy"><a href="https://www.clootrack.com/resources/cx-roi-report" target="_blank" class="w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67319fe8021e5e6240f006fd_ROI%20of%20customer%20experience.webp" loading="lazy" sizes="(max-width: 479px) 100vw, 406px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67319fe8021e5e6240f006fd_ROI%20of%20customer%20experience-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/67319fe8021e5e6240f006fd_ROI%20of%20customer%20experience.webp 683w" alt=""/></a><a href="https://www.clootrack.com/resources/cx-roi-report" target="_blank" class="_107-card-title w-inline-block"><h3 class="cs-card-title">ROI of Customer Experience</h3></a><p class="body">20 Global CX Experts Reveal How They Proved the ROI of CX Programs.</p></div><div id="w-node-_98fafa40-64da-4d6b-6881-bf51820b26e9-4aed845d" class="cs-card-copy"><a href="https://www.clootrack.com/resources/customer-experience-challenges-by-102-cx-experts-0" target="_blank" class="w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f6299e2c884d0f4d8bded7_Clotorack%20Customer%20Experience%20Insights%20Report.webp" loading="lazy" sizes="(max-width: 479px) 100vw, 406px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f6299e2c884d0f4d8bded7_Clotorack%20Customer%20Experience%20Insights%20Report-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f6299e2c884d0f4d8bded7_Clotorack%20Customer%20Experience%20Insights%20Report.webp 683w" alt=""/></a><a href="https://www.clootrack.com/resources/customer-experience-challenges-by-102-cx-experts-0" target="_blank" class="_107-card-title w-inline-block"><h3 class="cs-card-title">CX Challenges &amp; Actions Report</h3></a><p class="body">CX Challenges and Expert Recommendations From 102 CX Experts</p></div><div id="w-node-_190ecb4a-e836-99d5-5f5e-ba12ef2ea6ab-4aed845d" class="cs-card-copy"><a href="https://www.clootrack.com/resources/cxseewhy-webinar-talkshow-dan-gingiss?hsLang=en" target="_blank" class="w-inline-block"><img src="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f629c5fe6a1413bd577582_Clootrack%20CX%20See%20Why%20Show.webp" loading="lazy" sizes="(max-width: 479px) 100vw, 406px" srcset="https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f629c5fe6a1413bd577582_Clootrack%20CX%20See%20Why%20Show-p-500.webp 500w, https://cdn.prod.website-files.com/66dffa95f947b62fb545cbea/66f629c5fe6a1413bd577582_Clootrack%20CX%20See%20Why%20Show.webp 683w" alt=""/></a><a href="https://www.clootrack.com/resources/cxseewhy-webinar-talkshow-dan-gingiss?hsLang=en" target="_blank" class="_107-card-title w-inline-block"><h3 class="cs-card-title">CX See Why Show</h3></a><p class="body">A talk show featuring CX experts from various industries to discuss the &quot;Why&quot; of customer experience.</p></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"><h2 class="footer-heading-h2">Clootrack</h2><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="/cx-analytics-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" class="footer-link">Knowledge base</a><a href="/resources/cxseewhy-webinar-talkshow-dan-gingiss" class="footer-link">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">© 2025 <a href="/" class="footer-home-url"> Clootrack. </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.c774b5ab.a10dc7f712f83e5f.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>

Pages: 1 2 3 4 5 6 7 8 9 10