CINXE.COM

A Q&A with Verint CEO Dan Bodner

<!DOCTYPE html> <html> <head><title> A Q&A with Verint CEO Dan Bodner </title><meta charset="utf-8" /><meta name="google-site-verification" content="e9NRxU-Oz0Jo6C4_pwpxcd1HNFAG7SWmOTSYXTGS0Pw" /><meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" /><meta name="theme-color" content="#333333" /><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous" /> <script src="https://use.fontawesome.com/13ebcdf3dd.js" async></script> <!-- Global site tag (gtag.js) - Google Analytics Universal. --> <!-- This This tag will stop working on 7/1/2023 --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2579503-6"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-2579503-6'); </script> <!-- Global site tag (gtag.js) - Google Analytics 4. --> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-TTH0EVTFJL'); </script> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Oswald" /> <script src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script type="text/javascript"> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var mapping1 = googletag.sizeMapping() .addSize([0, 0], [300, 250]) .addSize([700, 200], [640, 480]).build(); googletag.cmd.push(function () { googletag.defineSlot("/1067009/dCRM-Boxes", [300, 250], "div-gpt-ad-1573494212872-0").addService(googletag.pubads()); googletag.defineSlot("/1067009/dCRM-Boxes_2", [300, 250], "div-gpt-ad-1573494281940-0").addService(googletag.pubads()); googletag.defineSlot("/1067009/dCRM-Boxes_3", [300, 250], "div-gpt-ad-1573494316175-0").addService(googletag.pubads()); googletag.defineSlot("/1067009/dCRM-HugeRectangle", [728, 90], "div-gpt-ad-1573494509399-0").addService(googletag.pubads()); googletag.defineSlot("/1067009/dCRM-Leaderboards", [728, 90], "div-gpt-ad-1573494375182-0").addService(googletag.pubads()); googletag.defineSlot("/1067009/dCRM-TextAds", [300, 250], "div-gpt-ad-1521302310423-5").addService(googletag.pubads()); googletag.defineSlot('/1067009/dCRM-Billboard', [970, 250], 'div-gpt-ad-1568650179268-0').addService(googletag.pubads()); googletag.pubads().enableSyncRendering(); googletag.pubads().setTargeting('Topic', ['Customer_Service_Call_Centers_Contact_Centers']); googletag.enableServices(); }); </script> <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> <script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script> <style> .content { padding : 5px; max-height: 300px; width: 100%; overflow: hidden; transition: all .17s ease; text-align: center; display: none; align-items: center; position:relative; top: 0 } .content.expand { width: 100%; max-height: 100%; transition: all 1s ease; position:relative; top:0 } .contentmobile { padding : 5px; max-height: 100px; width: 100%; overflow: hidden; transition: all 1s ease; text-align: center; display: none; } .contentmobile.expand { width: 100%; max-height: 250px; transition: all 1s ease; position:fixed; } </style> <div class="container"> <div id="content_type" style="text-align: center;background-color: black;" class="content"> <!-- <center> <div id="down"><font style="font-size:23px;color:white;">&#9660 Scroll to Site &#9660</font></div> <!--<div class="inner-div" id="div-gpt-ad-1562088021964-0">--> </center> --> </div> </div> <div id="bottom" style="background-color:white; height:0px"></div> <script> var expanded = true; var broughtToTop = false; var collapsed = false; function createAd() { adStr = '<center><div class="inner-div" id="div-gpt-ad-1568650179268-0"><script>googletag.cmd.push(function() { googletag.display("div-gpt-ad-1568650179268-0"); });'; adStr += '<\/script><\/div><\/center>'; $("#content_type").html(adStr) } function addMinutes(date, minutes) { return new Date(date.getTime() + minutes*60000); } function waitForElement(elementPath, callBack){ window.setTimeout(function(){ if($(elementPath).length){ callBack(elementPath, $(elementPath)); }else{ waitForElement(elementPath, callBack); } },50) } function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for(var i = 0; i <ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function sameSite() { var oldURL = document.referrer; return oldURL.indexOf("www.speechtechmag.com") != -1; } function to_display() { if (sameSite() || getCookie("dcrm_visits") == "+1") { return false; } else { return true; } } function getRandomInt(min, max) { // Create byte array and fill with 1 random number var byteArray = new Uint8Array(1); window.crypto.getRandomValues(byteArray); var range = max - min + 1; var max_range = 256; if (byteArray[0] >= Math.floor(max_range / range) * range) return getRandomInt(min, max); return min + (byteArray[0] % range); } function random_precision(precision) { var precision_1 = 10**(precision-1); // 2 decimals var randomnum = Math.floor(Math.random() * (10 * precision_1 - 1 * precision_1) + 1 * precision_1) / (10 * precision_1); return randomnum; } function to_display_chance(chance) { var number = getRandomInt(0,100)/100; if (number <= chance - .01) { return true } else { return false; } } function waitForElementID(elementID, callBack){ window.setTimeout(function(){ if(document.querySelector(elementID) != null){ callBack(elementID, document.querySelector(elementID)); }else{ waitForElementID(elementID, callBack); } },50) } var checkScrollSpeed = (function(settings){ settings = settings || {}; var lastPos, newPos, timer, delta, delay = settings.delay || 50; // in "ms" (higher means lower fidelity ) function clear() { lastPos = null; delta = 0; } clear(); return function(){ newPos = window.scrollY; if ( lastPos != null ){ // && newPos < maxScroll delta = newPos - lastPos; } lastPos = newPos; clearTimeout(timer); timer = setTimeout(clear, delay); return delta; }; })(); window.onscroll = function(){ console.log( checkScrollSpeed() ); }; function addVisit() { if (getCookie("dcrm_visits") == "") { var now = new Date(); var expireTime = addMinutes(now,30); now.setTime(expireTime); document.cookie = 'dcrm_visits=+1;expires=' + now.toGMTString() + ';path=/'; } else { var visits = getCookie("dcrm_visits"); if (visits == "1") { var now = new Date(); var expireTime = addMinutes(now,30); now.setTime(expireTime); document.cookie = 'dcrm_visits=+1;expires=' + now.toGMTString() + ';path=/'; } } } /*function waitForExpand(callBack) { window.setTimeout(function(){ if(document.querySelector('.content').className == "content expand"){ callBack(); }else{ waitForExpand(callBack); } },50) }*/ function sleep(miliseconds) { var currentTime = new Date().getTime(); while (currentTime + miliseconds >= new Date().getTime()) { } } function getHeightExpand(callBack) { window.setTimeout(function(){ if(document.querySelector('.content').className == "content expand"){ return callBack(); }else{ waitForExpand(callBack); } },50) } var to_dis = to_display_chance(.75); var to_dis_main = to_display(); var to_dis_width = $(window).width() > 784 function manipulateAd() { waitForElement(".content.expand", function () { $('.content.expand').css('max-height', 300); $(".content.expand").css("height", 300); //$(".content").css("position", "relative"); }); waitForElement(".content", function () { waitForElement(".inner-div", function () { waitForElementID('[id^="google_ads_iframe_/1067009/dCRM-Billboard"]', function () { /*waitForExpand(function () {*/ var window_height = 300 console.log(window_height); if (window_height > 100) { console.log(window_height); var height = document.querySelector('.inner-div').offsetHeight; var top_pad = (window_height / 2 - 125); //var top_pad = (window_height / 2 - height / 2); document.querySelector('[id^="google_ads_iframe_/1067009/dCRM-Billboard"]').style.marginTop = top_pad + "px"; } else { //document.querySelector('[id^="google_ads_iframe_/1067009/dCRM-Billboard"]').style.marginTop = 50 + "px"; } /*});*/ }); }); }); waitForElement(".content", function () { $('.content').css('visibility', "visible"); $('.content').css('display', "block"); $("#ctl01").css("background", "white"); //$('.menu_main').css('display', "none"); //$('.menu_main').css('z-index', "0"); //$('.menu_secondary_top').css('display', "none"); document.querySelector('.content').classList.toggle("expand"); //$(".content").css("margin-bottom", 250); }); } $(document).ready(function () { addVisit(); if ((to_dis_main || to_dis) && to_dis_width) { setTimeout(function () { createAd(); manipulateAd(); }, 1500); } }); var position = $(window).scrollTop(); var scrollHeight = $(document).height(); var scrollPosition = $(window).height() + $(window).scrollTop(); var pastPoint = false; $(document).keydown(function (e) { $curHeight = parseInt($(".content.expand").css("height")); var scroll = $(window).scrollTop(); var pixelDelta_keys = $(window).height() * 0.0679; switch (e.which) { case 38: // up if ((to_dis_main || to_dis) && to_dis_width) { if (scroll <= 30) { $(".content.expand").css("height", 300); } else if ($curHeight <= 300 && scroll <= 200) { $(".content.expand").css("height", $curHeight + pixelDelta_keys); } if ($curHeight > scroll) { //$('.content').css('position', "relative"); } } break; case 33: //page up if ((to_dis_main || to_dis) && to_dis_width) { if (scroll <= 330) { $(".content.expand").css("height", 300); } } break; case 34: // page down if ((to_dis_main || to_dis) && to_dis_width) { if (!($(".menu_main_container.menu_other").offset().top == scroll)) { //$("#ctl01").animate({ "margin-top": $marginTopofBody - 100 }, 1500); if ($curHeight > 20 && ($curHeight - $(window).scrollTop()) > 0) { $(".content.expand").animate({ "height": $curHeight - pixelDelta_keys }, 10); } if ($curHeight < scroll) { //$('.content').css('position', "fixed"); } } } break; case 40: // down if ((to_dis_main || to_dis) && to_dis_width) { if (!($(".menu_main_container.menu_other").offset().top == scroll)) { //$("#ctl01").animate({ "margin-top": $marginTopofBody - 100 }, 1500); if ($curHeight > 20 && ($curHeight - $(window).scrollTop()) > 0) { $(".content.expand").animate({ "height": $curHeight - pixelDelta_keys }, 10); } if ($curHeight < scroll) { //$('.content').css('position', "fixed"); } } } break; default: return; // exit this handler for other keys } }); $('body').on('mousewheel', function (e) { if ((to_dis_main || to_dis) && to_dis_width) { $curHeight = parseInt($(".content.expand").css("height")); var pixelDelta_mousewheel = $(window).height() * 0.1426 var scroll = $(window).scrollTop(); if (e.originalEvent.wheelDelta > 0) { console.log('up 3'); if (scroll - pixelDelta_mousewheel <= 0) { $(".content.expand").css("height", 300); } else if ($curHeight <= 300 && scroll < 300) { $(".content.expand").css("height", $curHeight + pixelDelta_mousewheel); } if ($curHeight > scroll) { //$('.content').css('position', "relative"); } } else { if (!($(".menu_main_container.menu_other").offset().top == scroll) && $(window).width() > 875) { if ($curHeight > 20) { $(".content.expand").animate({ "height": $curHeight - pixelDelta_mousewheel }, 10); } if ($curHeight < scroll) { //$('.content').css('position', "fixed"); } } console.log('down 3'); } } }); $(window).scroll(function () { if ((to_dis_main || to_dis) && to_dis_width) { var scroll = $(window).scrollTop(); if (scroll == 0) { $(".content.expand").css("height", 300); } $curHeight = parseInt($(".content.expand").css("height")); if (($curHeight - $(window).scrollTop()) <= 0) { $(".content.expand").css("height", 0); } } //console.log("Window Scroll:"); //console.log($(window).scrollTop()); /*if (expanded && (to_dis_main || to_dis)) { $offsetAmn = $('#bottom').offset().top - ($('#bottom').offset().top * .10); } else { $offsetAmn = $('#bottom').offset().top + 80; }*/ if (expanded && (to_dis_main || to_dis)) { //expanded = document.querySelector('.content').classList.toggle("expand"); //$offsetAmn = $('#bottom').offset().top + 80; //$('.content').css('max-height', 100); //$('.content').css('display', "none"); $curHeight = parseInt($(".content.expand").css("height")); $marginTopofBody = parseInt($("#ctl01").css("margin-top")); var scroll = $(window).scrollTop(); //console.log(checkScrollSpeed()); /* if (scroll > position) { if (!($(".menu_main_container.menu_topics").offset().top == scroll) && $(window).width() > 875) { //$("#ctl01").animate({ "margin-top": $marginTopofBody - 100 }, 1500); if ($curHeight > 20) { $(".content.expand").animate({ "height": $curHeight - 100 }, 10); } if ($marginTopofBody > -200) { //$("#ctl01").css("margin-top", $marginTopofBody - checkScrollSpeed()); } } else if ($(window).width() <= 875) { //$("#ctl01").animate({ "margin-top": $marginTopofBody - 100 }, 500); } else { if (($curHeight - 100) < 20 && !pastPoint) { //$('html, body').animate({ scrollTop: 140 }, 50); pastPoint = true $(".content.expand").css("position", "fixed"); } } //$("#ctl01").css("margin-top", $marginTopofBody-100); } else { if (scroll == 0) { $(".content.expand").css("height", 250); $(".content.expand").css("position", "relative"); } else if (scroll <= 100 && scroll != 0) { if ($curHeight <= 250) { $(".content.expand").css("height", $curHeight + 100); } $(".content.expand").css("position", "relative"); //$("#ctl01").animate({ "margin-top": $marginTopofBody - 100 }, 1500); //$("#ctl01").css("margin-top", 0); pastPoint = false; if ($(window).width() <= 875) { //$("#ctl01").animate({ "margin-top": 0 }, 500); } } } */ } }); </script> </div> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-3QX0GZYRF7"></script> <!-- ** Start Meta **--> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="content-language" content="en-US" /> <meta name="title" content="A Q&A with Verint CEO Dan Bodner"> <meta name="description" content="Dan Bodner, Verint chairman and CEO, sat down for a far-reaching interview with DestinationCRM.com during the Verint Engage 2024 conference in Orlando, Fla., answering questions on everything from the growth and future of the company to the outlook for the contact center industry."> <link rel="canonical" href="https://www.destinationcrm.com/Articles/ReadArticle.aspx?ArticleID=166115"/> <link rel="image_src" href="https://dzceab466r34n.cloudfront.net/Images/TopStoryImages/166248-Dan-Bodner-Verint-CEO-ORG.jpg"/> <meta name="keywords" content="Customer Service/Call Centers/Contact Centers"> <!-- ** End Meta ** --> <!-- ** Start Open Graph Meta **--> <meta property="og:type" content="article"/> <meta property="og:title" content="A Q&A with Verint CEO Dan Bodner"/> <meta property="og:description" content="Dan Bodner, Verint chairman and CEO, sat down for a far-reaching interview with DestinationCRM.com during the Verint Engage 2024 conference in Orlando, Fla., answering questions on everything from the growth and future of the company to the outlook for the contact center industry."/> <meta property="og:url" content="https://www.destinationcrm.com/Articles/ReadArticle.aspx?ArticleID=166115"/> <meta property="og:image" content="https://dzceab466r34n.cloudfront.net/Images/TopStoryImages/166248-Dan-Bodner-Verint-CEO-ORG.jpg"/> <meta property="og:image" content="https://dzceab466r34n.cloudfront.net/Images/TopStoryImages/166248-Dan-Bodner-Verint-CEO-ORG.jpg"/> <meta property="article:published_time" content="2024-09-30T00:00:55-04:00"/> <meta property="article:author" content="https://www.destinationcrm.com/Authors/2919-Phillip-Britt.htm"/> <meta property="fb:admins" content="1448114697"/> <meta property="fb:admins" content="1398034021"/> <meta property="fb:app_id" content="119574181444909"/> <meta property="og:locale" content="en_US"/> <meta property="og:site_name" content="CRM Magazine"/> <meta property="article:publisher" content="https://www.facebook.com/CRMMagazine"/> <!-- ** End Open Graph Meta ** --> <!-- ** Start Twitter Card **--> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:image" content="https://dzceab466r34n.cloudfront.net/Images/TopStoryImages/166248-Dan-Bodner-Verint-CEO-ORG.jpg"/> <meta name="twitter:title" content="A Q&A with Verint CEO Dan Bodner"/> <meta name="twitter:description" content="Dan Bodner, Verint chairman and CEO, sat down for a far-reaching interview with DestinationCRM.com during the Verint Engage 2024 conference in Orlando, Fla., answering questions on everything from the growth and future of the company to the outlook for the contact center industry."/> <meta name="twitter:site" content="https://www.DestinationCRM.com/"/> <!-- ** End Twitter Card **--> <link href="/site-styles?v=PGouRKtPKZV_OZI4Wj-h6Nu7jwdinAZZdEEBPjK9_Y01" rel="stylesheet"/> </head> <body> <form method="post" action="/Articles/CRM-News/CRM-Featured-Articles/A-QA-with-Verint-CEO-Dan-Bodner-166115.aspx" id="ctl01"> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="mnjFzbxbJVJZwbfmYoazwdNhe9j8y97V9kYoK9C+adegAJvcHT4bSASXTBwpcTaWXmJtvMJhSje7kAA4afOJ59/xOxE/BmT1co1+5yXpVHo=" /> </div> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="28F6BF4E" /> </div> <div id="pnlAdID"> <script defer type="text/javascript"> googletag.cmd.push(function() { googletag.display(''); }); </script> </div> <div id="NewsletterSticky_pnlNewsletterSticky" class="subscribe_newsletter_sticky"> <div class="subscribe_newsletter_sticky_detail"> <a href="/Newsletters/Default.aspx" style="color: #1a4455;">Get CRM Media in your inbox - <span style="color: #f06b5a;font-weight: 700;">Sign up for free </span></a> </div> <div class="subscribe_newsletter_sticky_form"> <div class="form"> <input type="email" id="txtSignupEmail" placeholder="Enter Email Address"><input type="button" id="btnEmailSubmit" value="GO"> </div> </div> <!-- <div class="subscribe_newsletter_sticky_close"><i class="fa fa-times" aria-hidden="true"></i></div> --> </div> <header> <div class="logo"> <a href="/Default.aspx"> <img src="https://dzceab466r34n.cloudfront.net/CRM/logo_desktop.svg" /></a> </div> <div class="user_session"> </div> <div class="advertisement ad_leaderboard"> <div id="div-gpt-ad-1573494375182-0" style="height:90px;width:728px;"> <script defer type="text/javascript"> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1573494375182-0'); }); </script> </div> </div> </header> <!-- START navigation/desktop main menu --> <button class="menu_mobile_btn"><span>toggle menu</span></button> <div class="menu_main_wrap"><nav class="menu_main_container menu_other"> <ul class="menu_main"> <li><a href="/">Home</a></li> <li><a>Subscribe</a> <ul class="sub-menu"> <li><a title="CRM Magazine" href="/Magazine/Default.aspx"><em>CRM</em> Magazine</a></li> <li><a title="Free Newsletters from CRM Magazine" href="/Newsletters/">CRM eWeekly (e-Newsletter) </a></li> <!-- <li><a title="Subscribe to the latest CRM news via RSS" href="/rss/rss_feeds.aspx">RSS Feeds</a></li> --></ul> </li> <li><a>News</a> <ul class="sub-menu"> <li><a title="Featured CRM Articles from CRM Magazine" href="/CRM_Featured_Articles">CRM Featured Articles</a></li> <li><a title="Daily CRM News from CRM Magazine" href="/CRM_Across_the_Wire">CRM Across the Wire</a></li> </ul> </li> <li><a>In Depth</a> <ul class="sub-menu"> <li><a href="/Magazine_Features" title="CRM Magazine Features">Features</a></li> <li><a href="/ViewPoints" title="Viewpoints - Web Exclusives from CRM Magazine">ViewPoints</a></li> <li><a href="/CaseStudies" title="Case Studies">Case Studies</a></li> <li><a href="/Magazine_Columns" title="CRM Magazine Columns">Columns</a></li> <li><a href="/Insight" title="Insight">Insight</a></li> <li><a href="/Blog" title="Blog">Blog</a></li> </ul> </li> <li><a title="Customer Service" href="/Categories/Customer-Service_258.aspx">Customer Service</a></li> <li><a title="Marketing" href="/Categories/Marketing-Automation_257.aspx">Marketing</a></li> <li><a title="Sales" href="/Categories/Sales-Automation_256.aspx">Sales</a></li> <li><a>More Topics</a> <ul class="sub-menu"> <li><a href="/Categories/Analytics_259.aspx">Analytics</a></li> <li><a href="/Categories/Big-Data-CRM_531.aspx">Big Data CRM</a></li> <li><a href="/Categories/Channel-Management_260.aspx">Channel Management</a></li> <li><a href="/Categories/Cloud-based-CRM_530.aspx">Cloud-based CRM</a></li> <li><a href="/Categories/Enterprise-CRM_263.aspx">Enterprise CRM</a></li> <li><a href="/Categories/Integration_261.aspx">Integration</a></li> <li><a href="/Categories/Mobile_521.aspx">Mobile</a></li> <li><a href="/Categories/SMB-Mid-market-CRM_262.aspx">SMB/Mid-market CRM</a></li> <li><a href="/Categories/Social-CRM_454.aspx">Social CRM</a></li> <li><a href="/Categories/Topics.aspx">Topics</a></li> <li><a href="/Categories/Industries.aspx">Industries</a></li> </ul> </li> <li><a>White Papers</a> <ul class="sub-menu"> <li><a title="CRM Best Practices White Papers" href="/BestPractices">Best Practices Series</a></li> <li><a title="Free CRM Reports &amp; Research" href="/ReportsandResearch">Reports &amp; Research</a></li> </ul> </li> <li><a>Resources</a> <ul class="sub-menu"> <li><a title="CRM Magazine Buyer's Guide &amp; Directory" href="/BuyersGuide/">CRM Buyer's Guide &amp; Directory</a></li> <li><a title="Read the latest issue of CRM Magazine online" href="/Current_Issue">Current Issue</a></li> <li><a title="Explore past issues of CRM Magazine" href="/Previous_Issue">Previous Issues</a></li> <li><a href="/IndustryAwards" title="Industry Awards">Industry Awards</a></li> <li><a href="/ServiceAwards">Service Awards</a></li> <li><a href="/Jobs" title="Industry Jobs">Jobs</a></li> </ul> </li> <li><a title="CRM Industry Web Events" href="/Webinars/">Webinars</a></li> <li><a>Events</a> <ul class="sub-menu"> <li><a title="CX Connect 2023" href="https://www.DestinationCRM.com/Conferences/CXConnect2023/Default.aspx" target="_blank" rel="noopener">CX Connect 2023</a></li> <li><a title="CRM Evolution Conference and Exhibition" href="/Conferences/" target="_blank" rel="noopener">CRM Evolution Conference</a></li> <li><a title="Smart Customer Service Conference" href="http://www.smartcustomerservice.com/conference" target="_blank" rel="noopener">Smart Customer Service Conference</a></li> <li><a href="http://www.speechtek.com/" target="_blank" rel="noopener">SpeechTek</a></li> <li><a title="Digital Experience Conference" href="http://www.digitalexperienceconference.com" target="_blank" rel="noopener">Digital Experience Conference</a></li> </ul> </li> <li><a>About</a> <ul class="sub-menu"> <li><a title="What is CRM? CRM Magazine explains what it is and why it matters." href="/About/What_Is_CRM">What Is CRM?</a></li> <li><a title="About CRM Magazine" href="/About/About_Us">About Us</a></li> <li><a title="Contact information for CRM Magazine" href="/About/Contact_Us">Contact US</a></li> <li><a title="Get your message seen with CRM Magazine" href="/About/How_To_Advertise">How to Advertise</a></li> <li><a title="Writer and Vendor guides for CRM Magazine and DestinationCRM.com" href="/About/Getting_Covered">Getting Covered</a></li> <li><a title="Download the CRM Magazine Editorial Calendar in PDF format" href="https://www.destinationcrm.com/Files/Download/24_CRM_Mag_Edit_Cal_Rates_Specs" target="_blank" rel="noopener">Editorial Calendar</a></li> <li><a title="Order Reprints of CRM Magazine articles" href="/Files/Download/CRM_Reprints" target="_blank" rel="noopener">Reprints</a></li> </ul> </li> <li><a><i class="fa fa-search" aria-hidden="true"></i></a> <div class="search_box"><input type="text" id="txtSearch" placeholder="press enter/return to search" /></div> </li> </ul> </nav></div> <div class="wrapper"> <section class="page"> <div class="page_wrapper"> <div class="article_single_subhead"> <div class="article_single_meta"> <ul> <li class="article_single_date"> September 30, 2024</li> <li>By <a href="https://www.destinationcrm.com/Authors/2919-Phillip-Britt.htm">Phillip Britt</a>, technology writer </li> </ul> </div> </div> <div class="page_content"> <h1> A Q&A with Verint CEO Dan Bodner</h1> <div class="article_single_featured_img"><picture><img src="https://dzceab466r34n.cloudfront.net/Images/TopStoryImages/166248-Dan-Bodner-Verint-CEO-ORG.jpg" alt="Article Featured Image" /></picture></div> <p><strong>CRM: Much has happened in the 30 years since you started as CEO of Verint: the rise of the internet, the dotcom craze, then the dotcom crash, the rise of social media, and the continuing rise of artificial intelligence. Can you discuss how Verint has grown technologically and as a business over that time frame?</strong></p><p><strong>Bodner:</strong>The Verint journey is very similar to the journey that you described. We continued to change fast as the technology moved fast. From the very beginning in 1994, we were a business outcome company. We try to put together technology to create outcomes.</p><p>When I founded Verint, it was based on the fact that contact centers were recording calls on tape recorders. My idea was to put these recordings on computers so that we could capture unstructured data (speech), do some analysis, and capture some insights. It was focused on compliance insights at the beginning, especially bank customers disputing trades. It was almost impossible to find those conversations on tape recorders for thousands of agents.</p><p>As technology changed and moved, we changed the applications that we provided our customers. We did our IPO in 2002. We had two different businesses: the connection business and the cybersecurity business. The two businesses were part of Verint for the next 20 years.</p> <div id="div-gpt-ad-1521302310423-5" style="height:250px;width:300px;float: left;"> <script defer type="text/javascript"> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1521302310423-5'); }); </script> </div> <p>Verint became a leader in workforce optimization (WFO) after we merged with Witness. In 2006, we created the WFO category. In 2021, we spun off the cybersecurity business and became a pure-play customer experience automation company. We saw the opportunity that data in AI can bring into the contact center, so we decided that we needed to focus on just one thing: becoming the clear leader in CX automation.</p><p><strong>CRM: Beyond moving from putting conversations on tape recorders to putting them on computers, how else have contact centers changed, and what has Verint's involvement been?</strong></p><p><strong>Bodner:</strong> The challenge for contact centers hasn't changed: How do we elevate the customer experience, but at the same time, reduce our operating costs, which is mostly labor? The industry has tried to solve this in many different ways.</p><p>When interactive voice response systems came out, we thought customers would get answers via touchtone and costs would be reduced, but you wound up with not-so-great customer experience. Then we thought offshoring would be great to reduce costs. But again, it was resulting in very poor customer experience, so offshoring was reversed.</p><p>The problem has grown because the number of transactions is going up. And it's not just voice, it's also digital and social. As the number of interactions went up, the industry faced increasing the number of employees. The industry couldn't keep up with the labor costs, so CX went down.</p><p>We were focusing on workflows and software to create processes that would be more repeatable to increase first call resolution. I think we helped quite a bit with business outcomes, and CX is getting a bit better.</p><p>CX still needs to get better. That's why we spun off the cybersecurity business and created a new platform centered on data and AI. There is the same challenge of reducing costs and improving CX. AI, by itself, doesn't create business outcomes. There are a lot of things you need to do to transform technology into real business outcomes and deliver them in a non-disruptive way.</p><p><strong>CRM: How will contact centers change by 2030, and what will Verint';s involvement be?</strong></p><p><strong>Bodner:</strong>I'm very optimistic about the future. There is a lot of AI noise and AI hype. AI technology is very helpful. If it's harnessed correctly, then it will change the contact center quite a bit. I believe the contact center will become a revenue center. I don't know if they'll change the name, but it will really become a revenue center because the agents will become much more productive.</p><p>Organizations might choose to reduce costs by reducing labor, but they will also choose to give agents more time to develop relationships. They will use this time to increase revenue with cross-selling and upselling. When customers call, they'll be engaging in a much nicer conversation and eventually being offered opportunities for something that they really need based on context and historical patterns. Organizations that will adopt this will see that they can actually leverage this to be able to turn contact centers into revenue centers.</p><p><strong>CRM: You mentioned turning the contact center into a revenue center. Business and tech executives have talked about this for at least 10 years. What will be different in the next five years?</strong></p><p><strong>Bodner:</strong> You need to give your workforce time to engage in selling. If an agent is told to be off the phone in a certain amount of time, it doesn't give time to sell. They're not being given the time because labor costs are going up and interactions are going up.</p><p>Agents will have more time because AI will do a big chunk of the work that agents are doing today. Most agents are not trained as salespeople, so you need to give them the training. Give people the time and the tools to get better and they will generate revenue.</p><p><strong>CRM: Where do you see Verint in the next five to 10 years?</strong></p><p><strong>Bodner:</strong> We see ourselves cutting through the AI noise. Customers are confused. Everybody says they have AI. Everybody says they can do wonderful things with AI. We chose to become an AI business outcomes company. That's the foundation for the next five to 10 years. We are the company that is going to demonstrate real outcomes with the latest and greatest AI to do that. We realized that we need to have an open platform because AI moves so quickly. That foundation will carry us for the next five to 10 years.</p> <div class="cta_magazine_subscription_wrap"> <div class="cta_magazine_subscription"> <div class="cta_magazine_subscription_img"> <img class="lazy" data-original="https://dzceab466r34n.cloudfront.net/Images/SiteImages/165018-2024-Cover-Images-ORG.png" alt="CRM Covers"> </div> <div class="cta_magazine_subscription_details"> <div> <div><span>Free</span></div> <div>for qualified subscribers</div> </div> <a class="cta_magazine_subscription_btn_primary" href="/Magazine/Default.aspx">Subscribe Now</a> <a class="cta_magazine_subscription_btn_secondary" href="/Current_Issue">Current Issue</a> <a class="cta_magazine_subscription_btn_secondary" href="/Previous_Issue">Past Issues</a> </div> </div> </div> </div> <!-- START ad_leaderboard --> <div class="advertisement ad_leaderboard"> <div id="div-gpt-ad-1573494509399-0" style="height:90px;width:728px;"> <script defer type="text/javascript"> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1573494509399-0'); }); </script> </div> </div> <div class="page_content"> <div class="section_title"> Buyer's Guide Companies Mentioned </div> <section class="article_grid vendor_container"> <ul> <li> <div id="pnlCategoryIndex"> <a id="MainContentPlaceHolder_ctl04_ctl00_rptCompanies_lnkCompanyImage_0" href="https://www.destinationcrm.com/BuyersGuide/Interactions-IVA-%7c-Conversational-AI-Solutions-Platform-for-CX-3567.aspx"><img class="lazy" data-original="https://dzceab466r34n.cloudfront.net/Images/CompanyImages/13693-Interactions.net120_new-ORG.jpg" /></a> </div> </li> <li> <div id="pnlCategoryIndex"> <a id="MainContentPlaceHolder_ctl04_ctl00_rptCompanies_lnkCompanyImage_1" href="https://www.destinationcrm.com/BuyersGuide/Verint-Customer-Engagement-2131.aspx"><img class="lazy" data-original="https://dzceab466r34n.cloudfront.net/Images/CompanyImages/118725-verint-2018-2-ORG.png" /></a> </div> </li> </ul> </section> </div> </div> <div class="sidebar"> <div class="sidebar_item"> <div style="width: 100%; margin: 3px auto; text-align: center; display: inline-block; height: 32px;"> <div style="display: inline-block;"><a href="https://x.com/CRM" target="_new" rel="noopener"><img id="Destination CRM on X" src="https://dzceab466r34n.cloudfront.net/Images/OtherImages/160917-X-Logo-ORG.png" alt="Destination CRM on X" style="border: 0px solid; width: 32px; height: 32px;" /></a><a href="https://www.linkedin.com/groups/1787015/" target="_new" rel="noopener"><img id="Destination CRM on LinkedIn" src="https://dzceab466r34n.cloudfront.net/images_nl/sw/32x32_Circle_49_LI.png" alt="Destination CRM on LinkedIn" style="border: 0px solid; width: 32px; height: 32px;" /></a><a href="https://www.facebook.com/CRMMagazine" target="_new" rel="noopener"><img id="Destination CRM on Facebook" style="border: 0px solid; width: 32px; height: 32px;" src="https://dzceab466r34n.cloudfront.net/images_nl/sw/32x32_Circle_49_FB.png" alt="Destination CRM on Facebook" /></a></div> <div style="display: inline-block;"><a href="https://www.youtube.com/@CRMmagazine" target="_new" rel="noopener"><img id="Destination CRM on YouTube" style="border: 0px solid; width: 32px; height: 32px;" src="https://dzceab466r34n.cloudfront.net/images_nl/sw/32x32_Circle_49_YT.png" alt="Destination CRM on YouTube" /></a></div> </div></div> <div class="sidebar_item"> <div class="advertisement ad_box"> <div id="div-gpt-ad-1573494212872-0" style="height:250px;width:300px;"> <script defer type="text/javascript"> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1573494212872-0'); }); </script> </div> </div> </div> <div class="sidebar_item"> <div class="section_title"> Best Practices Series </div> <ul> <li> <a id="MainContentPlaceHolder__ctrl_0_BestPractices_ctl00_rptIssues_lnkIssueImage_0" href="https://www.destinationcrm.com/BestPractices/13744-GenAI-for-Customer-Service-%e2%80%93Pitfalls-and-Lessons-Learned.htm?utm_campaign=generateView&amp;utm_source=rightsidebar&amp;utm_medium=webpage&amp;utm_content=image"><img src="https://dzceab466r34n.cloudfront.net/Images/IssueImages/166164-1024_AIandKM_eGain_480x610-choice2-ORG.png" alt="" /></a> <h2> <a id="MainContentPlaceHolder__ctrl_0_BestPractices_ctl00_rptIssues_lnkIssueTitle_0" href="https://www.destinationcrm.com/BestPractices/13744-GenAI-for-Customer-Service-%e2%80%93Pitfalls-and-Lessons-Learned.htm?utm_campaign=generateView&amp;utm_source=rightsidebar&amp;utm_medium=webpage&amp;utm_content=text">GenAI for Customer Service 鈥揚itfalls and Lessons Learned</a></h2> </li> <li> <a id="MainContentPlaceHolder__ctrl_0_BestPractices_ctl00_rptIssues_lnkIssueImage_1" href="https://www.destinationcrm.com/BestPractices/13352-Contact-Center-Transformation-with-AI-and-Automation.htm?utm_campaign=generateView&amp;utm_source=rightsidebar&amp;utm_medium=webpage&amp;utm_content=image"><img src="https://dzceab466r34n.cloudfront.net/Images/IssueImages/163224-0324_CCtrans_NICE_480x610-ORG.png" alt="" /></a> <h2> <a id="MainContentPlaceHolder__ctrl_0_BestPractices_ctl00_rptIssues_lnkIssueTitle_1" href="https://www.destinationcrm.com/BestPractices/13352-Contact-Center-Transformation-with-AI-and-Automation.htm?utm_campaign=generateView&amp;utm_source=rightsidebar&amp;utm_medium=webpage&amp;utm_content=text">Contact Center Transformation with AI and Automation</a></h2> </li> <li> <a id="MainContentPlaceHolder__ctrl_0_BestPractices_ctl00_rptIssues_lnkIssueImage_2" href="https://www.destinationcrm.com/BestPractices/13353-Digital-First-Customer-Service-in-a-Human-World.htm?utm_campaign=generateView&amp;utm_source=rightsidebar&amp;utm_medium=webpage&amp;utm_content=image"><img src="https://dzceab466r34n.cloudfront.net/Images/IssueImages/163225-0324_Digital1st_NICE_480x610-ORG.png" alt="" /></a> <h2> <a id="MainContentPlaceHolder__ctrl_0_BestPractices_ctl00_rptIssues_lnkIssueTitle_2" href="https://www.destinationcrm.com/BestPractices/13353-Digital-First-Customer-Service-in-a-Human-World.htm?utm_campaign=generateView&amp;utm_source=rightsidebar&amp;utm_medium=webpage&amp;utm_content=text">Digital-First Customer Service in a Human World</a></h2> </li> <li> <h2 style="text-align: right;"> <a id="MainContentPlaceHolder__ctrl_0_BestPractices_ctl00_rptIssues_lnkShowMore" href="/Archives/Default.aspx?ContextSubtypeID=259&amp;utm_source=rightsidebar&amp;utm_medium=show_more">More</a> </h2> </li> </ul> </div> <div class="sidebar_item"> <div class="advertisement ad_box"> <div id="div-gpt-ad-1573494281940-0" style="height:250px;width:300px;"> <script defer type="text/javascript"> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1573494281940-0'); }); </script> </div> </div> </div> <div class="sidebar_item"> <div class="section_title"> CRM Web Events </div> <ul> <li> <h2> <a id="MainContentPlaceHolder__ctrl_0_Upcoming_ctl00_rptWebinars_lnkWebinarTitle_0" href="https://www.destinationcrm.com/Webinars/2051-2024-Contact-Center-Success-Stories-What-Went-Right!.htm?utm_campaign=generateView&amp;utm_source=rightsidebar&amp;utm_medium=webpage&amp;utm_content=text">2024 Contact Center Success Stories: What Went Right!</a></h2> Coming December 04, 2024 </li> <li> <h2> <a id="MainContentPlaceHolder__ctrl_0_Upcoming_ctl00_rptWebinars_lnkWebinarTitle_1" href="https://www.destinationcrm.com/Webinars/2050-Conversational-Customer-Service-Convenience-Everywhere.htm?utm_campaign=generateView&amp;utm_source=rightsidebar&amp;utm_medium=webpage&amp;utm_content=text">Conversational Customer Service: Convenience Everywhere</a></h2> Coming December 11, 2024 </li> <li> <h2> <a id="MainContentPlaceHolder__ctrl_0_Upcoming_ctl00_rptWebinars_lnkWebinarTitle_2" href="https://www.destinationcrm.com/Webinars/2177-Transforming-Quality-Management-with-GenAI-Precision-Personalization-and-Impact.htm?utm_campaign=generateView&amp;utm_source=rightsidebar&amp;utm_medium=webpage&amp;utm_content=text">Transforming Quality Management with GenAI: Precision, Personalization, and Impact</a></h2> Coming December 18, 2024 </li> <li> <h2> <a id="MainContentPlaceHolder__ctrl_0_Upcoming_ctl00_rptWebinars_lnkWebinarTitle_3" href="https://www.destinationcrm.com/Webinars/2145-CX-Megatrends-to-Watch-in-2025-and-Beyond.htm?utm_campaign=generateView&amp;utm_source=rightsidebar&amp;utm_medium=webpage&amp;utm_content=text">CX Megatrends to Watch in 2025 and Beyond</a></h2> Coming January 15, 2025 </li> <li> <h2> <a id="MainContentPlaceHolder__ctrl_0_Upcoming_ctl00_rptWebinars_lnkWebinarTitle_4" href="https://www.destinationcrm.com/Webinars/2144-Top-Marketing-Automation-Trends-in-2025-A-Preview.htm?utm_campaign=generateView&amp;utm_source=rightsidebar&amp;utm_medium=webpage&amp;utm_content=text">Top Marketing Automation Trends in 2025: A Preview</a></h2> Coming January 29, 2025 </li> <li> <h2 style="text-align: right;"> <a id="MainContentPlaceHolder__ctrl_0_Upcoming_ctl00_rptWebinars_lnkShowMore" href="/Webinars/">More Web Events</a> </h2> </li> </ul> </div> <div id="MainContentPlaceHolder__ctrl_0_pnlThirdAdSlot" class="sidebar_item"> <div class="advertisement ad_box"> <div id="div-gpt-ad-1573494316175-0" style="height:250px;width:300px;"> <script defer type="text/javascript"> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1573494316175-0'); }); </script> </div> </div> </div> <div class="sidebar_item"> <div class="section_title"> Reports & Research </div> <ul> <li> <a id="MainContentPlaceHolder__ctrl_0_SponsoredContent_ctl00_rptIssues_lnkIssueImage_0" href="https://www.destinationcrm.com/ReportsandResearch/13825-The-State-of-CX-Real-insights-from-the-largest-CX-dataset.htm?utm_campaign=generateView&amp;utm_source=righsidebar&amp;utm_medium=webpage&amp;utm_content=image"><img class="lazy" data-original="https://dzceab466r34n.cloudfront.net/Images/IssueImages/166673-0240886_en_State-of-CX-Real-Insights_research_report-1-ORG.png" /></a> <h2> <a id="MainContentPlaceHolder__ctrl_0_SponsoredContent_ctl00_rptIssues_lnkIssueTitle_0" href="https://www.destinationcrm.com/ReportsandResearch/13825-The-State-of-CX-Real-insights-from-the-largest-CX-dataset.htm?utm_campaign=generateView&amp;utm_source=righsidebar&amp;utm_medium=webpage&amp;utm_content=text">The State of CX: Real insights from the largest CX dataset</a></h2> </li> <li> <a id="MainContentPlaceHolder__ctrl_0_SponsoredContent_ctl00_rptIssues_lnkIssueImage_1" href="https://www.destinationcrm.com/ReportsandResearch/13868-Put-Your-Best-Phone-Calls-Forward.htm?utm_campaign=generateView&amp;utm_source=righsidebar&amp;utm_medium=webpage&amp;utm_content=image"><img class="lazy" data-original="https://dzceab466r34n.cloudfront.net/Images/IssueImages/166972-Asset-for-December-Program-TWO-Put-Your-Best-Calls-Forward-eBook-FOR-ALL-CAMPAIGNS-(1)-1-ORG.png" /></a> <h2> <a id="MainContentPlaceHolder__ctrl_0_SponsoredContent_ctl00_rptIssues_lnkIssueTitle_1" href="https://www.destinationcrm.com/ReportsandResearch/13868-Put-Your-Best-Phone-Calls-Forward.htm?utm_campaign=generateView&amp;utm_source=righsidebar&amp;utm_medium=webpage&amp;utm_content=text">Put Your Best Phone Calls Forward</a></h2> </li> <li> <a id="MainContentPlaceHolder__ctrl_0_SponsoredContent_ctl00_rptIssues_lnkIssueImage_2" href="https://www.destinationcrm.com/ReportsandResearch/13869-%5bForrester%5d-Budget-Planning-Guide-2025-Customer-Experience.htm?utm_campaign=generateView&amp;utm_source=righsidebar&amp;utm_medium=webpage&amp;utm_content=image"><img class="lazy" data-original="https://dzceab466r34n.cloudfront.net/Images/IssueImages/166980-BudgetGuide-ORG.png" /></a> <h2> <a id="MainContentPlaceHolder__ctrl_0_SponsoredContent_ctl00_rptIssues_lnkIssueTitle_2" href="https://www.destinationcrm.com/ReportsandResearch/13869-%5bForrester%5d-Budget-Planning-Guide-2025-Customer-Experience.htm?utm_campaign=generateView&amp;utm_source=righsidebar&amp;utm_medium=webpage&amp;utm_content=text">[Forrester] Budget Planning Guide 2025: Customer Experience</a></h2> </li> <li> <h2 style="text-align: right;"> <a id="MainContentPlaceHolder__ctrl_0_SponsoredContent_ctl00_rptIssues_lnkShowMore" href="/Archives/Default.aspx?ContextSubtypeID=260&amp;utm_source=righsidebar&amp;utm_medium=show_more">More</a> </h2> </li> </ul> </div> </div> </section> </div> <footer> <div class="footer_wrapper"> <div class="footer_section" id="address"> <div style="margin: 5px; width: 200px;"><a href="/default.aspx"> <img src="https://dzceab466r34n.cloudfront.net/CRM/logo_desktop.svg" caption="false" /></a></div> <p>destinationCRM.com is dedicated to providing Customer Relationship Management product and service information in a timely manner to connect decision makers and CRM industry providers now and into the future.</p> <p>All Content Copyright &copy; 2009 - 2024<br /><a href="http://www.infotoday.com" target="_blank" rel="noopener">Information Today Inc. </a></p> <div style="margin: 3px auto; text-align: left; display: inline-block; height: 32px;"> <div style="display: inline-block;"><a href="https://x.com/CRM" target="_new" rel="noopener"><img id="Destination CRM on X" src="https://dzceab466r34n.cloudfront.net/Images/OtherImages/160917-X-Logo-ORG.png" alt="Destination CRM on X" style="border: 0px solid; width: 32px; height: 32px;" /></a>&nbsp;<a href="https://www.linkedin.com/groups/1787015/" target="_new" rel="noopener"><img id="Destination CRM on LinkedIn" src="https://dzceab466r34n.cloudfront.net/images_nl/sw/32x32_Circle_49_LI.png" alt="Destination CRM on LinkedIn" style="border: 0px solid; width: 32px; height: 32px;" /></a>&nbsp;<a href="https://www.facebook.com/CRMMagazine" target="_new" rel="noopener"><img id="Destination CRM on Facebook" style="border: 0px solid; width: 32px; height: 32px;" src="https://dzceab466r34n.cloudfront.net/images_nl/sw/32x32_Circle_49_FB.png" alt="Destination CRM on Facebook" /></a>&nbsp;</div> <div style="display: inline-block;"><a href="https://www.youtube.com/@CRMmagazine" target="_new" rel="noopener"><img id="Destination CRM on YouTube" style="border: 0px solid; width: 32px; height: 32px;" src="https://dzceab466r34n.cloudfront.net/images_nl/sw/32x32_Circle_49_YT.png" alt="Destination CRM on YouTube" /></a></div> </div> <p><br />CRM Magazine<br />143 Old Marlton Pike<br />Medford, NJ 08055<br />(212) 251-0608</p> <p><a href="http://www.infotoday.com/privacy.shtml" target="_blank" rel="noopener">PRIVACY/COOKIES POLICY</a></p> </div> <div class="footer_section" id="resources"> <h2>Resources</h2> <ul> <li><a href="/">Home</a></li> <li><a href="/Magazine/Default.aspx">Get <em>CRM</em> Magazine</a></li> <li><a href="/Newsletters/">CRM eWeekly</a></li> <li><a href="/Categories/Topics.aspx">CRM Topic Centers</a></li> <li><a href="/Categories/Industries.aspx">CRM Industry Solutions</a></li> <li><a href="/Featured-Articles">CRM News</a></li> <li><a href="/Viewpoints">Viewpoints</a></li> <li><a href="/Webinars/">Web Events</a></li> <!-- <li><a href="/Events">Events Calendar</a></li> --> <li><a href="https://www.destinationcrm.com/RSS/Rss_feeds.aspx">RSS Feeds</a></li> <li><a href="/About/About_Us">About destinationCRM</a></li> <li><a href="/About/How_to_Advertise">Advertise</a></li> <li><a href="/About/Getting_Covered">Getting Covered</a></li> <li><a href="mailto:webmaster@infotoday.com">Report Problems</a></li> <li><a href="/About/Contact_Us">Contact Us</a></li> </ul> </div> <div class="footer_section" id="otherSites"> <h2>Other ITI Sites</h2> <ul> <li><a href="https://www.dbta.com/" target="_new">Database Trends and Applications</a></li> <li><a href="https://www.Enterpriseaiworld.com/" target="_new">Enterprise AI World</a></li> <li><a href="https://www.faulkner.com/" target="_new">Faulkner Information Services</a></li> <li><a href="https://www.InfoToday.com/" target="_new">InfoToday.com</a></li> <li><a href="https://www.InfoToday.eu/" target="_new">InfoToday Europe</a></li> <li><a href="https://www.kmworld.com/" target="_new">KMWorld</a></li> <li><a href="https://www.infotoday.com/cilmag/" target="_new">Online Searcher</a></li> <li><a href="https://www.SmartCustomerService.com/" target="_new">Smart Customer Service</a></li> <li><a href="https://www.speechtechmag.com/" target="_new">Speech Technology</a></li> <li><a href="https://www.streamingmedia.com/" target="_new">Streaming Media</a></li> <li><a href="https://europe.streamingmedia.com/" target="_new">Streaming Media Europe</a></li> <li><a href="https://www.streamingmedia.com/producer" target="_new">Streaming Media Producer</a></li> <li><a href="https://www.UnisphereResearch.com/" target="_new">Unisphere Research</a></li> </ul> </div> </div> <p><br />&nbsp;<br />&nbsp;<br />&nbsp;</p> </footer> </form> <script type="text/javascript"> _linkedin_partner_id = "6267420"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} 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);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=6267420&fmt=gif" /> </noscript> </body> <script type="text/javascript" src="/js-scripts?v=gJuZerWoF9bloJ5YsN2h_ic24WgeqaHHOlPMKiAksZY1"></script> <script defer type="text/javascript" src="/custom-scripts?v=MYXYBYmBOoH3yvY5a1h7Q2OKxRqWoM-aB3-mBkVISaI1"></script> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=itisharing" async></script> </html>

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