CINXE.COM
Europe Column | PYMNTS.com
<!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>Europe Column | PYMNTS.com</title> <meta itemprop="image" content="https://www.pymnts.com/wp-content/uploads/2024/09/shutterstock_24430299331.jpg?w=500&h=300&crop=1" /> <!-- 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+Display:700,900&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>Europe Column Archives | PYMNTS.com</title> <link rel="canonical" href="https://www.pymnts.com/cpi-posts/new-commission-mandate-why-modernize-competition-policy-in-europe/" /> <link rel="next" href="https://www.pymnts.com/cpi_category/europe-column/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Europe Column Archives" /> <meta property="og:url" content="https://www.pymnts.com/cpi_category/europe-column/" /> <meta property="og:site_name" content="PYMNTS.com" /> <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":"CollectionPage","@id":"https://www.pymnts.com/cpi_category/europe-column/","url":"https://www.pymnts.com/cpi_category/europe-column/","name":"Europe Column Archives | PYMNTS.com","isPartOf":{"@id":"https://www.pymnts.com/#website"},"primaryImageOfPage":{"@id":"https://www.pymnts.com/cpi_category/europe-column/#primaryimage"},"image":{"@id":"https://www.pymnts.com/cpi_category/europe-column/#primaryimage"},"thumbnailUrl":"https://www.pymnts.com/wp-content/uploads/2024/09/shutterstock_24430299331.jpg","breadcrumb":{"@id":"https://www.pymnts.com/cpi_category/europe-column/#breadcrumb"},"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.pymnts.com/cpi_category/europe-column/#primaryimage","url":"https://www.pymnts.com/wp-content/uploads/2024/09/shutterstock_24430299331.jpg","contentUrl":"https://www.pymnts.com/wp-content/uploads/2024/09/shutterstock_24430299331.jpg","width":500,"height":300},{"@type":"BreadcrumbList","@id":"https://www.pymnts.com/cpi_category/europe-column/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.pymnts.com/"},{"@type":"ListItem","position":2,"name":"Columns","item":"https://www.pymnts.com/cpi_category/columns/"},{"@type":"ListItem","position":3,"name":"Europe Column"}]},{"@type":"WebSite","@id":"https://www.pymnts.com/#website","url":"https://www.pymnts.com/","name":"PYMNTS.com","description":"What'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 » Feed" href="https://www.pymnts.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="PYMNTS.com » Comments Feed" href="https://www.pymnts.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="PYMNTS.com » Europe Column CPI Category Feed" href="https://www.pymnts.com/cpi_category/europe-column/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&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/cpi_category/82026" /><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="alternate" type="application/feed+json" title="PYMNTS.com » JSON Feed" href="https://www.pymnts.com/feed/json/" /> <link rel="alternate" type="application/feed+json" title="PYMNTS.com » Europe Column CPI Category Feed" href="https://www.pymnts.com/cpi_category/europe-column/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="listing-page"> var _hsq = _hsq || []; _hsq.push(["setContentType", "listing-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> <span class="text-secondary">|</span> <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> <script src="https://code.jquery.com/jquery-3.7.0.min.js" integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script> <script> var ajaxurl = 'https://www.pymnts.com/wp-admin/admin-ajax.php'; jQuery(function($) { var page = 2; var loading = false; var endOfPosts = false; var container = $('.more-top-stories'); var loader = $('.loader'); function loadMorePosts() { $.ajax({ url: ajaxurl, type: 'post', data: { action: 'infinite_scroll_cpi_default_category', page: page, category: 'europe-column' }, beforeSend: function() { if (!loading) { loading = true; loader.addClass('show'); } }, success: function(response) { if (response.trim()) { container.append(response); page++; } else { endOfPosts = true; } }, complete: function() { loading = false; loader.removeClass('show'); } }); } $(window).scroll(function() { if (!loading && !endOfPosts && ($(window).scrollTop() + $(window).height() > container.offset().top + container.outerHeight(true) - 300)) { loadMorePosts(); } }); }); </script> <style> .loader { display: none; } .loader.show { display: block; } </style> <div class="main position-relative"> <div class="container my-5"> <div class="row my-4"> <div class="col-12"> <!-- Start page title and drop down header above articles --> <div class="d-flex justify-content-between flex-row flex-wrap"> <div> <h2 class="mb-0">Europe Column </h2> </div> <div class="d-flex justify-content-end flex-row flex-wrap"> <nav class="navbar navbar-expand-lg"> <div class="container-fluid"> <div class="collapse navbar-collapse" id="navbarNavDarkDropdown"> <ul class="navbar-nav"> <li class="nav-item dropdown subnav"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Topic </a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="https://www.pymnts.com/cpi_category/cartel-column"> Cartels</a></li> <li><a class="dropdown-item" href="https://www.pymnts.com/cpi_category/intellectual-property-column">IP Law</a></li> </ul> </li> </ul> </div> </div> </nav> <nav class="navbar navbar-expand-lg"> <div class="container-fluid"> <div class="collapse navbar-collapse" id="navbarNavDarkDropdown"> <ul class="navbar-nav"> <li class="nav-item dropdown subnav"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Region </a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="https://www.pymnts.com/cpi_category/africa">Africa</a> </li> <li><a class="dropdown-item" href="https://www.pymnts.com/cpi_category/asia-column">Asia</a> </li> <li><a class="dropdown-item" href="https://www.pymnts.com/cpi_category/south-asia-column">South Asia</a></li> <li><a class="dropdown-item" href="https://www.pymnts.com/cpi_category/latin-america-column">Latin America</a></li> <li><a class="dropdown-item" href="https://www.pymnts.com/cpi_category/north-america-column">US & Canada</a></li> <li><a class="dropdown-item" href="https://www.pymnts.com/cpi_category/europe-column">Europe</a> </li> <li><a class="dropdown-item" href="https://www.pymnts.com/cpi_category/oceania-column">Oceania</a> </li> <li><a class="dropdown-item" href="https://www.pymnts.com/cpi_category/oecd-column">OECD</a> </li> <li><a class="dropdown-item" href="https://www.pymnts.com/cpi_category/icn-column">ICN</a> </li> </ul> </li> </ul> </div> </div> </nav> </div> </div> <!-- End page title and drop down header above articles --> </div> </div> <div class="row"> <p>Edited by <a href="https://www.pymnts.com/author/anna-2/">Anna Tzanaki</a> & <a href="https://www.pymnts.com/author/juan-4/">Juan Delgado</a></p> </div> <!-- <p>Edited by <a href="https://www.competitionpolicyinternational.com/author/johnoxenham/" class="link-primary">John Oxenham</a> & <a href="https://www.competitionpolicyinternational.com/author/andreasstargard/" class="link-primary">Andreas Stargard</a></p> --> <div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 gx-5"> <div class="col mb-4 my-md-2"> <div class="card text-bg-dark rounded-0 h-100"> <a href="https://www.pymnts.com/cpi-posts/new-commission-mandate-why-modernize-competition-policy-in-europe/"><img src="https://www.pymnts.com/wp-content/uploads/2024/09/shutterstock_24430299331.jpg?w=457" alt="..." class="object-fit-cover w-100" style="height:171px;"></a> <div class="card-body pb-0"> <a href="https://www.pymnts.com/cpi-posts/new-commission-mandate-why-modernize-competition-policy-in-europe/" class="link-light card-title lh-base h6">New Commission Mandate: Why “Modernize” Competition Policy in Europe?</a> </div> <div class="card-footer pb-3" style="font-size:.75rem;"><span class=" post-info-text">By</span> <span class="author-name link-light vcard" itemprop="author"> Cristina Caffarra </span> <span class="d-none d-md-inline"> | </span> <span class="d-block d-md-inline">Sep 30, 2024</span> </div> </div> </div> <div class="col mb-4 my-md-2"> <div class="card text-bg-dark rounded-0 h-100"> <a href="https://www.pymnts.com/cpi-posts/the-eus-investigation-into-microsoft-teams-a-preliminary-assessment/"><img src="https://www.pymnts.com/wp-content/uploads/2020/11/European-Union-regulation-Big-Tech.jpg?w=457" alt="..." class="object-fit-cover w-100" style="height:171px;"></a> <div class="card-body pb-0"> <a href="https://www.pymnts.com/cpi-posts/the-eus-investigation-into-microsoft-teams-a-preliminary-assessment/" class="link-light card-title lh-base h6">The EU’s Investigation into Microsoft <i>Teams</i>: A Preliminary Assessment</a> </div> <div class="card-footer pb-3" style="font-size:.75rem;"><span class=" post-info-text">By</span> <span class="author-name link-light vcard" itemprop="author"> Christian Bergqvist </span> <span class="d-none d-md-inline"> | </span> <span class="d-block d-md-inline">Sep 18, 2024</span> </div> </div> </div> <div class="col mb-4 my-md-2"> <div class="card text-bg-dark rounded-0 h-100"> <a href="https://www.pymnts.com/cpi-posts/new-ios-changes-new-antitrust-clashes-ahead/"><img src="https://www.pymnts.com/wp-content/uploads/2024/08/shutterstock_6628519181.jpg?w=457" alt="..." class="object-fit-cover w-100" style="height:171px;"></a> <div class="card-body pb-0"> <a href="https://www.pymnts.com/cpi-posts/new-ios-changes-new-antitrust-clashes-ahead/" class="link-light card-title lh-base h6">New iOS Changes, New Antitrust Clashes Ahead?</a> </div> <div class="card-footer pb-3" style="font-size:.75rem;"><span class=" post-info-text">By</span> <span class="author-name link-light vcard" itemprop="author"> Giuseppe Colangelo </span> <span class="d-none d-md-inline"> | </span> <span class="d-block d-md-inline">Aug 12, 2024</span> </div> </div> </div> <div class="col mb-4 my-md-2"> <div class="card text-bg-dark rounded-0 h-100"> <a href="https://www.pymnts.com/cpi-posts/lessons-for-the-dmcc-challenges-and-trade-offs-facing-access-to-ecosystems-in-digital-markets/"><img src="https://www.pymnts.com/wp-content/uploads/2024/06/shutterstock_23056700371.jpg?w=457" alt="..." class="object-fit-cover w-100" style="height:171px;"></a> <div class="card-body pb-0"> <a href="https://www.pymnts.com/cpi-posts/lessons-for-the-dmcc-challenges-and-trade-offs-facing-access-to-ecosystems-in-digital-markets/" class="link-light card-title lh-base h6">Lessons for the DMCC: Challenges and Trade-offs Facing Access to Ecosystems in Digital Markets</a> </div> <div class="card-footer pb-3" style="font-size:.75rem;"><span class=" post-info-text">By</span> <span class="author-name link-light vcard" itemprop="author"> Nitika Bagaria & Arzu Mammadova </span> <span class="d-none d-md-inline"> | </span> <span class="d-block d-md-inline">Jun 19, 2024</span> </div> </div> </div> </div> <!-- More top stories start --> <div class="row my-4 mb-md-5"> <div class="col-12 col-lg-8"> <div class="row row-cols-1 row-cols-md-2 mb-4 gx-4 more-top-stories"> <div class="col mb-3 mb-md-2"> <div class="mb-3"> <a href="https://www.pymnts.com/cpi-posts/the-impact-of-space-exploration-projects-in-telecommunication-competition/"> <img src="https://www.pymnts.com/wp-content/uploads/2024/05/shutterstock_3636544521.jpg?w=457" class="w-100 object-fit-cover mb-2" style="height:249px;"></a> <a class="link-dark lh-base h5 fw-bold" href="https://www.pymnts.com/cpi-posts/the-impact-of-space-exploration-projects-in-telecommunication-competition/" rel="bookmark" title="The Impact of Space Exploration Projects in Telecommunication Competition<sup>1</sup>">The Impact of Space Exploration Projects in Telecommunication Competition<sup>1</sup></a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold card-lnk-white" itemprop="author"> Alan Favoretto & Daniel Favoretto </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">May 1, 2024</span> </small> </div> <p>By Alan Favoretto2 & Daniel Favoretto3 I. Introduction Despite its sector-specific nature, telecommunications are the basis of the world economy’s digital transformation, as well as numerous applications that impact…</p> </div> </div> <div class="col mb-3 mb-md-2"> <div class="mb-3"> <a href="https://www.pymnts.com/cpi-posts/choke-points-competitiveness-and-competition/"> <img src="https://www.pymnts.com/wp-content/uploads/2024/04/shutterstock_14571164751.jpg?w=457" class="w-100 object-fit-cover mb-2" style="height:249px;"></a> <a class="link-dark lh-base h5 fw-bold" href="https://www.pymnts.com/cpi-posts/choke-points-competitiveness-and-competition/" rel="bookmark" title="Choke Points, Competitiveness, and Competition">Choke Points, Competitiveness, and Competition</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold card-lnk-white" itemprop="author"> Thorsten Käseberg </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Apr 18, 2024</span> </small> </div> <p>By Thorsten Käseberg1 Over the last 10 years, “choke points” have become a standard notion for trade and security policymakers in our conflict-driven, globalized interdependent world. Choke points may…</p> </div> </div> <div class="col mb-3 mb-md-2"> <div class="mb-3"> <a href="https://www.pymnts.com/cpi-posts/the-challenges-of-shifting-landscapes/"> <img src="https://www.pymnts.com/wp-content/uploads/2024/04/shutterstock_19694722541.jpg?w=457" class="w-100 object-fit-cover mb-2" style="height:249px;"></a> <a class="link-dark lh-base h5 fw-bold" href="https://www.pymnts.com/cpi-posts/the-challenges-of-shifting-landscapes/" rel="bookmark" title="The Challenges of Shifting Landscapes">The Challenges of Shifting Landscapes</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold card-lnk-white" itemprop="author"> Brad Staples & Rachel Brandenburger </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Apr 7, 2024</span> </small> </div> <p>By Brad Staples & Rachel Brandenburger1 Introduction Businesses are facing unprecedented challenges. Changes in the geopolitical landscape call into question (and even reverse) many of the key assumptions that…</p> </div> </div> <div class="col mb-3 mb-md-2"> <div class="mb-3"> <a href="https://www.pymnts.com/cpi-posts/power-not-price-on-the-antitrust-agenda-for-the-next-world-order/"> <img src="https://www.pymnts.com/wp-content/uploads/2024/02/EU-Column-February-2024.jpg?w=457" class="w-100 object-fit-cover mb-2" style="height:249px;"></a> <a class="link-dark lh-base h5 fw-bold" href="https://www.pymnts.com/cpi-posts/power-not-price-on-the-antitrust-agenda-for-the-next-world-order/" rel="bookmark" title="“Power, not Price”: On the Antitrust Agenda for the “Next World Order”">“Power, not Price”: On the Antitrust Agenda for the “Next World Order”</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold card-lnk-white" itemprop="author"> Cristina Caffarra </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Feb 14, 2024</span> </small> </div> <p>By Cristina Caffarra1 The recent conference “Antitrust, Regulation and the Next World Order” (Homepage – Antitrust, Regulation and the Next World Order (bruxconference2024.com) showed that while there is still…</p> </div> </div> <div class="col mb-3 mb-md-2"> <div class="mb-3"> <a href="https://www.pymnts.com/cpi-posts/breaching-merger-remedies-may-be-an-abuse-of-dominance-turkish-competition-authoritys-essilorluxottica-decision/"> <img src="https://www.pymnts.com/wp-content/uploads/2024/01/shutterstock_23835469871.jpg?w=457" class="w-100 object-fit-cover mb-2" style="height:249px;"></a> <a class="link-dark lh-base h5 fw-bold" href="https://www.pymnts.com/cpi-posts/breaching-merger-remedies-may-be-an-abuse-of-dominance-turkish-competition-authoritys-essilorluxottica-decision/" rel="bookmark" title="Breaching Merger Remedies May be an Abuse of Dominance: Turkish Competition Authority’s <i>EssilorLuxottica</i> Decision">Breaching Merger Remedies May be an Abuse of Dominance: Turkish Competition Authority’s <i>EssilorLuxottica</i> Decision</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold card-lnk-white" itemprop="author"> Neyzar Ünübol </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Jan 17, 2024</span> </small> </div> <p>By Neyzar Ünübol1 In a recent decision, the Turkish Competition Authority (“TCA”) announced its final decision regarding an investigation into allegations that EssilorLuxottica S.A. (“EssilorLuxottica”) had restricted competition in…</p> </div> </div> <div class="col mb-3 mb-md-2"> <div class="mb-3"> <a href="https://www.pymnts.com/cpi-posts/the-undue-reliance-on-article-1013-tfeu-in-the-assessment-of-sustainability-agreements-in-the-2023-horizontal-guidelines/"> <img src="https://www.pymnts.com/wp-content/uploads/2023/12/shutterstock_1803698361.jpg?w=457" class="w-100 object-fit-cover mb-2" style="height:249px;"></a> <a class="link-dark lh-base h5 fw-bold" href="https://www.pymnts.com/cpi-posts/the-undue-reliance-on-article-1013-tfeu-in-the-assessment-of-sustainability-agreements-in-the-2023-horizontal-guidelines/" rel="bookmark" title="The Undue Reliance on Article 101(3) TFEU in the Assessment of Sustainability Agreements in the 2023 Horizontal Guidelines">The Undue Reliance on Article 101(3) TFEU in the Assessment of Sustainability Agreements in the 2023 Horizontal Guidelines</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold card-lnk-white" itemprop="author"> Jean-François Bellis </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Dec 18, 2023</span> </small> </div> <p>By Jean-François Bellis1 One of the major and most remarkable innovations in the 2023 European Commission Guidelines on Horizontal cooperation2 (hereinafter “Horizontal Guidelines”) was the introduction of a chapter…</p> </div> </div> <div class="col mb-3 mb-md-2"> <div class="mb-3"> <a href="https://www.pymnts.com/cpi-posts/competition-law-and-policy-in-ukraine-wartime-overview/"> <img src="https://www.pymnts.com/wp-content/uploads/2023/08/shutterstock_21138744501.jpg?w=457" class="w-100 object-fit-cover mb-2" style="height:249px;"></a> <a class="link-dark lh-base h5 fw-bold" href="https://www.pymnts.com/cpi-posts/competition-law-and-policy-in-ukraine-wartime-overview/" rel="bookmark" title="Competition Law and Policy in Ukraine – Wartime Overview">Competition Law and Policy in Ukraine – Wartime Overview</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold card-lnk-white" itemprop="author"> Oleksandr Aleksyeyenko </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Aug 9, 2023</span> </small> </div> <p>By Oleksandr Aleksyeyenko1 Wartime Implications Russian military aggression against Ukraine started on February 24, 2022, and the end of February 2022 became a critical point for the Antimonopoly Committee…</p> </div> </div> <div class="col mb-3 mb-md-2"> <div class="mb-3"> <a href="https://www.pymnts.com/cpi-posts/highest-eu-court-reinforces-merger-control-in-telco-sector-and-beyond/"> <img src="https://www.pymnts.com/wp-content/uploads/2023/07/shutterstock_12372402401.jpg?w=457" class="w-100 object-fit-cover mb-2" style="height:249px;"></a> <a class="link-dark lh-base h5 fw-bold" href="https://www.pymnts.com/cpi-posts/highest-eu-court-reinforces-merger-control-in-telco-sector-and-beyond/" rel="bookmark" title="Highest EU Court Reinforces Merger Control in Telco Sector and Beyond">Highest EU Court Reinforces Merger Control in Telco Sector and Beyond</a> <div class="my-2"><small> <span class="post-info-text text-uppercase">By</span> <span class="author-name vcard text-uppercase fw-bold card-lnk-white" itemprop="author"> Antonio Bavasso, Josh Buckland & Michael Tagliavini </span> <span class="d-none d-md-inline"> | </span> <span class="text-uppercase d-block d-md-inline">Jul 27, 2023</span> </small> </div> <p>By Antonio Bavasso, Josh Buckland & Michael Tagliavini1 I. Introduction and Overview On July 13, 2023, the highest EU court – the European Court of Justice (“ECJ”) – handed…</p> </div> </div> </div> <div> <div class="loader">Loading...</div> </div> </div> <!-- **NEED TO ADD INFINITE SCROLL** --> <div class="col-lg-4 d-none d-lg-inline"> <!-- Inster sidebar content here --> <h4 class="fst-italic fs-5 border-top border-bottom py-2">Featured News</h4> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/fifa-faces-antitrust-lawsuit-in-us-federal-court-over-puerto-rico-soccer-dispute/" class="mb-0 fw-bold">FIFA Faces Antitrust Lawsuit in US Federal Court Over Puerto Rico Soccer Dispute</a><br> <small>Nov 26, 2024 by <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/us-judge-orders-no-delay-in-google-antitrust-trial-despite-potential-shift-in-administration/" class="mb-0 fw-bold">US Judge Orders No Delay in Google Antitrust Trial Despite Potential Shift in Administration</a><br> <small>Nov 26, 2024 by <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/google-revamps-search-results-in-europe-amid-eu-scrutiny/" class="mb-0 fw-bold">Google Revamps Search Results in Europe Amid EU Scrutiny</a><br> <small>Nov 26, 2024 by <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/tech-giants-urge-australian-government-to-delay-controversial-social-media-bill/" class="mb-0 fw-bold">Tech Giants Urge Australian Government to Delay Controversial Social Media Bill</a><br> <small>Nov 26, 2024 by <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/eus-margrethe-vestager-urges-regulators-to-be-bolder-as-she-steps-down/" class="mb-0 fw-bold">EU’s Margrethe Vestager Urges Regulators to Be ‘Bolder’ as She Steps Down</a><br> <small>Nov 26, 2024 by <a href="https://www.pymnts.com/author/nhoch/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <h4 class="fst-italic mt-4 fs-5 border-top border-bottom py-2">Antitrust Mix</h4> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/antitrust-chronicle-remedies-revisited/" class="mb-0 fw-bold">Antitrust Chronicle® – Remedies Revisited</a><br> <small>Oct 30, 2024 by <a href="https://www.pymnts.com/author/boydj/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/fixing-the-fix-updating-policy-on-merger-remedies/" class="mb-0 fw-bold">Fixing the Fix: Updating Policy on Merger Remedies</a><br> <small>Oct 30, 2024 by <a href="https://www.pymnts.com/author/boydj/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/methodology-matters-the-2017-ftc-remedies-study/" class="mb-0 fw-bold">Methodology Matters: The 2017 FTC Remedies Study</a><br> <small>Oct 30, 2024 by <a href="https://www.pymnts.com/author/boydj/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/u-s-v-att-five-lessons-for-vertical-merger-enforcement/" class="mb-0 fw-bold"><em>U.S. v. AT&T</em>: Five Lessons for Vertical Merger Enforcement</a><br> <small>Oct 30, 2024 by <a href="https://www.pymnts.com/author/boydj/" title="Posts by CPI" rel="author">CPI</a> </small> </p> <p class="mt-3"> <a href="https://www.pymnts.com/cpi-posts/the-search-for-antitrust-remedies-in-tech-leads-beyond-antitrust/" class="mb-0 fw-bold">The Search for Antitrust Remedies in Tech Leads Beyond Antitrust</a><br> <small>Oct 30, 2024 by <a href="https://www.pymnts.com/author/boydj/" title="Posts by CPI" rel="author">CPI</a> </small> </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> | <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> <span class="smaller">|</span> <a href=https://www.pymnts.com/cpi/terms-conditions-cpi/" class="p-0 text-black smaller">Terms & Conditions</a> </div> </div> </div> </div> </footer> </body>