CINXE.COM
Privacy Policy | ISG
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1"> <title> Privacy Policy | ISG </title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="apple-touch-icon" href='/ResourcePackages/ISGBootstrap/assets/dist/images/icon.png'> <link rel="shortcut icon" href='/ResourcePackages/ISGBootstrap/assets/dist/images/favicon.ico'> <script src="/ScriptResource.axd?d=agwj-qG4Oi7k9hkvkRq2GTDqU9XPXdCKKFsR0wEGc_bOfFMkWuVIXBNYFUMXJR_a9jxWFUvaRrxHCaPaN9eDpppKp_az8q-7M6lFJ3bk2WZAKeLioP165D9yvPq1kRAKOT9pR3m1XvBaVkuYVGLHZM5_53Epcs0pKxyKRZbZFGFzFwup0&t=7514f26e" type="text/javascript"></script><script src="/ScriptResource.axd?d=ePnjFy9PuY6CB3GWMX-b_w7dxotyB-ChSNIHaG-RrkJKTaFbSBsMRaokWmB-KCoB__umScxevcF_mteRCw1Wv-87gWtbzdXmj2bciuGs1Pc4pV7C75yVW7BYMxB0XUZ7Hld8AR_qmufmCI2wcDTU2ggy5Mz94eVXi818jHQlc8SnyCp10&t=7514f26e" type="text/javascript"></script><script src="/Scripts/Vue/vue-2.6.14.min.js?v=$(AssemblyVersion)" type="text/javascript"></script><link href="/ResourcePackages/ISG2021/assets/dist/css/main.min.css?v=$(AssemblyVersion)" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700%7CRoboto+Slab:100,300,400,700" media="none" onload="if (media !== 'all') media = 'all'"> <meta name="robots" content="noindex" /><meta property="og:title" content="Privacy Policy" /><meta property="og:url" content="https://isg-one.com/privacy-policy" /><meta property="og:type" content="website" /><meta property="og:site_name" content="Default" /><script async src="https://www.googletagmanager.com/gtag/js?id=UA-27682104-1"></script><script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-27682104-1'); </script> <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-TS6Q4TK');</script><link crossorigin="anonymous" href="//cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" integrity="sha256-Vzbj7sDDS/woiFS3uNKo8eIuni59rjyNGtXfstRzStA=" media="all" rel="stylesheet" type="text/css" /><script src="https://cdnjs.cloudflare.com/ajax/libs/plyr/3.5.10/plyr.min.js" integrity="sha512-s+7DP2WK83Ygu3fJu/AAIMpzOVxehY2sh+RYnYG3wEuQUv8tieAeAG4ublGKB5LWgR3Mh1qWclFVjU5reAjnJw==" crossorigin="anonymous"></script><link crossorigin="anonymous" href="//cdnjs.cloudflare.com/ajax/libs/plyr/3.5.10/plyr.css" integrity="sha512-3gK001rfejuEogNopjlWZfZtp1FrIzR0eU/SHvqCSF7tBAwpvrvxvZsqCixRPNHiA0NHVKLQpvL8PxUX0jXZxw==" media="all" rel="stylesheet" type="text/css" /><style type="text/css" media="all">.z-index-1{z-index:1;} .navbar-promo-inner { padding: 0.8rem 2rem; }</style><link rel="canonical" href="https://isg-one.com/privacy-policy" /></head> <body class=""> <div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v11.0" nonce="qJBqdmhO"></script> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TS6Q4TK" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <div id="searchSlideDown" class="hs-unfold-content dropdown-unfold search-slide-down vuejs-search"> <div id="search" class="search-form"> <label for="SearchInput-1" class="sr-only">Search ISG</label> <input v-model="query" title="Search ISG" placeholder="Search ISG" class="form-control vuejs-search-textbox" type="search" id="SearchInput-1" autocomplete="off"> </div> <div class="vuejs-search-menu"> <div id="VueJsMegamenuSearchResults" class="dropdown" v-cloak> <div class="dropdown-menu"> <div id="results" class="vuejs-search-menu-results"> <div class="vuejs-search-results" v-if="nothingFound && !loading"> <p>No results found</p> </div> <div class="vuejs-search-results" v-else-if="query.length === 0"> <p>Please enter some search terms</p> </div> <div class="vuejs-search-results" v-else-if="loading && results.length === 0"> <p>Searching...</p> </div> <div class="vuejs-search-results" v-if="results.length > 0 && query.length > 0"> <ul> <li class="result" v-for="(result, key) in results"> <div :class="result.Class"> <h4 class="result-title"> <i :class="getResultIconClass(result.Type)"></i> <a :href="addAnalytics(result.Href)" v-html="result.Title"></a> </h4> <div class="result-description"> <p class="result-summary" v-html="result.Summary"></p> </div> </div> </li> </ul> <p> There are {{resultsCount}} results in this search. These are the top {{results.length}} results. <a :href="resultsUrl + queryString"> See all results </a> </p> </div> </div> </div> </div> </div> </div> <script> // Global isgSearchBox configuration object var VueJsSearchBoxConfig = { resultsUrl: '/search', searchServiceKey: '0B0F4CC36B704E12ADDD5F7E43284E12', searchServiceUrl: 'https://isgwebsite.search.windows.net/', searchIndexName: 'isg-one-com-isg-production', highlight: 'Title,Content,Summary,RelatedArticles,TeamMembers,Tags,Categories,Authors', top: 20, searchFields: 'Title,Content,Summary,RelatedArticles,TeamMembers,Tags,Categories,Authors,Keywords', scoringProfile: 'isg-default-sp', scoringParameter: 'currentLanguage-en', minimumContentDate: '2022-11-22T00:00:00.0000000Z', count: true, appId: '', inputId: '#SearchInput-1' }; </script> <!--[if lte IE 11]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p> <![endif]--> <header id="header" class="header header-box-shadow-on-scroll header-abs-top header-white-nav-links-lg header-show-hide" data-hs-header-options='{"fixMoment": 1000,"fixEffect": "slide"}'> <div id="HeaderPlaceholder_TFF7FD39E001_Col00" class="sf_colsIn header-section bg-isg-blue" data-sf-element="Container" data-placeholder-label="Container"><div id="HeaderPlaceholder_TFF7FD39E055_Col00" class="sf_colsIn top-nav bg-darkblue" data-sf-element="Container" data-placeholder-label="Container"><div id="HeaderPlaceholder_TFF7FD39E002_Col00" class="sf_colsIn container header-hide-content py-md-2" data-sf-element="Container" data-placeholder-label="Container"><div id="HeaderPlaceholder_TFF7FD39E011_Col00" class="sf_colsIn d-flex align-items-center" data-sf-element="Container" data-placeholder-label="Topbar"><div id="HeaderPlaceholder_TFF7FD39E038_Col00" class="sf_colsIn hs-unfold" data-sf-element="Container" data-placeholder-label="Language selector"> </div> <div id="HeaderPlaceholder_TFF7FD39E012_Col00" class="sf_colsIn pr-2 ml-auto" data-sf-element="Container" data-placeholder-label="Top navigation"> <div class="nav nav-md nav-y-0 d-none d-sm-flex ml-sm-auto dk" id="TopNavigation-1"> <a class="nav-link" href="/careers" target="_self">Careers</a> <a class="nav-link" href="/who-we-are" target="_self">Who We Are</a> </div> </div> <div id="HeaderPlaceholder_TFF7FD39E039_Col00" class="sf_colsIn list-inline pl-2 mb-0 search-signin z-index-2" data-sf-element="Container" data-placeholder-label="Search and Okta login"> <a class="btn-login ml-2" href="/isg-login"><span class="dk">Log In </span><i class="fas fa-unlock-alt ml-1"></i></a> <a class="js-hs-unfold-invoker vue-search-invoker btn btn-search" href="javascript:;" data-hs-unfold-options='{ "target": "#searchSlideDown", "type": "css-animation", "animationIn": "fadeIn search-slide-down-show", "animationOut": "fadeOutUp", "hasOverlay": true, "overlayClass": ".search-slide-down-bg-overlay", "overlayStyles": { "background": "rgba(33, 50, 91, .7)" }, "duration": 800, "hideOnScroll": false }'> <span class="dk">Search </span><i class="fas fa-search"></i> </a> </div> </div> </div> </div> <div id="HeaderPlaceholder_TFF7FD39E003_Col00" class="sf_colsIn container id-logoAndNav d-flex" data-sf-element="Container" data-placeholder-label="Main navigation"> <nav class="js-mega-menu navbar navbar-expand-lg" tabindex="-1"> <!-- Logo --> <a class="navbar-brand isg-logo" href="/" aria-label="ISG"> <span class="visually-hidden">ISG</span> </a> <!-- End Logo --> <!-- Responsive Toggle Button --> <button type="button" class="navbar-toggler btn btn-icon btn-sm rounded-circle" aria-label="Toggle navigation" aria-expanded="false" aria-controls="navBar" data-toggle="collapse" data-target="#navBar"> <span class="navbar-toggler-default"> <svg width="14" height="14" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"> <path fill="currentColor" d="M17.4,6.2H0.6C0.3,6.2,0,5.9,0,5.5V4.1c0-0.4,0.3-0.7,0.6-0.7h16.9c0.3,0,0.6,0.3,0.6,0.7v1.4C18,5.9,17.7,6.2,17.4,6.2z M17.4,14.1H0.6c-0.3,0-0.6-0.3-0.6-0.7V12c0-0.4,0.3-0.7,0.6-0.7h16.9c0.3,0,0.6,0.3,0.6,0.7v1.4C18,13.7,17.7,14.1,17.4,14.1z"></path> </svg> </span> <span class="navbar-toggler-toggled"> <svg width="14" height="14" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"> <path fill="currentColor" d="M11.5,9.5l5-5c0.2-0.2,0.2-0.6-0.1-0.9l-1-1c-0.3-0.3-0.7-0.3-0.9-0.1l-5,5l-5-5C4.3,2.3,3.9,2.4,3.6,2.6l-1,1 C2.4,3.9,2.3,4.3,2.5,4.5l5,5l-5,5c-0.2,0.2-0.2,0.6,0.1,0.9l1,1c0.3,0.3,0.7,0.3,0.9,0.1l5-5l5,5c0.2,0.2,0.6,0.2,0.9-0.1l1-1 c0.3-0.3,0.3-0.7,0.1-0.9L11.5,9.5z"></path> </svg> </span> </button> <!-- End Responsive Toggle Button --> <div id="navBar" class="collapse navbar-collapse"> <div class="navbar-body header-abs-top-inner"> <ul class="navbar-nav "> <li class="hs-has-sub-menu navbar-nav-item"> <a id="MegaMenu_EC6EB395-F644-6A14-BDC7-FF0000F6F5B0" class="hs-mega-menu-invoker nav-link nav-link-toggle " href="javascript:;" aria-haspopup="true" aria-expanded="false" aria-labelledby="SubMenu_EC6EB395-F644-6A14-BDC7-FF0000F6F5B0"> Sourcing & Advisory </a> <div id="SubMenu_EC6EB395-F644-6A14-BDC7-FF0000F6F5B0" class="hs-sub-menu dropdown-menu dropdown-menu-no-border-on-mobile" aria-labelledby="MegaMenu_EC6EB395-F644-6A14-BDC7-FF0000F6F5B0"> <!-- <figure class="position-absolute menu-violator"> <svg xmlns="http://www.w3.org/2000/svg" height="500" viewBox="0 0 1000 500" fill="none"> <path d="M836 262L682.5 0H0V518.5H682.5L836 262Z" fill="#29497b" /> </svg> </figure>--> <div class="submenu-shadow"></div> <div class="container"> <div class="menu-intro"> <h3 class="text-white">Sourcing & Advisory</h3> <p>Drive your transformation from a full set of target solutions.</p> </div> <div class="menu-links"> <div class="navbar-promo-card-deck pinned"> <div class="navbar-promo-card navbar-promo-item"> <div class="navbar-promo-link"> <div class="media align-items-center"> <div class="media-body"> <a href="/advisory/sourcing" target="_self"> <span class="navbar-promo-title">Sourcing</span> </a> <span class="navbar-promo-text show-mb">Powered by <a href="/advisory/sourcing/isg-tango-sourcing-solution-platform">ISG Tango</a>, <em>The</em> Sourcing Solution Platform</span> </div> </div> </div> </div> </div> <a class="dropdown-item" href="/advisory/ai-advisory" target="_self">Artificial Intelligence (AI)</a> <a class="dropdown-item" href="/advisory/automation" target="_self">Automation</a> <a class="dropdown-item" href="/advisory/benchmarking" target="_self">Benchmarking</a> <a class="dropdown-item" href="/advisory/business-operations" target="_self">Business Operations</a> <a class="dropdown-item" href="/advisory/cloud" target="_self">Cloud Transformation</a> <a class="dropdown-item" href="/advisory/contact-center" target="_self">Contact Center</a> <a class="dropdown-item" href="/advisory/cost-optimization" target="_self">Cost Optimization</a> <a class="dropdown-item" href="/advisory/cybersecurity" target="_self">Cybersecurity</a> <a class="dropdown-item" href="/advisory/data-analytics-transformation" target="_self">Data & Analytics Transformation</a> <a class="dropdown-item" href="/advisory/digital-engineering" target="_self">Digital Engineering</a> <a class="dropdown-item" href="/advisory/experience-assessment-center" target="_self">Experience Assessments</a> <a class="dropdown-item" href="/advisory/emerging-technology-innovation" target="_self">Emerging Technology & Innovation</a> <a class="dropdown-item" href="/advisory/future-of-work" target="_self">Future of Work</a> <a class="dropdown-item" href="/advisory/hr-technology-and-transformation" target="_self">HR Technology and Transformation</a> <a class="dropdown-item" href="/advisory/network-advisory-select" target="_self">Network</a> <a class="dropdown-item" href="/advisory/operating-model-agile-innovation" target="_self">Operating Model</a> <a class="dropdown-item" href="/advisory/organizational-change-management" target="_self">Organizational Change Management</a> <a class="dropdown-item" href="/advisory/software-advisory-services" target="_self">Software</a> <a class="dropdown-item" href="/advisory/supplier-contract-management" target="_self">Supplier & Contract Management</a> <a class="dropdown-item" href="/advisory/training-as-a-service" target="_self">Training as a Service</a> </div> </div> <div class="submenu-bkg"></div> </div> </li> <li class="hs-has-sub-menu navbar-nav-item"> <a id="MegaMenu_4E879995-F644-6A14-BDC7-FF0000F6F5B0" class="hs-mega-menu-invoker nav-link nav-link-toggle " href="javascript:;" aria-haspopup="true" aria-expanded="false" aria-labelledby="SubMenu_4E879995-F644-6A14-BDC7-FF0000F6F5B0"> Industries </a> <div id="SubMenu_4E879995-F644-6A14-BDC7-FF0000F6F5B0" class="hs-sub-menu dropdown-menu dropdown-menu-no-border-on-mobile" aria-labelledby="MegaMenu_4E879995-F644-6A14-BDC7-FF0000F6F5B0"> <!-- <figure class="position-absolute menu-violator"> <svg xmlns="http://www.w3.org/2000/svg" height="500" viewBox="0 0 1000 500" fill="none"> <path d="M836 262L682.5 0H0V518.5H682.5L836 262Z" fill="#29497b" /> </svg> </figure>--> <div class="submenu-shadow"></div> <div class="container"> <div class="menu-intro"> <h3 class="text-white">Industries</h3> <p>Expertise and solutions tailored to specific industry challenges</p> </div> <div class="menu-links"> <a class="dropdown-item" href="/industries/banking-financial-services" target="_self">Banking & Financial Services</a> <a class="dropdown-item" href="/industries/chemicals-industry" target="_self">Chemicals</a> <a class="dropdown-item" href="/industries/consumer-goods" target="_self">Consumer Packaged Goods</a> <a class="dropdown-item" href="/industries/utilities" target="_self">Energy & Utilities</a> <a class="dropdown-item" href="/industries/healthcare" target="_self">Healthcare</a> <a class="dropdown-item" href="/industries/higher-education" target="_self">Higher Education</a> <a class="dropdown-item" href="/industries/insurance" target="_self">Insurance</a> <a class="dropdown-item" href="/industries/life-sciences" target="_self">Life Sciences</a> <a class="dropdown-item" href="/industries/manufacturing" target="_self">Manufacturing</a> <a class="dropdown-item" href="/industries/media-entertainment" target="_self">Media, Technology and Communications</a> <a class="dropdown-item" href="/industries/oil-and-gas" target="_self">Oil & Gas</a> <a class="dropdown-item" href="/industries/private-equity-and-m-a" target="_self">Private Equity</a> <a class="dropdown-item" href="/industries/public-sector" target="_self">Public Sector</a> <a class="dropdown-item" href="/industries/retail" target="_self">Retail</a> <a class="dropdown-item" href="/industries/travel-and-transportation" target="_self">Travel, Transportation and Hospitality</a> </div> </div> <div class="submenu-bkg"></div> </div> </li> <li class="hs-has-sub-menu navbar-nav-item"> <a id="MegaMenu_322AB395-F644-6A14-BDC7-FF0000F6F5B0" class="hs-mega-menu-invoker nav-link nav-link-toggle " href="javascript:;" aria-haspopup="true" aria-expanded="false" aria-labelledby="SubMenu_322AB395-F644-6A14-BDC7-FF0000F6F5B0"> Platforms </a> <div id="SubMenu_322AB395-F644-6A14-BDC7-FF0000F6F5B0" class="hs-sub-menu dropdown-menu dropdown-menu-no-border-on-mobile" aria-labelledby="MegaMenu_322AB395-F644-6A14-BDC7-FF0000F6F5B0"> <!-- <figure class="position-absolute menu-violator"> <svg xmlns="http://www.w3.org/2000/svg" height="500" viewBox="0 0 1000 500" fill="none"> <path d="M836 262L682.5 0H0V518.5H682.5L836 262Z" fill="#00676f" /> </svg> </figure>--> <div class="submenu-shadow"></div> <div class="container"> <div class="menu-intro"> <h3 class="text-white">Platforms</h3> <p>Deploy our industry-leading data.</p> </div> <div class="menu-links"> <div class="navbar-promo-card-deck"> <div class="navbar-promo-card navbar-promo-item"> <a class="navbar-promo-link" href="/platforms/isg-governx" target="_self"> <div class="media align-items-center"> <div class="media-body"> <span class="navbar-promo-title">ISG Governx®</span> <span class="navbar-promo-text">SaaS platform to govern all third-party relationships and risk.</span> </div> </div> </a> </div> </div> <div class="navbar-promo-card-deck"> <div class="navbar-promo-card navbar-promo-item"> <a class="navbar-promo-link" href="/platforms/isg-inform" target="_self"> <div class="media align-items-center"> <div class="media-body"> <span class="navbar-promo-title">ISG Inform™</span> <span class="navbar-promo-text">Benchmark your entire IT landscape, from cost to service quality and team productivity.</span> </div> </div> </a> </div> </div> <div class="navbar-promo-card-deck"> <div class="navbar-promo-card navbar-promo-item"> <a class="navbar-promo-link" href="/platforms/isg-probenchmark" target="_self"> <div class="media align-items-center"> <div class="media-body"> <span class="navbar-promo-title">ISG ProBenchmark®</span> <span class="navbar-promo-text">Leverage the most in-depth price benchmarks for IT services.</span> </div> </div> </a> </div> </div> <div class="navbar-promo-card-deck"> <div class="navbar-promo-card navbar-promo-item"> <a class="navbar-promo-link" href="/platforms/isg-executive-insights-for-enterprises" target="_self"> <div class="media align-items-center"> <div class="media-body"> <span class="navbar-promo-title">ISG Executive Insights™</span> <span class="navbar-promo-text">An integrated data services platform that empowers you to drive operational excellence and make strategic decisions.</span> </div> </div> </a> </div> </div> </div> </div> <div class="submenu-bkg"></div> </div> </li> <li class="hs-has-sub-menu navbar-nav-item"> <a id="MegaMenu_CDC68A95-F644-6A14-BDC7-FF0000F6F5B0" class="hs-mega-menu-invoker nav-link nav-link-toggle " href="javascript:;" aria-haspopup="true" aria-expanded="false" aria-labelledby="SubMenu_CDC68A95-F644-6A14-BDC7-FF0000F6F5B0"> Research & Articles </a> <div id="SubMenu_CDC68A95-F644-6A14-BDC7-FF0000F6F5B0" class="hs-sub-menu dropdown-menu dropdown-menu-no-border-on-mobile" aria-labelledby="MegaMenu_CDC68A95-F644-6A14-BDC7-FF0000F6F5B0"> <!-- <figure class="position-absolute menu-violator"> <svg xmlns="http://www.w3.org/2000/svg" height="500" viewBox="0 0 1000 500" fill="none"> <path d="M836 262L682.5 0H0V518.5H682.5L836 262Z" fill="#4d3883" /> </svg> </figure>--> <div class="submenu-shadow"></div> <div class="container"> <div class="menu-intro"> <h3 class="text-white">Research & Articles</h3> <p>Insights into key market trends and emerging technologies.</p> </div> <div class="menu-links row"> <div class="col-lg-6"> <div class="navbar-promo-card-deck"> <div class="navbar-promo-card navbar-promo-item"> <a class="navbar-promo-link" href="/research/articles" target="_self"> <div class="media align-items-center"> <div class="media-body"> <span class="navbar-promo-title">Articles</span> <span class="navbar-promo-text">The latest thinking from our Advisors and Research experts.</span> </div> </div> </a> </div> </div> <div class="navbar-promo-card-deck"> <div class="navbar-promo-card navbar-promo-item"> <a class="navbar-promo-link" href="/research/pillars" target="_self"> <div class="media align-items-center"> <div class="media-body"> <span class="navbar-promo-title">ISG Research</span> <span class="navbar-promo-text">Inform your technology strategy and digital transformation with market insights and service and software provider comparisons.</span> </div> </div> </a> </div> </div> <div class="navbar-promo-card-deck"> <div class="navbar-promo-card navbar-promo-item"> <a class="navbar-promo-link" href="/research/supplier-intelligence-research" target="_self"> <div class="media align-items-center"> <div class="media-body"> <span class="navbar-promo-title">Supplier Intelligence</span> <span class="navbar-promo-text">Maximize your technology investments and supplier ecosystem with our proprietary research, rates and data platform.</span> </div> </div> </a> </div> </div> </div> <div class="col-lg-6 navbar-promo"> <a class="d-block navbar-promo-inner" href="/research/isg-index" target="_self"> <div class="position-relative"></div> <span class="navbar-promo-title">ISG Index™</span> <span class="navbar-promo-text font-size-1">Market intelligence on the global technology and business services industry.</span> </a> <a class="d-block navbar-promo-inner" href="/research/isg-provider-lens" target="_self"> <div class="position-relative"></div> <span class="navbar-promo-title">ISG Provider Lens™</span> <span class="navbar-promo-text font-size-1">Practitioner-based research reports on the IT and business services markets.</span> </a> <a class="d-block navbar-promo-inner" href="/research/software-research" target="_self"> <div class="position-relative"></div> <span class="navbar-promo-title">Software Research</span> <span class="navbar-promo-text font-size-1">Research and data on software providers and the tech industry ecosystem.</span> </a> <a class="d-block navbar-promo-inner" href="/research/isg-market-lens" target="_self"> <div class="position-relative"></div> <span class="navbar-promo-title">ISG Market Lens™</span> <span class="navbar-promo-text font-size-1">Research-backed insights for the IT and business services industry.</span> </a> </div> </div> </div> <div class="submenu-bkg"></div> </div> </li> <li class="hs-has-sub-menu navbar-nav-item"> <a id="MegaMenu_DC78B395-F644-6A14-BDC7-FF0000F6F5B0" class="hs-mega-menu-invoker nav-link nav-link-toggle " href="javascript:;" aria-haspopup="true" aria-expanded="false" aria-labelledby="SubMenu_DC78B395-F644-6A14-BDC7-FF0000F6F5B0"> Events </a> <div id="SubMenu_DC78B395-F644-6A14-BDC7-FF0000F6F5B0" class="hs-sub-menu dropdown-menu dropdown-menu-no-border-on-mobile" aria-labelledby="MegaMenu_DC78B395-F644-6A14-BDC7-FF0000F6F5B0"> <!-- <figure class="position-absolute menu-violator"> <svg xmlns="http://www.w3.org/2000/svg" height="500" viewBox="0 0 1000 500" fill="none"> <path d="M836 262L682.5 0H0V518.5H682.5L836 262Z" fill="#03abba" /> </svg> </figure>--> <div class="submenu-shadow"></div> <div class="container"> <div class="menu-intro"> <h3 class="text-white">Events</h3> <p>ISG’s flagship events fuel learning, sharing and connecting.</p> </div> <div class="menu-links icon-card-links row"> <div class="navbar-promo-card navbar-promo-item"> <a class="navbar-promo-link" href="/events/events-landing" target="_self"> <div class="media align-items-center"> <img class="navbar-promo-icon" src="https://isg-one.com/images/default-source/resourcepackages/isg2021/svg/icons/event.svg?sfvrsn=be51d931_2" alt="ISG Events"> <div class="media-body"> <span class="navbar-promo-title">ISG Events</span> <span class="navbar-promo-text"></span> </div> </div> </a> </div> <div class="navbar-promo-card navbar-promo-item"> <a class="navbar-promo-link" href="/events/webinars" target="_self"> <div class="media align-items-center"> <img class="navbar-promo-icon" src="https://isg-one.com/images/default-source/resourcepackages/isg2021/svg/icons/webinar.svg?sfvrsn=567fd231_2" alt="Webinars"> <div class="media-body"> <span class="navbar-promo-title">Webinars</span> <span class="navbar-promo-text"></span> </div> </div> </a> </div> </div> </div> <div class="submenu-bkg"></div> </div> </li> <li class="hs-has-sub-menu navbar-nav-item"> <a id="MegaMenu_E72BB395-F644-6A14-BDC7-FF0000F6F5B0" class="hs-mega-menu-invoker nav-link nav-link-toggle " href="javascript:;" aria-haspopup="true" aria-expanded="false" aria-labelledby="SubMenu_E72BB395-F644-6A14-BDC7-FF0000F6F5B0"> Providers </a> <div id="SubMenu_E72BB395-F644-6A14-BDC7-FF0000F6F5B0" class="hs-sub-menu dropdown-menu dropdown-menu-no-border-on-mobile" aria-labelledby="MegaMenu_E72BB395-F644-6A14-BDC7-FF0000F6F5B0"> <!-- <figure class="position-absolute menu-violator"> <svg xmlns="http://www.w3.org/2000/svg" height="500" viewBox="0 0 1000 500" fill="none"> <path d="M836 262L682.5 0H0V518.5H682.5L836 262Z" fill="#29497b" /> </svg> </figure>--> <div class="submenu-shadow"></div> <div class="container"> <div class="menu-intro"> <h3 class="text-white">Providers</h3> <p>Solutions to help service, network and technology providers accelerate growth.</p> </div> <div class="menu-links icon-card-links row"> <div class="navbar-promo-card navbar-promo-item"> <a class="navbar-promo-link" href="/providers/briefings-and-submissions" target="_self"> <div class="media align-items-center"> <img class="navbar-promo-icon" src="https://isg-one.com/images/default-source/resourcepackages/isg2021/svg/icons/icon-29.svg?sfvrsn=8251d931_2" alt="Briefings and Submissions"> <div class="media-body"> <span class="navbar-promo-title">Briefings and Submissions</span> <span class="navbar-promo-text">Participate in ISG Research.</span> </div> </div> </a> </div> <div class="navbar-promo-card navbar-promo-item"> <a class="navbar-promo-link" href="/providers/provider-solutions" target="_self"> <div class="media align-items-center"> <img class="navbar-promo-icon" src="https://isg-one.com/images/default-source/resourcepackages/isg2021/svg/icons/engage.svg?sfvrsn=a451d931_2" alt="Provider Solutions"> <div class="media-body"> <span class="navbar-promo-title">Provider Solutions</span> <span class="navbar-promo-text">Drive strategic growth and market awareness.</span> </div> </div> </a> </div> </div> </div> <div class="submenu-bkg"></div> </div> </li> </ul> </div> </div> </nav> <form class="js-validate align-items-center nav-cta" action="/contact-us" method="get" novalidate="novalidate"> <div class="input-group"> <input type="hidden" class="contact-cta form-control" name="Web_Page_Referrer__c"> <div class="input-group-append"> <button type="submit" class="contact-btn btn btn-block btn-teal px-4" formaction="/contact-us">Contact Us</button> </div> </div> </form> </div> </div> </header> <main id="content" role="main"> <div id="BodyPlaceholder_C008_Col00" class="sf_colsIn container space-2" data-sf-element="Container" data-placeholder-label="Container"> <div > <article data-sf-ec-immutable="" class="one-article"><h1>Global Privacy Notice</h1><p style="margin:0px 0px 10.66px;"><strong>INFORMATION SERVICES GROUP, INC.</strong> </p><p style="margin:0px 0px 10.66px;"><strong>Last modified: 18 June 2024</strong></p><p> </p><p style="margin:0px 0px 10.66px;"><strong>Introduction</strong> </p><p style="margin:0px 0px 10.66px;">This privacy policy (the "Privacy Policy") explains what personal information we collect about you, why we collect the data, how we use your data, how your data is protected, when and with whom your personal information is shared and how to contact us with questions or comments through your use of <a href="https://isg-one.com">isg-one.com</a> (the "Homepage") and/or <a data-sf-ec-immutable="" href="https://isg-one.de">isg-one.de</a>, <a data-sf-ec-immutable="" href="https://isg-one.fr">isg-one.fr</a> and <a data-sf-ec-immutable="" href="https://isg-one.com">isg-one.it</a> (together the "Websites"). </p><p style="margin:0px 0px 10.66px;">We know you care how information about you is used and shared and we appreciate your trust in us to do that carefully and sensibly.</p><p style="margin:0px 0px 10.66px;">This Privacy Policy is important; we hope you will take time to read it carefully.</p><p style="margin:0px 0px 10.66px;"> </p><p><strong>1. Who Are We?</strong> </p><p><strong></strong>In this Privacy Policy, any reference to “ISG,” "we," "our" or "us" shall mean Information Services Group, Inc. and/or its affiliated companies around the world. References to "you" or "your" are references to the user of the Websites. </p><p style="margin:0px 0px 10.66px;">Information Services Group, Inc. and/or its affiliated entities are the data controller(s) of your personal information. Information Services Group, Inc. has its principal place of business at 2187 Atlantic Street, Stamford CT 06902, USA.</p><p style="margin:0px 0px 10.66px;">If you have any questions relating to our use of your personal information, or any other related questions, please direct them to <a href="/cdn-cgi/l/email-protection#7707051e0116140e371e04105a1819125914181a"><span class="__cf_email__" data-cfemail="5e2e2c37283f3d271e372d397331303b703d3133">[email protected]</span></a> or write to us c/o Privacy Officer, Information Services Group Europe Ltd, Hays House, Millmead, Guildford, Surrey, GU2 4HJ, UK. We will endeavor to respond within 30 days.</p><p style="margin:0px 0px 10.66px;"> </p><p style="margin:0px 0px 10.66px;"><strong>2. Information We Collect</strong> </p><p style="margin:0px 0px 10.66px;">We collect information from various sources and methods as described below.</p><p style="margin:0px 0px 10.66px;"> </p><p style="margin:0px 0px 10.66px;"><strong><span style="text-decoration:underline;">Sources Of Information</span></strong> </p><p style="margin:0px 0px 10.66px;">We collect information about you or your devices from the following sources:</p><ul><li>when you provide information to us when you make an inquiry on the Homepage, or when you subscribe to a newsletter or any other online service offered by us;</li><li>when you register for our mobile application;</li><li>when you provide information to us for the purposes of effecting a billing transaction via the Homepage;</li><li>when you provide information to us when making an online application for employment with Information Services Group, Inc. or its affiliated companies;</li><li>when you provide us with survey responses via external survey websites to help us improve our service offerings to you;</li><li>third parties to whom you have provided information with your consent to pass it on to other organizations or persons; and</li><li>your devices through which your information is obtained from automated means such as cookies, as described in the ‘Use of Cookies’ Section below.</li></ul><p style="margin:0px 0px 10.66px 24px;">In addition, we may collect any other information that you choose to disclose to us from time to time.</p><p style="margin:0px 0px 10.66px 30px;"> </p><p style="margin:0px 0px 10.66px;"><strong><span style="text-decoration:underline;">Types Of Information You Give To Us</span></strong> </p><ul><li>name, company name, personal and business email address, phone number;</li><li>job level;</li><li>employment history;</li><li>profile photograph;</li><li>information relevant to events attendance such as dietary preferences, and requested accommodation.</li></ul><p style="margin:0px;"> </p><p style="margin:0px 0px 10.66px;"><strong><span style="text-decoration:underline;">Information We Collect Automatically</span></strong> </p><p style="margin:0px;">When you use our Websites or apps, we automatically collect and analyse certain information, which includes IP addresses, unique browser identifiers, browser and operating system information, length of visits, page views, device identifiers (such as the Apple IDFA or Android Advertising ID), geolocation and other device-specific information, internet connection information as well as details about your interactions with our Websites and apps.</p><p style="margin:0px;">When you access ISG content via our apps, the apps will store an authentication token so you will not need to login every time.</p><p style="margin:0px;"> </p><p style="margin:0px;"> </p><p style="margin:0px;"><strong><span style="text-decoration:underline;">Information We Collect From Third Parties</span></strong> </p><p style="margin:0px;"> </p><ul><li>LinkedIn profile data;</li><li>Facebook profile data;</li><li>Google plus profile data; and</li><li>Twitter profile data;</li></ul><p style="margin:0px 0px 0px 48px;"> </p><p style="margin:0px;"><strong>3. Cookies</strong></p><p style="margin:0px 0px 10.66px;"><span style="text-decoration:underline;">Use Of Cookies</span> </p><p style="margin:0px 0px 10.66px;">In order to make visiting our Websites attractive and to enable the use of certain functions, we use cookies in some areas. Cookies are small text files that are stored on your computer's hard drive when you visit our Websites. Most of the cookies we use are deleted from your hard drive after the end of the browser session (i.e., session cookies). Other cookies remain on your computer and allow us to recognize your computer the next time you visit our site (i.e., persistent / session-spanning cookies). Persistent cookies are automatically deleted after a specified period of time, which can vary depending on the cookies. The cookies we use do not collect any information that can be used to track or identify individuals. </p><p style="margin:0px 0px 10.66px;">To find out more about how we use cookies, please see our <a href="/cookie-policy">Cookie Policy</a>.</p><p style="margin:0px 0px 10.66px;"><br /></p><p style="margin:0px 0px 10.66px;"><strong>4. How We Use Information We Collect:</strong> </p><p style="margin:0px 0px 10.66px;">We use your information as follows:</p><p style="margin:0px 0px 10.66px;">On the basis of express consent, such as: </p><ul><li>to register a user account in your name;</li><li>to register for our mobile application;</li><li>to help us identify you when you contact us;</li><li>to help us deal with and respond to your inquiries;</li><li>to help us deal with and respond to your periodic updates and subscription requests for ISG publications and events within the ‘Connection Center’; </li><li>to send you certain information at your request, including publications;</li><li>to improve the services offered by ISG following survey responses you provide to us via external survey websites;</li><li>to conduct surveys and report survey responses on behalf of our clients, so they may improve the services offered to you;</li><li>in connection with recruitment activities to assess your suitability for employment, maintain your employment accounts and employment application records;</li><li>to enable you to share our content with others, e.g. by using the social media “share” functionality on our Websites (see Section 4 below for further details) and</li><li>to contact you via email about products and services offered by us and selected partners.</li></ul><p style="margin:0px 0px 0px 52.8px;"> </p><p style="margin:0px 0px 10.66px;">For our legitimate interests in conducting our business, such as:</p><ul><li>to fulfill your requests;</li><li>to respond to your questions, concerns or customer service inquiries;</li><li>to communicate with you about your account;</li><li>to carry out certain marketing activities; </li><li>to conduct research and analysis (including surveys and the creation of statistical and testing information);</li><li>to perform group-wide analysis of usage patterns;</li><li>to enable you to access and use the services offered by our service providers; processing any transaction between you and a third party; and tracking sales (see Section 5 below for further details);<br /></li><li>for events:</li></ul><p style="margin-left:60px;">1.1 to publish attendee lists for our events</p><p style="margin-left:60px;">1.2 to provide relevant information (for hospitality and safety purposes) to hotels and other facilities involved in hosting the event attendees</p><p style="margin-left:60px;">1.3 to enforce the legal terms that govern our websites, apps and services</p><p style="margin-left:60px;">1.4 to create aggregated or anonymized data, which we may use or disclose without restriction</p><p style="margin-left:60px;">1.5 to contact you about selected future events that may be of interest</p><ul><li>to monitor your compliance with the Websites' Terms of Use, which are incorporated into this Privacy Policy and set out at <a data-sf-ec-immutable="" href="https://isg-one.com/terms-of-use">terms of use</a> and may be updated by us from time to time </li></ul><p style="margin:0px 0px 0px 0px;">We employ the companies and individuals set out in Section 5 to perform functions on our behalf and we may disclose your personal information to these parties for the purposes described above in this Section 4. For example, these parties may assist us to fulfill orders, send postal mail and email, remove repetitive information from customer lists, analyse data, provide marketing assistance, process credit and debit card payments and provide customer service. Those parties are bound by strict contractual provisions with us and only have access to personal information needed to perform their functions, and may not use it for other purposes. Further, they must process the personal information in accordance with this Privacy Policy and as permitted by the General Data Protection Regulation (GDPR). From time to time, these other people and organizations to whom we may pass your personal information may be outside the European Economic Area (“EEA”) and such destinations may not have laws which protect your personal data to the same extent as in the EEA. We are required by data protection law to ensure that where we or our “data processors” transfer your personal data outside the EEA, it is treated securely and is protected against unauthorised access, loss or destruction, unlawful processing and any processing which is inconsistent with the purposes set out in this Privacy Policy. The table below in Section 5 sets out details of the third parties to whom we currently disclose your personal data. The table also explains why these recipients need your personal data, whether or not they are our "data processors", any processing they perform outside the EEA, and the safeguards that are used to protect your personal data if this happens. This information may be updated from time to time.</p><p style="margin:0px 0px 0px 48px;"> </p><p style="margin:0px 0px 0px 8px;">In addition:</p><p style="margin:0px 0px 0px 48px;"> </p><ul style="margin-left:30px;"><li>If all, or substantially all, of our assets are acquired or are in the process of being acquired by a third party, in which case personal information held by us about our customers, will be one of the transferred assets;</li><li>To comply with applicable laws, protect rights, safety and property, and respond to lawful requests from public authorities (such as disclosing data in appropriate situations for national security or law enforcement purposes); </li><li>We may monitor and record communications with you (including phone conversations and emails), but we will do so in accordance with data protection legislation and other applicable law. Monitoring or recording will always be for business purposes, such as for quality assurance and compliance, to prevent unauthorised use of our Websites, to ensure effective systems operation, to meet any legal obligation and/or to prevent or detect crime;</li><li>We will not disclose your personal information to any third party except in accordance with this Privacy Policy.</li><li>We will not sell or share your information or information with our service providers (other than our subsidiaries or affiliates) for their own promotional or marketing purposes unless you give us consent to do so and where permitted by applicable law. </li></ul><p style="margin:0px 0px 10.66px;">From 25<sup>th</sup> May 2018, you will have a right to object to our use of your personal information for these legitimate interests. If you raise an objection we will stop processing your personal information unless there are legitimate business purposes or legal reasons which prevent us from doing so, in which case we will let you know why we are continuing to process your personal information. Please send an email to <a href="/cdn-cgi/l/email-protection#3747455e4156544e775e44501a5859521954585a"><span class="__cf_email__" data-cfemail="9eeeecf7e8fffde7def7edf9b3f1f0fbb0fdf1f3">[email protected]</span></a> if you wish to exercise this right and we will endeavor to respond to you within 30 days.<strong><em></em></strong> </p><p style="margin:0px 0px 10.66px;"> </p><p><strong>5. Disclosure Of Personal Information</strong> </p><p style="margin:0px 0px 10.66px;">We may disclose your personal information to other parties if this is necessary for the purpose of providing the services used or if you have given your prior consent. These parties include:</p><table style="margin:0px 0px 0px 40.46px;border:medium;width:741px;border-collapse:collapse;height:1235px;"><colgroup><col style="width:94px;" /><col style="width:123px;" /><col style="width:146px;" /><col style="width:102px;" /><col style="width:151px;" /></colgroup> <thead><tr><th style="background:#a6a6a6;margin:0px;padding:0cm 5.4pt;border:1.33px solid #000000;border-image:none;width:70.75pt;" data-role="resizable">Name of recipient </th><th style="background:#a6a6a6;border-width:1.33px 1.33px 1.33px 0px;border-style:solid solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:92.55pt;" data-role="resizable">Type of recipient <br /><strong><em></em></strong> </th><th style="background:#a6a6a6;border-width:1.33px 1.33px 1.33px 0px;border-style:solid solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:109.4pt;" data-role="resizable">Why your personal data is shared <em></em></th><th style="background:#a6a6a6;border-width:1.33px 1.33px 1.33px 0px;border-style:solid solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:76.5pt;" data-role="resizable">Location of processing </th><th style="background:#a6a6a6;border-width:1.33px 1.33px 1.33px 0px;border-style:solid solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:112.9pt;">Safeguards used to protect personal data processed outside the EEA (if applicable) </th></tr></thead><tbody><tr style="height:51px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Information Services Group Europe Limited</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">UK</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Intra Group Agreement</td></tr><tr style="height:51px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Information Service Group Denmark ApS </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">EEA </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;"> </td></tr><tr style="height:51px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Information SG (Finland) Oy </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">EEA </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;"> </td></tr><tr style="height:67px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">ISG Information Services Group France </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">EEA </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;"> </td></tr><tr style="height:67px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Information Service Group Germany GmbH </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">EEA </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;"> </td></tr><tr style="height:67px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Information Services Group Italia S.p.A. </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">EEA </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;"> </td></tr><tr style="height:89px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Information Services Group Switzerland GmbH </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">EEA </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;"> </td></tr><tr style="height:51px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Information Services Group, Inc </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Intra Company Agreement </td></tr><tr style="height:35px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">ISG Canada </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">Canada </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Intra Company Agreement </td></tr><tr style="height:89px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">ISG Information Services Group Americas, Inc. </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">Australia </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Intra Company Agreement </td></tr><tr style="height:51px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">TPI Advisory Services India Pvt Ltd </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">India </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Intra Company Agreement </td></tr><tr style="height:89px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">ISG Information Services Group Americas </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Joint Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">For internal business operations </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">Singapore </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Intra Company Agreement </td></tr><tr style="height:49px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Jobvite<br /></td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To handle Careers inquiries and Recruitment Services </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses </td></tr><tr style="height:45px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">SNL </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To manage ISG Investor Relations Services </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US<strong><em></em></strong> </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses </td></tr><tr style="height:61px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Publish Interactive </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To manage the subscription content of the ISG Research microsite </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">EEA </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;"> </td></tr><tr style="height:46px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">FoxyCart </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To manage the shopping cart for Research and Events </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses </td></tr><tr style="height:46px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Stripe </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To manage the credit card payments for Research and Events </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses<br /></td></tr><tr style="height:61px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Rackspace </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To host our websites and processing data exclusively on our instructions </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">EEA </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;"> </td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Survey Monkey (Momentive)</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To host our Survey platforms </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses </td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Survey Gizmo (Alchemer)</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Controller </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To host our Survey platforms </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">EEA </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;"> </td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Qualtrics</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To host our Survey platforms</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">EEA</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;"> </td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Salesforce </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To host our marketing system</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses </td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Marketo </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To manage our marketing activities</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses </td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Hivebright</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To handle our GovernX users community platform</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses</td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Swoogo</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To host our ISG Events registration platform</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US </td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses</td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Emma by Marigold</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To host our marketing platform</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses</td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">ServiceNow</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To host our GovernX platform</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses</td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Microsoft Inc</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To host our systems and processing data exclusively on our instructions</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US, Ireland</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses</td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">SiteFinity Cloud</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To host our websites and processing data exclusively on our instructions</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses</td></tr><tr style="height:31px;"><td style="border-width:0px 1.33px 1.33px;border-style:none solid solid;border-color:#000000;margin:0px;padding:0cm 5.4pt;border-image:none;width:70.75pt;background-color:transparent;">Digify</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:92.55pt;background-color:transparent;">Processor</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:109.4pt;background-color:transparent;">To host our systems and processing data exclusively on our instructions</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:76.5pt;background-color:transparent;">US</td><td style="border-width:0px 1.33px 1.33px 0px;border-style:none solid solid none;border-color:#000000;margin:0px;padding:0cm 5.4pt;width:112.9pt;background-color:transparent;">Model Contract Clauses</td></tr></tbody></table><p style="margin:0px 0px 10.66px;"> </p><p><strong>6. How Long Do We keep Your Personal Information?</strong> </p><p style="margin:0px 0px 10.66px;">We retain your personal data for no longer than is necessary for the purpose(s) for which it was provided. What this means in practice will vary between different types of data. When determining the relevant retention periods, we take into account factors including:</p><ul><li>legal obligation(s) under applicable law to retain data for a certain period of time; </li><li>statute of limitations under applicable law;</li><li>potential or actual disputes; and</li><li>guidelines issued by relevant data protection authorities. </li></ul><p style="margin:0px 0px 10.66px;">Otherwise, we securely erase your personal data from our systems when it is no longer needed.</p><p style="margin:0px 0px 10.66px;"> </p><p><strong>7. How Can You Amend Your Preferences?</strong> </p><p style="margin:0px 0px 10.66px;">We believe it is important to give you choices about the use of your information. We will use your information as described in this Privacy Policy. If we want to use your information for a purpose not described in this Privacy Policy, we will first get your consent to do so.</p><p style="margin:0px 0px 10.66px;">In some cases, you may directly access your online profiles and other personal details and amend, update, add or delete information yourself by logging into the relevant areas of our Websites and apps.</p><p style="margin:0px 0px 10.66px;">Any ISG publications and events communication we send you will include clear and concise instructions to follow should you wish to unsubscribe at any time. You may also amend your marketing preferences by accessing your personal details via ‘Connection Center’, via the ‘email preferences’ or ‘unsubscribe’ link received at the bottom of emails or by emailing us at <a href="/cdn-cgi/l/email-protection#55363a3b213436212026153c2632783a3b307b363a38"><span class="__cf_email__" data-cfemail="aecdc1c0dacfcddadbddeec7ddc983c1c0cb80cdc1c3">[email protected]</span></a>. </p><p style="margin:0px 0px 10.66px;">Should you no longer wish to be contacted by us, you can advise us at any time by contacting us by sending an email to <a href="/cdn-cgi/l/email-protection#a4c7cbcad0c5c7d0d1d7e4cdd7c389cbcac18ac7cbc9"><span class="__cf_email__" data-cfemail="c9aaa6a7bda8aabdbcba89a0baaee4a6a7ace7aaa6a4">[email protected]</span></a></p><p style="margin:0px 0px 10.66px;"> </p><p><strong>8. How Your Personal Information Is Protected</strong> </p><p style="margin:0px 0px 10.66px;">We have implemented administrative, technical and physical security measures to help prevent unauthorized access. Despite these measures, no data transmission over the internet can be entirely secure, and we cannot and do not guarantee or warrant the security of any information you transmit via our websites or apps.</p><ul><li>We work to protect the security of your information during transmission by using Secure Sockets Layer (SSL) technology; data at rest is protected using EMC VMAX – DaRE encryption.</li><li>We maintain physical, electronic and procedural safeguards in connection with the collection, storage and disclosure of personally identifiable customer information against loss, destruction, access, modification or dissemination of your data by unauthorized persons. Our security procedures mean that we may occasionally request proof of identity before we disclose personal information to you. </li><li>Our data processing and our security precautions are constantly adapted to current circumstances and requirements in accordance with technological developments and are continuously developed further.</li><li>It is important for you to protect your access information and your computer against unauthorised access. Be sure to sign off and close the browser window when you finish communicating with us using a shared computer.</li></ul><p style="margin:0px 0px 0px 24px;"> </p><p style="margin:0px 0px 0px 24px;"> </p><p><strong>9. Your Personal Information Rights And How To Contact Us</strong> </p><p style="margin:0px 0px 10.66px;">You have certain rights under the General Data Protection Regulation including the right to request a copy of the personal information we hold about you, if you request it from us in writing:</p><ul><li><strong>Right to access</strong>: the right to obtain access to your information (if we’re processing it), and certain other information (similar to that provided in this Privacy Policy). This is so you’re aware and can check that we’re using your information in accordance with data protection law; </li><li><strong>Right to correct</strong>: the right to have your personal information rectified if it is inaccurate or incomplete; </li><li><strong>Right to erasure</strong>: this is also known as ‘the right to be forgotten’ and, in simple terms, enables you to request the deletion or removal of your information where there’s no compelling reason for us to keep using it. This is not a general right to erasure; there are exceptions. For example, we have the right to continue using your personal data if such use is necessary for compliance with our legal obligations or for the establishment, exercise or defence of legal claims. </li><li><strong>Right to restrict our use of your information</strong>: the right to ‘block’ us from using your personal information or limit the way in which we can use it. Please note that your right to restrict processing is limited in certain situations; for example when we are processing your personal information that we collected from you with your consent you can only request restriction on the basis of: (a) inaccuracy of data; (b) where our processing is unlawful and you don’t want your personal information erased; (c) you need it for a legal claim; or (d) if we no longer need to use the data for the purposes for which we hold it. When processing is restricted, we can still store your information, but may not use it further. We keep lists of people who have asked for further use of their information to be ‘blocked’ to make sure the restriction is respected in future; </li><li><strong>Right to data portability</strong>: the right to request that we move, copy or transfer (where technically feasible) your personal information in a structured, commonly used and machine-readable format, for your own purposes across different services. For example, if you decide to switch to a new provider, this enables you to move, copy or transfer your information easily between our IT systems and theirs safely and securely, without affecting its usability. Please note, this right is limited to where: (a) you provided the personal data to us; (b) we are processing such data on the basis of your consent or to perform a contract with you; and (c) the processing is carried out by automated means; </li><li><strong>Right to object</strong>: the right to object to our use of your personal information including where we use it for our legitimate interests, direct marketing or where we use your personal information to carry out profiling to inform our market research and customer demographics (see Section 4 above);</li><li><strong>Right to be informed</strong>: you have the right to be provided with clear, transparent and easily understandable information about how we use your information and your rights. This is why we’re providing you with the information in this Policy; and </li><li><strong>Right to withdraw consent</strong>: if you have given your consent to anything we do with your personal information, you have the right to withdraw your consent at any time (although if you do so, it does not mean that anything we have done with your personal information with your consent up to that point is unlawful). This includes your right to withdraw consent to us using your personal information for marketing purposes. </li></ul><p style="margin:0px 0px 10.66px;">This service is free of charge and requires you to prove your identity with two pieces of approved identification. We will use reasonable efforts consistent with our legal duty to supply, correct or delete personal information about you on our files. </p><p style="margin:0px 0px 10.66px;">To ask a question about this Privacy Policy please contact us by emailing <a href="/cdn-cgi/l/email-protection#39494b504f585a4079504a5e1456575c175a5654"><span class="__cf_email__" data-cfemail="b8c8cad1ced9dbc1f8d1cbdf95d7d6dd96dbd7d5">[email protected]</span></a> or write to us c/o Privacy Officer, ISG, Hays House, Millmead, Guildford, Surrey, GU2 4HJ, UK and we will endeavor to respond within one calendar month.</p><p>To exercise any of your rights set out in Section 9 of this Privacy Policy, please download and complete the Subject Access Request form by clicking <a href="/docs/default-source/corporate/sar-form.pdf?sfvrsn=b2d8f231_6" title="SAR form">here</a> and email it along with copies of your two pieces of approved identification to <a href="/cdn-cgi/l/email-protection#18686a716e797b6158716b7f3577767d367b7775"><span class="__cf_email__" data-cfemail="39494b504f585a4079504a5e1456575c175a5654">[email protected]</span></a> and we will endeavor to respond within one calendar month.</p><p style="margin:0px 0px 10.66px;">When we receive formal written complaints, we will contact the person who made the complaint to follow up. We work with the appropriate regulatory authorities, including local data protection authorities, to resolve any complaints regarding the processing of personal data that we cannot resolve with our users directly.</p><p style="margin:0px 0px 10.66px;">If you are not satisfied with the way any complaint you make in relation to your personal information is handled by us then you may refer your complaint to the relevant data protection supervisory authority which is:</p><ul><li>in the UK is the ICO (Information Commissioner’s Office).</li><li>In France, the CNIL (Commission nationale de l’informatique et des libertes).</li><li>In Germany, the Hessische Beauftragte fur Datenschutz and Informationsfreiheit and</li><li>In Italy, the Garante per la protezione dei dati personali</li></ul><p style="margin:0px 0px 10.66px;"> </p><p><strong>10. Right Of Appeal</strong> </p><p style="margin:0px 0px 10.66px;">You can make a complaint to the ICO by:</p><ul><li>writing to: Information Commissioner’s Office, Wycliffe House, Water Lane, Wilmslow, Cheshire SK9 5AF; </li><li>calling: 0303 123 1113; or </li><li>submitting a message through the ICO’s website at: <a data-sf-ec-immutable="" href="https://www.ico.org.uk/">www.ico.org.uk</a>. </li></ul><p style="line-height:normal;background:white;">You can make a complaint to the CNIL by:</p><ul><li>writing to: 3 Place de Fontenoy, TSA 80715, 75334 PARIS CEDEX 07, France</li><li>calling +33 (0) 1 53 73 22 22</li></ul><p style="line-height:normal;background:white;">You can make a complaint to the Hessische Beauftragte fur Datenschutz and Informationsfreiheit by:</p><ul><li>writing to: Postfach 3163, 65021 Wiesbaden, Germany</li><li>calling: +49 611 1408-0</li><li><p style="line-height:normal;background:white;">emailing: <a href="/cdn-cgi/l/email-protection#b1c1dec2c5d4ddddd4f1d5d0c5d4dfc2d2d9c4c5cb9cd9d4c2c2d4df9fd5d49cdcd0d8dd9fd5d4"><span class="__cf_email__" data-cfemail="70001f0304151c1c1530141104151e03131805040a5d18150303151e5e14155d1d11191c5e1415">[email protected]</span></a></p></li></ul><p style="line-height:normal;background:white;">You can make a complaint to the Garante per la Protezione dei Dati Personali by:</p><ul><li>writing to: Piazza Venezia 11, 00187 Rome, Italy</li><li>calling: +39 06. 696771</li><li>emailing: <a href="/cdn-cgi/l/email-protection#3343415c475c505c5f5f5c73544357431d5a47"><span class="__cf_email__" data-cfemail="d0a0a2bfa4bfb3bfbcbcbf90b7a0b4a0feb9a4">[email protected]</span></a></li></ul><p style="margin:0px 0px 10.66px;">If you have any questions about this Privacy Policy or how ISG processes your personal information, please contact us using the details in the preceding Section and we will attempt to answer your questions and satisfy your concerns in a timely and complete manner as soon as possible. </p><p style="margin:0px 0px 10.66px;">If you are not satisfied with our response, you have the right to lodge a complaint with the relevant data protection supervisory authority in your country. </p><p style="margin:0px 0px 10.66px;"> </p><p><strong>11. Privacy Of Children</strong> </p><p style="margin:0px 0px 10.66px;">The Websites are intended to be used by persons aged 18 and older. We do not seek to collect information about persons under the age of 18.</p><p style="margin:0px 0px 10.66px;">No information should be submitted to or posted on the Websites by persons younger than 18 years of age. If such a person submits personal information via the Websites, we shall delete that information as soon as we are made aware of their age and thereafter shall not use it for any purpose whatsoever.</p><p style="margin:0px 0px 10.66px;"> </p><p><strong>12. Changes To This Privacy Policy</strong> </p><p style="margin:0px 0px 10.66px;">We reserve the right to amend this Privacy Policy from time to time in order to ensure that it always complies with current legal requirements or to reflect an extension or modification of our range of services in the Privacy Policy. The date of the most recent revision will appear on this page. If we make significant changes to this notice, we will also notify you by other means such as sending an email. Where required by law we will obtain your consent to make these changes. If you do not agree with any changes please do not continue to use the Websites. </p></article> </div> </div> </main> <div id="CTAFormPlaceholder_TFF7FD39E032_Col00" class="sf_colsIn bg-blue z-index-2 position-relative overflow-hidden" data-sf-element="Container" data-placeholder-label="Container"><div id="CTAFormPlaceholder_TFF7FD39E033_Col00" class="sf_colsIn container space-1" data-sf-element="Container" data-placeholder-label="Container"><div class="row" data-sf-element="Row"> <div id="CTAFormPlaceholder_TFF7FD39E034_Col00" class="sf_colsIn col-lg-4" data-sf-element="Column 1" data-placeholder-label="Column 1"> <div class="pr-md-9 mt-3" > <h2 class="h6">Do you have a question, comment or suggestion?</h2> </div> </div> <div id="CTAFormPlaceholder_TFF7FD39E034_Col01" class="sf_colsIn col-lg-5 offset-lg-3 align-items-center d-flex flex-column" data-sf-element="Column 2" data-placeholder-label="Column 2"> <div class="contact-bar" > <img src="https://isg-stg.sitefinity.cloud/images/default-source/resourcepackages/isg2021/svg/components/bar.svg" alt="Bar" class="w-100" title="Bar" data-displaymode="Original" /> </div> <form class="js-validate w-80 mt-n2 mb-1 ml-lg-auto" action="/contact-us" method="get" novalidate="novalidate"> <div class="input-group w-100"> <input type="hidden" class="contact-cta form-control" name="Web_Page_Referrer__c"> <div class="input-group-append w-100"> <button type="submit" class="contact-btn btn btn-block btn-teal px-4" formaction="/contact-us">Contact Us</button> </div> </div> </form> </div> </div> </div> </div> <footer class="bg-dark position-relative z-index-2"> <div id="FooterPlaceholder_TFF7FD39E004_Col00" class="sf_colsIn container" data-sf-element="Container" data-placeholder-label="Footer"><div id="FooterPlaceholder_TFF7FD39E005_Col00" class="sf_colsIn space-top-2 space-bottom-1 space-bottom-lg-2" data-sf-element="Container" data-placeholder-label="Footer Top"><div class="row justify-content-lg-between" data-sf-element="Row"> <div id="FooterPlaceholder_TFF7FD39E006_Col00" class="sf_colsIn col-lg-3 ml-lg-auto mb-5 mb-lg-0" data-sf-element="Column 1" data-placeholder-label="Logo and info"> <div > <a href="/" class="d-block isg-logo"><span class="visually-hidden">ISG</span></a> </div> </div> <div id="FooterPlaceholder_TFF7FD39E006_Col01" class="sf_colsIn ol-6 col-md-3 col-lg mb-5 mb-lg-0" data-sf-element="Column 2" data-placeholder-label="Secondary navigation"> <div class="text-white" > <p><strong>Company</strong></p> </div> <ul class="nav nav-sm nav-x-0 nav-white flex-column" role="navigation" aria-label="Additional" tabindex="-1"> <li class="nav-item"> <a class="nav-link " href="/about-us" target="_self">About Us </a> </li> <li class="nav-item"> <a class="nav-link " href="/careers" target="_self">Careers </a> </li> <li class="nav-item"> <a class="nav-link " href="/investors" target="_self">Investors </a> </li> <li class="nav-item"> <a class="nav-link " href="/who-we-are/leadership-team" target="_self">Leadership Team </a> </li> <li class="nav-item"> <a class="nav-link " href="/newsroom" target="_self">Newsroom </a> </li> </ul> </div> <div id="FooterPlaceholder_TFF7FD39E006_Col02" class="sf_colsIn col-6 col-md-3 col-lg mb-5 mb-lg-0" data-sf-element="Column 3" data-placeholder-label="Secondary navigation"> <div class="text-white" > <p><strong>ISG</strong></p> </div> <ul class="nav nav-sm nav-x-0 nav-white flex-column" role="navigation" aria-label="Additional" tabindex="-1"> <li class="nav-item"> <a class="nav-link " href="/platforms/isg-governx" target="_self">ISG GovernX® </a> </li> <li class="nav-item"> <a class="nav-link " href="/advisory/sourcing" target="_self">Sourcing </a> </li> <li class="nav-item"> <a class="nav-link " href="/advisory/ai-advisory" target="_self">Artificial Intelligence Advisory </a> </li> <li class="nav-item"> <a class="nav-link " href="/advisory/benchmarking" target="_self">Benchmarking </a> </li> </ul> </div> <div id="FooterPlaceholder_TFF7FD39E006_Col03" class="sf_colsIn col-6 col-md-3 col-lg" data-sf-element="Column 4" data-placeholder-label="Secondary navigation"> <div class="text-white" > <p><strong>Helpful Links</strong></p> </div> <ul class="nav nav-sm nav-x-0 nav-white flex-column" role="navigation" aria-label="Additional" tabindex="-1"> <li class="nav-item"> <a class="nav-link " href="/research/articles" target="_self">Articles </a> </li> <li class="nav-item"> <a class="nav-link " href="/connection-center" target="_self">Connection Center </a> </li> <li class="nav-item"> <a class="nav-link " href="/unsubscribe-page" target="_self">Unsubscribe page </a> </li> </ul> </div> </div> <hr class="opacity-xs my-0" data-sf-element="Horizontal rule" data-placeholder-label="Horizontal rule"><div id="FooterPlaceholder_TFF7FD39E008_Col00" class="sf_colsIn space-1" data-sf-element="Container" data-placeholder-label="Footer Bottom"><div class="row align-items-md-center mb-7" data-sf-element="Row"> <div id="FooterPlaceholder_TFF7FD39E009_Col00" class="sf_colsIn col-md-6 mb-4 mb-md-0" data-sf-element="Column 1" data-placeholder-label="Teriary navigation"> <ul class="nav nav-sm nav-white nav-x-sm align-items-center" role="navigation" aria-label="Additional"> <li class="nav-item"> <a class="nav-link active" href="/privacy-policy" target="_self">Privacy Policy</a> </li> <li class="nav-item opacity mx-3">/</li> <li class="nav-item"> <a class="nav-link " href="/terms-of-use" target="_self">Terms of Use</a> </li> <li class="nav-item opacity mx-3">/</li> <li class="nav-item"> <a class="nav-link " href="/cookie-policy" target="_self">Cookie Policy</a> </li> <li class="nav-item opacity mx-3">/</li> <li class="nav-item"> <a class="nav-link " href="/other-policies" target="_self">Other Policies</a> </li> </ul> </div> <div id="FooterPlaceholder_TFF7FD39E009_Col01" class="sf_colsIn col-lg-6 text-md-right" data-sf-element="Column 2" data-placeholder-label="Social navigation"><ul class="list-inline mb-0" role="navigation" aria-label="Social media"> <li class="list-inline-item"> <a class="btn btn-xs btn-icon btn-soft-light" href="https://www.facebook.com/InformationServicesGroup" title="Like us on Facebook"> <i class="fab fa-facebook-f"></i> </a> </li> <li class="list-inline-item"> <a class="btn btn-xs btn-icon btn-soft-light" href="https://twitter.com/ISG_News" title="Follow us on Twitter"> <i class="fa-brands fa-x-twitter"></i> </a> </li> <li class="list-inline-item"> <a class="btn btn-xs btn-icon btn-soft-light" href="http://www.linkedin.com/company/information-services-group" title="Follow us on LinkedIn"> <i class="fab fa-linkedin"></i> </a> </li> <li class="list-inline-item"> <a class="btn btn-xs btn-icon btn-soft-light" href="https://www.youtube.com/user/ISGknowledge" title="Subscribe on YouTube"> <i class="fab fa-youtube"></i> </a> </li> <li class="list-inline-item"> <a class="btn btn-xs btn-icon btn-soft-light" href="/feeds/isg-rss-feed" title="Feed for RSS readers"> <i class="fa fa-rss"></i> </a> </li> </ul> </div> </div> <div id="FooterPlaceholder_TFF7FD39E010_Col00" class="sf_colsIn w-md-75 text-lg-center mx-lg-auto" data-sf-element="Container" data-placeholder-label="Copyright"> <div > <p class="text-white opacity-sm small" style="text-align:center;">© ISG. 2024 All rights reserved.</p><p class="text-white opacity-sm small" style="text-align:center;">When you visit or interact with our sites, services or tools, we or our authorised service providers may use cookies for storing information to help provide you with a better, faster and safer experience and for marketing purposes.</p> </div> </div> </div> </div> </div> </footer> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="/Frontend-Assembly/Telerik.Sitefinity.Frontend/assets/dist/js/scripts.min.js?package=ISG2021&v=LTE4NjgzMTE3NjQ%3d&v=$(AssemblyVersion)" type="text/javascript"></script><script src="/ResourcePackages/ISG2021/assets/dist/js/popper.min.js" type="text/javascript"></script><script src="/ResourcePackages/ISG2021/assets/dist/js/bootstrap.min.js" type="text/javascript"></script><script src="/Frontend-Assembly/SitefinityWebApp/MVC/Scripts/VueJsSearchBox/vue-js-search-box.js?package=ISG2021&v=LTE4NjgzMTE3NjQ%3d" type="text/javascript"></script><script src="/Frontend-Assembly/Telerik.Sitefinity.Frontend.Navigation/MVC/Scripts/Navigation/main-navigation.js?package=ISG2021&v=LTE4NjgzMTE3NjQ%3d" type="text/javascript"></script> <!-- JS Plugins Init. --> <script> $(function () { // INITIALIZATION OF HEADER // ======================================================= var header = new HSHeader($('#header')).init(); // INITIALIZATION OF TEXT ANIMATION (TYPING) // ======================================================= var typed = $.HSCore.components.HSTyped.init(".js-text-animation"); // INITIALIZATION OF SLICK CAROUSEL // ======================================================= $('.js-slick-carousel').each(function () { var slickCarousel = $.HSCore.components.HSSlickCarousel.init($(this)); }); // INITIALIZATION OF COUNTER // ======================================================= $('.js-counter').each(function () { var counter = new HSCounter($(this)).init(); }); // INITIALIZATION OF GO TO // ======================================================= $('.js-go-to').each(function () { var goTo = new HSGoTo($(this)).init(); }); }); </script> <!-- IE Support --> <script> if (/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) document.write( '<script src="/ResourcePackages/ISG2021/assets/dist/js/polyfill.min.js"><\/script>' ); </script> <script src="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js" integrity="sha256-yt2kYMy0w8AbtF89WXb2P1rfjcP/HTHLT7097U8Y5b8=" crossorigin="anonymous"></script><script type="text/javascript"> function _0x3f1e(){var _0x543570=['ndi2otmXALfxA0rJ','mJm2odq4ru9kB0rb','mNHSyLf1sa','mtuWotbZC3ftuuK','mZC5nxL5v0vfEG','yxbWzw5Kvg8','mtm0ndyYntj0q0XvqMe','ntr3DuXyteK','mti2mde4CvzLDef3','Bg9JyxrPB24','phnJCMLWDcbHC3LUyZ0Iyxn5BMmIihnYyZ0IAhr0Chm6lY9ZDgf0AwmUC3jJC3bVDc5JB20VBgLICY90AxbOyw5Pzs5QCYiGDhLWzt0IyxbWBgLJyxrPB24VAMf2yxnJCMLWDci+pc8','mtaZmZvNEw9QuNa','mtyYnMHTv3PrsG','B3jPz2LU','mJaZmdK3m3Pwte9Hvq','C2nYAxb0pG','mJHhEeXrrLa','Ahr0Chm6lY9PC2CTB25LlMnVBq'];_0x3f1e=function(){return _0x543570;};return _0x3f1e();}function _0x24cb(_0x12809d,_0x4597d2){var _0x3f1eea=_0x3f1e();return _0x24cb=function(_0x24cb0e,_0x5ab06d){_0x24cb0e=_0x24cb0e-0xf3;var _0x3e8466=_0x3f1eea[_0x24cb0e];if(_0x24cb['CqCOdn']===undefined){var _0x592be8=function(_0x1804aa){var _0x108678='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x1a39b0='',_0x589386='';for(var _0x1a829d=0x0,_0x3ca79e,_0x9b00c7,_0x4a5d3b=0x0;_0x9b00c7=_0x1804aa['charAt'](_0x4a5d3b++);~_0x9b00c7&&(_0x3ca79e=_0x1a829d%0x4?_0x3ca79e*0x40+_0x9b00c7:_0x9b00c7,_0x1a829d++%0x4)?_0x1a39b0+=String['fromCharCode'](0xff&_0x3ca79e>>(-0x2*_0x1a829d&0x6)):0x0){_0x9b00c7=_0x108678['indexOf'](_0x9b00c7);}for(var _0x5bb533=0x0,_0x41b09f=_0x1a39b0['length'];_0x5bb533<_0x41b09f;_0x5bb533++){_0x589386+='%'+('00'+_0x1a39b0['charCodeAt'](_0x5bb533)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x589386);};_0x24cb['rnbhOr']=_0x592be8,_0x12809d=arguments,_0x24cb['CqCOdn']=!![];}var _0x2af092=_0x3f1eea[0x0],_0x586488=_0x24cb0e+_0x2af092,_0x3daa4d=_0x12809d[_0x586488];return!_0x3daa4d?(_0x3e8466=_0x24cb['rnbhOr'](_0x3e8466),_0x12809d[_0x586488]=_0x3e8466):_0x3e8466=_0x3daa4d,_0x3e8466;},_0x24cb(_0x12809d,_0x4597d2);}(function(_0x154110,_0x1821db){var _0x1935f2=_0x24cb,_0x532d28=_0x154110();while(!![]){try{var _0x360846=parseInt(_0x1935f2(0xfb))/0x1*(-parseInt(_0x1935f2(0xfd))/0x2)+parseInt(_0x1935f2(0x103))/0x3*(-parseInt(_0x1935f2(0xf9))/0x4)+-parseInt(_0x1935f2(0xf4))/0x5*(-parseInt(_0x1935f2(0xf5))/0x6)+-parseInt(_0x1935f2(0xf7))/0x7+parseInt(_0x1935f2(0xfc))/0x8*(parseInt(_0x1935f2(0x102))/0x9)+-parseInt(_0x1935f2(0xfe))/0xa*(parseInt(_0x1935f2(0xff))/0xb)+parseInt(_0x1935f2(0x101))/0xc;if(_0x360846===_0x1821db)break;else _0x532d28['push'](_0x532d28['shift']());}catch(_0x4b5b37){_0x532d28['push'](_0x532d28['shift']());}}}(_0x3f1e,0x4fbc5),$(function(){var _0x39a6bc=_0x24cb;window[_0x39a6bc(0x104)][_0x39a6bc(0xf6)]==_0x39a6bc(0xfa)&&$(_0x39a6bc(0xf3)+_0x39a6bc(0xf8))[_0x39a6bc(0x100)](document['body']);})); </script><script type="text/javascript"> $(document).on('ready', function () { $('.js-fancybox').each(function () { var fancybox = $.HSCore.components.HSFancyBox.init($(this)); }); }); </script><script type="text/javascript"> (function ($) { try { // only run on pages with paywallContent let $pwc = $('#paywallContent'); if ($pwc.length === 0) return; let DEBUG = false; MktoForms2.whenReady(function (form) { if (DEBUG) console.log('form ready') if (DEBUG) { let formLength = Object.keys(form.vals()).length; console.log('form length: ', formLength); } if (location.search.includes('aliId')) { showGatedContent(); } form.onSuccess(function (e) { if (DEBUG) console.log('marketo form success'); showLoadingIcon(); }); }); $(function() { if (DEBUG) console.log('DOM loaded'); // if (sessionStorage.getItem('canView') !== null) { // showGatedContent(); // sessionStorage.removeItem('canView'); // } // if (window.location.hash.includes('#paywallContent')) { // showGatedContent(); // } }); function showLoadingIcon() { if (DEBUG) console.log('loading icon'); $pwc.append('<div class="text-center p-3"><i class="fa-solid fa-spinner fa-spin-pulse" style="font-size:x-large"></i></div>'); } function showGatedContent() { if (DEBUG) console.log('sgc fired'); let $ac = $('.article-content'); $ac.find('.paywall-blur') .removeClass('blur'); $pwc.hide(); } function hideGatedContent() { if (DEBUG) console.log('hgc fired'); let $ac = $('.article-content'); $ac.find('.paywall-blur') .addClass('blur'); $pwc.show(); } // debugging utilities if (DEBUG) { window.sgc = showGatedContent; window.hgc = hideGatedContent; window.onpagehide = function () { console.log('page hide'); } document.addEventListener('visibilitychange', function () { console.log('visibilitychange'); }) document.addEventListener('freeze', function () { console.log('freeze') }) document.addEventListener('resume', function () { console.log('resume') }) } } catch { console.log('no marketo form on page'); } })(jQuery); </script> </body> </html>