www.secretsantaorganizer.com Open in urlscan Pro
185.135.13.165  Public Scan

Submitted URL: http://secretsantaorganizer.com/
Effective URL: https://www.secretsantaorganizer.com/en
Submission Tags: falconsandbox
Submission: On November 21 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: partyPOST /en/party/create

<form name="party" method="post" action="/en/party/create" novalidate="novalidate">
  <input type="hidden" id="party__token" name="party[_token]" value="187191712d7.ysy9I5Svyzu-ZeVzZC-jumgv5fRKWaPc5_UNEY3mNac.iL_8ZvbqjE3kUpQkCVza7V5KkMAnEtmMpZRrRteDbe2Y-f5i4OP5CM8Jlg">
  <div class="toplabels">
    <div class="form-group form-create-party ">
      <label for="party_eventdate" class="required">Date of your Secret Santa party</label>
      <input type="text" id="party_eventdate" name="party[eventdate]" required="required" class="form-control">
    </div>
    <div class="form-group form-create-party ">
      <label for="party_location" class="required">Location of your Secret Santa party</label>
      <input type="text" id="party_location" name="party[location]" required="required" class="form-control">
    </div>
    <div class="form-group form-create-party ">
      <label for="party_amount" class="required">Amount to spend</label>
      <input type="text" id="party_amount" name="party[amount]" required="required" class="form-control">
    </div>
  </div>
  <div class="clearfix"></div>
  <table class="participants table table-striped mysanta">
    <thead>
      <tr>
        <th class="participant-number-header">#</th>
        <th>Host</th>
        <th>E-mail</th>
        <th style="text-align: right;" class="col-xs-3"></th>
      </tr>
    </thead>
    <tbody data-prototype="                        <tr style='display: none' class=&quot;participant not-owner&quot;>
    <td class=&quot;participant-number&quot;>__participantcount__</td>
    <td><input type=&quot;text&quot; id=&quot;party_participants___name___name&quot; name=&quot;party[participants][__name__][name]&quot; required=&quot;required&quot; data-hj-masked=&quot;&quot; class=&quot;participant-name form-control error&quot; /></td>
    <td><input type=&quot;text&quot; id=&quot;party_participants___name___email&quot; name=&quot;party[participants][__name__][email]&quot; required=&quot;required&quot; data-hj-masked=&quot;&quot; class=&quot;participant-mail form-control error&quot; /></td>
    <td style=&quot;text-align: right;&quot;>
        <button type=&quot;button&quot; class=&quot;btn btn-mini btn-danger remove-participant&quot;>
            <i class=&quot;fa fa-times-circle fa-inverse&quot;></i>
            <span class=&quot;text_remove&quot;>Remove</span>
        </button>
    </td>
</tr>
">
      <tr class="participant owner
                                                        ">
        <td class="participant-number">1</td>
        <td><input type="text" id="party_participants_0_name" name="party[participants][0][name]" required="required" data-hj-masked="" class="participant-name form-control"></td>
        <td><input type="text" id="party_participants_0_email" name="party[participants][0][email]" required="required" data-hj-masked="" class="participant-mail form-control"></td>
        <td style="text-align: right;">
          <small>This person is a participant too.</small>
        </td>
      </tr>
      <tr>
        <th class="participant-number-header">#</th>
        <th>Participants</th>
        <th>E-mail</th>
        <th style="text-align: right;" class=""> </th>
      </tr>
      <tr class="participant not-owner                            ">
        <td class="participant-number">2</td>
        <td><input type="text" id="party_participants_1_name" name="party[participants][1][name]" required="required" data-hj-masked="" class="participant-name form-control"></td>
        <td><input type="text" id="party_participants_1_email" name="party[participants][1][email]" required="required" data-hj-masked="" class="participant-mail form-control"></td>
        <td style="text-align: right;">
          <button type="button" class="btn btn-mini btn-danger remove-participant disabled">
            <i class="fa fa-times-circle fa-inverse"></i> <span class="text_remove">Remove</span>
          </button>
        </td>
      </tr>
      <tr class="participant not-owner                            ">
        <td class="participant-number">3</td>
        <td><input type="text" id="party_participants_2_name" name="party[participants][2][name]" required="required" data-hj-masked="" class="participant-name form-control"></td>
        <td><input type="text" id="party_participants_2_email" name="party[participants][2][email]" required="required" data-hj-masked="" class="participant-mail form-control"></td>
        <td style="text-align: right;">
          <button type="button" class="btn btn-mini btn-danger remove-participant disabled">
            <i class="fa fa-times-circle fa-inverse"></i> <span class="text_remove">Remove</span>
          </button>
        </td>
      </tr>
    </tbody>
  </table>
  <div class="add-btn-container">
    <div class="btn-group">
      <button type="button" class="btn btn-mini btn-success add-btn-create add-new-participant">
        <i class="fa fa-plus-circle fa-inverse"></i> Add person </button>
    </div>
    <div class="btn-group hidden-xs">
      <button type="button" class="btn btn-mini btn-success add-btn-create add-import-participant">
        <i class="fa fa-plus-circle fa-inverse"></i> Add multiple people by CSV </button>
    </div>
  </div>
  <div class="clearfix"></div>
  <div class="row-import-participants">
    <div>
      <div>Add multiple people at once to your event. Download <a href="/downloads/templateCSVSecretSantaOrganizer.csv">this CSV template file</a> and add all names and mailaddresses of the people you want to invite to the file. When you're finished,
        you can drag and drop the CSV file into the field below and your friends or colleagues will be added fast and easy to your party.</div>
      <br>
      <div id="warningImportCSV" class="alert alert-warning" style="display: none">Only one file can be uploaded at a time.</div>
      <div id="errorImportCSV" class="alert alert-danger" style="display: none">The file you're trying to upload does not have the required format (csv or txt).</div>
      <textarea id="importCSV" class="add-import-participant-data form-control"></textarea>
      <br>
      <button type="button" class="btn btn-mini btn-success add-import-participant-do"><i class="fa fa-plus-circle"></i> Add to your event </button>
      <button type="button" class="btn btn-mini btn-danger btn-import-cancel"><i class="fa fa-times-circle"></i> Cancel </button>
    </div>
  </div>
  <h2>Add a personal message</h2>
  <textarea id="party_message" name="party[message]" required="required" rows="8" class="form-control field span12"></textarea><br>
  <div class="description"> Add a personal message for the participants. </div>
  <br>
  <div class="confirmation">
    <input type="checkbox" id="party_confirmed" name="party[confirmed]" required="required" value="1">
    <label for="party_confirmed" class="required">Yes, I have permission to use the participant's e-mail addresses for Secret Santa. Read our privacy policy.</label>
  </div>
  <p>
    <button type="submit" class="btn btn-large btn-primary btn-create-event" id="create-party-btn">
      <i class="fa fa-check"></i> Create your event! </button>
  </p>
</form>

Text Content

Deutsch English Español Français Magyar Nederlands Norsk Polskie Português


Deutsch English Español Français Magyar Nederlands Norsk Polskie Português



WHAT IS SECRET SANTA?

It’s a free online Secret Santa gift exchange organizer / Kris Kringle
generator! Organize a Secret Santa party with friends, family or even
co-workers. After receiving the Secret Santa mail you can add your own wishlist,
which will be delivered to your Secret Santa.

Each year around Christmas time people all over the world exchange gifts.
To keep things interesting though, you can randomly assign persons to each other
to give a present to one another.


HOW DOES IT WORK?

Create a party on the homepage. You need at least 3 participants, the first
participant being the list administrator. The list administrator will receive a
confirmation link by e-mail. Once validated, your Secret Santa list will be
scrambled and all users will receive your message along with the name of their
Secret Santa gift buddy. We demand a confirmation to prevent bots or trolls from
ruining your Secret Santa party. The validation e-mail will provide a link to
the Secret Santa event manager.


YOUR PARTY
IN 3 EASY STEPS

 * 1 List your participants
 * 2 Add a message
 * 3 Send!

Get Started!


ADD YOUR PARTICIPANTS

Date of your Secret Santa party
Location of your Secret Santa party
Amount to spend


# Host E-mail 1 This person is a participant too. #ParticipantsE-mail 2 Remove 3
Remove

Add person
Add multiple people by CSV

Add multiple people at once to your event. Download this CSV template file and
add all names and mailaddresses of the people you want to invite to the file.
When you're finished, you can drag and drop the CSV file into the field below
and your friends or colleagues will be added fast and easy to your party.

Only one file can be uploaded at a time.
The file you're trying to upload does not have the required format (csv or txt).

Add to your event Cancel


ADD A PERSONAL MESSAGE


Add a personal message for the participants.

Yes, I have permission to use the participant's e-mail addresses for Secret
Santa. Read our privacy policy.

Create your event!




WHAT MAKES A SECRET SANTA GENERATOR SO MUCH FUN?

Seriously, is this a rhetorical question? Organizing a Secret Santa party
guarantees you a fun night filled with surprises - I think we can agree on that.

Thanks to a special Secret Santa generator you won’t have to deal with all the
pre-organizing yourself. You just fill in the blanks and the Secret Santa
generator does all the work!

The only thing you have to do is sit back and relax (oh, and buy some snacks and
drinks for your Secret Santa party).


WHY GO FOR SECRET SANTA ONLINE?

The best thing about Secret Santa online is that you don’t have to physically
plan everything with all the participants. Assigning names, making and receiving
wish lists, and so on: you can arrange everything with just an internet
connection and a connected device.

This way, Secret Santa online makes all the organizing stuff way more easy. That
means more time for you and your friends to enjoy the holiday season and look
forward to the actual party!


SECRET SANTA ALL OVER THE WORLD

Secret Santa, Kris Kringle, Kris Kindle, Kris Kringel, White Elephant, Yankee
Swap, Yankee Doodle, Wichteln, or even lootjes trekken, namen trekken or Monito
Monita: all over the world people use different names for the same thing. So let
us take you on a quick trip around the world! No worries, you’ll be home in time
for your Secret Santa party.

 * Secret Santa is commonly used all over the United States and the United
   Kingdom.
 * In Ireland however, the ritual is called Kris Kindle or Kris Kringel, derived
   from "Christkindl" - the original name of the Austrian gift bringer.
 * When visiting continental Europe we find that Germans prefer the verb
   Wichteln, whilst Belgium and Holland speak of lootjes trekken or namen
   trekken.
 * We continue our trip to Canada and Australia. This is where Secret Santa and
   Kris Kringle (again, derived from "Christkindl") live.
 * Finally, our holiday ends in the Philippines. In this country we find Monito
   Monita; a unique gift-exchanging tradition.

Conclusion? Randomly giving gifts to people is fun! So wait no longer and start
off with your own Secret Santa generator online.

Need help? Got questions? Read the FAQ!
Privacy Policy Cookie Policy ECO Friendly Tips ECO Friendly Party Top 10 Gifts
Budget Top 10 Gift Ideas



SECRETSANTAORGANIZER.COM ASKS FOR YOUR CONSENT TO USE YOUR PERSONAL DATA TO:

 * 
   Personalised advertising and content, advertising and content measurement,
   audience research and services development
 * 
   Store and/or access information on a device


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 134 TCF vendor(s) and 63 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 to manage or withdraw consent in privacy and cookie
settings.

Consent



Manage options



Data preferences


MANAGE YOUR DATA

You can choose how your personal data is used. Vendors want your permission to
do the following:

TCF vendors


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 (119 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 (32 vendors)


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 (96 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 (91 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 (28 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. This can for example be used to adapt 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 (24 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 (46 vendors)


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 (32 vendors)Legitimate interest (14 vendors)


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 (22 vendors)


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 (67 vendors)Legitimate interest (37 vendors)


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 (12 vendors)Legitimate interest (3 vendors)


ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS

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

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


SAVE AND COMMUNICATE PRIVACY CHOICES

The choices you make regarding the purposes and entities listed in this notice
are saved and made available to those entities in the form of digital signals
(such as a string of characters). This is necessary in order to enable both this
service and those entities to respect such choices.

View details


MATCH AND COMBINE DATA FROM OTHER DATA SOURCES

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

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

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

How this consent management platform (CMP) works:

CMP privacy choices


STORAGE, DURATION, AND USAGE DETAILS

The choices you make with this CMP regarding the purposes and entities will
affect how personalized advertising is presented to you. We need to store these
choices to respect them on future visits, and they are stored differently based
on the type of site or app you're using:
 * For sites, your choices are saved in a cookie named “FCCDCF” for a maximum
   duration of 390 days.
 * For apps, your choices are saved in device storage prefixed by “IABTCF_”.
   Your choices will be invalidated after 390 days and overwritten once you make
   new privacy choices on this app.
 * For accelerated mobile page (AMP) sites, your choices are saved in local
   storage prefixed by “amp-store”. Your choices will be invalidated after 390
   days and overwritten once you make new privacy choices on this site.

Vendor preferences

Accept all



Confirm choices

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


EXPONENTIAL INTERACTIVE, INC D/B/A VDX.TV

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ROQ.AD GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ADMAXIM LIMITED

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


INDEX EXCHANGE INC.

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


QUANTCAST

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


BEESWAXIO CORPORATION

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


SOVRN, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
Consent


ADIKTEEV

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


RTB HOUSE S.A.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


THE UK TRADE DESK LTD

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


NEXXEN INC.

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


EPSILON

Cookie duration: 184 (days).

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

more

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


View details | Privacy policy
Consent


YAHOO EMEA LIMITED

Cookie duration: 397 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ADVENTORI SAS

Cookie duration: 90 (days).

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

more

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


View details | Privacy policy
Consent


TRIPLE LIFT, INC.

Cookie duration: 90 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


XANDR, INC.

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


NEORY GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


NEXXEN GROUP LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


NEURAL.ONE

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
Consent


ADITION (VIRTUAL MINDS GMBH)

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


ACTIVE AGENT (VIRTUAL MINDS GMBH)

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


EQUATIV

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


ADFORM A/S

Cookie duration: 3650 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


MAGNITE, INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


RATEGAIN ADARA INC

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policy
Consent


SIFT MEDIA, INC

Doesn't use cookies.

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

more




View details | Privacy policy
Consent


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


LUMEN RESEARCH LIMITED

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


AMAZON AD SERVER

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


OPENX

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


YIELDLAB (VIRTUAL MINDS GMBH)

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


NANO INTERACTIVE GROUP LTD.

Doesn't use cookies.

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

more




View details | Privacy policy
Consent


SIMPLIFI HOLDINGS LLC

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


PUBMATIC, INC

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


COMSCORE B.V.

Cookie duration: 720 (days).

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

more

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


View details | Privacy policy
Consent


FLASHTALKING

Cookie duration: 730 (days).

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

more




View details | Privacy policy
Consent


PULSEPOINT, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
Consent


SMAATO, INC.

Cookie duration: 21 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


SEMASIO GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
ConsentLegitimate interest


GENIUS SPORTS UK LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


CRITEO SA

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


ADLOOX SA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


LOTAME SOLUTIONS, INC

Cookie duration: 274 (days).

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

more

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


View details | Privacy policy
Consent


LIVERAMP

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


GROUPM UK LIMITED

Cookie duration: 395 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


LOOPME LIMITED

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


DYNATA LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ASK LOCALA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


AZIRA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


DOUBLEVERIFY INC.

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


BIDSWITCH GMBH

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
Consent


IPONWEB GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


NEXTROLL, INC.

Cookie duration: 183 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


TEADS FRANCE SAS

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


STRÖER SSP GMBH (SSP)

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


OS DATA SOLUTIONS GMBH

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


PERMODO GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


PLATFORM161 B.V.

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
ConsentLegitimate interest


SMADEX, S.L.U.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


BOMBORA INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


EASYMEDIA GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


REMERGE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


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 policy
ConsentLegitimate interest


MAGNITE CTV, INC.

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


DELTA PROJECTS AB

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


USEMAX ADVERTISEMENT (EMEGO GMBH)

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Users’ profiles

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


EMETRIQ GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 1825 (days).

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

more

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


View details | Privacy policy
Consent


M.D. PRIMIS TECHNOLOGIES LTD.

Cookie duration: 25 (days).

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

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


ONETAG LIMITED

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


CLOUD TECHNOLOGIES S.A.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


SMARTOLOGY LIMITED

Doesn't use cookies.

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


IMPROVE DIGITAL

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


ADOBE ADVERTISING CLOUD

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


BANNERFLOW AB

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


TABMO SAS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


WIZALY

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


WEBORAMA

Cookie duration: 393 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


JIVOX CORPORATION

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


VISTAR MEDIA EMEA BV

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policy
Consent


ON DEVICE RESEARCH LIMITED

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policy
Consent


ROCKABOX MEDIA LTD

Doesn't use cookies.

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

more




View details | Storage details | Privacy policy
Legitimate interest


EXACTAG GMBH

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


CELTRA INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


MAINADV SRL

Cookie duration: 30 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


GEMIUS SA

Cookie duration: 1825 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


THE KANTAR GROUP LIMITED

Cookie duration: 914 (days).

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

more

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


View details | Privacy policy
Consent


NIELSEN MEDIA RESEARCH LTD.

Cookie duration: 120 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


SOLOCAL SA

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


PIXALATE, INC.

Doesn't use cookies.

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

more




View details | Storage details | Privacy policy
Consent


NUMBERLY

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


AUDIENCEPROJECT A/S

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


DEMANDBASE, INC.

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


EFFILIATION / EFFINITY

Cookie duration: 30 (days).

Data collected and processed: Device characteristics

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ARRIVALIST CO.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


SEENTHIS AB

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policy


COMMANDERS ACT

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device identifiers

more




View details | Storage details | Privacy policy
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

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

more

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


View details | Privacy policy
Consent


HUMAN

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


BLENDEE SRL

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


INNOVID LLC

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


PAPIRFLY AS

Doesn't use cookies.

Data collected and processed: Device characteristics

more




View details | Privacy policy
Legitimate interest


NEUSTAR, INC., A TRANSUNION COMPANY

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


OTTO (GMBH & CO KG)

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


ADOBE AUDIENCE MANAGER, ADOBE EXPERIENCE PLATFORM

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


LOCALSENSOR B.V.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


ONLINE SOLUTION

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
Consent


RELAY42 NETHERLANDS B.V.

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policy
Consent


GP ONE GMBH

Cookie duration: Uses session cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


LIFTOFF MONETIZE AND VUNGLE EXCHANGE

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


THE MEDIAGRID INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


REPPUBLIKA RESEARCH & ANALYTICS AUSTRIA GMBH

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


CINT AB

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


GFK GMBH

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


REVJET

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


PROTECTED MEDIA LTD

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


CLINCH LABS LTD

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


ORACLE DATA CLOUD - MOAT

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


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 policy
Consent


AMAZON ADVERTISING

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


MOLOCO, INC.

Cookie duration: 730 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


ADTRIBA GMBH

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ENSIGHTEN

Cookie duration: 1825 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Legitimate interest


EBAY INC

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policy
Consent


METRIXLAB NEDERLAND B.V.

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


HURRA COMMUNICATIONS GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent

Ad partners


AKAMAI

Privacy policy
Consent


META

Privacy policy
Consent


AUNICA

Privacy policy
Consent


BOOKING.COM

Privacy policy
Consent


C3 METRICS

Privacy policy
Consent


IBM

Privacy policy
Consent


EVIDON

Privacy policy
Consent


ADACADO

Privacy policy
Consent


INTELLIAD

Privacy policy
Consent


DSTILLERY

Privacy policy
Consent


MEDIAMATH

Privacy policy
Consent


ZMS

Privacy policy
Consent


OMNICOM MEDIA GROUP

Privacy policy
Consent


RESONATE

Privacy policy
Consent


SOJERN

Privacy policy
Consent


TRADEDOUBLER AB

Privacy policy
Consent


TRUSTARC

Privacy policy
Consent


TRUEFFECT

Privacy policy
Consent


TRAVEL DATA COLLECTIVE

Privacy policy
Consent


ADVOLUTION.CONTROL

Privacy policy
Consent


LIFESTREET

Privacy policy
Consent


BATCH MEDIA

Privacy policy
Consent


VODAFONE GMBH

Privacy policy
Consent


MAGNITE

Privacy policy
Consent


SCENESTEALER

Privacy policy
Consent


NETQUEST

Privacy policy
Consent


MANAGE.COM

Privacy policy
Consent


CLOUDFLARE

Privacy policy
Consent


SALESFORCE DMP

Privacy policy
Consent


NETFLIX

Privacy policy
Consent


EBUILDERS

Privacy policy
Consent


APPLOVIN CORP.

Privacy policy
Consent


FRACTIONAL MEDIA

Privacy policy
Consent


RACKSPACE

Privacy policy
Consent


MSI-ACI

Privacy policy
Consent


ADMETRICS

Privacy policy
Consent


NAVEGG

Privacy policy
Consent


ADMEDO

Privacy policy
Consent


KOCHAVA

Privacy policy
Consent


MOBITRANS

Privacy policy
Consent


ADEX

Privacy policy
Consent


IMPACT

Privacy policy
Consent


SPOTAD

Privacy policy
Consent


AARKI

Privacy policy
Consent


SFR

Privacy policy
Consent


CABLATO

Privacy policy
Consent


WAYSTACK

Privacy policy
Consent


TRESENSA

Privacy policy
Consent


ADLUDIO

Privacy policy
Consent


GSKINNER

Privacy policy
Consent


CUBED

Privacy policy
Consent


OPTOMATON

Privacy policy
Consent


DENTSU AEGIS NETWORK

Privacy policy
Consent


DIGISEG

Privacy policy
Consent


HAENSEL AMS

Privacy policy
Consent


BDSK HANDELS GMBH & CO. KG

Privacy policy
Consent


OBJECTIVE PARTNERS

Privacy policy
Consent


MARKETING SCIENCE CONSULTING GROUP, INC.

Privacy policy
Consent


DENTSU

Privacy policy
Consent


KOBLER

Privacy policy
Consent


WIDESPACE

Privacy policy
Consent


VIMEO

Privacy policy
Consent


ORACLE DATA CLOUD

Privacy policy
Consent

Accept all



Confirm choices

Close


WE CARE ABOUT YOUR PRIVACY

We and our 850 partners store and access personal data, like browsing data or
unique identifiers, on your device. Selecting "I Accept" enables tracking
technologies to support the purposes shown under "we and our partners process
data to provide," whereas selecting "Reject All" or withdrawing your consent
will disable them. If trackers are disabled, some content and ads you see may
not be as relevant to you. You can resurface this menu to change your choices or
withdraw consent at any time by clicking the Manage Preferences link on the
bottom of the webpage [or the floating icon on the bottom-left of the webpage,
if applicable]. Your choices will have effect within our Website. For more
details, refer to our Privacy Policy.Our Cookie Policy


WE AND OUR PARTNERS PROCESS DATA TO PROVIDE:

Use precise geolocation data. Actively scan device characteristics for
identification. Store and/or access information on a device. Personalised
advertising and content, advertising and content measurement, audience research
and services development. List of Partners (vendors)

I Accept Reject All Show Purposes



ABOUT YOUR PRIVACY

We process your data to deliver content or advertisements and measure the
delivery of such content or advertisements to extract insights about our
website. We share this information with our partners on the basis of consent.
You may exercise your right to consent, based on a specific purpose below or at
a partner level in the link under each purpose. Some vendors may process your
data based on their legitimate interests, which does not require your consent.
You cannot object to tracking technologies placed to ensure security, prevent
fraud, fix errors, or deliver and present advertising and content, and precise
geolocation data and active scanning of device characteristics for
identification may be used to support this purpose. This exception does not
apply to targeted advertising. These choices will be signaled to our vendors
participating in the Transparency and Consent Framework.
More information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

STORE AND/OR ACCESS INFORMATION ON A DEVICE 690 PARTNERS CAN USE THIS PURPOSE

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.

List of IAB Vendors‎ | View Illustrations 

PERSONALISED ADVERTISING AND CONTENT, ADVERTISING AND CONTENT MEASUREMENT,
AUDIENCE RESEARCH AND SERVICES DEVELOPMENT 816 PARTNERS CAN USE THIS PURPOSE

Personalised advertising and content, advertising and content measurement,
audience research and services development

 * USE LIMITED DATA TO SELECT ADVERTISING 633 PARTNERS CAN USE THIS PURPOSE
   
   Switch Label
   
   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 Illustrations 

 * CREATE PROFILES FOR PERSONALISED ADVERTISING 508 PARTNERS CAN USE THIS
   PURPOSE
   
   Switch Label
   
   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 Illustrations 

 * USE PROFILES TO SELECT PERSONALISED ADVERTISING 502 PARTNERS CAN USE THIS
   PURPOSE
   
   Switch Label
   
   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 Illustrations 

 * CREATE PROFILES TO PERSONALISE CONTENT 225 PARTNERS CAN USE THIS PURPOSE
   
   Switch Label
   
   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 Illustrations 

 * USE PROFILES TO SELECT PERSONALISED CONTENT 199 PARTNERS CAN USE THIS PURPOSE
   
   Switch Label
   
   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. This can for example be used to adapt 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 Illustrations 

 * MEASURE ADVERTISING PERFORMANCE 733 PARTNERS CAN USE THIS PURPOSE
   
   Switch Label
   
   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 Illustrations 

 * MEASURE CONTENT PERFORMANCE 368 PARTNERS CAN USE THIS PURPOSE
   
   Switch Label
   
   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 Illustrations 

 * UNDERSTAND AUDIENCES THROUGH STATISTICS OR COMBINATIONS OF DATA FROM
   DIFFERENT SOURCES 461 PARTNERS CAN USE THIS PURPOSE
   
   Switch Label
   
   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 Illustrations 

 * DEVELOP AND IMPROVE SERVICES 552 PARTNERS CAN USE THIS PURPOSE
   
   Switch Label
   
   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 Illustrations 

 * USE LIMITED DATA TO SELECT CONTENT 134 PARTNERS CAN USE THIS PURPOSE
   
   Switch Label
   
   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 Illustrations 

List of IAB Vendors‎

USE PRECISE GEOLOCATION DATA 262 PARTNERS CAN USE THIS SPECIAL FEATURE

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.

List of IAB Vendors‎

ACTIVELY SCAN DEVICE CHARACTERISTICS FOR IDENTIFICATION 129 PARTNERS CAN USE
THIS SPECIAL FEATURE

Actively scan device characteristics for identification

With your acceptance, certain characteristics specific to your device might be
requested and used to distinguish it from other devices (such as the installed
fonts or plugins, the resolution of your screen) in support of the purposes
explained in this notice.

List of IAB Vendors‎

ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS 524 PARTNERS CAN USE
THIS SPECIAL PURPOSE

Always Active

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.

List of IAB Vendors‎ | View Illustrations 

DELIVER AND PRESENT ADVERTISING AND CONTENT 526 PARTNERS CAN USE THIS SPECIAL
PURPOSE

Always Active

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.

List of IAB Vendors‎ | View Illustrations 

SAVE AND COMMUNICATE PRIVACY CHOICES 330 PARTNERS CAN USE THIS SPECIAL PURPOSE

Always Active

The choices you make regarding the purposes and entities listed in this notice
are saved and made available to those entities in the form of digital signals
(such as a string of characters). This is necessary in order to enable both this
service and those entities to respect such choices.

List of IAB Vendors‎ | View Illustrations 

MATCH AND COMBINE DATA FROM OTHER DATA SOURCES 366 PARTNERS CAN USE THIS FEATURE

Always Active

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.

List of IAB Vendors‎

LINK DIFFERENT DEVICES 332 PARTNERS CAN USE THIS FEATURE

Always Active

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).

List of IAB Vendors‎

IDENTIFY DEVICES BASED ON INFORMATION TRANSMITTED AUTOMATICALLY 502 PARTNERS CAN
USE THIS FEATURE

Always Active

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.

List of IAB Vendors‎
Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Reject All Confirm My Choices