www.10-minutemail.com Open in urlscan Pro
2606:4700:3033::ac43:c813  Public Scan

Submitted URL: http://www.10-minutemail.com/
Effective URL: https://www.10-minutemail.com/
Submission: On December 28 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST https://www.10-minutemail.com/locale

<form action="https://www.10-minutemail.com/locale" id="locale-form" method="post">
  <input type="hidden" name="_token" value="Bi1QQ8Q08hj6H8T8US7YYIe2kvnrcd3g0RbgUOgd"> <select class="block appearance-none bg-gray-200 cursor-pointer text-gray-800 py-1 focus:outline-none" name="locale" id="locale">
    <option>Arabic</option>
    <option>Chinese</option>
    <option selected="">German</option>
    <option>English</option>
    <option>French</option>
    <option>Hindi</option>
    <option>Polish</option>
    <option>Russian</option>
    <option>Spanish</option>
    <option>Vietnamese</option>
    <option>Turkish</option>
    <option>Norwegian</option>
    <option>Indonesian</option>
  </select>
</form>

POST https://www.10-minutemail.com/locale

<form action="https://www.10-minutemail.com/locale" id="locale-form-mobile" method="post">
  <input type="hidden" name="_token" value="Bi1QQ8Q08hj6H8T8US7YYIe2kvnrcd3g0RbgUOgd"> <select class="block appearance-none bg-gray-200 cursor-pointer text-gray-800 py-1 focus:outline-none" name="locale" id="locale-mobile">
    <option>Arabic</option>
    <option>Chinese</option>
    <option selected="">German</option>
    <option>English</option>
    <option>French</option>
    <option>Hindi</option>
    <option>Polish</option>
    <option>Russian</option>
    <option>Spanish</option>
    <option>Vietnamese</option>
    <option>Turkish</option>
    <option>Norwegian</option>
    <option>Indonesian</option>
  </select>
</form>

POST #

<form class="lg:max-w-lg lg:mx-auto flex space-x-5" action="#" method="post">
  <div class="relative flex-1">
    <div class="relative" x-data="{ open: false }" @click.away="open = false" @close.stop="open = false">
      <div @click="open = ! open">
        <div class="block appearance-none w-full bg-white py-4 px-5 pr-8 cursor-pointer focus:outline-none select-none border-b-4 border-b-orange-500" style="border-color: #2fc10a" id="email_id">paizob@nvpns.com</div>
      </div>
      <div x-show="open" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75"
        x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="absolute z-50 mt-2 w-full rounded-md shadow-lg origin-top" style="display: none;" @click="open = false">
        <div class="rounded-md shadow-xs max-h-96 overflow-y-auto py-1 bg-white">
          <a class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://www.10-minutemail.com/switch/paizob@nvpns.com" rel="nofollow">paizob@nvpns.com</a>
        </div>
      </div>
    </div>
    <div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-3">
      <svg class="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
        <path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"></path>
      </svg>
    </div>
  </div>
  <div id="counter" class="bg-gray-50 flex items-center justify-center relative" style="width: 60px;">
    <div class="filler h-full absolute top-0 left-0 transition-all ease-in-out" style="background-color: rgba(36, 21, 112, 0.314); width: 46.6667%;"></div>
    <span class="text">8</span>
  </div>
</form>

POST

<form wire:submit.prevent="create" method="post" class="flex-1 space-x-3 flex">
  <div class="flex-1 space-y-3">
    <input class="block appearance-none w-full py-4 px-5 bg-white border-0 focus:outline-none placeholder-opacity-50" type="text" name="user" id="user" wire:model="user" placeholder="Benutzername eingeben">
    <div class="relative">
      <div class="relative" x-data="{ open: false }" @click.away="open = false" @close.stop="open = false">
        <div @click="open = ! open">
          <input x-ref="domain" type="text" class="block appearance-none w-full md:w-96 bg-white py-4 px-5 pr-8 cursor-pointer focus:outline-none select-none placeholder-opacity-50 border-0" placeholder="Wählen Sie Domäne" name="domain" id="domain"
            wire:model="domain" readonly="">
        </div>
        <div x-show="open" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75"
          x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="absolute z-50 mt-2 w-full rounded-md shadow-lg origin-top" style="display: none;" @click="open = false">
          <div class="rounded-md shadow-xs max-h-96 overflow-y-auto py-1 bg-white">
            <a x-on:click="$refs.domain.value = 'haixd.com'; $wire.setDomain('haixd.com')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">haixd.com</a>
            <a x-on:click="$refs.domain.value = 'nvpns.com'; $wire.setDomain('nvpns.com')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">nvpns.com</a>
            <a x-on:click="$refs.domain.value = 'gotvb.com'; $wire.setDomain('gotvb.com')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">gotvb.com</a>
            <a x-on:click="$refs.domain.value = 'aigkl.com'; $wire.setDomain('aigkl.com')" class="block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out">aigkl.com</a>
          </div>
        </div>
      </div>
      <div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-3">
        <svg class="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
          <path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"></path>
        </svg>
      </div>
    </div>
  </div>
  <button onclick="addTime(10)" id="create" class="flex items-center bg-indigo-600 text-white text-center py-4 px-5 hover:bg-opacity-75 cursor-pointer" style="background-color: #2fc10a">
    <i class="fas icon-chevron-right"></i>
  </button>
</form>

POST

<form wire:submit.prevent="random" method="post" class="flex">
  <button onclick="addTime(10)" id="random" class="flex items-center bg-green-400 text-white text-center py-4 px-5 hover:bg-opacity-75 cursor-pointer" style="background-color: #d2ab3e">
    <i class="fas icon-shuffle"></i>
  </button>
</form>

Text Content

Features
English chinese German French Russian Hindi Turkish Vietnamese Spanish
Indonesian Arabic Japanese
Translation
Temporary Email
20 minutes mail 30 minutes mail 60 minutes mail 24 hours mail gmail temp mail 10
Minute Mail Facebook 6 ways to protect personal data How to create a reusable
email how to set up a disposable email system Buy a Coffee for 10 minute mail
Temp Number
Article
what is ChatGPT Benefit of using temporary mail Big data and privacy No data
leaks any more Online Tracking Protection Identify Scammers or Lies Hazards of
Personal Data Leaks
Arabic Chinese German English French Hindi Polish Russian Spanish Vietnamese
Turkish Norwegian Indonesian
Features
English chinese German French Russian Hindi Turkish Vietnamese Spanish
Indonesian Arabic Japanese
Translation
Temporary Email
20 minutes mail 30 minutes mail 60 minutes mail 24 hours mail gmail temp mail 10
Minute Mail Facebook 6 ways to protect personal data How to create a reusable
email how to set up a disposable email system Buy a Coffee for 10 minute mail
Temp Number
Article
what is ChatGPT Benefit of using temporary mail Big data and privacy No data
leaks any more Online Tracking Protection Identify Scammers or Lies Hazards of
Personal Data Leaks
Arabic Chinese German English French Hindi Polish Russian Spanish Vietnamese
Turkish Norwegian Indonesian


IHRE TEMPORÄRE E-MAIL-ADRESSE

paizob@nvpns.com
paizob@nvpns.com


8
übrige Zeit : 9:53
Kopie
nachfüllen
Neue
löschen
haixd.com nvpns.com gotvb.com aigkl.com



Stornieren






Leerer Posteingang


TEMP MAIL FAST LINKS:

20 minutes mail  30 minutes mail  60 minutes mail  24 hour mail





WAS IST EINE 10-MINUTEN-E-MAIL?

10-Minuten-E-Mail ist ein kostenloser Einweg-E-Mail-Dienst. Sie müssen nur die
Webseite besuchen, um eine neue E-Mail-Adresse zu erhalten. Die Nutzungsdauer
beträgt in der Regel 10 Minuten. Nach Ablauf werden alle E-Mails automatisch
vernichtet und niemand kann wieder darauf zugreifen.








WARUM EINE 10-MINUTEN-E-MAIL BEREITSTELLEN?

Wir benötigen E-Mail-Adressen, um Inhalte auf Websites herunterzuladen, uns für
Forenbeiträge zu registrieren und uns bei sozialen Websites anzumelden. Wenn wir
normale E-Mail-Adressen verwenden, um uns für diese Dienste zu registrieren,
erhalten wir viele Werbe-E-Mails oder Spam. Wenn die Website-Datenbank
durchgesickert wäre, könnten unsere persönlichen Daten auch von Kriminellen
eingesehen werden. Zu diesem Zeitpunkt wird eine einfache, sichere, schnelle und
zufällige Mailbox zur Lösung des Problems.








WO KÖNNEN WIR 10-MINUTEN-MAIL VERWENDEN?

Öffentliche WLAN-Anmeldung (Reisen, Hotels, Restaurants, Cafés, HotSpot,
Fitnessstudios usw.).

Posten Sie Kommentare in verschiedenen Blogs oder Foren.

Der Zugriff auf Webartikel ist nur nach Registrierung möglich.

Online-Spiele - Anonyme Spiele.

Kostenlose Ebook-Downloads, wenn Sie Ihre E-Mail-Adresse angeben müssen.

Sichere Passwortgenerierung - Sie müssen Ihre echte Kombination aus E-Mail-ID
und Passwort nicht aufdecken.

Anonyme Dateifreigabe (Mediafire, FileShare, Mega, Zippyshare, DropSend, 4Shared
usw.).

Holen Sie sich alle diese kostenlosen Testversionen (Software, Spotify, HBO,
Netflix usw.).

Dating-Sites mit Anonymität (DateYou, Flirt, FindeDates, LoversLab, Tinder,
IAmNaughty usw.)

Einmaliges, anonymes Online-Shopping (Spielzeug für Erwachsene etc.)

Ausspionierte Social Accounts (Facebook, TikTok, Twitter etc.)

Datenschutz – Verhindern Sie, dass Hacker Ihre persönliche E-Mail-ID erhalten,
um sich in Ihr Bankkonto, Facebook-/Instagram-Konto, geschäftliche E-Mail usw.
zu hacken.

In der oben genannten Situation oder in vielen anderen Situationen bringt Ihnen
eine 10-minütige temporäre E-Mail große Sicherheit und Bequemlichkeit.








WO SOLLTEN TEMPORÄRE E-MAILS NICHT VERWENDET WERDEN?

Da 10-Minuten-Post wegwerfbar ist und sich selbst zerstört, verwenden Sie sie
bitte nicht in den folgenden Fällen.

Wichtige geschäftliche E-Mail

Banken, Schulen, Finanzsysteme

Ministerien, Militär

 





9 HAUPTFUNKTIONEN UNSERER WEBSITES

1. Keine Registrierung erforderlich, direkt verwenden

Gewöhnliche Postfächer erfordern eine Benutzerregistrierung, und einige
erfordern sogar eine Überprüfung, bevor sie verwendet werden können. Sie müssen
jedoch nur unsere Websites besuchen, um eine neue E-Mail-Adresse zu generieren,
das kann Ihnen Zeit sparen.

2. Vermeiden Sie Spam vollständig

Nachdem die Registrierung der Website durch Ihr normales Postfach abgeschlossen
ist, erhalten Sie viele Spam- und Werbe-Mails. Durch die Nutzung unseres
Dienstes wird das Postfach jedoch nach 10 Minuten automatisch zerstört, es wird
kein Spam empfangen.

3. Schützen Sie die Privatsphäre

Wenn dieselbe gewöhnliche Mailbox auf mehreren Websites registriert ist, wird
sie mit personenbezogenen Daten verknüpft. Sobald die Website-Datenbank
durchgesickert ist, werden Ihre persönlichen Daten im Internet durchgesickert,
was ein großes Sicherheitsrisiko darstellt. Alle von unserer Website
bereitgestellten E-Mail-Adressen werden nur einmal verwendet. Wenn das temporäre
Postfach gelöscht wird, kann niemand es erneut lesen.

4. Unbegrenzte E-Mail-Konten

Sie müssen nur auf dieser Website auf "Löschen" oder "Neu" klicken, um innerhalb
von 1 Sekunde ein neues E-Mail-Konto zu erstellen, und Sie können jeden Tag
unbegrenzt viele Konten erstellen.

5. Anpassen

Indem Sie eine neue E-Mail-Adresse erstellen, können Sie den gewünschten
Benutzernamen eingeben und den gewünschten Domänennamen auswählen, um innerhalb
von 1 Sekunde ein neues Postfach zu erstellen.

6. Erhöhen Sie die Nutzungsdauer

Bevor die E-Mail-Adresse abläuft, können Sie die Nutzungsdauer der E-Mail
verlängern, die auf maximal 60 Minuten eingestellt werden kann.

7. Unterstützung für Mobilgeräte

Wir stellen eine mobile Version der Webseite zur Verfügung, Sie können unsere
Dienste ganz einfach auf Ihrem Mobiltelefon nutzen.

8. Ändern Sie den Domänennamen

Wir werden den E-Mail-Domänennamen alle 40 Tage aktualisieren, um zu verhindern,
dass Netzwerkadministratoren unseren E-Mail-Domänennamen blockieren.

9. Völlig kostenlos

Einige normale E-Mail-Adressen erheben eine Gebühr, aber unsere Website ist
völlig kostenlos.




Bist du aufgeregt? Holen Sie sich jetzt kostenlos Ihre TEMP-EMAIL!








WELCHE ANDEREN NAMEN HAT 10-MINUTEN-MAIL?




10 MINUTEN MAIL

Temporäre Mail,Zehn Minuten Mail,Zehn Minuten Mail ,10 Minuten Mail ,10 Minuten
Mail Gmail, 1 Minuten Mail ,10 Minuten Mails ,Temp Mail ,Temp Mail Premium, Temp
Mail Gmail ,Tempmail Pro, Temp Mail Facebook ,10 Minuten kostenlose Mail Temp
,Temp Mail Amazon




Fehler
Erfolgreich
E-Mail-ID in die Zwischenablage kopiert

Privacy policy | Terms of Use

Copyright © 2022 - 10-minutemail.com | .net | .org | Give me 60 more minutes!




10 MINUTE MAIL 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 136 TCF vendor(s) and 66 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 (120 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 (70 vendors)Legitimate interest (33 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 (99 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 (93 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 (32 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 (26 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 (77 vendors)Legitimate interest (47 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 (31 vendors)Legitimate interest (14 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 (57 vendors)Legitimate interest (20 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 (64 vendors)Legitimate interest (38 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 (9 vendors)Legitimate interest (2 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

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: Device identifiers, Non-precise location data,
Probabilistic identifiers, IP addresses, Users’ profiles, Privacy choices,
Browsing and interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ROQ.AD GMBH

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADMAXIM LIMITED

Cookie duration: 30 (days).

Data collected and processed: Probabilistic identifiers, IP addresses, Browsing
and interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


INDEX EXCHANGE INC.

Cookie duration: 395 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Privacy choices

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: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data, User-provided data

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: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SOVRN, INC.

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Non-precise location data,
IP addresses, Users’ profiles, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


ADIKTEEV

Doesn't use cookies.

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RTB HOUSE S.A.

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Privacy choices,
Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


THE UK TRADE DESK LTD

Cookie duration: 3629 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Authentication-derived identifiers, Privacy choices,
Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMETRICS GMBH

Doesn't use cookies.

Data collected and processed: Device characteristics, IP addresses, Privacy
choices, Browsing and interaction data

more




View details | Privacy policylaunch
Consent


AMOBEE INC.

Cookie duration: 180 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Privacy choices, Browsing and interaction data

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: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


YAHOO EMEA LIMITED

Cookie duration: 397 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADVENTORI SAS

Cookie duration: 90 (days).

Data collected and processed: Device identifiers, Non-precise location data, IP
addresses, Authentication-derived identifiers, Browsing and interaction data,
User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


TRIPLELIFT, INC.

Cookie duration: 90 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Users’ profiles,
Authentication-derived identifiers, Privacy choices, Browsing and interaction
data

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: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Users’ profiles,
Authentication-derived identifiers, Privacy choices, Browsing and interaction
data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEORY GMBH

Cookie duration: 90 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data, User-provided data

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


UNRULY GROUP LLC

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Privacy choices

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEURAL.ONE

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Non-precise location data,
Probabilistic identifiers, IP addresses, Privacy choices, Browsing and
interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADITION (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Privacy choices, Browsing and interaction data,
User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ACTIVE AGENT (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Privacy choices, Browsing and interaction data,
User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


EQUATIV

Cookie duration: 396 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Authentication-derived identifiers, Privacy choices,
Browsing and interaction data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADFORM A/S

Cookie duration: 1 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data, User-provided data

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Privacy choices, Browsing and interaction data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RATEGAIN ADARA INC

Cookie duration: 730 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Authentication-derived
identifiers, Privacy choices, Browsing and interaction data, User-provided data

more




View details | Storage details | Privacy policylaunch
Consent


SIFT MEDIA, INC

Doesn't use cookies.

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses

more




View details | Privacy policylaunch
Consent


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LUMEN RESEARCH LIMITED

Doesn't use cookies.

Data collected and processed: Device characteristics, Non-precise location data,
IP addresses, Browsing and interaction data

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


AMAZON AD SERVER

Cookie duration: 396 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Authentication-derived
identifiers, Privacy choices, Browsing and interaction data

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: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Privacy choices, Browsing and
interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


YIELDLAB (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Users’ profiles,
Privacy choices, Browsing and interaction data, User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Authentication-derived identifiers, Privacy choices,
Browsing and interaction data, User-provided data

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: Precise location data, Device identifiers, IP
addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PUBMATIC, INC

Cookie duration: 90 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Authentication-derived identifiers, Privacy choices,
Browsing and interaction data, User-provided data

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: Device characteristics, Device identifiers,
Probabilistic identifiers, IP addresses, Authentication-derived identifiers,
Privacy choices, Browsing and interaction data, User-provided data

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: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data

more




View details | Privacy policylaunch
Consent


PULSEPOINT, INC.

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers, IP
addresses

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


SMAATO, INC.

Cookie duration: 21 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Users’ profiles,
Authentication-derived identifiers, Privacy choices, Browsing and interaction
data, User-provided data

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: Device identifiers, IP addresses, Privacy choices,
Browsing and interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Authentication-derived identifiers, Privacy choices,
Browsing and interaction data, User-provided data

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GENIUS SPORTS UK LIMITED

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRITEO SA

Cookie duration: 390 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADLOOX SA

Doesn't use cookies.

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Browsing and
interaction data

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Authentication-derived identifiers, Privacy choices,
Browsing and interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


LOTAME SOLUTIONS, INC

Cookie duration: 274 (days).

Data collected and processed: Device characteristics, Device identifiers,
Probabilistic identifiers, IP addresses, Users’ profiles, Authentication-derived
identifiers, Privacy choices, Browsing and interaction data, User-provided data

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: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Authentication-derived identifiers,
Privacy choices, Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


GROUPM UK LIMITED

Cookie duration: 395 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOOPME LIMITED

Cookie duration: 90 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Privacy choices, Browsing and interaction data,
User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DYNATA LLC

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Authentication-derived
identifiers, Privacy choices, Browsing and interaction data, User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ASK LOCALA

Doesn't use cookies.

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Privacy choices

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


NEAR INTELLIGENCE

Doesn't use cookies.

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Browsing and
interaction data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


DOUBLEVERIFY INC.

Doesn't use cookies.

Data collected and processed: Device characteristics, Non-precise location data,
Probabilistic identifiers, IP addresses, Privacy choices, Browsing and
interaction data

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data

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: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Authentication-derived identifiers,
Privacy choices, Browsing and interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NEXTROLL, INC.

Cookie duration: 183 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Privacy choices,
Browsing and interaction data, User-provided data

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


TEADS FRANCE SAS

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Privacy choices, Browsing and interaction data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER SSP GMBH (SSP)

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Privacy choices, Browsing and interaction data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OS DATA SOLUTIONS GMBH &AMP; CO. KG

Cookie duration: 90 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Privacy choices, Browsing and interaction data, User-provided data

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: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Privacy choices,
Browsing and interaction data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PLATFORM161 B.V.

Cookie duration: 396 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADACADO TECHNOLOGIES INC. (DBA ADACADO)

Cookie duration: 365 (days).

Data collected and processed: Non-precise location data, IP addresses, Privacy
choices, Browsing and interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Users’ profiles,
Authentication-derived identifiers, Privacy choices, Browsing and interaction
data

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMADEX, S.L.U.

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Privacy choices, User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BOMBORA INC.

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Authentication-derived
identifiers, Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EASYMEDIA GMBH

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


REMERGE GMBH

Doesn't use cookies.

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Browsing and interaction data

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADVANCED STORE GMBH

Cookie duration: 365 (days).

Data collected and processed: Device identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE CTV, INC.

Cookie duration: 366 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Privacy choices, Browsing and interaction data

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Authentication-derived identifiers, Privacy choices,
Browsing and interaction data, User-provided data

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


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
Consent


EMETRIQ GMBH

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 90 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data, User-provided data

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: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Privacy
choices, Browsing and interaction data, User-provided data

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ONETAG LIMITED

Cookie duration: 396 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Privacy choices, Browsing and
interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


CLOUD TECHNOLOGIES S.A.

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Authentication-derived
identifiers, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


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


IMPROVE DIGITAL

Cookie duration: 90 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Authentication-derived identifiers, Privacy choices,
Browsing and interaction data, User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE ADVERTISING CLOUD

Cookie duration: 365 (days).

Data collected and processed: Device identifiers, IP addresses,
Authentication-derived identifiers, Privacy choices

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BANNERFLOW AB

Cookie duration: 366 (days).

Data collected and processed: IP addresses

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABMO SAS

Doesn't use cookies.

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Privacy choices, Browsing and interaction data,
User-provided data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Doesn't use cookies.

Data collected and processed: Device characteristics, Non-precise location data,
IP addresses, Privacy choices, Browsing and interaction data

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


WIZALY

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Non-precise location data,
IP addresses, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


WEBORAMA

Cookie duration: 393 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JIVOX CORPORATION

Cookie duration: 30 (days).

Data collected and processed: Precise location data, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Privacy choices,
Browsing and interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


MOBILE PROFESSIONALS BV / SAGE&#43;ARCHER BV

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch
Consent


ON DEVICE RESEARCH LIMITED

Cookie duration: 30 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Browsing and
interaction data, User-provided data

more




View details | Storage details | Privacy policylaunch
Consent


ROCKABOX MEDIA LTD

Doesn't use cookies.

Data collected and processed: Device characteristics, Non-precise location data,
IP addresses, Browsing and interaction data

more




View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


EXACTAG GMBH

Cookie duration: 180 (days).

Data collected and processed: Device characteristics, Device identifiers, IP
addresses, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CELTRA INC.

Doesn't use cookies.

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, IP addresses

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAINADV SRL

Cookie duration: 30 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Privacy choices, Browsing and
interaction data, User-provided data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


GEMIUS SA

Cookie duration: 1825 (days).

Data collected and processed: Device characteristics, Device identifiers, Users’
profiles, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


THE KANTAR GROUP LIMITED

Cookie duration: 914 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Privacy choices, Browsing and
interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


NIELSEN MEDIA RESEARCH LTD.

Cookie duration: 120 (days).

Data collected and processed: Device characteristics, Device identifiers, IP
addresses, Privacy choices, Browsing and interaction data

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: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Users’ profiles,
Privacy choices, Browsing and interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PIXALATE, INC.

Doesn't use cookies.

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Browsing and interaction data

more




View details | Storage details | Privacy policylaunch
Consent


ORACLE ADVERTISING

Cookie duration: 180 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Users’ profiles, Authentication-derived identifiers,
Privacy choices, Browsing and interaction data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NUMBERLY

Cookie duration: 180 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Authentication-derived
identifiers, Privacy choices, Browsing and interaction data, User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AUDIENCEPROJECT APS

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DEMANDBASE, INC.

Cookie duration: 730 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Privacy choices, Browsing and interaction data,
User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


EFFILIATION / EFFINITY

Cookie duration: 2 (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


SEENTHIS AB

Doesn't use cookies.

Data collected and processed: Device characteristics, IP addresses

more




View details | Privacy policylaunch


COMMANDERS ACT

Cookie duration: 365 (days).

Data collected and processed: Device identifiers, IP addresses

more




View details | Storage details | Privacy policylaunch
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Authentication-derived identifiers, Browsing and
interaction data

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: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BLENDEE SRL

Cookie duration: 366 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Authentication-derived
identifiers, Privacy choices, Browsing and interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


INNOVID LLC

Cookie duration: 90 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Privacy choices, Browsing and
interaction data

more

Cookie duration resets each session.


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
Legitimate interesthelp_outline


NEUSTAR, INC., A TRANSUNION COMPANY

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Authentication-derived identifiers, Privacy choices, Browsing and
interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SALESFORCE.COM, INC.

Cookie duration: 180 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Users’ profiles, Authentication-derived identifiers,
Privacy choices, Browsing and interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Users’ profiles,
Authentication-derived identifiers, Privacy choices, Browsing and interaction
data, User-provided data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


OTTO (GMBH &AMP; CO KG)

Cookie duration: 365 (days).

Data collected and processed: Device identifiers, IP addresses, Users’ profiles,
Privacy choices, Browsing and interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE AUDIENCE MANAGER, ADOBE EXPERIENCE PLATFORM

Cookie duration: 180 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Authentication-derived identifiers, Privacy choices,
Browsing and interaction data, User-provided data

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


LOCALSENSOR B.V.

Doesn't use cookies.

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses, Privacy choices

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


ONLINE SOLUTION

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Users’ profiles, Privacy choices, Browsing and interaction data,
User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


RELAY42 NETHERLANDS B.V.

Cookie duration: 730 (days).

Data collected and processed: Device characteristics, Device identifiers,
Probabilistic identifiers, IP addresses, Users’ profiles, Privacy choices,
Browsing and interaction data, User-provided data

more




View details | Storage details | Privacy policylaunch
Consent


GP ONE GMBH

Cookie duration: Uses session cookies.

Data collected and processed: Device characteristics, Non-precise location data,
IP addresses, Privacy choices, Browsing and interaction data, User-provided data

more

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: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Privacy
choices, Browsing and interaction data

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE MEDIAGRID INC.

Cookie duration: 365 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, Probabilistic identifiers, IP
addresses, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


MINDTAKE RESEARCH GMBH

Cookie duration: 180 (days).

Data collected and processed: Device characteristics, Device identifiers,
Probabilistic identifiers, IP addresses, Users’ profiles, Browsing and
interaction data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


CINT AB

Cookie duration: 730 (days).

Data collected and processed: Device characteristics, Device identifiers, IP
addresses, Privacy choices, Browsing and interaction data

more




View details | Privacy policylaunch
Consent


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Authentication-derived
identifiers, Privacy choices, Browsing and interaction data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GFK SE

Cookie duration: 730 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Authentication-derived
identifiers, Privacy choices, Browsing and interaction data, User-provided data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


REVJET

Cookie duration: 730 (days).

Data collected and processed: Device identifiers, Non-precise location data, IP
addresses, Users’ profiles, Privacy choices

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


PROTECTED MEDIA LTD

Doesn't use cookies.

Data collected and processed: Device characteristics, Device identifiers,
Probabilistic identifiers, IP addresses, Browsing and interaction data

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


CLINCH LABS LTD

Cookie duration: 730 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, Probabilistic identifiers, IP addresses, Users’
profiles, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session.


View 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
Legitimate interesthelp_outline


HEARTS AND SCIENCE MÜNCHEN GMBH

Cookie duration: 60 (days).

Data collected and processed: IP addresses

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


AMAZON ADVERTISING

Cookie duration: 396 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Users’ profiles, Authentication-derived
identifiers, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


MOLOCO, INC.

Cookie duration: 730 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADTRIBA GMBH

Cookie duration: 730 (days).

Data collected and processed: Device characteristics, Device identifiers,
Non-precise location data, IP addresses, Authentication-derived identifiers,
Privacy choices, Browsing and interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


OBJECTIVE PARTNERS BV

Cookie duration: 90 (days).

Data collected and processed: Device identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ENSIGHTEN

Cookie duration: 1825 (days).

Data collected and processed: Device characteristics, Device identifiers, IP
addresses, Privacy choices, Browsing and interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


EBAY INC

Cookie duration: 90 (days).

Data collected and processed: Device characteristics, IP addresses, Privacy
choices

more




View details | Storage details | Privacy policylaunch
Consent


HURRA COMMUNICATIONS GMBH

Cookie duration: 366 (days).

Data collected and processed: Precise location data, Device characteristics,
Device identifiers, Non-precise location data, IP addresses,
Authentication-derived identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent

Ad partners

help_outline


GSKINNER

Privacy policylaunch
Consent


AKAMAI

Privacy policylaunch
Consent


FACEBOOK

Privacy policylaunch
Consent


AUNICA

Privacy policylaunch
Consent


BOOKING.COM

Privacy policylaunch
Consent


C3 METRICS

Privacy policylaunch
Consent


IBM

Privacy policylaunch
Consent


EVIDON

Privacy policylaunch
Consent


CUBED

Privacy policylaunch
Consent


OPTOMATON

Privacy policylaunch
Consent


INTELLIAD

Privacy policylaunch
Consent


ANALIGHTS

Privacy policylaunch
Consent


DSTILLERY

Privacy policylaunch
Consent


MEDIAMATH

Privacy policylaunch
Consent


DMA INSTITUTE

Privacy policylaunch
Consent


ZMS

Privacy policylaunch
Consent


DENTSU AEGIS NETWORK

Privacy policylaunch
Consent


IGNITION ONE

Privacy policylaunch
Consent


OMNICOM MEDIA GROUP

Privacy policylaunch
Consent


DIGISEG

Privacy policylaunch
Consent


RESONATE

Privacy policylaunch
Consent


SOJERN

Privacy policylaunch
Consent


HAENSEL AMS

Privacy policylaunch
Consent


BDSK HANDELS GMBH & CO. KG

Privacy policylaunch
Consent


VIDEOLOGY

Privacy policylaunch
Consent


TRADEDOUBLER AB

Privacy policylaunch
Consent


TRUSTARC

Privacy policylaunch
Consent


TRUEFFECT

Privacy policylaunch
Consent


MARKETING SCIENCE CONSULTING GROUP, INC.

Privacy policylaunch
Consent


DENTSU

Privacy policylaunch
Consent


ESSENS

Privacy policylaunch
Consent


TRAVEL DATA COLLECTIVE

Privacy policylaunch
Consent


ADVOLUTION.CONTROL

Privacy policylaunch
Consent


WIDESPACE

Privacy policylaunch
Consent


LIFESTREET

Privacy policylaunch
Consent


VIMEO

Privacy policylaunch
Consent


BATCH MEDIA

Privacy policylaunch
Consent


VODAFONE GMBH

Privacy policylaunch
Consent


MAGNITE

Privacy policylaunch
Consent


SCENESTEALER

Privacy policylaunch
Consent


NETQUEST

Privacy policylaunch
Consent


MANAGE.COM

Privacy policylaunch
Consent


CLOUDFLARE

Privacy policylaunch
Consent


HAVAS MEDIA FRANCE - DBI

Privacy policylaunch
Consent


NETFLIX

Privacy policylaunch
Consent


MACROMILL GROUP

Privacy policylaunch
Consent


EBUILDERS

Privacy policylaunch
Consent


APPLOVIN CORP.

Privacy policylaunch
Consent


NANO INTERACTIVE

Privacy policylaunch
Consent


FRACTIONAL MEDIA

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


MSI-ACI

Privacy policylaunch
Consent


ARRIVALIST

Privacy policylaunch
Consent


NAVEGG

Privacy policylaunch
Consent


ADMEDO

Privacy policylaunch
Consent


KOCHAVA

Privacy policylaunch
Consent


MOBITRANS

Privacy policylaunch
Consent


ADEX

Privacy policylaunch
Consent


IMPACT

Privacy policylaunch
Consent


SPOTAD

Privacy policylaunch
Consent


AARKI

Privacy policylaunch
Consent


SFR

Privacy policylaunch
Consent


CABLATO

Privacy policylaunch
Consent


WAYSTACK

Privacy policylaunch
Consent


TRESENSA

Privacy policylaunch
Consent


ADLUDIO

Privacy policylaunch
Consent

Accept all



Confirm choices

Close