CINXE.COM

Terms & Conditions

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <!-- HTML Meta Markup --> <title>Terms &#038; Conditions</title> <meta itemprop="image" content="https://www.pymnts.com/wp-content/uploads/2023/07/CPI_2023_about_us_1500x500.jpg" /> <!-- Link --> <meta name="theme-color" content="#712cf9"> <meta name="msapplication-TileImage" content="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_270.jpg" /> <link rel="shortcut icon" href="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_32.jpg" sizes="32x32" /> <link rel="shortcut icon" href="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_192.jpg" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://www.pymnts.com/wp-content/uploads/2023/07/cpi_favicon_180.jpg" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="https://www.pymnts.com/feed/" /> <link rel="alternate" type="text/xml" title="RSS .92" href="https://www.pymnts.com/feed/rss/" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="https://www.pymnts.com/feed/atom/" /> <link rel="pingback" href="https://www.pymnts.com/xmlrpc.php" /> <link rel="dns-prefetch" href="https://www.google.com"> <link rel="dns-prefetch" href="https://stats.g.doubleclick.net"> <link rel="dns-prefetch" href="https://googleads.g.doubleclick.net"> <link rel="dns-prefetch" href="https://fonts.gstatic.com"> <link rel="dns-prefetch" href="https://www.google-analytics.com"> <link rel="dns-prefetch" href="https://www.pymnts.com"> <link rel="preload" href="/wp-content/themes/flex-mag-sixspoke/2020/bootstrap-icons.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <!-- <script type="text/javascript" src="/wp-content/themes/flex-mag-sixspoke/2020/jquery-3.6.0.slim.min.js?v=1.0"> </script>--> <link rel="preload" as="script" href="https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=5.5.10" /> <script src='https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=5.5.10' type='text/javascript' async></script> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"> </script> <link rel="stylesheet" href="/wp-content/themes/flex-mag-sixspoke/2020/bootstrap-icons.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"> <!-- Font --> <link href="https://fonts.googleapis.com/css?family=Playfair&#43;Display:700,900&amp;display=swap" rel="stylesheet"> <!-- css --> <link rel="stylesheet" href="https://www.pymnts.com/wp-content/themes/flex-mag-sixspoke/cpi-mini-site/cpi.css?v=37"> <!-- Google analytics --> <script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-3WHRCQ5780"></script> <script> let deviceIsBlockingAnalytics = null; let googleTracker = typeof ga !== 'undefined' && ga.getAll ? ga.getAll()[0] : null; console.log('googleTracker initial', googleTracker); if (!googleTracker) { let count = 0; let intervalId = setInterval(() => { ++count; googleTracker = typeof ga !== 'undefined' && ga.getAll ? ga.getAll()[0] : null; console.log('googleTracker', count, googleTracker); if (googleTracker || count > 5) { clearInterval(intervalId); console.log('tracker', googleTracker); return; } }, 500); } else { console.error('Google Tag Manager is blocked'); deviceIsBlockingAnalytics = true; } let lastUrlViewed = null; function parseCookieHeader() { const header = document.cookie; // Split the header into individual name-value pairs var pairs = header.split(';'); // Create an object to store the cookies var cookies = {}; // Loop through the name-value pairs and store them in the object for (var i = 0; i < pairs.length; i++) { var nameValue = pairs[i].split('='); cookies[nameValue[0].trim()] = nameValue[1]; } // Return the object return cookies; } // function registerPageView(url, tracker) { // console.log('registerPageView', url, tracker); // console.log('deviceIsBlockingAnalytics', deviceIsBlockingAnalytics); // tracker.set('page', url); // tracker.send('pageview', { // 'title': document.title, // 'url': url // }); // gtag("event", "pymnts_device_visit", { // path: url // }); // console.log('title', document.title); // if (!deviceIsBlockingAnalytics) doNotProxyReport(url); // } // let firstTrigger = true; // function triggerPageView (url, scrollingUp = false) { // console.log('triggerPageView', url); // if (!googleTracker) { // let count = 0; // let intervalId = setInterval(() => { // ++count; // if (googleTracker || count > 5) { // clearInterval(intervalId); // console.log('tracker', googleTracker); // registerPageView(url, googleTracker); // return; // } // }, 500); // } else { // console.log('tracker', googleTracker); // registerPageView(url, googleTracker); // } // } const cookies = parseCookieHeader(); let pymntsDeviceId; let storedId = localStorage.getItem('pymntsDeviceId'); if (cookies['pymnts-browser-id']) { pymntsDeviceId = cookies['pymnts-browser-id']; localStorage.setItem('pymntsDeviceId', pymntsDeviceId); } else { if (storedId) pymntsDeviceId = storedId; else pymntsDeviceId = 'unknown'; } console.log('pymntsDeviceId', pymntsDeviceId); if (!storedId || storedId === 'undefined') { localStorage.setItem('pymntsDeviceId', pymntsDeviceId); } /* * Setup GA4 */ window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); const { hostname } = window.location; let gtagCategory = hostname === 'gamma.pymnts.com' ? 'UA-11167465-10' : 'UA-11167465-1'; gtag('config', gtagCategory); console.log('gtag ua category', gtagCategory); gtagCategory = hostname === 'gamma.pymnts.com' ? 'G-NY60TDWHJ9' : 'G-3WHRCQ5780'; gtag('config', gtagCategory); console.log('gtag g4 category', gtagCategory); //gtag('set', {'user_id': pymntsDeviceId}); // Set the user ID using signed-in user_id. setTimeout(() => { gtag("event", "pymnts_device_visit", { path: window.location.pathname, }); }, 1000); let gaIsBlocked = null; let rtIsBlocked = false; let visitedPages = []; let connectionCount = 0; let maxConnectionAttempts = 3; const landingPage = window.location.pathname; const doNotProxyReport = pathname => { console.log('Do not report', pathname); let request = { url: `https://rt.pymnts.com:6300/dnr`, method: 'post', data: { pathname } } axios(request) .then(response => console.log(response.data)) .catch(error => console.error(error)); } async function checkIfGoogleAnalyticsIsBlocked() { let request = { url: 'https://www.google-analytics.com/collect', method: "post", params: { v: 1, tid: 'G-3WHRCQ5780', cid: pymntsDeviceId, t: 'web-view' } } console.log('request', request); let isBlocking; let response; try { response = await axios(request); deviceIsBlockingAnalytics = false; isBlocking = 'false'; console.log("Google Analytics is Allowed!!!!!!!!"); doNotProxyReport(landingPage) } catch (err) { // We are blocked!!! deviceIsBlockingAnalytics = true; isBlocking = 'true'; console.error('Google Analytics is Blocked!!!!!!!'); } } checkIfGoogleAnalyticsIsBlocked(); const recordLinkVisit = () => { const cookies = parseCookieHeader(); console.log('visit cookies', cookies); if (typeof cookies['cpi-org-info'] === 'undefined') return; const orgInfo = decodeURIComponent(cookies['cpi-org-info']).split(' --- '); //console.log(orgInfo); if (orgInfo.length < 2) return; const orderId = orgInfo[1]; const url = `https://www.competitionpolicyinternational.com/tracking/record-visit.php?order=${orderId}`; const request = { url, method: 'get' } axios(request) .then(response => console.log('axios success')) .catch(error => console.error('axios error', error)); } recordLinkVisit(); </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO Premium plugin v22.7 (Yoast SEO v23.4) - https://yoast.com/wordpress/plugins/seo/ --> <title>Terms &amp; Conditions | PYMNTS.com</title> <meta name="description" content="Terms &amp; Conditions" /> <link rel="canonical" href="https://www.pymnts.com/cpi/terms-conditions-cpi/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Terms &amp; Conditions" /> <meta property="og:description" content="Terms &amp; Conditions" /> <meta property="og:url" content="https://www.pymnts.com/cpi/terms-conditions-cpi/" /> <meta property="og:site_name" content="PYMNTS.com" /> <meta property="article:publisher" content="https://www.facebook.com/pymnts/" /> <meta property="article:modified_time" content="2023-07-15T19:18:58+00:00" /> <meta property="og:image" content="https://www.pymnts.com/wp-content/uploads/2022/10/PYMNTS_2022_open_graph_1280x720.jpg" /> <meta property="og:image:width" content="1280" /> <meta property="og:image:height" content="720" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@pymnts" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.pymnts.com/cpi/terms-conditions-cpi/","url":"https://www.pymnts.com/cpi/terms-conditions-cpi/","name":"Terms & Conditions | PYMNTS.com","isPartOf":{"@id":"https://www.pymnts.com/#website"},"datePublished":"2023-06-05T20:31:34+00:00","dateModified":"2023-07-15T19:18:58+00:00","description":"Terms & Conditions","breadcrumb":{"@id":"https://www.pymnts.com/cpi/terms-conditions-cpi/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.pymnts.com/cpi/terms-conditions-cpi/"]}]},{"@type":"BreadcrumbList","@id":"https://www.pymnts.com/cpi/terms-conditions-cpi/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.pymnts.com/"},{"@type":"ListItem","position":2,"name":"CPI Homepage","item":"https://www.pymnts.com/cpi/"},{"@type":"ListItem","position":3,"name":"Terms &#038; Conditions"}]},{"@type":"WebSite","@id":"https://www.pymnts.com/#website","url":"https://www.pymnts.com/","name":"PYMNTS.com","description":"What&#039;s next in payments and commerce","publisher":{"@id":"https://www.pymnts.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.pymnts.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.pymnts.com/#organization","name":"PYMNTS.com","url":"https://www.pymnts.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.pymnts.com/#/schema/logo/image/","url":"https://www.pymnts.com/wp-content/uploads/2023/05/PYMNTS_2023_logo_black-1.png","contentUrl":"https://www.pymnts.com/wp-content/uploads/2023/05/PYMNTS_2023_logo_black-1.png","width":3329,"height":687,"caption":"PYMNTS.com"},"image":{"@id":"https://www.pymnts.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/pymnts/","https://x.com/pymnts"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//js.hs-scripts.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="PYMNTS.com &raquo; Feed" href="https://www.pymnts.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="PYMNTS.com &raquo; Comments Feed" href="https://www.pymnts.com/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.pymnts.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <!-- pymnts.com is managing ads with Advanced Ads --><script id="pymnt-ready"> window.advanced_ads_ready=function(e,a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[]; </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='all-css-4' href='https://www.pymnts.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpobGxkZmBkYGQMARIMu1Q==' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link rel='stylesheet' id='all-css-6' href='https://www.pymnts.com/wp-content/plugins/contact-form-7/includes/css/styles.css?m=1708458468g' type='text/css' media='all' /> <link rel='stylesheet' id='studio-fonts-css' href='//fonts.googleapis.com/css?family=Oswald%3ALato%3A400%2C700%7CWork+Sans%3A900%7CMontserrat%3A400%2C700%7COpen+Sans%3A800%7CPlayfair+Display%3A400%2C700%2C900%7CQuicksand%7CRaleway%3A200%2C400%2C700%7CRoboto+Slab%3A400%2C700%26subset%3Dlatin%2Clatin-ext&#038;ver=1.0.0' media='all' /> <script type="text/javascript" id="advanced-ads-advanced-js-js-extra"> /* <![CDATA[ */ var advads_options = {"blog_id":"1","privacy":{"enabled":false,"state":"not_needed"}}; /* ]]> */ </script> <script type="text/javascript" src="https://www.pymnts.com/_static/??-eJyVjuEKwjAMhF/ImrmB/hKfJbaxy9ZmdWl1vr1VFPwhghAIXO67C1yTYbGhOFIY6pwLzbfXWkeW9aAr+GUykf2MmT7NdpJMkiGF4lkU0F1QLDmDTiGVY2ALqEr5Gfe+fkvIPcVaegq0mIjeKC+appEenJsi1rd6suM/mCKH3M/FSKi6l5IqfYj7za5r22bbtN1wBxwGZxE=" ></script><link rel="https://api.w.org/" href="https://www.pymnts.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.pymnts.com/wp-json/wp/v2/pages/1565430" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.pymnts.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.1" /> <link rel='shortlink' href='https://www.pymnts.com/?p=1565430' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.pymnts.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pymnts.com%2Fcpi%2Fterms-conditions-cpi%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.pymnts.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.pymnts.com%2Fcpi%2Fterms-conditions-cpi%2F&#038;format=xml" /> <link rel="alternate" type="application/feed+json" title="PYMNTS.com &raquo; JSON Feed" href="https://www.pymnts.com/feed/json/" /> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.40--> <script class="hsq-set-content-id" data-content-id="standard-page"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <style>img#wpstats{display:none}</style> <script type="text/javascript"> var advadsCfpQueue = []; var advadsCfpAd = function( adID ){ if ( 'undefined' == typeof advadsProCfp ) { advadsCfpQueue.push( adID ) } else { advadsProCfp.addElement( adID ) } }; </script> <script> var userObject; </script> <!-- Begin comScore Tag --> <script> var _comscore = _comscore || []; _comscore.push({ c1: "2", c2: "39641934", options: { enableFirstPartyCookie: "true" } }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = "https://sb.scorecardresearch.com/cs/39641934/beacon.js"; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src="https://sb.scorecardresearch.com/p?c1=2&c2=39641934&cv=3.9.1&cj=1"> </noscript> <!-- End comScore Tag --> <style type="text/css"> .post-cont-out, .post-cont-in { margin-right: 0; } .nav-links { display: none; } .nav-left-wrap { width: 60px; } .nav-logo-out { margin-left: -60px; } .nav-logo-in { margin-left: 60px; } .nav-logo-show { padding-right: 20px; width: 200px; height: 50px; } .nav-logo-show img { width: auto; padding-top: 5px; } .nav-left-width { width: 280px !important; } .nav-logo-out-fade { margin-left: -280px; } .nav-logo-in-fade { margin-left: 280px; } .share-count, .feat-info-views { display: none; }</style> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #f9f9f9; } </style> <link rel="icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=32" sizes="32x32" /> <link rel="icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=180" /> <meta name="msapplication-TileImage" content="https://www.pymnts.com/wp-content/uploads/2022/11/cropped-PYMNTS-Icon-512x512-1.png?w=270" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s);j.async=true;j.src="https://load.gtm.pymnts.com/4gb8jtcwxmzux.js?"+i;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','dzrxseq=aWQ9R1RNLVdWRldDRDk1JmFzPXk%3D&page=1');</script> <!-- End Google Tag Manager --> </head> <body class="d-flex flex-column" style="min-height:100vh;"> <div class="container-scroller" id="headerContainerScroller"> <div class="container"> <header class="blog-header lh-1 py-3"> <!-- <div class="d-flex flex-wrap flex-row border-bottom border-light"> <div id="cpi-verify" class="my-auto"> <ul class="nav col-12 col-md-auto"> <li><a class="px-2 link-dark" href="#" style="font-size:.9rem;"> Account</a> </li> </ul> </div> <div id="cpi-cart" class="text-end my-auto"> <i class="bi bi-cart-fill fs-5 text-secondary"></i> </div> </div> --> <div class="row flex-nowrap justify-content-between align-items-center g-1"> <div class="col col-md-3 col-lg-4 order-2 order-md-3 order-lg-1 align-self-center"> <ul class="nav col-12 col-md-auto flex-column flex-md-row justify-content-end justify-content-lg-start" id="utilityNav"> <!-- <li class="ps-2 ps-lg-0 d-none order-2 d-lg-block my-auto"><a class="nav-link py-1 link-secondary text-end text-md-start" style="font-size:.9rem;" href="http://www.pymnts.com/cpi/account-management">Verify Email</a> </li> --> <!-- IF THE USER IS LOGGED IN --> <li class="ps-2 ps-lg-0 order-1 my-auto d-none d-md-block"> <p class="p-0 text-end text-md-start mb-0"><a href="https://www.pymnts.com/cpi/account-management/" class="fw-bold text-uppercase" style="font-size:.8rem;"></a></p> </li> <!-- END USER IS LOGGED IN --> <!-- <li class="ps-2 ps-lg-0"><a class="p-0 py-md-1 link-secondary text-end text-md-start d-block d-lg-none" href="http://www.pymnts.com/cpi/account-management"><i class="bi bi-person-circle fs-3"></i></a> </li> --> </ul> <!-- <a class="link-secondary" href="https://www.competitionpolicyinternational.com/subscribe/">Subscribe</a>&nbsp<span class="text-secondary">|</span>&nbsp<a class="link-secondary" href="https://www.competitionpolicyinternational.com/cpi-subscriptions/">Join</a> --> </div> <div class="col-7 col-md-4 col-lg-4 px-2 ps-md-0 pe-md-3 order-1 order-lg-2 align-self-center"> <div class="text-center"> <a class="blog-header-logo text-dark" href="https://www.pymnts.com/cpi"> <img src="https://www.pymnts.com/wp-content/uploads/2023/03/CPI_Logo_Black-1.svg" width="100%" height="50px" class="img-fluid"> </a> <div class="d-block mt-1 mt-md-0"> <small><i>A PYMNTS Company</i></small> </div> </div> </div> <div class="col-md-4 col-lg-3 d-none d-md-block text-end text-lg-start order-md-2 order-lg-3"> <!-- <form class="col-12 col-lg-auto my-auto d-none d-md-block text-end me-3" role="search"> <input type="search" class="form-control" placeholder="Search" aria-label="Search"> </form> --> <form role="search" method="get" id="" action="https://www.pymnts.com/" class="col-12 col-lg-auto my-auto d-none d-md-block text-end me-3"> <input type="hidden" name="post_type" value="cpi_posts" /> <div class="input-group my-auto"> <input class="form-control" type="text" value="" name="s" id="s" placeholder="Search" /> <div class="input-group-append"> <button type="submit" class="input-group-text" style="border-top-left-radius: 0;border-bottom-left-radius: 0;height: 100%;" /> <i class="bi bi-search"></i> </button> </div> </div> </form> </div> <div class="col-2 col-md col-lg-auto my-auto text-end order-4"> <a class="link-white me-3 position-relative" href="https://www.competitionpolicyinternational.com/cart/" role="button"> <i class="bi bi-cart fs-4"></i> <!--<span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-success"> 1 <span class="visually-hidden">unread messages</span> </span>--> </a> </div> </div> </header> <div class="nav-scroller py-1"> <nav class="nav d-flex justify-content-start justify-content-md-evenly"> <a class="p-2 link-primary fw-bold" href="https://www.pymnts.com/cpi/subscriptions">Pricing</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi/latest-news-for-cpi/">News</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi/cpi-column/">Columns</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi_category/antitrust-chronicle-2024/">Antitrust Chronicles</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi_category/techreg-chronicle-2024/">TechREG Chronicles</a><a class="p-2 link-secondary" href="https://www.pymnts.com/cpi/cpi-blog/">Blog o' Blogs</a><a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-events/">Events</a><a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-tv">CPI TV</a><a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-books/">Books</a> <a class="my-auto px-2 link-secondary d-inline d-md-none" href="#"><i class="bi bi-search text-dark fw-bold"></i></a> <!-- <a class="p-2 link-secondary" href="/audio/">Audio</a> --> <!-- <a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/cpi-journal/">CPI Journal</a> --> <!-- <a class="p-2 link-secondary" href="https://www.competitionpolicyinternational.com/category/library-recently-published/">Library</a> --> </nav> </div> </div> </div> <!-- This template is used for the following pages: *About Us *Editorial Policy *Editorial Guidelines *Editorial Advisory Board *Terms & Conditions *Privacy --> <div class="main my-5" id="wide-content"> <div class="container"> <div class="row"> <div class="col-12 mb-2 my-auto"> <h2 class="my-auto"> Terms &#038; Conditions </h2> </div> </div> <div class="row mt-4"> <div class="col-12"> <p class="p2"><span class="s1">The following discloses our information gathering and dissemination practices for this Website.</span></p> <p class="p2"><span class="s1">Competition Policy International, Inc. (“CPI”) and the company or individual (“Customer”) agree that CPI shall make available to Customer the services identified in the Order (“Services”), subject to this Subscription Agreement (“Agreement”). Services may include, but are not limited to, online access to current and past issues of the CPI Journal and the Antitrust Chronicle (formerly “GCP Magazine”) and full access to the Resource Library (“Content”).</span></p> <p class="p2"><span class="s1"><b>1. Licenses</b></span></p> <p class="p2"><span class="s1">1.1. CPI grants to Customer a non-exclusive, non-transferable license (“License”) subject to the limitations contained in this Agreement and in the Customer’s Order. CPI retains all ownership rights (including copyrights and other intellectual property rights) of the Services, in any form, and Customer obtains only such rights as are explicitly granted in this Agreement and such Order.</span></p> <p class="p2"><span class="s1">1.2. Each license is for a term of 12 months, beginning on the effective date of the Order, unless another term is specified in the Order. The Service is available only for the number of users or benefiting audience members identified and described in the Order (“Authorized Users”) and may not be shared with other persons or entities. An Authorized User is authorized by Customer to access the Services during the term of this Agreement and according to the terms of the Order, either online via <a href="https://www.pymnts.com/cpi">www.pymnts.com/cpi</a></span>, or after the Content has been downloaded in accordance with the terms of this Agreement. CPI reserves the right to deny access to any and all users in excess of the number of Authorized Users specified in the Order.</p> <p class="p2"><span class="s1"><b>2. Restrictions on Use</b></span></p> <p class="p2"><span class="s1">2.1. The Services are licensed for Customer’s internal use only and subject to any restrictions set forth in the Order. Customer will not provide Content, or other Services to others, whether directly in any media or indirectly through incorporation in a database, marketing list, report or otherwise, to third parties.</span></p> <p class="p2"><span class="s1">2.2. Customer will not copy, reprint or distribute Content except for in ways in accordance with this Agreement and as set forth in the Order.</span></p> <p class="p2"><span class="s1">2.3. Republication of Content by someone other than the author requires written permission from CPI. Customer is authorized to excerpt or cite Content as source material provided reference is given to CPI.</span></p> <p class="p2"><span class="s1">2.4. CPI reserves the right to monitor Customer’s use of the Service to ensure compliance with this Agreement and prevent fraudulent use. Such monitoring of use may include but will not be limited to determining whether or not the Service is accessed under the account from multiple computers, as well as noting downloads beyond the limit of a single-user or a disproportionate number of users. All download limitations will be enforced at CPI’s discretion. Customer may not make a user name and password available to a party that is not an Authorized User. If monitoring indicates Customer is not in compliance with this Agreement or if fraudulent activity is suspected, CPI reserves the right to take such action as it deems necessary, including, but not limited to, suspension or termination of the account.</span></p> <p class="p2"><span class="s1"><b>3. Copyrights and Other Proprietary Rights</b></span></p> <p class="p2"><span class="s1">3.1. Content is proprietary, copyrighted works of CPI and its authors and comprises: (i) works of original authorship, including compiled Content containing CPI’s selection, arrangement and coordination, and expression of such Content or pre-existing material as it has created, gathered or assembled; and (ii) Content that has been created, developed and maintained by CPI or its authors at great expense, such that misappropriation or unauthorized use by others for commercial gain would unfairly and/or irreparably harm CPI and its authors or reduce CPI or its authors’ incentive to create, develop and maintain such content. Customer will not commit or permit any act or omission that would contest or impair CPI’s or any author’s proprietary and intellectual property rights to Content or that would cause the Content to infringe the proprietary or intellectual property rights of a third party. Customer will reproduce CPI’s or its authors’ copyright and proprietary rights legend on all copies of Content.</span></p> <p class="p2"><span class="s1">3.2. Customer will not use any trademark, service mark or trade name of CPI or any of CPI’s affiliated companies or publish any press releases regarding this Agreement or any order. Customer shall not disclose the negotiated pricing or terms of this Agreement, or any order, to any third party.</span></p> <p class="p2"><span class="s1">3.3. CPI represents and warrants to Customer that, to CPI’s knowledge, the Content, when used in accordance with this Agreement, does not violate any existing, U.S. copyrights, patents, trademarks, or other intellectual property rights of any third party, as of the effective date of the applicable Order.</span></p> <p class="p2"><span class="s1">3.4. Registration data and other information about Customer are subject to CPI’s Privacy Policy.</span></p> <p class="p2"><span class="s1"><b>4. Disclaimers</b></span></p> <p class="p2"><span class="s1">4.1. All Services and Content are provided on an “as is”, “as available” basis. CPI disclaims all warranties, express or implied, including any warranties of accuracy, completeness, or correctness for a particular purpose. CPI does not guarantee that the services will be uninterrupted or error-free and disclaims any warranty or representation regarding availability of a service, service levels or performance. CPI will not be liable for any loss or injury arising out of, in whole, or in part, CPI’s conduct in procuring, preparing, and delivering Services or Content.</span></p> <p class="p2"><span class="s1"><b>5. Payment</b></span></p> <p class="p2"><span class="s1">5.1. Customer will pay CPI in accordance with the Order and accompanying Invoice. Prices and product descriptions are those set forth in the Order. Subscriptions will be cancelled if payment is not received within 30 days of the order.</span></p> <p class="p2"><span class="s1"><b>6. Termination and Cancellations</b></span></p> <p class="p2"><span class="s1">6.1. In the event of material breach of any of the above, the non-breaching party may immediately terminate, or CPI may suspend Services under, the applicable Orders without prior notice. In the event of material breach of any other part of this Agreement by Customer or CPI, the non-breaching party may terminate this Agreement or particular Orders if such breach is not remedied within 30 days of written notice of breach.</span></p> <p class="p2"><span class="s1">6.2. CPI subscriptions are non-cancelable/non-refundable after 48 hours of activation or with the execution of any download function. Cancellations must be in writing, sent to&nbsp;<a href="mailto:subscription@competitionpolicyinternational.com"><span class="s2">subscription@competitionpolicyinternational.com</span></a>.</span></p> <p class="p3"><span class="s1">&nbsp;</span></p> <h2 class="p4" id="cpiPrivacy"><span class="s1"><b>Privacy </b></span></h2> <p class="p2"><span class="s1">This is the website of Competition Policy International (CPI).</span></p> <p class="p2"><span class="s1">Our postal address is: 140 South Dearborn, Suite 1000, Chicago, IL 60603</span></p> <p class="p2"><span class="s1">We can be reached by telephone at: +1.312.533.4602</span></p> <p><span class="s1"><b>1. CPI’s Privacy Statement</b></span></p> <p><span class="s1">1.1 The purpose of this Privacy Policy is to inform you of the procedures regarding the collection, use, and disclosure of information on the CPI website, including any mobile versions or related mobile applications, collectively called CPI Sites, accessible on <a href="https://www.pymnts.com/cpi"><span class="s2">www.pymnts.com/cpi</span></a>. CPI encourages you to carefully read this Privacy Policy.</span></p> <p><span class="s1">1.2 The CPI website (hereinafter, the “Site”) is provided by CPI. By visiting the CPI Sites and providing information to CPI, you acknowledge that you have been informed and you consent to the Privacy Policy, including with regard to CPI’s use and disclosure of personal information which may be collected when you contact CPI, subscribe to CPI email alerts and newsletters, when you register for events or training, or when you request any other products and services provided by CPI in accordance with the purposes detailed in section 4. If you do not wish your personal information to be used by CPI in the manner set out in this Privacy Policy, please do not provide us this information.</span></p> <p class="p2"><span class="s1"><b>2. Nature of information Collected</b></span></p> <p class="p2"><span class="s1">2.1 In order to receive CPI newsletters or information about CPI products and services, to contact CPI for any questions or comments, to request CPI products and services, or to register for CPI events and trainings, you may choose to provide some personal information. The categories of personal information that CPI may collect for the processing purposes described hereto are: family name, first name, organization, job title, activity, main area of interest, country of residence, and email address.</span></p> <p class="p2"><span class="s1"><b>3. Purposes of Data Processing</b></span></p> <p class="p2"><span class="s1">3.1 CPI may use the personal information that you provide:</span></p> <ol class="ol1"> <li style="list-style-type: none;"> <ol class="ol1"> <li class="li5"><span class="s3">To process and respond to your questions and/or inquiries;</span></li> <li class="li5"><span class="s3">To send newsletters, emails, or other communications relating to products and services that may be of interest;</span></li> <li class="li5"><span class="s3">To recommend other CPI services and products;</span></li> <li class="li5"><span class="s3">To manage your membership to CPI;</span></li> <li class="li5"><span class="s3">CPI, or third parties on its behalf, may also use information provided in an aggregate and anonymous form for internal business and planning purposes, including to analyze trends and statistics.</span></li> </ol> </li> </ol> <p class="p2"><span class="s1"><b>4. Data Retention</b></span></p> <p class="p2"><span class="s1">4.1 Your data will be used solely for the purpose of sending relevant communications. CPI will retain your personal data only for as long as it is necessary to complete the operations for which data has been collected or until you request to no longer receive communications from us, in accordance with applicable laws and regulations.</span></p> <p class="p2"><span class="s1"><b>5. Security</b></span></p> <p class="p2"><span class="s1">5.1 Protecting your privacy and your personal information is a priority for CPI. CPI has taken reasonable measures to protect your personal information from loss, misuse and alteration. However, please be aware that no data transmission over the Internet or storage technology can be guaranteed to be 100% secure. CPI can only take steps to help reduce the risks of unauthorized access to information/data. Each individual using the Internet user can also take steps to help protect his/her personal information and is encouraged to do so to further minimize the likelihood that a security incident may occur</span></p> <p class="p2"><span class="s1"><b>6. Your Rights</b></span></p> <p class="p7"><span class="s1"><b>&gt; Right to request access, rectification, erasure, restriction processing, object to the processing, portability</b></span></p> <p class="p2"><span class="s1">6.1 The collected information is necessary for your registration and, more generally, for the purposes described in the section 4. It is subject to data processing at CPI. In application of the European Regulation on the protection of natural persons with regard to the processing of personal data and of the free movement of such data (General Data Protection Regulation “GDPR”) you will benefit from the right to access, rectification, erasure, restriction processing, object to the processing, portability.</span></p> <p class="p2"><span class="s1">6.2 In which circumstances can you exercise your rights with CPI?<b> </b></span></p> <ul class="ul1"> <li class="li8"><span class="s3"><b>Right of access</b></span></li> </ul> <ol class="ol1"> <li class="li5"><span class="s3">The data subject shall have the right to obtain from the controller, confirmation as to whether or not their personal data is being processed, and, where that is the case, access to the personal data and the following information:</span> <ol class="ol1"> <li class="li5"><span class="s3">The purposes of the processing;</span></li> <li class="li5"><span class="s3">The categories of personal data concerned;</span></li> <li class="li5"><span class="s3">The recipients or categories of recipient to whom the personal data has been or will be disclosed;</span></li> <li class="li5"><span class="s3">Where possible, the envisaged period for which the personal data will be stored, or, if not possible, the criteria used to determine that period;</span></li> <li class="li5"><span class="s3">The existence of the right to request from the controller rectification or erasure of personal data or restriction of processing of personal data concerning the data subject or to object to such processing;</span></li> <li class="li5"><span class="s3">The right to lodge a complaint with a supervisory authority;</span></li> <li class="li5"><span class="s3">where the personal data is not collected from the data subject, any available information as to their source;</span></li> <li class="li5"><span class="s3">The existence of automated decision-making, including profiling, referred to in Article 22(1) and (4) and, at least in those cases, meaningful information about the logic involved, as well as the significance and the envisaged consequences of such processing for the data subject.</span></li> <li class="li5"><span class="s3">The controller shall provide a copy of the personal data undergoing processing. For any further copies requested by the data subject, the controller may charge a reasonable fee based on administrative costs. Where the data subject makes the request by electronic means, and unless otherwise requested by the data subject, the information shall be provided in a commonly used electronic form.</span></li> <li class="li5"><span class="s3">The right to obtain a copy referred to in paragraph 3 shall not adversely affect the rights and freedoms of others.</span></li> </ol> </li> </ol> <ul class="ul1"> <li class="li5"><span class="s3"><b>Right to rectification</b></span></li> </ul> <ol class="ol1"> <li class="li8"><span class="s3">The data subject shall have the right to obtain from the controller without undue delay the rectification of inaccurate personal data. Taking into account the purposes of the processing, the data subject shall have the right to have incomplete personal data completed, including by means of providing a supplementary statement.</span></li> </ol> <ul class="ul1"> <li class="li5"><span class="s3"><b>Right to erasure (‘right to be forgotten’)</b></span></li> </ul> <ol class="ol1"> <li class="li5"><span class="s3">The data subject shall have the right to obtain from the controller the erasure of personal data without undue delay and the controller shall have the obligation to erase personal data without undue delay where one of the following grounds applies:</span> <ol class="ol1"> <li class="li5"><span class="s3">The personal data is no longer necessary in relation to the purposes for which it was collected or otherwise processed;</span></li> <li class="li5"><span class="s3">The data subject withdraws consent;</span></li> <li class="li5"><span class="s3">The data subject objects to the processing on grounds relating to his or her particular situation including profiling and there are no overriding legitimate grounds for the processing, or the data subject objects to the processing for direct marketing;</span></li> <li class="li5"><span class="s3">The personal data has been unlawfully processed;</span></li> <li class="li5"><span class="s3">The personal data has to be erased for compliance with a legal obligation in Union or Member State law to which the controller is subject.</span></li> </ol> </li> <li><span class="s3">Where the controller has made the personal data public and is obliged pursuant to paragraph 1 to erase the personal data, the controller, taking account of available technology and the cost of implementation, shall take reasonable steps, including technical measures, to inform controllers processing the personal data that the data subject has requested the erasure by such controllers of any links to, or copy or replication of the personal data.</span></li> <li class="li5"><span class="s3">Paragraphs 1 and 2 shall not apply to the extent that processing is necessary:</span> <ol class="ol1"> <li class="li5"><span class="s3">For&nbsp;exercising the right of freedom of expression and information;</span></li> <li class="li5"><span class="s3">For compliance with a legal obligation which requires processing by Union or Member State law to which the controller is subject or for the performance of a task carried out in the public interest or in the exercise of official authority vested in the controller;</span></li> <li class="li5"><span class="s3">for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in so far as the right referred to in paragraph 1 is likely to render impossible or seriously impair the achievement of the objectives of that processing;</span></li> <li class="li5"><span class="s3">for the establishment, exercise or defense of legal claims.</span></li> </ol> </li> </ol> <ul class="ul1"> <li class="li5"><span class="s3"><b>Right to restriction of processing</b></span></li> </ul> <ol class="ol1"> <li class="li5"><span class="s3">The data subject shall have the right to obtain from the controller restriction of processing where one of the following applies:</span> <ol class="ol1"> <li class="li5"><span class="s3">The accuracy of the personal data is contested by the data subject, for a period enabling the controller to verify the accuracy of the personal data;</span></li> <li class="li5"><span class="s3">The processing is unlawful, and the data subject opposes the erasure of the personal data and requests the restriction of its use instead;</span></li> <li class="li5"><span class="s3">The controller no longer needs the personal data for the purposes of the processing, but it is required by the data subject for the establishment, exercise or defense of legal claims;</span></li> <li class="li5"><span class="s3">The data subject has objected to processing on grounds relating to his or her particular situation including profiling pending the verification of whether the legitimate grounds of the controller override those of the data subject.</span></li> <li class="li5"><span class="s3">Where processing has been restricted under paragraph 1, such personal data shall, with the exception of storage, only be processed with the data subject’s consent or for the establishment, exercise or defense of legal claims or for the protection of the rights of another natural or legal person or for reasons of important public interest of the Union or of a Member State.</span></li> <li class="li5"><span class="s3">A data subject who has obtained restriction of processing pursuant to paragraph 1 shall be informed by the controller before the restriction of processing is lifted.</span></li> </ol> </li> </ol> <ul class="ul1"> <li class="li5"><span class="s3"><b>Notification obligation regarding rectification or erasure of personal data or restriction of processing</b></span></li> </ul> <ol class="ol1"> <li class="li8"><span class="s3">The controller shall communicate any rectification or erasure of personal data or restriction of processing carried out to each recipient to whom the personal data has been disclosed, unless this proves impossible or involves disproportionate effort. The controller shall inform the data subject about those recipients if the data subject requests it.</span></li> </ol> <ul class="ul1"> <li class="li5"><span class="s3"><b>Right to data portability</b></span></li> </ul> <ol class="ol1"> <li class="li5"><span class="s3">The data subject shall have the right to receive personal data which he or she has provided to a controller, in a structured, commonly used and machine-readable format and have the right to transmit that data to another controller without hindrance from the controller to which the personal data has been provided, where:</span> <ol class="ol1"> <li class="li5"><span class="s3">The processing is based on consent; and</span></li> <li class="li5"><span class="s3">The processing is carried out by automated means.</span></li> <li class="li5"><span class="s3">In exercising his or her right to data portability pursuant to paragraph 1, the data subject shall have the right to have the personal data transmitted directly from one controller to another, where technically feasible.</span></li> <li class="li5"><span class="s3">The exercise of the right referred to in paragraph 1 shall be without prejudice to the right of erasure. That right shall not apply to processing necessary for the performance of a task carried out in the public interest or in the exercise of official authority vested in the controller.</span></li> <li class="li5"><span class="s3">The right referred to in paragraph 1 shall not adversely affect the rights and freedoms of others.</span></li> </ol> </li> </ol> <ul class="ul1"> <li class="li5"><span class="s3"><b>Right to object</b></span></li> </ul> <ol class="ol1"> <li class="li5"><span class="s3">The data subject shall have the right to object, on grounds relating to his/her particular situation, at any time to processing which is based on legitimate interests pursued by the controller or by third party, except where such interests are overridden by the interests or fundamental rights and freedom of the data subject. The controller shall no longer process the personal data, unless the controller demonstrates compelling legitimate grounds for the processing which override the interests, rights and freedoms of the data subject or for the establishment, exercise or defense of legal claims.</span></li> <li class="li5"><span class="s3">Where personal data are processed for direct marketing purposes, the data subject shall have the right to object at any time to processing of personal data for such marketing, which includes profiling to the extent that it is related to such direct marketing.</span></li> <li class="li5"><span class="s3">Where the data subject objects to processing for direct marketing purposes, the personal data shall no longer be processed for such purposes.</span></li> <li class="li5"><span class="s3">At the time of the first communication with the data subject, the right referred to in paragraphs 1 and 2 shall be explicitly brought to the attention of the data subject and shall be presented clearly and separately from any other information.</span></li> <li class="li5"><span class="s3">In the context of the use of information society services, and notwithstanding Directive 2002/58/EC, the data subject may exercise his or her right to object by automated means using technical specifications.</span></li> <li class="li5"><span class="s3">Where personal data is processed for scientific or historical research purposes or statistical purposes, the data subject, on grounds relating to his or her particular situation, shall have the right to object to processing of personal data concerning him or her, unless the processing is necessary for the performance of a task carried out for reasons of public interest.</span></li> </ol> <ul class="ul1"> <li class="li5"><span class="s3"><b>Right to object to automated individual decision-making, including profiling</b></span></li> </ul> <ol class="ol1"> <li class="li5"><span class="s3">The data subject shall have the right not to be subject to a decision based solely on automated processing, including profiling, which produces legal effects concerning him/her or similarly significantly affects him/her.</span></li> <li class="li5"><span class="s3">Paragraph 1 shall not apply if the decision:</span></li> </ol> <p class="p10"><span class="s1">(a) Is necessary for entering into, or performance of, a contract between the data subject and a data controller;</span></p> <p class="p10"><span class="s1">(b) Is authorized by Union or Member State law to which the controller is subject, and which also lays down suitable measures to safeguard the data subject’s rights and freedoms and legitimate interests; or</span></p> <p class="p10"><span class="s1">(c) Is based on the data subject’s explicit consent.</span></p> <p class="p11"><span class="s1">(d) in the cases referred to in points (a) and (c) of paragraph 2, the data controller shall implement suitable measures to safeguard the data subject’s rights and freedoms and legitimate interests, at least the right to obtain human intervention on the part of the controller, to express his/her point of view and to contest the decision.</span></p> <ul class="ul1"> <li class="li5"><span class="s3"><b>Right to unsubscribe</b></span></li> </ul> <ol class="ol1"> <li class="li8"><span class="s3">If you no longer wish to receive communications from CPI, you may opt out by sending a direct request to CPI at <a href="mailto:contact@competitionpolicyinternational.com"><span class="s6">contact@competitionpolicyinternational.com</span></a></span><span class="s7">. </span></li> </ol> <p class="p2"><span class="s1"><b>7. Cookies Policy</b></span></p> <p class="p7"><span class="s1"><b>&gt; General</b></span></p> <p class="p2"><span class="s1">7.1 Subject to your prior explicit consent where such consent is required by the applicable law in your jurisdiction, CPI Sites use “cookies” (i.e., small text files which are downloaded to a user’s device when visiting the CPI Sites) in order to improve navigation around the CPI Sites for the user and improve the quality of the CPI Sites.</span></p> <p class="p2"><span class="s1">7.2 By using&nbsp;<a href="https://www.pymnts.com/cpi"><span class="s2">www.pymnts.com/cpi</span></a>,&nbsp;you consent to the use of cookies. If you do not consent to such use, you may disable these cookies through your browser.</span></p> <p class="p2"><span class="s1"><b>&gt; Which cookies are we using?</b></span></p> <p class="p8"><span class="s1">7.3 CPI uses cookies to save your logged in status and track that you have visited the site. This is useful for you and means that you do not have to login to access your preferences each time you visit the CPI website. This is also useful for us as it helps us gauge how many users have visited our site.</span></p> <p class="p13"><span class="s1">7.4 The Site also uses Google Analytics, a web analytics service provided by Google. Google Analytics cookies, which are text files on your computers, help the website analyze how users use the site. The information generated by cookies about your use of the website (including your IP address) will be transmitted to and stored by Google on servers in the United States. Google will use this information for the purpose of evaluating your use of the website, compiling reports on website activity on the number of users and type of use pertaining to the CPI Site. More information on Google Analytics is available under:&nbsp;<a href="https://support.google.com/analytics/answer/6004245"><span class="s8">https://support.google.com/analytics/answer/6004245</span></a></span></p> <p class="p2"><span class="s1"><b>&gt; Managing Cookies</b></span></p> <p class="p2"><span class="s1">7.5 Parameters of web browsers by default are generally set up in such a manner to accept cookies but you can easily change those parameters by modifying your preferences. If you choose to deactivate cookies, some functionalities, pages or parts of the CPI Site may not be accessible. CPI is not responsible in such cases.</span></p> <p class="p2"><span class="s1"><b>8. Links to Other Sites</b></span></p> <p class="p2"><span class="s1">8.1 The <a href="https://www.pymnts.com/cpi"><span class="s2">www.pymnts.com/cpi</span></a></span> <span class="s1">site may contain links to or from a number of third party websites (hereinafter, the “Third Party Sites”). CPI does not, in any way, control or operate the Third Party Sites. CPI is not responsible for the privacy practices, content, policies or actions of the Third Party Sites. This Privacy Policy is only applicable to general information processed by the CPI Sites, pursuant to information collected on CPI Sites. The use of any information you may provide to third parties on the Third Party Sites, or which such parties may otherwise collect on other websites, is not governed by this Privacy Policy.</span></p> <p class="p2"><span class="s1"><b>9. Social Networks</b></span></p> <p class="p2"><span class="s1">9.1 Social media plug-ins of social networks such as Facebook, Twitter and LinkedIn or services with user-generated content features are integrated into the CPI Sites. Where the CPI Sites contain a plug-in to a social network site, these are clearly marked (e.g., with a Twitter button). If you choose to click on one of these buttons or links, your browser connects directly to the servers of the relevant social network. The other website’s privacy policy applies to any personal information you provide to that website. If you do not want the social network to collect the information about you, please review the privacy policy of the relevant social network and/or log out of the relevant social network before you visit the CPI Site.</span></p> <p class="p2"><span class="s1"><b>10. Intellectual Property (IP) / Content</b></span></p> <p class="p2"><span class="s1">10.1 All content displayed on the CPI Sites, including but not limited to, text, graphics, logos, buttons, icons, images, sounds, audio clips, digital downloads, data compilations and software, is the property of CPI or its content suppliers and is protected by the United States and/or foreign applicable laws.</span></p> <p class="p2"><span class="s1">10.2 Registered trademarks of CPI are marks indicated on the CPI Sites and include licensors, in the United States and other countries. All other trademarks that appear on the CPI Sites are the property of their respective owners.</span></p> <p class="p2"><span class="s1">10. 3 You are prohibited from using, without permission, any of the marks, trademarks, trade names, service names, logos or other proprietary graphic appearing throughout the CPI Sites.</span></p> <p class="p2"><span class="s1"><b>11. Updates to Privacy Policy</b></span></p> <p class="p2"><span class="s1">11.1 To the extent permitted by applicable law in your jurisdiction, CPI may, from time to time, revise or update this Privacy Policy. You agree to be bound by such modifications or updates. If we make material revisions to the way we collect or use your personal information such that we are using it for purposes that you have not consented to, we will notify you of the changes and, as the case may be, ask for your explicit consent.</span></p> <p class="p2"><span class="s1">11.2 Any changes to this Privacy Policy will become effective upon posting of the revised Privacy Policy on the Internet, accessible through the CPI Sites. By continuing to use the CPI Sites following such changes, you will be deemed to have agreed to such changes.</span></p> <p class="p2"><span class="s1"><b>12. Contacting Us&nbsp;</b></span></p> <p class="p2"><span class="s1">12.1 If there are any questions regarding this Privacy policy you may contact us at:</span></p> <p class="p14"><span class="s10"><a href="mailto:contact@competitionpolicyinternational.com">contact@competitionpolicyinternational.com</a></span></p> <p class="p15"><span class="s1">Last updated 25/05/2018</span></p> </div> </div> </div> </div> <footer class="blog-footer"> <div class="container mx-auto"> <div class="row mx-0 mx-md-5 py-4"> <div class="col-12 col-md-3 text-center text-md-start"> <a href="https://www.pymnts.com/cpi/" class="w-100"> <img src="https://www.pymnts.com/wp-content/uploads/2023/03/CPI_Logo_Black-1.svg" width="100%" height="40" class="img-fluid"> </a> <div class="d-block text-black text-center mt-1 mb-3 my-md-0"> <a href="https://www.competitionpolicyinternational.com/category/cpi-tv/" class="text-black text-uppercase fw-normal">CPI TV</a>&nbsp;|&nbsp; <a href="https://www.competitionpolicyinternational.com/subscribe/" class="text-black text-uppercase fw-normal">Subscribe</a> </div> </div> <div class="col-12 col-md-9 text-center"> <div class="row row-cols-3 g-0"> <div class="col text-center"> <h4 class="text-black mb-3">About</h4> <ul class="nav flex-column"> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/about-us/" class="nav-link p-0 text-black">About Us</a></li> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/our-editorial-policy/" class="nav-link p-0 text-black">Editorial Policy</a> </li> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/editorial-advisory-board/" class="nav-link p-0 text-black">Editorial Advisory Board</a> </li> </ul> </div> <div class="col text-center"> <h4 class="text-black mb-3">Getting Started</h4> <ul class="nav flex-column"> <li class="nav-item mb-2"><a href="https://www.competitionpolicyinternational.com/contact/" class="nav-link p-0 text-black">Contact Us</a> </li> <li class="nav-item mb-2"><a href="https://www.pymnts.com/cpi/promote-more-engage-more-connect-more/" class="nav-link p-0 text-black">Partnerships</a> </li> <li class="nav-item mb-2"><a href="https://www.competitionpolicyinternational.com/subscribe/" class="nav-link p-0 text-black">Newsletters</a> </li> </ul> </div> <div class="col text-center"> <h4 class="text-black mb-3">Follow CPI</h4> <ul class="nav flex-row justify-content-center"> <li class="nav-item mx-2"><a href="https://www.instagram.com/compolinter/"><i class="bi bi-instagram fs-4 text-black"></i></a></li> <li class="nav-item mx-2"><a href="https://www.linkedin.com/company/competition-policy-international/"><i class="bi bi-linkedin fs-4 text-black"></i></a> </li> <li class="nav-item mx-2"><a href="https://twitter.com/CompPolicyInt"><i class="bi bi-twitter-x fs-4 text-black"></i></a></li> <li class="nav-item mx-2"><a href="https://vimeo.com/competitionpolicyint"><i class="bi bi-vimeo fs-4 text-black"></i></a> </li> </ul> </div> </div> </div> </div> <div class="container"> <div class="row mt-5"> <div class="col-12 text-center"> © Competition Policy International 2024 </div> </div> <div class="row"> <div class="col-12 text-center"> <a href="https://www.pymnts.com/cpi/terms-conditions-cpi#cpiPrivacy" class="p-0 text-black smaller">Privacy Policy</a>&nbsp;<span class="smaller">|</span>&nbsp;<a href=https://www.pymnts.com/cpi/terms-conditions-cpi/" class="p-0 text-black smaller">Terms &amp; Conditions</a> </div> </div> </div> </div> </footer> </body>

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