unixcop.com
Open in
urlscan Pro
2a06:98c1:3121::3
Public Scan
Submitted URL: http://unixcop.com/
Effective URL: https://unixcop.com/
Submission: On November 28 via manual from TR — Scanned from NL
Effective URL: https://unixcop.com/
Submission: On November 28 via manual from TR — Scanned from NL
Form analysis
5 forms found in the DOMGET https://unixcop.com/
<form method="get" class="td-search-form" action="https://unixcop.com/">
<!-- close button -->
<div class="td-search-close">
<span><i class="td-icon-close-mobile"></i></span>
</div>
<div role="search" class="td-search-input">
<span>Search</span>
<input id="td-header-search-mob" type="text" value="" name="s" autocomplete="off">
</div>
</form>
POST #
<form id="loginForm" action="#" method="post">
<div class="td-login-inputs"><input class="td-login-input" autocomplete="username" type="text" name="login_email" id="login_email" value="" required=""><label for="login_email">your username</label></div>
<div class="td-login-inputs"><input class="td-login-input" autocomplete="current-password" type="password" name="login_pass" id="login_pass" value="" required=""><label for="login_pass">your password</label></div>
<input type="button" name="login_button" id="login_button" class="wpb_button btn td-login-button" value="Login">
</form>
POST #
<form id="forgotpassForm" action="#" method="post">
<div class="td-login-inputs"><input class="td-login-input" type="text" name="forgot_email" id="forgot_email" value="" required=""><label for="forgot_email">your email</label></div>
<input type="button" name="forgot_button" id="forgot_button" class="wpb_button btn td-login-button" value="Send My Password">
</form>
GET https://unixcop.com/
<form method="get" class="tdb-search-form" action="https://unixcop.com/">
<div class="tdb-search-form-inner"><input class="tdb-head-search-form-input" placeholder=" " type="text" value="" name="s" autocomplete="off">
<div class="tdb-head-search-placeholder">type here...</div><button class="wpb_button wpb_btn-inverse btn tdb-head-search-form-btn"
type="submit"><span>Search</span><i class="tdb-head-search-form-btn-icon tdc-font-tdmp tdc-font-tdmp-arrow-cut-right"></i></button>
</div>
</form>
GET https://unixcop.com/
<form method="get" class="tdb-search-form" action="https://unixcop.com/">
<div role="search" class="tdb-search-form-inner"><input id="tdb-search-form-input" class="tdb-search-form-input" placeholder=" " type="text" value="" name="s">
<div class="tdb-search-form-border"></div><button class="wpb_button wpb_btn-inverse tdb-search-form-btn" aria-label="Search" type="submit"><span>Search</span></button>
</div>
</form>
Text Content
* Home * Monitoring * Networking * Security * Tips and Tricks * Linux * Unix * Devops Search UNIXCOP Sign in Welcome! Log into your account your username your password Forgot your password? Get help Privacy Policy Password recovery Recover your password your email A password will be e-mailed to you. * Advertise * About * Write for Us * Privacy Policy * Site map * Terms and Conditions Sign in / Join * Home * Monitoring * Networking * Security * Tips and Tricks * Linux * Unix * Devops type here... Search Linux HOW TO INSTALL VARNISH CACHE FOR NGINX ON CENTOS 8/ALMALINUX 8 0 Varnish cache is also known as a caching HTTP reverse proxy. Varnish cache will boost your server to load web pages very fast, and... Linux TERMINAL PAGERS 0 A terminal pager, or paging program, is a computer program used to view (but not modify) the contents of a text file moving down the file one... Linux HOW TO INSTALL ANYDESK ON CENTOS 8 0 Introduction AnyDesk is a closed source remote desktop application distributed by AnyDesk Software GmbH. The proprietary software program provides platform independent remote access to personal computers and other devices running the host... Featured MANAGE MYSQL WITH ANSIBLE 0 Introduction MySQL with Ansible is an open-source automation tool that automates provisioning, configuration management, application deployment, orchestration, and many other manual IT processes. Unlike more simplistic management tools, Ansible users (like system... Linux HOW TO INSTALL DRAW.IO ON UBUNTU 20.04 | 22.04 LTS 0 In this guide, we will show you how to install Draw.io on Ubuntu systems. Draw.io offers extensive drawing possibilities for process flowcharts, info-graphics and other visualizations... Linux HOW TO INSTALL AND MANAGE EVILLIMITER TO CONTROL YOUR WI-FI NETWORK IN LINUX 0 Introduction Evillimiter Evillimiter is a free, open-source monitoring tool that can limit bandwidth usage for devices connected to a LAN. It runs on Linux and Windows... Search LATEST POSTS Featured WHAT IS WEB SECURITY AND WHY IT IS IMPORTANT FOR YOUR WEBSITE? Edw - August 19, 2023 Businesses of all kinds are finding it increasingly challenging to protect their customers' financial and private details as technology advances. Web security is essential to preventing viruses and fraudsters from accessing private information. Without adequate safety precautions, businesses risk acquiring Trojan horses, frameworks, and other IT-related dangers, as well as the spread and proliferation... HOW TO UPGRADE FROM DEBIAN 11 TO DEBIAN 12 Angelo - June 11, 2023 Hello, friends. But now you will learn how to upgrade from Debian 11 to Debian 12. It's simple, but you have to be careful. Upgrading... HOW TO INSTALL SENTRY USING DOCKER? Angelo - June 10, 2023 Hello, friends. In this post, you will learn how to install Sentry using Docker. This method ensures compatibility but, above all, ease of processing. Sentry... BLOCKING IPS ON NGINX Angelo - June 9, 2023 Hello, friends. In this post, you will learn about blocking IPs in Nginx. This allows you to have a very exhaustive control over the... INSTALL ABLE2EXTRACT PROFESSIONAL ON UBUNTU / DEBIAN Angelo - June 8, 2023 Hello, friends. In this post, you will learn how to install Able2Extract on Debian / Ubuntu. This tool is a marvel if you work... HOW TO INSTALL GLANCES ON DEBIAN 11 Angelo - June 7, 2023 Hello, friends. In this post, you will learn how to install Glances on Debian 11. According to the tool's website Glances is a cross-platform system monitoring... DIG AND NSLOOKUP COMMANDS ON LINUX Angelo - June 6, 2023 Hello, friends. In this post, you will learn the basics of the dig and nslookup commands on Linux. These commands, although simple, are part... HOW TO INSTALL DOKUWIKI ON UBUNTU 22.04 sAmI - June 6, 2023 In this post, you will learn how to install DokuWiki on Ubuntu 22.04 DokuWiki is a user-friendly and flexible wiki software that is coded in... HOW TO INSTALL GRUB CUSTOMIZER ON UBUNTU 20.04 | 22.04 LTS MQ-Jr - June 5, 2023 Grub Customizer is a handy graphical tool that allows you to configure and customize the GRUB bootloader in Ubuntu. With Grub Customizer, you can... HOW TO INSTALL BLUEJ ON UBUNTU 20.04 | 22.04 LTS MQ-Jr - June 5, 2023 BlueJ is a popular integrated development environment (IDE) specifically designed for introductory Java programming. It provides a simple and intuitive interface, making it an... HOW TO INSTALL RUST ON FEDORA Angelo - June 3, 2023 Hello, friends. Today, you will learn how to install Rust on Fedora. As we all know, Rust is one of the most popular languages nowadays.... HOW TO INCREASE SWAP SIZE ON UBUNTU Angelo - June 3, 2023 Hello, friends. Today, you will learn how to increase Swap on Ubuntu. The process is easier than you think. Let's go. Swap or swap memory... HOW TO INSTALL GOOGLE EARTH ON UBUNTU 20.04 | 22.04 LTS MQ-Jr - June 2, 2023 Google Earth is a popular mapping and geographical exploration application that allows users to explore the Earth's surface and various locations using satellite imagery,... UNIXCOP ©2023 UnixCop.com All rights reserved. We started this blog to make a difference in Unix Linux blogs world and we promise to Post the best we can and we will invite the best Admins and developers to post their work here. For any questions please contact as at sponsored@eleven-thirty.org Facebook Instagram Twitter VKontakte Youtube ABOUT US * Advertise * About * Write for Us * Privacy Policy * Site map * Terms and Conditions POPULAR CATEGORY * Linux975 * Tips and Tricks248 * Unix239 * Devops191 * Cloud127 * Monitoring91 * Security89 * Networking77 EDITOR PICKS WHAT IS WEB SECURITY AND WHY IT IS IMPORTANT FOR YOUR WEBSITE? August 19, 2023 HOW TO UPGRADE FROM DEBIAN 11 TO DEBIAN 12 June 11, 2023 HOW TO INSTALL SENTRY USING DOCKER? June 10, 2023 BLOCKING IPS ON NGINX June 9, 2023 INSTALL ABLE2EXTRACT PROFESSIONAL ON UBUNTU / DEBIAN June 8, 2023 WELCOME TO UNIXCOP UNIXCOP ASKS FOR YOUR CONSENT TO USE YOUR PERSONAL DATA TO: * perm_identity Personalised advertising and content, advertising and content measurement, audience research and services development * devices Store and/or access information on a device expand_moreremove Learn more * How can I change my choice? * What if I don't consent? * How does legitimate interest work? * Do I have to consent to everything? Your personal data will be processed and information from your device (cookies, unique identifiers, and other device data) may be stored by, accessed by and shared with 306 TCF vendor(s) and 189 ad partner(s), or used specifically by this site or app. Some vendors may process your personal data on the basis of legitimate interest, which you can object to by managing your options below. Look for a link at the bottom of this page or in our privacy policy where you can withdraw consent. Consent Manage options arrow_back Data preferences MANAGE YOUR DATA You can choose how your personal data is used. Vendors want your permission to do the following: TCF vendors help_outline STORE AND/OR ACCESS INFORMATION ON A DEVICE Cookies, device or similar online identifiers (e.g. login-based identifiers, randomly assigned identifiers, network based identifiers) together with other information (e.g. browser type and information, language, screen size, supported technologies etc.) can be stored or read on your device to recognise it each time it connects to an app or to a website, for one or several of the purposes presented here. View details Consent (252 vendors) USE LIMITED DATA TO SELECT ADVERTISING Advertising presented to you on this service can be based on limited data, such as the website or app you are using, your non-precise location, your device type or which content you are (or have been) interacting with (for example, to limit the number of times an ad is presented to you). View details Consent (167 vendors)Legitimate interest (73 vendors)help_outline CREATE PROFILES FOR PERSONALISED ADVERTISING Information about your activity on this service (such as forms you submit, content you look at) can be stored and combined with other information about you (for example, information from your previous activity on this service and other websites or apps) or similar users. This is then used to build or improve a profile about you (that might include possible interests and personal aspects). Your profile can be used (also later) to present advertising that appears more relevant based on your possible interests by this and other entities. View details Consent (196 vendors) USE PROFILES TO SELECT PERSONALISED ADVERTISING Advertising presented to you on this service can be based on your advertising profiles, which can reflect your activity on this service or other websites or apps (like the forms you submit, content you look at), possible interests and personal aspects. View details Consent (194 vendors) CREATE PROFILES TO PERSONALISE CONTENT Information about your activity on this service (for instance, forms you submit, non-advertising content you look at) can be stored and combined with other information about you (such as your previous activity on this service or other websites or apps) or similar users. This is then used to build or improve a profile about you (which might for example include possible interests and personal aspects). Your profile can be used (also later) to present content that appears more relevant based on your possible interests, such as by adapting the order in which content is shown to you, so that it is even easier for you to find content that matches your interests. View details Consent (81 vendors) USE PROFILES TO SELECT PERSONALISED CONTENT Content presented to you on this service can be based on your content personalisation profiles, which can reflect your activity on this or other services (for instance, the forms you submit, content you look at), possible interests and personal aspects, such as by adapting the order in which content is shown to you, so that it is even easier for you to find (non-advertising) content that matches your interests. View details Consent (67 vendors) MEASURE ADVERTISING PERFORMANCE Information regarding which advertising is presented to you and how you interact with it can be used to determine how well an advert has worked for you or other users and whether the goals of the advertising were reached. For instance, whether you saw an ad, whether you clicked on it, whether it led you to buy a product or visit a website, etc. This is very helpful to understand the relevance of advertising campaigns. View details Consent (166 vendors)Legitimate interest (98 vendors)help_outline MEASURE CONTENT PERFORMANCE Information regarding which content is presented to you and how you interact with it can be used to determine whether the (non-advertising) content e.g. reached its intended audience and matched your interests. For instance, whether you read an article, watch a video, listen to a podcast or look at a product description, how long you spent on this service and the web pages you visit etc. This is very helpful to understand the relevance of (non-advertising) content that is shown to you. View details Consent (75 vendors)Legitimate interest (45 vendors)help_outline UNDERSTAND AUDIENCES THROUGH STATISTICS OR COMBINATIONS OF DATA FROM DIFFERENT SOURCES Reports can be generated based on the combination of data sets (like user profiles, statistics, market research, analytics data) regarding your interactions and those of other users with advertising or (non-advertising) content to identify common characteristics (for instance, to determine which target audiences are more receptive to an ad campaign or to certain contents). View details Consent (129 vendors)Legitimate interest (47 vendors)help_outline DEVELOP AND IMPROVE SERVICES Information about your activity on this service, such as your interaction with ads or content, can be very helpful to improve products and services and to build new products and services based on user interactions, the type of audience, etc. This specific purpose does not include the development or improvement of user profiles and identifiers. View details Consent (131 vendors)Legitimate interest (87 vendors)help_outline USE LIMITED DATA TO SELECT CONTENT Content presented to you on this service can be based on limited data, such as the website or app you are using, your non-precise location, your device type, or which content you are (or have been) interacting with (for example, to limit the number of times a video or an article is presented to you). View details Consent (30 vendors)Legitimate interest (13 vendors)help_outline ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS help_outline Your data can be used to monitor for and prevent unusual and possibly fraudulent activity (for example, regarding advertising, ad clicks by bots), and ensure systems and processes work properly and securely. It can also be used to correct any problems you, the publisher or the advertiser may encounter in the delivery of content and ads and in your interaction with them. View details DELIVER AND PRESENT ADVERTISING AND CONTENT help_outline Certain information (like an IP address or device capabilities) is used to ensure the technical compatibility of the content or advertising, and to facilitate the transmission of the content or ad to your device. View details MATCH AND COMBINE DATA FROM OTHER DATA SOURCES help_outline Information about your activity on this service may be matched and combined with other information relating to you and originating from various sources (for instance your activity on a separate online service, your use of a loyalty card in-store, or your answers to a survey), in support of the purposes explained in this notice. View details LINK DIFFERENT DEVICES help_outline In support of the purposes explained in this notice, your device might be considered as likely linked to other devices that belong to you or your household (for instance because you are logged in to the same service on both your phone and your computer, or because you may use the same Internet connection on both devices). View details IDENTIFY DEVICES BASED ON INFORMATION TRANSMITTED AUTOMATICALLY help_outline Your device might be distinguished from other devices based on information it automatically sends when accessing the Internet (for instance, the IP address of your Internet connection or the type of browser you are using) in support of the purposes exposed in this notice. View details USE PRECISE GEOLOCATION DATA With your acceptance, your precise location (within a radius of less than 500 metres) may be used in support of the purposes explained in this notice. View details Consent You can choose your data preferences. This site or app wants your permission to do the following: Site or app STORE AND/OR ACCESS INFORMATION ON A DEVICE Cookies, device or similar online identifiers (e.g. login-based identifiers, randomly assigned identifiers, network based identifiers) together with other information (e.g. browser type and information, language, screen size, supported technologies etc.) can be stored or read on your device to recognise it each time it connects to an app or to a website, for one or several of the purposes presented here. View details Consent USE LIMITED DATA TO SELECT ADVERTISING Advertising presented to you on this service can be based on limited data, such as the website or app you are using, your non-precise location, your device type or which content you are (or have been) interacting with (for example, to limit the number of times an ad is presented to you). View details Legitimate interesthelp_outline CREATE PROFILES FOR PERSONALISED ADVERTISING Information about your activity on this service (such as forms you submit, content you look at) can be stored and combined with other information about you (for example, information from your previous activity on this service and other websites or apps) or similar users. This is then used to build or improve a profile about you (that might include possible interests and personal aspects). Your profile can be used (also later) to present advertising that appears more relevant based on your possible interests by this and other entities. View details Legitimate interesthelp_outline USE PROFILES TO SELECT PERSONALISED ADVERTISING Advertising presented to you on this service can be based on your advertising profiles, which can reflect your activity on this service or other websites or apps (like the forms you submit, content you look at), possible interests and personal aspects. View details Legitimate interesthelp_outline CREATE PROFILES TO PERSONALISE CONTENT Information about your activity on this service (for instance, forms you submit, non-advertising content you look at) can be stored and combined with other information about you (such as your previous activity on this service or other websites or apps) or similar users. This is then used to build or improve a profile about you (which might for example include possible interests and personal aspects). Your profile can be used (also later) to present content that appears more relevant based on your possible interests, such as by adapting the order in which content is shown to you, so that it is even easier for you to find content that matches your interests. View details Legitimate interesthelp_outline USE PROFILES TO SELECT PERSONALISED CONTENT Content presented to you on this service can be based on your content personalisation profiles, which can reflect your activity on this or other services (for instance, the forms you submit, content you look at), possible interests and personal aspects, such as by adapting the order in which content is shown to you, so that it is even easier for you to find (non-advertising) content that matches your interests. View details Legitimate interesthelp_outline MEASURE ADVERTISING PERFORMANCE Information regarding which advertising is presented to you and how you interact with it can be used to determine how well an advert has worked for you or other users and whether the goals of the advertising were reached. For instance, whether you saw an ad, whether you clicked on it, whether it led you to buy a product or visit a website, etc. This is very helpful to understand the relevance of advertising campaigns. View details Legitimate interesthelp_outline MEASURE CONTENT PERFORMANCE Information regarding which content is presented to you and how you interact with it can be used to determine whether the (non-advertising) content e.g. reached its intended audience and matched your interests. For instance, whether you read an article, watch a video, listen to a podcast or look at a product description, how long you spent on this service and the web pages you visit etc. This is very helpful to understand the relevance of (non-advertising) content that is shown to you. View details Legitimate interesthelp_outline UNDERSTAND AUDIENCES THROUGH STATISTICS OR COMBINATIONS OF DATA FROM DIFFERENT SOURCES Reports can be generated based on the combination of data sets (like user profiles, statistics, market research, analytics data) regarding your interactions and those of other users with advertising or (non-advertising) content to identify common characteristics (for instance, to determine which target audiences are more receptive to an ad campaign or to certain contents). View details Legitimate interesthelp_outline DEVELOP AND IMPROVE SERVICES Information about your activity on this service, such as your interaction with ads or content, can be very helpful to improve products and services and to build new products and services based on user interactions, the type of audience, etc. This specific purpose does not include the development or improvement of user profiles and identifiers. View details Legitimate interesthelp_outline Vendor preferences Accept all Confirm choices arrow_back Vendor preferences CONFIRM OUR VENDORS Vendors can use your data to provide services. Declining a vendor can stop them from using the data you shared. TCF vendors help_outline EXPONENTIAL INTERACTIVE, INC D/B/A VDX.TV Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline CAPTIFY TECHNOLOGIES LIMITED Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline INDEX EXCHANGE INC. Cookie duration: 395 (days). Data collected and processed: Users’ profiles, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline QUANTCAST Cookie duration: 396 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline BEESWAXIO CORPORATION Cookie duration: 395 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SOVRN, INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline RTB HOUSE S.A. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline THE UK TRADE DESK LTD Cookie duration: 3629 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline AMOBEE INC. Cookie duration: 180 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline EPSILON Cookie duration: 184 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline YAHOO EMEA LIMITED Cookie duration: 397 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline TRIPLELIFT, INC. Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline XANDR, INC. Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SHARETHIS, INC Cookie duration: 390 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more View details | Privacy policylaunch Consent UNRULY GROUP LLC Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline TABOOLA EUROPE LIMITED Cookie duration: 366 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SMART ADSERVER Cookie duration: 396 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SKIMBIT LTD Doesn't use cookies. Data collected and processed: Browsing and interaction data, Non-precise location data, IP addresses, Privacy choices, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline JELLYFISH FRANCE Cookie duration: 396 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Device identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline MAGNITE, INC. Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SIRDATA Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline 33ACROSS Cookie duration: 366 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SIFT MEDIA, INC Doesn't use cookies. Data collected and processed: Non-precise location data, Device identifiers, IP addresses, Precise location data, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline RAKUTEN MARKETING LLC Cookie duration: 730 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline GUMGUM, INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline JUSTPREMIUM BV Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline AMAZON AD SERVER Cookie duration: 396 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline OPENX Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ROKU ADVERTISING SERVICES Cookie duration: 396 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SIMPLIFI HOLDINGS INC Cookie duration: 366 (days). Data collected and processed: Device identifiers, IP addresses, Precise location data more Uses other forms of storage. View details | Privacy policylaunch Consent PUBMATIC, INC Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline COMSCORE B.V. Cookie duration: 720 (days). Data collected and processed: Browsing and interaction data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent FLASHTALKING Cookie duration: 730 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SHARETHROUGH, INC Cookie duration: 30 (days). Data collected and processed: Users’ profiles, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline PULSEPOINT, INC. Cookie duration: 365 (days). Data collected and processed: Device identifiers, IP addresses, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SMAATO, INC. Cookie duration: 21 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SEMASIO GMBH Cookie duration: 366 (days). Data collected and processed: Browsing and interaction data, Device identifiers, IP addresses, Privacy choices more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent TEROA S.A. Cookie duration: 2555 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline CRITEO SA Cookie duration: 390 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline BLIS GLOBAL LIMITED Cookie duration: 400 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline LOTAME SOLUTIONS, INC Cookie duration: 274 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent LIVERAMP Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline GROUPM UK LIMITED Cookie duration: 395 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline MIQ DIGITAL LTD Cookie duration: 366 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline MAGNITE, INC. (OUTSTREAM) Cookie duration: 366 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SONOBI, INC Cookie duration: 60 (days). Data collected and processed: Non-precise location data, Device identifiers, IP addresses more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline RICH AUDIENCE TECHNOLOGIES SL Cookie duration: 365 (days). Data collected and processed: Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent LOOPME LIMITED Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DYNATA LLC Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent SHOWHEROES SE Cookie duration: 393 (days). Data collected and processed: Non-precise location data, Device identifiers, IP addresses, Privacy choices more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SUBLIME Cookie duration: 396 (days). Data collected and processed: Browsing and interaction data, IP addresses, Privacy choices more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent SMARTCLIP EUROPE GMBH Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline EYEOTA PTE LTD Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DENTSU UK LIMITED Cookie duration: 730 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DOUBLEVERIFY INC. Doesn't use cookies. Data collected and processed: Browsing and interaction data, Non-precise location data, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline BIDSWITCH GMBH Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent IPONWEB GMBH Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent ID5 TECHNOLOGY LTD Cookie duration: 90 (days). Data collected and processed: Browsing and interaction data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent TEADS FRANCE SAS Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DIGITALAUDIENCE B.V. Cookie duration: 366 (days). Data collected and processed: Users’ profiles, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent SMARTSTREAM.TV GMBH Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline STRÖER SSP GMBH (SSP) Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline OS DATA SOLUTIONS GMBH & CO. KG Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline PERMODO GMBH Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline MEDIA.NET ADVERTISING FZ-LLC Cookie duration: 2190 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline LIVEINTENT INC. Cookie duration: 731 (days). Data collected and processed: Browsing and interaction data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent ADMAN INTERACTIVE SLU Cookie duration: 365 (days). Data collected and processed: Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent INSKIN MEDIA LTD Cookie duration: 366 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline BASIS GLOBAL TECHNOLOGIES, INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SEEDTAG ADVERTISING S.L Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SMADEX, S.L.U. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline OUTBRAIN UK LTD Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline YIELDMO, INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline BIDTELLECT, INC Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Device identifiers, IP addresses, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent VIDEO INTELLIGENCE AG Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline REMERGE GMBH Doesn't use cookies. Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline MAGNITE CTV, INC. Cookie duration: 366 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline REVCONTENT, LLC Doesn't use cookies. Data collected and processed: Non-precise location data, IP addresses, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DELTA PROJECTS AB Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ZEMANTA INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ADTHEORENT, INC Cookie duration: 730 (days). Data collected and processed: Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent USEMAX ADVERTISEMENT (EMEGO GMBH) Cookie duration: 365 (days). Data collected and processed: Users’ profiles more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline PUBLICIS MEDIA GMBH Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent M.D. PRIMIS TECHNOLOGIES LTD. Cookie duration: 25 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ACUITYADS INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline VGI CTV, INC Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline STACKADAPT INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline TRITON DIGITAL CANADA INC. Cookie duration: 730 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ONETAG LIMITED Cookie duration: 396 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SMARTOLOGY LIMITED Doesn't use cookies. Data collected and processed: IP addresses more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline TRI-TABLE SP. Z O.O. Cookie duration: 366 (days). Data collected and processed: Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline IMPROVE DIGITAL Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline LIQUIDM TECHNOLOGY GMBH Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline WUNDERKIND CORPORATION Cookie duration: 390 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline ADYOULIKE SA Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DT EXCHANGE (FYBER MONETIZATION LTD.) Doesn't use cookies. Data collected and processed: Device identifiers, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch Consent NATIVO, INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline MARFEEL SOLUTIONS, SL Cookie duration: 90 (days). Data collected and processed: Non-precise location data, IP addresses, Device characteristics more View details | Storage details | Privacy policylaunch Consent TABMO SAS Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SHOWHEROES SRL Cookie duration: 393 (days). Data collected and processed: Non-precise location data, Device identifiers, IP addresses, Privacy choices more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline INTEGRAL AD SCIENCE (INCORPORATING ADMANTX) Doesn't use cookies. Data collected and processed: Browsing and interaction data, Non-precise location data, IP addresses, Privacy choices, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline COMCAST INTERNATIONAL FRANCE SAS/FREEWHEEL MEDIA, INC. Cookie duration: 183 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SPRINGSERVE, LLC Cookie duration: 364 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline JIVOX CORPORATION Cookie duration: 30 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Precise location data more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline MOBFOX US LLC Cookie duration: 14 (days). Data collected and processed: Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Precise location data, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline CELTRA INC. Doesn't use cookies. Data collected and processed: Device identifiers, IP addresses, Precise location data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ZIFF DAVIS LLC Cookie duration: 180 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline INMOBI PTE LTD Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, User-provided data, Precise location data, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline TELECOMING S.A. Doesn't use cookies. Data collected and processed: Device identifiers, Probabilistic identifiers, IP addresses more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DIGITEKA TECHNOLOGIES Cookie duration: 397 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, IP addresses, Privacy choices, User-provided data, Precise location data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SAMBA TV, INC. Cookie duration: 390 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SAMBA TV UK LIMITED Cookie duration: 390 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline APESTER LTD Cookie duration: 400 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, User-provided data more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline PERMUTIVE LIMITED Cookie duration: 19 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent VECTAURY Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SEEDING ALLIANCE GMBH Cookie duration: 3650 (days). Data collected and processed: IP addresses, Device characteristics more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline NIELSEN MEDIA RESEARCH LTD. Cookie duration: 120 (days). Data collected and processed: Browsing and interaction data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SOLOCAL SA Cookie duration: 396 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline THE REACH GROUP GMBH Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline ORACLE ADVERTISING Cookie duration: 180 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent DEMANDBASE, INC. Cookie duration: 730 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ADTELLIGENT INC. Cookie duration: 93 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline TRAVEL AUDIENCE GMBH Cookie duration: 397 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent HUMAN Doesn't use cookies. Data collected and processed: Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline DYNADMIC Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SINGLESPOT SAS Doesn't use cookies. Data collected and processed: Users’ profiles, Device identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DEFINE MEDIA GMBH Doesn't use cookies. Data collected and processed: Browsing and interaction data, Non-precise location data, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline TARGETSPOT BELGIUM SPRL Doesn't use cookies. Data collected and processed: Probabilistic identifiers, IP addresses, Privacy choices more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline INNOVID LLC Cookie duration: 90 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline UPPR GMBH Cookie duration: 90 (days). Data collected and processed: User-provided data more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline PAPIRFLY AS Doesn't use cookies. Data collected and processed: Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline NEUSTAR, INC., A TRANSUNION COMPANY Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SUB2 TECHNOLOGIES LTD Cookie duration: 730 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent TAPTAP DIGITAL SL Cookie duration: 19 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline OPINARY GMBH Cookie duration: 60 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, IP addresses, Privacy choices, User-provided data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SEVENDATA S.P.A. Cookie duration: 180 (days). Data collected and processed: Browsing and interaction data, Device identifiers, Probabilistic identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent MAGNITE, INC. (CARBON AI LIMITED) Cookie duration: 89 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline LITTLE BIG DATA SP. Z O.O. Cookie duration: 1096 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SALESFORCE.COM, INC. Cookie duration: 180 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent LUCID HOLDINGS, LLC Cookie duration: 730 (days). Data collected and processed: Browsing and interaction data, Device identifiers, IP addresses, Privacy choices, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline VERVE GROUP EUROPE GMBH Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SUNMEDIA Cookie duration: 120 (days). Data collected and processed: Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent THE OZONE PROJECT LIMITED Cookie duration: 90 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SMARTCLIP HISPANIA S.L. Cookie duration: Uses session cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, User-provided data more View details | Storage details | Privacy policylaunch Consent SMARTYADS INC. Doesn't use cookies. Data collected and processed: Non-precise location data, IP addresses, Device characteristics more View details | Privacy policylaunch Consent BANDSINTOWN AMPLIFIED LLC Cookie duration: 1 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline HAPPYDEMICS Cookie duration: 2 (days). Data collected and processed: Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline RADIO MARKETING SERVICE INTERACTIVE GMBH Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline AUDIGENT Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent VIEWPAY Cookie duration: 30 (days). Data collected and processed: IP addresses, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline GOLDBACH GROUP AG Cookie duration: 1096 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DYNAMIC 1001 GMBH Cookie duration: 730 (days). Data collected and processed: Browsing and interaction data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ADJUST DIGITAL A/S Doesn't use cookies. Data collected and processed: Privacy choices more View details | Privacy policylaunch AZERION HOLDING B.V. Doesn't use cookies. Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SEZNAM.CZ, A.S. Cookie duration: 366 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline : TAPPX Cookie duration: 1 (days). Data collected and processed: Device identifiers, IP addresses, Privacy choices, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline TRUEDATA SOLUTIONS, INC. Cookie duration: 913 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent SKAZE Cookie duration: 366 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch Consent SMART ANALYTICS SL Cookie duration: 371 (days). Data collected and processed: Browsing and interaction data, Device identifiers, IP addresses, User-provided data, Precise location data, Device characteristics more Cookie duration resets each session. View details | Privacy policylaunch Consent SPORTRADAR AG Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SOUNDCAST Cookie duration: Uses session cookies. Data collected and processed: IP addresses, Privacy choices, Device characteristics more View details | Storage details | Privacy policylaunch Consent BEOP Cookie duration: 366 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline LIFTOFF MOBILE, INC. Doesn't use cookies. Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline TURK TELEKOM Cookie duration: 18 (days). Data collected and processed: Users’ profiles, Non-precise location data, Device identifiers, IP addresses, Precise location data more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DURATION MEDIA, LLC. Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline INTERCEPT INTERACTIVE INC. DBA UNDERTONE Cookie duration: 366 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Device characteristics more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline RADIO NET MEDIA LIMITED Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline THE MEDIAGRID INC. Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent VRTCAL MARKETS INC Cookie duration: 90 (days). Data collected and processed: Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DENTSU ITALIA SPA Cookie duration: 60 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DATASEAT LTD Cookie duration: 1 (days). Data collected and processed: Device identifiers, IP addresses, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent ONAUDIENCE LTD Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline AUDIENCE NETWORK Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline IMPACT.COM Cookie duration: 3650 (days). Data collected and processed: Browsing and interaction data, Device identifiers, IP addresses, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline APPIER PTE LTD Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline ANZU VIRTUAL REALITY LTD Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline MONET ENGINE INC Cookie duration: 365 (days). Data collected and processed: Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent VIDAZOO LTD Cookie duration: 31 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline THE NEWCO S.R.L. Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline KIOSKED LTD Doesn't use cookies. Data collected and processed: IP addresses, Privacy choices, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline DISTROSCALE, INC. Cookie duration: 730 (days). Data collected and processed: Browsing and interaction data, Device identifiers, IP addresses, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline GOOGLE ADVERTISING PRODUCTS Cookie duration: 396 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline FANDOM, INC. Cookie duration: 1158 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ORACLE DATA CLOUD - MOAT Doesn't use cookies. Data collected and processed: Non-precise location data, IP addresses more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SELECTMEDIA INTERNATIONAL LTD Cookie duration: 90 (days). Data collected and processed: IP addresses more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline MARS MEDIA GROUP Doesn't use cookies. Data collected and processed: Device identifiers more View details | Privacy policylaunch Consent DISCOVER-TECH LTD Doesn't use cookies. Data collected and processed: Device identifiers, IP addresses more View details | Privacy policylaunch Consent MIQ DIGITAL LIMITED Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent TARGETVIDEO GMBH Doesn't use cookies. Data collected and processed: Non-precise location data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent AD ALLIANCE GMBH Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Device identifiers, Probabilistic identifiers, IP addresses, User-provided data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent AMAZON ADVERTISING Cookie duration: 396 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline KUBIENT INC. Cookie duration: 360 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ADPONE SL Cookie duration: 120 (days). Data collected and processed: Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Device characteristics more View details | Privacy policylaunch Consent REPPUBLIKA DATA ANALYTICS AND TECHNOLOGIES GMBH Cookie duration: 180 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Device identifiers, Probabilistic identifiers, IP addresses, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline LINKEDIN IRELAND UNLIMITED COMPANY Cookie duration: 90 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline AARKI, INC. Doesn't use cookies. Data collected and processed: Non-precise location data, Device identifiers, IP addresses, User-provided data, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline MOLOCO, INC. Cookie duration: 730 (days). Data collected and processed: Non-precise location data, Device identifiers, IP addresses, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline NIELSEN INTERNATIONAL SA Cookie duration: 390 (days). Data collected and processed: Device identifiers, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline BLOCKTHROUGH, INC. Cookie duration: 30000 (days). Data collected and processed: Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline NOBID, INC. Cookie duration: 7 (days). Data collected and processed: Non-precise location data, Device identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline RETAILADS GMBH & CO. KG Cookie duration: 90 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline TX GROUP AG Cookie duration: 1095 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline UNITED INTERNET MEDIA GMBH Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DISQUS Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Probabilistic identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more View details | Storage details | Privacy policylaunch Consent QUALITY MEDIA NETWORK GMBH Cookie duration: 300 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, IP addresses, Privacy choices, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SPICY MOBILE KARCZEWSKI ZAWADZKI SPÓŁKA JAWNA Cookie duration: 28 (days). Data collected and processed: Browsing and interaction data, Device identifiers, IP addresses, User-provided data, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent EPOM LTD. Cookie duration: 730 (days). Data collected and processed: Non-precise location data, IP addresses, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline STROSSLE INTERNATIONAL AB Doesn't use cookies. Data collected and processed: Non-precise location data, Device identifiers, IP addresses, Privacy choices more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SOMQUERY SOMTAG - (SEVENONE MEDIA) Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline PUBLICA LLC Cookie duration: 60 (days). Data collected and processed: Device identifiers, IP addresses, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent TRUVID INC. Cookie duration: 60 (days). Data collected and processed: Non-precise location data, User-provided data, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline PRECISO SRL Cookie duration: 30 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, User-provided data more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline EXPERIAN LTD Cookie duration: 183 (days). Data collected and processed: Users’ profiles, IP addresses, Privacy choices more View details | Privacy policylaunch Consent APPUSH TECHNOLOGIES Doesn't use cookies. Data collected and processed: Non-precise location data more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline QUANTYOO GMBH & CO. KG Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent DIANOMI PLC Cookie duration: 180 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline TIMEONE PERFORMANCE Cookie duration: 13 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent STUDIO GONG GMBH & CO. STUDIOBETRIEBS KG Cookie duration: 395 (days). Data collected and processed: Device identifiers, IP addresses, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline MOBILEFUSE LLC Doesn't use cookies. Data collected and processed: Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline OPTI DIGITAL SAS Cookie duration: 730 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SPORTORITY UK LTD Cookie duration: 1 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline VIEWDEOS 2015 LTD Doesn't use cookies. Data collected and processed: IP addresses more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SILVERBULLET DATA SERVICES GROUP Doesn't use cookies. Data collected and processed: IP addresses more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline EBAY INC Cookie duration: 90 (days). Data collected and processed: IP addresses, Privacy choices, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline TRAFFECTIVE GMBH Cookie duration: 1 (days). Data collected and processed: IP addresses, Privacy choices more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline TARGETVIDEO GMBH Doesn't use cookies. Data collected and processed: Non-precise location data, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch Consent DIGITAL SQUAD Cookie duration: 1 (days). Data collected and processed: Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent SOD SCREENONDEMAND GMBH Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline DATAXTRADE GMBH Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline TERMINUS SOFTWARE INC. Cookie duration: 365 (days). Data collected and processed: IP addresses more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline MARFEEL SOLUTIONS, SL (COMPASS) Cookie duration: 180 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent STREAM EYE OOD Doesn't use cookies. Data collected and processed: IP addresses more View details | Privacy policylaunch SPOODS GMBH Doesn't use cookies. Data collected and processed: IP addresses more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline AVANTIS VIDEO LTD Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SOLUTION COUPONS Doesn't use cookies. Data collected and processed: Probabilistic identifiers more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SOCOTO GMBH & CO. KG Doesn't use cookies. Data collected and processed: IP addresses more View details | Storage details | Privacy policylaunch Consent SMARTFRAME TECHNOLOGIES LTD Cookie duration: 1 (days). Data collected and processed: Non-precise location data, Device identifiers, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline KARGO GLOBAL INC. Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline PLAYRCART LIMITED Doesn't use cookies. Data collected and processed: Non-precise location data, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline TV SQUARED LIMITED D/B/A INNOVIDXP Cookie duration: 730 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more View details | Privacy policylaunch Consent QUANTUMCAST DIGITAL GMBH Doesn't use cookies. Data collected and processed: Users’ profiles, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline QUARTER MEDIA GMBH Cookie duration: 1 (days). Data collected and processed: Device identifiers, IP addresses, Privacy choices, Device characteristics more View details | Storage details | Privacy policylaunch Consent HASHTAG LABS INC. Cookie duration: 30 (days). Data collected and processed: IP addresses more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline LUNA MEDIA GROUP LLC Cookie duration: 14 (days). Data collected and processed: Device identifiers more View details | Storage details | Privacy policylaunch Consent MOBILITY-ADS GMBH Cookie duration: 30 (days). Data collected and processed: IP addresses, Privacy choices more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SAMSUNG ADS Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline BAIDU USA Cookie duration: 366 (days). Data collected and processed: Browsing and interaction data more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline RINGIER AXEL SPRINGER POLSKA SP. Z O.O. Cookie duration: 390 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline THE LINEA 1 MKT SL Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SPARTEO Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DENTSU A/S Cookie duration: 1 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent HAVAS MEDIA (ARTEMIS ALLIANCE S.L.U.) Doesn't use cookies. Data collected and processed: Users’ profiles, Device identifiers, Probabilistic identifiers, IP addresses more View details | Storage details | Privacy policylaunch Consent PROJECT AGORA LTD Doesn't use cookies. Data collected and processed: Browsing and interaction data, Privacy choices, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline VIADS ADVERTISING S.L. Cookie duration: 30 (days). Data collected and processed: IP addresses more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline AA INTERNET-MEDIA LTD Cookie duration: 3650 (days). Data collected and processed: Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent SONIC ODEEO LTD Doesn't use cookies. Data collected and processed: Device identifiers, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline UNICREDIT S.P.A. Cookie duration: 180 (days). Data collected and processed: Browsing and interaction data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent SQREEM TECHNOLOGIES PRIVATE LIMITED Doesn't use cookies. Data collected and processed: Device identifiers, IP addresses more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline TYPEA HOLDINGS LTD Cookie duration: 30 (days). Data collected and processed: Device identifiers, IP addresses, Privacy choices, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline TMT DIGITAL INC Doesn't use cookies. Data collected and processed: IP addresses more View details | Privacy policylaunch RESONO B.V. Doesn't use cookies. Data collected and processed: Non-precise location data, Device identifiers, Privacy choices, Precise location data more View details | Privacy policylaunch Consent QUESTPASS SP. Z O.O. Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, IP addresses, Privacy choices, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SAMOUKALE ENTERPRISES LIMITED DBA ADEX Cookie duration: 730 (days). Data collected and processed: Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline STRÖER DIGITAL MEDIA GMBH Doesn't use cookies. Data collected and processed: Device identifiers, IP addresses, Privacy choices, User-provided data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline QUERY CLICK LIMITED Cookie duration: Uses session cookies. Data collected and processed: IP addresses more View details | Privacy policylaunch Consent NEXT MILLENNIUM MEDIA INC Cookie duration: 1 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline DPA-INFOCOM GMBH Doesn't use cookies. Data collected and processed: Browsing and interaction data more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline UMLAUT COMMUNICATION GMBH Doesn't use cookies. Data collected and processed: Browsing and interaction data, Device identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent SEVEN TECHNOLOGIES S.L. Doesn't use cookies. Data collected and processed: IP addresses more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline TEAVARO Cookie duration: 90 (days). Data collected and processed: Non-precise location data, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent SCORE MEDIA GROUP GMBH & CO. KG Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline RELEVANT DIGITAL OY Cookie duration: 90 (days). Data collected and processed: IP addresses more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent SCHOBER INFORMATION GROUP DEUTSCHLAND GMBH Doesn't use cookies. Data collected and processed: Device identifiers, IP addresses, Privacy choices, Precise location data more View details | Storage details | Privacy policylaunch Consent UNBLOCKIA SL Cookie duration: 120 (days). Data collected and processed: Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Device characteristics more View details | Privacy policylaunch Consent 152 MEDIA LLC Doesn't use cookies. Data collected and processed: Users’ profiles, Probabilistic identifiers, IP addresses, User-provided data more View details | Privacy policylaunch Consent TF1 PUBLICITE Cookie duration: 183 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Device identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch Consent MICROSOFT ADVERTISING Cookie duration: 396 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline PLAYWIRE LLC Cookie duration: 90 (days). Data collected and processed: Browsing and interaction data, Probabilistic identifiers, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline OPERA SOFTWARE IRELAND LIMITED Cookie duration: 365 (days). Data collected and processed: Device identifiers, IP addresses, Privacy choices more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline INFOLINKS MEDIA, LLC Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline VERASITY LIMITED Cookie duration: 366 (days). Data collected and processed: Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline VIAFOURA INC. Cookie duration: 365 (days). Data collected and processed: Browsing and interaction data, IP addresses, User-provided data, Authentication-derived identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline UNICREDIT BANKAUSTRIA AG Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Device identifiers, Probabilistic identifiers, IP addresses more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent SONARES GMBH Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline REFINE DIRECT SRL Doesn't use cookies. Data collected and processed: Probabilistic identifiers, IP addresses, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline LIVE DATA SOLUTIONS SL Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics more View details | Privacy policylaunch Consent STREAMONKEY GMBH Doesn't use cookies. Data collected and processed: IP addresses more View details | Privacy policylaunch RESET DIGITAL EUROPE LTD Cookie duration: 365 (days). Data collected and processed: Non-precise location data, Device identifiers, IP addresses more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline RELIZ LTD Cookie duration: 371 (days). Data collected and processed: User-provided data more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SITEWIT, CORP Cookie duration: 90 (days). Data collected and processed: Non-precise location data, IP addresses, Privacy choices, User-provided data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch SYNAMEDIA Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline SCATTERED SP. Z O.O. Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Probabilistic identifiers, IP addresses, Privacy choices, Authentication-derived identifiers, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SSMAS Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch Consent SCHWARZ MEDIA GMBH Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, Precise location data, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline RESPONSIVEADS, INC. Doesn't use cookies. Data collected and processed: Browsing and interaction data, Non-precise location data, IP addresses, User-provided data, Precise location data, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline ENGAGE MEDIA TV LTD Cookie duration: 365 (days). Data collected and processed: Device identifiers, User-provided data more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline VIOMBA OY Doesn't use cookies. Data collected and processed: Non-precise location data, IP addresses, Device characteristics more View details | Privacy policylaunch ConsentLegitimate interesthelp_outline DRIVENIQ CORPORATION Doesn't use cookies. Data collected and processed: IP addresses more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline START.IO INC Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Device characteristics more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline VIDEOBOT LTD Doesn't use cookies. Data collected and processed: Device identifiers, Device characteristics more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline RAYN B.V. Cookie duration: 1 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, Probabilistic identifiers, IP addresses, Privacy choices, User-provided data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent DANDO ONLINE LTD Doesn't use cookies. Data collected and processed: Non-precise location data more View details | Privacy policylaunch DIGITAL BRAIN NORDIC AB Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent DECENTRALISED ADVERTISING LIMITED Doesn't use cookies. Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Device identifiers, IP addresses, Privacy choices, User-provided data, Precise location data, Authentication-derived identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline R2B2 A.S. Cookie duration: 90 (days). Data collected and processed: Non-precise location data, IP addresses, Privacy choices, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent SPP SOLUTIONS LTD. Cookie duration: 1 (days). Data collected and processed: Non-precise location data, IP addresses, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline Ad partners help_outline STREAMRAIL Privacy policylaunch Consent TREEPODIA Privacy policylaunch Consent YAHOO! JAPAN Privacy policylaunch Consent INDEED Privacy policylaunch Consent TAPCLIQ Privacy policylaunch Consent GOOGLE, INC. Privacy policylaunch Consent ADTELLIGENCE Privacy policylaunch Consent DELTAX Privacy policylaunch Consent SOMO AUDIENCE Privacy policylaunch Consent FACEBOOK Privacy policylaunch Consent QUANTASY Privacy policylaunch Consent BOOKING.COM Privacy policylaunch Consent DIRECT INTERACTIVE Privacy policylaunch Consent TRIBES RESEARCH Privacy policylaunch Consent IBM Privacy policylaunch Consent UMENG PLUS BEIJING TECHNOLOGY LIMITED COMPANY Privacy policylaunch Consent ENGAGEBDR Privacy policylaunch Consent FORBES Privacy policylaunch Consent GOODWAY GROUP Privacy policylaunch Consent INTELLIAD Privacy policylaunch Consent STARTAPP Privacy policylaunch Consent EXPEDIA, INC. Privacy policylaunch Consent DEEPINTENT Privacy policylaunch Consent PADSQUAD Privacy policylaunch Consent FLUCT Privacy policylaunch Consent VIANT Privacy policylaunch Consent ROMIR Privacy policylaunch Consent DSTILLERY Privacy policylaunch Consent MEDIAMATH Privacy policylaunch Consent DMA INSTITUTE Privacy policylaunch Consent DENTSU AEGIS NETWORK Privacy policylaunch Consent IGNITION ONE Privacy policylaunch Consent STRATIO BIG DATA Privacy policylaunch Consent OMNICOM MEDIA GROUP Privacy policylaunch Consent LKQD Privacy policylaunch Consent DIGISEG Privacy policylaunch Consent DOUBLE CHECK Privacy policylaunch Consent SMART.BID LTD Privacy policylaunch Consent VIEWBIX Privacy policylaunch Consent TWINPINE Privacy policylaunch Consent RESONATE Privacy policylaunch Consent VIEWERSLOGIC LTD Privacy policylaunch Consent SUITE 66 Privacy policylaunch Consent VE INTERACTIVE Privacy policylaunch Consent SKYPIEA TECH CO.,LIMITED Privacy policylaunch Consent SMN CORPORATION Privacy policylaunch Consent SOJERN Privacy policylaunch Consent THOUGHTLEADR Privacy policylaunch Consent KAYAK Privacy policylaunch Consent NATIVEADS.COM Privacy policylaunch Consent TAPAD Privacy policylaunch Consent RIESENIA.COM Privacy policylaunch Consent VIDEOLOGY Privacy policylaunch Consent TRADEDOUBLER AB Privacy policylaunch Consent CHEETAH MOBILE Privacy policylaunch Consent TRAVELCLICK Privacy policylaunch Consent SPRING VENTURE GROUP Privacy policylaunch Consent TRUSTARC Privacy policylaunch Consent TRUEFFECT Privacy policylaunch Consent DYNADMIC CORPORATION Privacy policylaunch Consent REACTIVE Privacy policylaunch Consent DENTSU Privacy policylaunch Consent SNAP INC. Privacy policylaunch Consent APPSFLYER Privacy policylaunch Consent TRAVEL DATA COLLECTIVE Privacy policylaunch Consent PARRABLE Privacy policylaunch Consent TORCHAD Privacy policylaunch Consent DAVINCI11 Privacy policylaunch Consent QUALTRICS Privacy policylaunch Consent DELTA AIR LINES Privacy policylaunch Consent TAPKLIK Privacy policylaunch Consent VERTOZ Privacy policylaunch Consent SKETCHFAB, INC. Privacy policylaunch Consent TAIWAN MOBILE CO LTD Privacy policylaunch Consent LIFESTREET Privacy policylaunch Consent DISPLAY.DIRECT Privacy policylaunch Consent VIMEO Privacy policylaunch Consent LANDS' END Privacy policylaunch Consent DPG MEDIA BV Privacy policylaunch Consent VERTRIEBSWERK Privacy policylaunch Consent TVADSYNC Privacy policylaunch Consent ADCOLONY Privacy policylaunch Consent TOTALJOBS GROUP LTD Privacy policylaunch Consent HOTELS.COM L. P. Privacy policylaunch Consent OVERSTOCK Privacy policylaunch Consent THOMANN GMBH Privacy policylaunch Consent REVENUEMANTRA Privacy policylaunch Consent DATAFY Privacy policylaunch Consent TRUE WAVE TECHNOLOGIES LIMITED Privacy policylaunch Consent DUMARCA GAMING LTD Privacy policylaunch Consent RIPPLL LTD Privacy policylaunch Consent DIGITALSUNRAY Privacy policylaunch Consent ADJUST GMBH Privacy policylaunch Consent DIGITAL AD SYSTEMS, CORP. Privacy policylaunch Consent R.O.EYE LIMITED Privacy policylaunch Consent TREND RESEARCH Privacy policylaunch Consent RETAIL ROCKET LLC Privacy policylaunch Consent BOSE Privacy policylaunch Consent SNAPUPP TECHNOLOGIES SL Privacy policylaunch Consent TCHIBO GMBH Privacy policylaunch Consent IRONSOURCE MOBILE Privacy policylaunch Consent UBER TECHNOLOGIES INC. Privacy policylaunch Consent CHARTBOOST Privacy policylaunch Consent DIVVIT AB Privacy policylaunch Consent TUKY DATA Privacy policylaunch Consent GLASSDOOR, INC. Privacy policylaunch Consent QUARTICON Privacy policylaunch Consent SHUTTERSTOCK, INC. Privacy policylaunch Consent THEINDUSTRY AG Privacy policylaunch Consent TRACEAD Privacy policylaunch Consent DIGITAL HUB HANNOVER GMBH Privacy policylaunch Consent ADBUTLER Privacy policylaunch Consent TRAFFICGUARD Privacy policylaunch Consent DATIVA Privacy policylaunch Consent VF VISUAL FANTASTIX TANNER Privacy policylaunch Consent STREAM Privacy policylaunch Consent BOSTON CONSULTING GROUP Privacy policylaunch Consent UBEX DSP Privacy policylaunch Consent SILVER EGG TECHNOLOGY Privacy policylaunch Consent VODAFONE GMBH Privacy policylaunch Consent ZETA GLOBAL Privacy policylaunch Consent QUIET MEDIA Privacy policylaunch Consent STEP A/S Privacy policylaunch Consent MAGNITE Privacy policylaunch Consent MOPUB (A DIVISION OF TWITTER, INC.) Privacy policylaunch Consent TRANSMIT.LIVE Privacy policylaunch Consent PANGLE DSP Privacy policylaunch Consent DYNAMO.VIDEO Privacy policylaunch Consent RAPTOR SERVICES Privacy policylaunch Consent CLEAN.IO Privacy policylaunch Consent PANDORA Privacy policylaunch Consent TARGET RTB Privacy policylaunch Consent LENDINGTREE Privacy policylaunch Consent WALMART Privacy policylaunch Consent CLOUDFLARE Privacy policylaunch Consent ZYNGA Privacy policylaunch Consent RESET DIGITAL EUROPE LTD Privacy policylaunch Consent DATABLOCKS, INC Privacy policylaunch Consent TD-GDN Privacy policylaunch Consent AD OPTIMA DIGITAL Privacy policylaunch Consent PIXFUTURE Privacy policylaunch Consent VIDOOMY Privacy policylaunch Consent IMPACT+ Privacy policylaunch Consent DIGITALIST GROUP Privacy policylaunch Consent ORANGE ADVERTISING Privacy policylaunch Consent UNITY ADS Privacy policylaunch Consent SMARTLY.IO SOLUTIONS OY Privacy policylaunch Consent HAVAS MEDIA FRANCE - DBI Privacy policylaunch Consent USERNEEDS Privacy policylaunch Consent NETFLIX Privacy policylaunch Consent AD LIGHTNING Privacy policylaunch Consent SPOTIBLE Privacy policylaunch Consent GETINTENT Privacy policylaunch Consent PORSCHE AG Privacy policylaunch Consent IAB TECH LAB Privacy policylaunch Consent SOL NETWORKS LIMITED Privacy policylaunch Consent SABIO, INC Privacy policylaunch Consent STAILAMEDIA Privacy policylaunch Consent DIGITALEAST Privacy policylaunch Consent OPERA SOFTWARE IRELAND LTD Privacy policylaunch Consent NIMBUS Privacy policylaunch Consent METAADS Privacy policylaunch Consent APPLOVIN CORP. Privacy policylaunch Consent SOURCEKNOWLEDGE Privacy policylaunch Consent RACKSPACE Privacy policylaunch Consent SIGNAL Privacy policylaunch Consent DATALICIOUS Privacy policylaunch Consent CONSUMABLE Privacy policylaunch Consent TRIPADVISOR Privacy policylaunch Consent TAPTICA Privacy policylaunch Consent SIMPLAEX GMBH Privacy policylaunch Consent KOCHAVA Privacy policylaunch Consent WISH Privacy policylaunch Consent UNITYMEDIA Privacy policylaunch Consent DYNAMIC YIELD Privacy policylaunch Consent IMPACT Privacy policylaunch Consent SPOTAD Privacy policylaunch Consent TAKOOMI Privacy policylaunch Consent F@N COMMUNICATIONS Privacy policylaunch Consent DYNAD Privacy policylaunch Consent TURBO Privacy policylaunch Consent HOUSING.COM Privacy policylaunch Consent TF1 - FR Privacy policylaunch Consent DEMAND SIDE SCIENCE, INC. Privacy policylaunch Consent TEALIUM Privacy policylaunch Consent TENMAX Privacy policylaunch Consent TRESENSA Privacy policylaunch Consent TAPJOY Privacy policylaunch Consent UBERMEDIA Privacy policylaunch Consent Accept all Confirm choices Close