www.thesimsresource.com Open in urlscan Pro
2606:4700:3031::6815:5a23  Public Scan

URL: https://www.thesimsresource.com/
Submission: On September 15 via manual — Scanned from DE

Form analysis 7 forms found in the DOM

<form onsubmit="return topsearch(this)">
  <div class="top-search-wrapper">
    <input type="text" name="phrase" class="top-search" placeholder="Search the site...">
    <img class="search-divider" src="/images/mainmenu/search-div.svg">
    <ul class="nav top-filters">
      <li>
        <button><img src="/images/mainmenu/filters.svg"></button>
        <div>
          <div class="nav-column">
            <ul>
              <li><input type="radio" name="category" value="sims4" checked="checked"> Sims 4</li>
              <li><input type="radio" name="category" value="sims3"> Sims 3</li>
              <li><input type="radio" name="category" value="sims2"> Sims 2</li>
              <li><input type="radio" name="category" value="sims1"> Sims 1</li>
              <li><input type="radio" name="category" value="artists"> Artists</li>
            </ul>
          </div>
        </div>
      </li>
    </ul>
    <input type="submit" class="top-search-button" value="Search">
  </div>
</form>

<form id="generate-promotion-form">
  <div class="form-entry">
    <label for="title">Title:</label>
    <input type="text" id="title" name="title" placeholder="Title of your promotion">
  </div>
  <div class="form-entry">
    <label for="social_media_site">Social Media Site:</label>
    <input type="text" id="social_media_site" name="social_media_site" placeholder="i.e. Twitter, TikTok, Instagram, Twitch...">
  </div>
  <div class="form-entry">
    <label for="post_link">Link to Promotion:</label>
    <input type="text" id="post_link" name="post_link" placeholder="URL link to promotion post">
  </div>
  <p class="warning"></p>
  <button type="submit" class="button green submit">Generate Gift Card</button>
</form>

<form class="update-email-form">
  <strong>E-mail*:</strong><br>
  <input type="email" name="email">
  <p class="warning"></p>
  <input type="hidden" id="modal-member_id" value="">
  <button class="green submit">Update Email</button>
</form>

<form>
  <div>
    <strong>Password:</strong><br>
    <input type="password" id="password" name="password">
  </div>
  <div>
    <strong>Password Again:</strong><br>
    <input type="password" name="passwordVerify" id="passwordVerify">
  </div>
  <button class="green submit">Set Password</button>
</form>

POST

<form class="email-request-form login-box" method="post">
  <div class="modal-heading">Why do you have to 13 years old?</div>
  <div class="modal-text" style="margin-top:"> We have updated our <a href="/helpcenter/privacy" target="_blank">Privacy Policy</a> to provide you with the latest information about our privacy practices including: (1) how we collect and use data from
    children under 18 and (2) how we comply with legal guidelines around email marketing. </div>
  <div class="modal-text"> The Sims Resource (TSR) is dedicated to ensuring a secure experience for all simmers. In order to do so, we must ensure compliance with Electronic Arts’ age guidelines for the Sims of 13 years old to play and the Child
    Online Privacy Protection Act (COPPA). </div>
  <div class="modal-text medium center"> Please see our updated <a href="/helpcenter/privacy" target="_blank">Privacy Policy here</a>
  </div>
</form>

POST

<form class="login-form login-box" method="post">
  <div class="welcome-back-message">Welcome back! Please sign in to continue...</div>
  <div class="download-login-title need-vip">You need a <a href="/shop">VIP subscription</a></div>
  <div class="download-login-title non-vip-title">You need to login to download</div>
  <div class="download-login-need-vip">(a <a href="/shop">VIP subscription</a> is required)</div>
  <div class="form-group">
    <label>
      <input name="email" type="text" class="text-field" placeholder="Username/email">
    </label>
  </div>
  <div class="form-group">
    <label>
      <div class="password-container">
        <input name="password" type="password" class="text-field" placeholder="Password">
        <i id="toggle-password"></i>
      </div>
    </label>
    <button class="create login-perform">
      <span class="create-text">Log In</span>
      <span class="please-wait"><img src="/images/v8/global/ajax-loader.gif" alt="Please wait - loading..."></span>
    </button>
  </div>
  <div class="login-error-message"></div>
  <div class="form-group clear-all remember-me">
    <label class="checkbox-wrapper">
      <input class="checkbox" type="checkbox" name="remember">
      <span class="checkmark"></span>
      <span class="check-text">Remember me</span>
    </label>
    <div class="no-account">Don't have an account?<br><a href="/account/signup">Sign up for free</a></div>
  </div>
</form>

POST

<form class="verify-email-form login-box" method="post">
  <a href="/" class="main-verify-email"><img src="/images/mainmenu/logo.svg" alt="" class="logo"></a>
  <div class="download-stop download-stop-title">You need to verify your email to continue downloading</div>
  <p><span class="main-verify-email email-send-message"><strong>We've sent a verification email to:</strong></span>
    <span class="download-stop email-send-message"><strong>An email was sent to</strong></span>
    <br>
    <span id="verify-email"></span><br>
    <span class="download-stop check-inbox">Check your inbox and your junk mail</span> (<a href="javascript:displayEmailRequest();">change email</a>)
  </p>
  <p></p>
  <div class="form-group verify-code">
    <label>Enter code:</label>
    <input name="verify_code" type="text" class="text-field spaced" placeholder="" maxlength="5">
    <div class="verify-code-error error-message"></div>
  </div>
  <div class="form-group">
    <button type="submit" class="create verify-email-perform">
      <span class="verify-button-text">VERIFY</span>
      <span class="please-wait"><img src="/images/v8/global/ajax-loader.gif" alt="Please wait - loading..."></span>
    </button>
  </div>
  <div class="verify-email-options">
    <div class="pull-left"><a href="javascript:void(0);" class="resend-code">Resend code</a></div>
    <div class="pull-right"><a href="/support">Contact us</a></div>
  </div>
  <div class="cv-wrapper">
    <div class="error response-message">
      <div class="message"></div>
      <div class="link"></div>
    </div>
    <div class="success response-message"></div>
  </div>
</form>

Text Content

JAVASCRIPT IS DISABLED IN YOUR WEB BROWSER!

This site will not work without JavaScript. Go to
http://www.activatejavascript.org/ to learn how to enable it.


Your VIP Trial is active! Time Remaining:
Your VIP Trial is active! Time Remaining:
All
Sims 4
Sims 4 Sims 3 Sims 2
All categories


0

0
 * Join Now Join Now
 * Shop
 * Sign In
 * 
   Messages
   
   My Guest book
   
   My Blog posts
   
   My Comments
   
   Edit Screenshots
   ()
   - Following - Followers
   My Profile
   Edit My Profile
   My Favorites
   My Downloads
   VIP Membership
   Account Settings
   Sign Out


 * Categories
   
   FEATURED CONTENT
   
   
   
   PARTNERSHIPS
   
   
    * Sims 4
       * Show All
       * Featured Creations
       * Accessories
       * Clothing
       * Eye Colors
       * Facial Hair
       * Floors
       * Hairstyles
       * Lots
       * Makeup
       * Maxis Match
       * Mods
       * Objects
       * Pets
       * Roofs
       * Rooms
       * Sets
       * Shoes
       * Sims
       * Skintones
       * Terrain paints
       * TwistedMexi
       * Walls
   
    * Sims 3
       * Show All
       * Featured Creations
       * Accessories
       * Clothing
       * Floors
       * Hair
       * Lots
       * Makeup
       * Mods
       * Objects
       * Patterns
       * Pets
       * Poses
       * Sets
       * Sims
       * Skintones
       * Sliders
       * Terrain Paints
       * Walls
   
    * Sims 2
       * Show All
       * Featured Items
       * Clothing
       * Floors
       * Food
       * For Body
       * Grounds
       * Lots
       * Meshes
       * Modifications
       * Movies
       * Neighborhoods
       * Objects
       * Pets
       * Sets
       * Sims
       * Walls
   
    * Sims 1
       * Show All
       * Animal Skins
       * Floors
       * Heads
       * Houses
       * Lots
       * Murals
       * Objects
       * Roofs
       * Sets
       * Skins
       * Walls
   
    * Favorites
      
   
   Download the TSR Custom Content Manager
 * Collections
   
   FEATURED CONTENT
   
   
   
   PARTNERSHIPS
   
   
    * Back to School!
    * Cozy Studies
    * Y2K
    * Easter
    * Summer Festival
    * Prom
    * Barbershop
    * Earth Day
    * Grunge
    * Spring
   
    * Pi Day Numbers Collection
    * Weddings
    * Valentine's Day
    * Athleisure & Activewear
    * Arcane Illusions
    * Bohemian Wedding
    * Cyfi
    * Holiday Wonderland
    * Mid Century Modern
    * KPOP
   
    * Minimal SIM
    * Modern Victorian Gothic
    * Oh My Goth
    * Pride 2022

 * Artists
   
   FEATURED ARTISTS
   
   
   
   SELECT ARTISTS
   
   
    * Submitting Artists
    * Hall of Fame
    * Submit your CC creations
    * Submit your CC creations
    * Artist Draft
    * Artist Benefits
   
    * Get TSR Workshop
    * TSR Workshop Forums

 * Community
   
   THE RESOURCE
   
   
   
   FORUMS
   
   
    * Site News
    * Screenshots
    * Member Blogs
   
    * TSR Forums
    * Sims 4 Forums
    * Sims 3 Forums
    * Sims 2 Forums
    * Sims 1 Forums
   
    * Sims 4 Forums
    * Sims 3 Forums
    * Sims 2 Forums
    * Sims 1 Forums

 * Blogs

 * 
   Submit Your Creations
 * Help
    * Service Status
    * Help
    * Support Center
    * Report Ads
    * Privacy Policy
    * Report Infringement
    * About Us

0

0
 * Sign In
 * 


All
Sims 4
Sims 4 Sims 3 Sims 2
All categories


 * Account/Subscription Settings
 * Show Profile
 * VIP Membership
 * Favorite Creations
 * Download History
 * Artists I Follow
 * Comments
 * Guestbook
 * Private Messages
 * Blog Posts
 * Edit Screenshots
 * Log Out

 * Service Status
 * Help
 * Support Center
 * Report Ads
 * Privacy Policy
 * Report Infringement
 * About Us

 *  *  * Sims 4
       * Sims 3
       * Sims 2
       * Sims 1
       * Artists

 * Categories
    * Sims 4
    * Sims 3
    * Sims 2
    * Sims 1
    * Favorites
   
    * Show All
    * Featured Creations
    * Accessories
    * Clothing
    * Eye Colors
    * Facial Hair
    * Floors
    * Hairstyles
    * Lots
    * Makeup
    * Maxis Match
    * Mods
    * Objects
    * Pets
    * Roofs
    * Rooms
    * Sets
    * Shoes
    * Sims
    * Skintones
    * Terrain paints
    * TwistedMexi
    * Walls
   
    * Show All
    * Featured Creations
    * Accessories
    * Clothing
    * Floors
    * Hair
    * Lots
    * Makeup
    * Mods
    * Objects
    * Patterns
    * Pets
    * Poses
    * Sets
    * Sims
    * Skintones
    * Sliders
    * Terrain Paints
    * Walls
   
    * Show All
    * Featured Items
    * Clothing
    * Floors
    * Food
    * For Body
    * Grounds
    * Lots
    * Meshes
    * Modifications
    * Movies
    * Neighborhoods
    * Objects
    * Pets
    * Sets
    * Sims
    * Walls
   
    * Show All
    * Animal Skins
    * Floors
    * Heads
    * Houses
    * Lots
    * Murals
    * Objects
    * Roofs
    * Sets
    * Skins
    * Walls

 * Collections
    * Back to School!
    * Cozy Studies
    * Y2K
    * Easter
    * Summer Festival
    * Prom
    * Barbershop
    * Earth Day
    * Grunge
    * Spring
   
    * Pi Day Numbers Collection
    * Weddings
    * Valentine's Day
    * Athleisure & Activewear
    * Arcane Illusions
    * Bohemian Wedding
    * Cyfi
    * Holiday Wonderland
    * Mid Century Modern
    * KPOP
   
    * Minimal SIM
    * Modern Victorian Gothic
    * Oh My Goth
    * Pride 2022

 * Artists
    * Submit your CC creations
    * Submit your CC creations
    * Featured Artists
    * Select Artists
    * Submitting Artists
    * Artist Drafts
    * Hall of Fame
    * Artist Benefits

 * Community
    * Blogs, News & Tutorials
    * Site News
    * Screenshots
    * Challenges
    * Videos
    * Member Blogs

 * Help
    * Help
    * Support Center
    * Report Ads
    * Privacy Policy
    * Report Infringement
    * About Us

 * VIP Benefits
    * VIP Overview
    * TSR CC Manager
    * TSR VIP Discord
    * VIP Ambassador Referral Program

 * 






WELCOME TO THE SIMS™ RESOURCE!


The Sims Resource is the world's largest online community for The Sims
franchise, with new content daily, mainly for The Sims 4. Here you will find:
5M+ custom content such as Hair, Objects, Clothing, Rooms & more
Blogs, News and Tutorials
The Sims Resource Exclusive E-Magazine: The Resource
Gameplay mods by Twisted Mexi & more
The Sims Resource Exclusive video series, The House
Community Challenges - share your progress shots and show us how you play!
See All Featured Creations


SIMS 4 FEATURED CREATIONS
CHOOSE GAME
 * SIMS 1
 * SIMS 2
 * SIMS 3
 * SIMS 4

SEE ALL FEATURED CREATIONS



BACKTOSCHOOL SHY KID BLUSHER

COPY LINK


Published Sep 14, 2024

Created By


Sagittariah

160Downloads0Comments
VIP Exclusive Download Now Download Downloaded Add to Basket Added to Basket
Remove from Basket Add to Basket Install with CC Manager Install with CC Manager
See more and download See more info and comments




WELCOME TO THE SIMS™ RESOURCE!


The Sims Resource is the world's largest online community for The Sims
franchise, with new content daily, mainly for The Sims 4. Here you will find:
5M+ custom content such as Hair, Objects, Clothing, Rooms & more
Blogs, News and Tutorials
The Sims Resource Exclusive E-Magazine: The Resource
Gameplay mods by Twisted Mexi & more
The Sims Resource Exclusive video series, The House
Community Challenges - share your progress shots and show us how you play!
See All Featured Creations








BLOG, NEWS, AND TUTORIALS

--------------------------------------------------------------------------------

TSR Academy – Sim Terms
Official Content Creator
Written By: Jezi • Sep 10, 2024

Do you ever read articles or social media posts about the Sims and wonder… What
is this person talking about? I just don’t understand the lingo or acronyms!
Well in this chapter of TSR Academy, we are looking at Sim... See More

TSR Academy – The History of Sims
Official Content Creator
Written By: Jezi • Sep 3, 2024

Welcome to TSR Academy! One of the first principles of this Academy in our first
course is the History of Sims. Don’t worry!  There will be a quiz at the end of
this chapter, but only for those who want to take it! Just... See More

TSR Academy – What is The Sims Resource
Official Content Creator
Written By: Jezi • Aug 26, 2024

With millions of Custom Content files hosted on our site for your Sims, The Sims
Resource is the world’s longest-running and largest Sims fansite. The Sims
Resource, TSR, specializes in hosting custom content, providing... See More

See More


UPCOMING FA CREATIONS


Show all Upcoming
Loading...
Download blocked
Please turn off your ad-blocker to download.
If ads are a problem you can become a VIP member and enjoy an ad-free site.



Getting this message with no ad-blocker active?
Go here for help .

You still have in credit - why not treat yourself to some VIP?

No, thanks, not now Go to shop
Download Basket

As a VIP member, you can add up to 1 Gb of custom content in your Download
Basket and download it all together in just one click.

Start your VIP membership for as low as $3/Month.

Sign up for VIP
Favorites


This feature requires a free account - do you want to sign up now?


As a registered member, you can add up to 10 items in your favorites list.
As a VIP you can add up to 1GB of favorite items and download them all in one
click.

Create a free account
Favorites

You free quota has been reached. As a free member you can have up to 10 items on
your favorites list.




For as low as $3/Month you can:

 * Have unlimited favorites
 * Download all favorites in one click
 * Add favorites to the download basket
 * Download all selected favorites with the TSR CC Manager



Sign up for VIP
Claim your FREE user account now!
 * Personalized recommendations
 * Keep track of previous downloads
 * Reduce download times
 * Stay up to date with our newsletter

And so much more!

Saved searches

Why not save your search and let us alert you when new matching downloads become
available? All this and more for just $3 / mo!.

Sign up for VIP
Upgrade Your Subscription
Get 4 free months of VIP at The Sims Resource by upgrading to an annual plan for
just $24!
Upgrade Maybe Later Not Interested
Upgrade Your Subscription
Get 4 free months of VIP at The Sims Resource by upgrading to an annual plan for
just $24!
Upgrade Maybe Later Not Interested
Upgrade Your Subscription
test

Selected Payment Method:
$24 will be charged to the selected payment method.
Buy Subscription
TSR CC Manager

As a VIP member, you can One Click download, install and manage your custom
content fast and easy with the TSR CC Manager.
Start your VIP membership for as low as $3/Month.
Sign up for VIP

.edu Email detected
It looks like you're trying to register with an email from your educational
facility. .edu emails don't tend to allow TSR emails through the gateway. As a
result:
 * you won't be able to reset your password should you forget it
 * you won't able to change your email address later
 * if you need to contact Support, our Support Team will not be able to reach
   you.

We strongly recommend you choose a personal email address.
OK
Generate Gift Card Promotion
Title:
Social Media Site:
Link to Promotion:



Generate Gift Card
VIP Members get 3 Days Early Access

The Magazine will be publicly available on May 20, 2022. Don’t want to wait? Get
VIP Membership and Read it Now!
Sign up for VIP
Update Email Address:
E-mail*:




Update Email
In order to unlink your account, you must set a password

Password:

Password Again:

Set Password


DOWNLOAD BASKET


clear


- ITEMS + - ITEM(S) WITH REQUIRED ITEMS


TOTAL SIZE: - OF 1GB ( LEFT)

x
Download now Download Install
Sort by
Date, new to old
 * Date added to the basket
 * Name of creation
 * Artist name
 * Date item published
 * Size of the creation

Asc
 * Asc
 * Desc

Filter
All items
 * All items
 * Selected only

Show set items Delete selected Empty Basket
# Item Name
Artist
Date Added
Item Type
Size




DOWNLOAD BASKET



Sort by
Date, new to old
 * Date added to the basket
 * Name of creation
 * Artist name
 * Date item published
 * Size of the creation

Asc
 * Asc
 * Desc

Filter
All items
 * All items
 * Selected only





- ITEMS + - ITEM(S) WITH REQUIRED ITEMS


TOTAL SIZE: - (1 GB MAXIMUM)

Please don't solicit our artists for other work, joining other sites or seeking
to take and upload their work elsewhere. This is something we don't allow.

OK Cancel
This is a VIP feature only. Unlock everything by joining our VIP supporters plan
today!


--------------------------------------------------------------------------------

Limited Time Offer
Now extended to 21st March!

For a limited time only, we’re giving away a free Shockwave game to anyone
signing up to our annual VIP premium access plan!

Choose your free game!

--------------------------------------------------------------------------------

1



2




I don’t want a free game - just send me my VIP! Buy*
Buy my annual VIP pass for giving me premium access to The Sims Resource and
send me my free game!

--------------------------------------------------------------------------------

Your game code will be emailed to xxxxxxxxx.com after you complete your purchase

Email Change Email
Want your game code to be sent to a different email? Click here to change

*Note: games are non-refundable once this plan is purchased. Any refund we issue
under our usual Terms Of Service will have the retail value of $6.99 deducted
from the refund price.

--------------------------------------------------------------------------------

Limited Time Offer
Now extended to 21st March!

About this promotion...
Are you sure you don't want a free game? Yes, I'm sure Take me back
Why do you have to 13 years old?
We have updated our Privacy Policy to provide you with the latest information
about our privacy practices including: (1) how we collect and use data from
children under 18 and (2) how we comply with legal guidelines around email
marketing.
The Sims Resource (TSR) is dedicated to ensuring a secure experience for all
simmers. In order to do so, we must ensure compliance with Electronic Arts’ age
guidelines for the Sims of 13 years old to play and the Child Online Privacy
Protection Act (COPPA).
Please see our updated Privacy Policy here
Welcome back! Please sign in to continue...
You need a VIP subscription
You need to login to download
(a VIP subscription is required)


Log In

Remember me
Don't have an account?
Sign up for free

Thanks! Someone from Support will be in touch very soon!

Replies are normally within 24 hours and often a lot sooner.

Ensure that you add support@thesimsresource.com to your email safe-senders list!

You need to verify your email to continue downloading

We've sent a verification email to: An email was sent to

Check your inbox and your junk mail (change email)



Enter code:

VERIFY
Resend code
Contact us


Want to add this item to your Basket?

--------------------------------------------------------------------------------

 * Load up to 1 GB of custom content into your download basket from any device
 * Download it all together in just one click!
 * Start your VIP Membership from as low as $3/Month

Learn More about VIP
Want to install with CC Manager?

--------------------------------------------------------------------------------

 * View and manage all your TSR downloads easily
 * Download all required files in a single click!
 * Keeps all your downloads up to date
 * Never worry about installing content again

Learn More about CC Manager

Copy link
By Artist Name

Published November 15, 2022 •
Download Now Downloaded View More Details See More and Download Now CC Manager
CC Manager Add to Basket Add to Basket Added to Basket Delete from Basket




TSR started August 1999 as the very first The Sims™ fansite.
Today it's the largest The Sims community in the world. We offer more custom
content than any other site and it's all for free!
 * Stay up to date with us on the socials
 * 

 * About
 * Getting Started
 * Link to Us
 * Advertise with Us
 * Site Staff
 * Report Ads
 * Report Infringement

Monthly Users


2M+

Uploaded Creations


5M+

Monthly Visits


8.5M+

Active Artists


10K+

 * Privacy
 * Terms of Use
 * Cookies
 * © 1999-2024 Enthusiast Gaming (TSR) Inc. - All rights reserved

THE SIMS is a trademark of Electronic Arts Inc. Game materials copyright
Electronic Arts Inc. and/or its licensors. Electronic Arts Inc. and its
licensors have not endorsed and are not responsible for the operation of or
content on this site. All Rights Reserved.



;
 


THE SIMS RESOURCE ASKS FOR YOUR CONSENT TO USE YOUR PERSONAL DATA TO:

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

expand_moreremove
Learn more
 * 
   How can I change my choice?
 * 
   What if I don't consent?
 * 
   How does legitimate interest work?
 * 
   Do I have to consent to everything?

Your personal data will be processed and information from your device (cookies,
unique identifiers, and other device data) may be stored by, accessed by and
shared with 306 TCF vendor(s) and 178 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

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 (258 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 (171 vendors)Legitimate interest (73 vendors)help_outline


CREATE PROFILES FOR PERSONALISED ADVERTISING

Information about your activity on this service (such as forms you submit,
content you look at) can be stored and combined with other information about you
(for example, information from your previous activity on this service and other
websites or apps) or similar users. This is then used to build or improve a
profile about you (that might include possible interests and personal aspects).
Your profile can be used (also later) to present advertising that appears more
relevant based on your possible interests by this and other entities.

View details
Consent (198 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 (195 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 (82 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 (69 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 (169 vendors)Legitimate interest (93 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 (84 vendors)Legitimate interest (42 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 (131 vendors)Legitimate interest (47 vendors)help_outline


DEVELOP AND IMPROVE SERVICES

Information about your activity on this service, such as your interaction with
ads or content, can be very helpful to improve products and services and to
build new products and services based on user interactions, the type of
audience, etc. This specific purpose does not include the development or
improvement of user profiles and identifiers.

View details
Consent (135 vendors)Legitimate interest (85 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 (32 vendors)Legitimate interest (13 vendors)help_outline


ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS

help_outline

Your data can be used to monitor for and prevent unusual and possibly fraudulent
activity (for example, regarding advertising, ad clicks by bots), and ensure
systems and processes work properly and securely. It can also be used to correct
any problems you, the publisher or the advertiser may encounter in the delivery
of content and ads and in your interaction with them.

View details


DELIVER AND PRESENT ADVERTISING AND CONTENT

help_outline

Certain information (like an IP address or device capabilities) is used to
ensure the technical compatibility of the content or advertising, and to
facilitate the transmission of the content or ad to your device.

View details


SAVE AND COMMUNICATE PRIVACY CHOICES

help_outline

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

help_outline

Information about your activity on this service may be matched and combined with
other information relating to you and originating from various sources (for
instance your activity on a separate online service, your use of a loyalty card
in-store, or your answers to a survey), in support of the purposes explained in
this notice.

View details


LINK DIFFERENT DEVICES

help_outline

In support of the purposes explained in this notice, your device might be
considered as likely linked to other devices that belong to you or your
household (for instance because you are logged in to the same service on both
your phone and your computer, or because you may use the same Internet
connection on both devices).

View details


IDENTIFY DEVICES BASED ON INFORMATION TRANSMITTED AUTOMATICALLY

help_outline

Your device might be distinguished from other devices based on information it
automatically sends when accessing the Internet (for instance, the IP address of
your Internet connection or the type of browser you are using) in support of the
purposes exposed in this notice.

View details


USE PRECISE GEOLOCATION DATA

With your acceptance, your precise location (within a radius of less than 500
metres) may be used in support of the purposes explained in this notice.

View details
Consent

You can choose your data preferences. This site or app wants your permission to
do the following:

Site or app


STORE AND/OR ACCESS INFORMATION ON A DEVICE

Cookies, device or similar online identifiers (e.g. login-based identifiers,
randomly assigned identifiers, network based identifiers) together with other
information (e.g. browser type and information, language, screen size, supported
technologies etc.) can be stored or read on your device to recognise it each
time it connects to an app or to a website, for one or several of the purposes
presented here.

View details
Consent


USE LIMITED DATA TO SELECT ADVERTISING

Advertising presented to you on this service can be based on limited data, such
as the website or app you are using, your non-precise location, your device type
or which content you are (or have been) interacting with (for example, to limit
the number of times an ad is presented to you).

View details
Legitimate interesthelp_outline


CREATE PROFILES FOR PERSONALISED ADVERTISING

Information about your activity on this service (such as forms you submit,
content you look at) can be stored and combined with other information about you
(for example, information from your previous activity on this service and other
websites or apps) or similar users. This is then used to build or improve a
profile about you (that might include possible interests and personal aspects).
Your profile can be used (also later) to present advertising that appears more
relevant based on your possible interests by this and other entities.

View details
Legitimate interesthelp_outline


USE PROFILES TO SELECT PERSONALISED ADVERTISING

Advertising presented to you on this service can be based on your advertising
profiles, which can reflect your activity on this service or other websites or
apps (like the forms you submit, content you look at), possible interests and
personal aspects.

View details
Legitimate interesthelp_outline


CREATE PROFILES TO PERSONALISE CONTENT

Information about your activity on this service (for instance, forms you submit,
non-advertising content you look at) can be stored and combined with other
information about you (such as your previous activity on this service or other
websites or apps) or similar users. This is then used to build or improve a
profile about you (which might for example include possible interests and
personal aspects). Your profile can be used (also later) to present content that
appears more relevant based on your possible interests, such as by adapting the
order in which content is shown to you, so that it is even easier for you to
find content that matches your interests.

View details
Legitimate interesthelp_outline


USE PROFILES TO SELECT PERSONALISED CONTENT

Content presented to you on this service can be based on your content
personalisation profiles, which can reflect your activity on this or other
services (for instance, the forms you submit, content you look at), possible
interests and personal aspects. 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
Legitimate interesthelp_outline


MEASURE ADVERTISING PERFORMANCE

Information regarding which advertising is presented to you and how you interact
with it can be used to determine how well an advert has worked for you or other
users and whether the goals of the advertising were reached. For instance,
whether you saw an ad, whether you clicked on it, whether it led you to buy a
product or visit a website, etc. This is very helpful to understand the
relevance of advertising campaigns.

View details
Legitimate interesthelp_outline


MEASURE CONTENT PERFORMANCE

Information regarding which content is presented to you and how you interact
with it can be used to determine whether the (non-advertising) content e.g.
reached its intended audience and matched your interests. For instance, whether
you read an article, watch a video, listen to a podcast or look at a product
description, how long you spent on this service and the web pages you visit etc.
This is very helpful to understand the relevance of (non-advertising) content
that is shown to you.

View details
Legitimate interesthelp_outline


UNDERSTAND AUDIENCES THROUGH STATISTICS OR COMBINATIONS OF DATA FROM DIFFERENT
SOURCES

Reports can be generated based on the combination of data sets (like user
profiles, statistics, market research, analytics data) regarding your
interactions and those of other users with advertising or (non-advertising)
content to identify common characteristics (for instance, to determine which
target audiences are more receptive to an ad campaign or to certain contents).

View details
Legitimate interesthelp_outline


DEVELOP AND IMPROVE SERVICES

Information about your activity on this service, such as your interaction with
ads or content, can be very helpful to improve products and services and to
build new products and services based on user interactions, the type of
audience, etc. This specific purpose does not include the development or
improvement of user profiles and identifiers.

View details
Legitimate interesthelp_outline

Vendor preferences

Accept all



Confirm choices

arrow_back

Vendor preferences


CONFIRM OUR VENDORS

Vendors can use your data to provide services. Declining a vendor can stop them
from using the data you shared.

TCF vendors

help_outline


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

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CAPTIFY TECHNOLOGIES LIMITED

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


INDEX EXCHANGE INC.

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


QUANTCAST

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BEESWAXIO CORPORATION

Cookie duration: 395 (days).

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

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

more

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


View details | Privacy policylaunch
Consent


RTB HOUSE S.A.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


THE UK TRADE DESK LTD

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEXXEN INC.

Cookie duration: 180 (days).

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

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TRIPLE LIFT, INC.

Cookie duration: 90 (days).

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

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SHARETHIS, INC

Cookie duration: 390 (days).

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

more




View details | Privacy policylaunch
Consent


NEXXEN GROUP LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

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

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SKIMBIT LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIRDATA

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


33ACROSS

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SIFT MEDIA, INC

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GUMGUM, INC.

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


JUSTPREMIUM BV

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AMAZON AD SERVER

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


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


PUBMATIC, INC

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


COMSCORE B.V.

Cookie duration: 720 (days).

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

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

more




View details | Privacy policylaunch
Consent


SHARETHROUGH, INC

Cookie duration: 30 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


PULSEPOINT, INC.

Cookie duration: 365 (days).

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

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEMASIO GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TEROA S.A.

Cookie duration: 2555 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRITEO SA

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

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

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

more

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


View details | Privacy policylaunch
Consent


LIVERAMP

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MIQ DIGITAL LTD

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


SONOBI, INC

Cookie duration: 60 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RICH AUDIENCE TECHNOLOGIES SLU

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


LOOPME LIMITED

Cookie duration: 90 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SHOWHEROES SE

Cookie duration: 393 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SUBLIME

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


SMARTCLIP EUROPE GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


EYEOTA PTE LTD

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DENTSU UK LIMITED

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DOUBLEVERIFY INC.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


IPONWEB GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ID5 TECHNOLOGY LTD

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


TEADS FRANCE SAS

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DIGITALAUDIENCE B.V.

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SMARTSTREAM.TV GMBH

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER SSP GMBH (SSP)

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OS DATA SOLUTIONS GMBH

Cookie duration: 90 (days).

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


MEDIA.NET ADVERTISING FZ-LLC

Cookie duration: 2190 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LIVEINTENT INC.

Cookie duration: 731 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ADMAN INTERACTIVE SLU

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


INSKIN MEDIA LTD

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEEDTAG ADVERTISING S.L

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


SMADEX, S.L.U.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


OUTBRAIN UK LTD

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


YIELDMO, INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BIDTELLECT, INC

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


VIDEO INTELLIGENCE AG

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


REMERGE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE CTV, INC.

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


REVCONTENT, LLC

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ZEMANTA INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ADTHEORENT, INC

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


USEMAX ADVERTISEMENT (EMEGO GMBH)

Cookie duration: 365 (days).

Data collected and processed: Users’ profiles, IP addresses

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 1825 (days).

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

more

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


View details | Privacy policylaunch
Consent


M.D. PRIMIS TECHNOLOGIES LTD.

Cookie duration: 25 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ACUITYADS INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VGI CTV, INC

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


STACKADAPT INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TRITON DIGITAL CANADA INC.

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ONETAG LIMITED

Cookie duration: 396 (days).

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

more

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


View details | Storage 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


TRI-TABLE SP. Z O.O.

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


IMPROVE DIGITAL

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LIQUIDM TECHNOLOGY GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


WUNDERKIND CORPORATION

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADYOULIKE SA

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DT EXCHANGE (FYBER MONETIZATION LTD.)

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


NATIVO, INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MARFEEL SOLUTIONS, SL

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


TABMO SAS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SHOWHEROES SRL

Cookie duration: 393 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


COMCAST INTERNATIONAL FRANCE SAS/FREEWHEEL MEDIA, INC.

Cookie duration: 183 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SPRINGSERVE, LLC

Cookie duration: 364 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JIVOX CORPORATION

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


MOBFOX US LLC

Cookie duration: 14 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


CELTRA INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ZIFF DAVIS LLC

Cookie duration: 180 (days).

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INMOBI PTE LTD

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


TELECOMING S.A.

Doesn't use cookies.

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

more




View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


DIGITEKA TECHNOLOGIES

Cookie duration: 397 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SAMBA TV, INC.

Cookie duration: 390 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SAMBA TV UK LIMITED

Cookie duration: 390 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


APESTER LTD

Cookie duration: 400 (days).

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PERMUTIVE LIMITED

Cookie duration: 19 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SEEDING ALLIANCE GMBH

Cookie duration: 3650 (days).

Data collected and processed: IP addresses, Device characteristics

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NIELSEN MEDIA RESEARCH LTD.

Cookie duration: 120 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VIDOOMY MEDIA SL

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


SOLOCAL SA

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE REACH GROUP GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


ORACLE ADVERTISING

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DEMANDBASE, INC.

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ADTELLIGENT INC.

Cookie duration: 93 (days).

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

more

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


View details | Privacy policylaunch
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

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

more

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


View details | Privacy policylaunch
Consent


HUMAN

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


SINGLESPOT SAS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DEFINE MEDIA GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TARGETSPOT BELGIUM SPRL

Doesn't use cookies.

Data collected and processed: IP addresses, Probabilistic identifiers, Privacy
choices

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


INNOVID LLC

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UPPR GMBH

Cookie duration: 365 (days).

Data collected and processed: User-provided data

more

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


View details | Storage details | Privacy policylaunch
Consent


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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ZETA GLOBAL CORP.

Cookie duration: 60 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


SUB2 TECHNOLOGIES LTD

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
Consent


TAPTAP DIGITAL SL

Cookie duration: 19 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPINARY (AFFINITY GLOBAL GMBH)

Cookie duration: 60 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SEVENDATA S.P.A.

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


MAGNITE, INC. (CARBON AI LIMITED)

Cookie duration: 89 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LITTLE BIG DATA SP. Z O.O.

Cookie duration: 1096 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


LUCID HOLDINGS, LLC

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SUNMEDIA

Cookie duration: 120 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


THE OZONE PROJECT LIMITED

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


SMARTCLIP HISPANIA S.L.

Cookie duration: Uses session cookies.

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

more




View details | Storage details | Privacy policylaunch
Consent


SMARTYADS INC.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


DEEPINTENT, INC.

Cookie duration: 548 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TONEFUSE LLC

Cookie duration: 1 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


HAPPYDEMICS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RADIO MARKETING SERVICE INTERACTIVE GMBH

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


AUDIGENT

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


VIEWPAY

Cookie duration: 30 (days).

Data collected and processed: IP addresses, Device characteristics

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


GOLDBACH GROUP AG

Cookie duration: 1096 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DYNAMIC 1001 GMBH

Cookie duration: 730 (days).

Data collected and processed: Browsing and interaction data, Device
characteristics

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADJUST DIGITAL A/S

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch


AZERION HOLDING B.V.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEZNAM.CZ, A.S.

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


: TAPPX

Cookie duration: 1 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


TRUEDATA SOLUTIONS, INC.

Cookie duration: 913 (days).

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

more

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


View details | Privacy policylaunch
Consent


SKAZE

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SMART ANALYTICS SL

Cookie duration: 371 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


SPORTRADAR AG

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOUNDCAST

Cookie duration: 9 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


DIGITAL EAST GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BEOP

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LIFTOFF MONETIZE AND VUNGLE EXCHANGE

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TURK TELEKOM

Cookie duration: 18 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DURATION MEDIA, LLC.

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policylaunch
Consent


BUSINESSCLICK SP. Z O.O.

Cookie duration: 1095 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INTERCEPT INTERACTIVE INC. DBA UNDERTONE

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RADIO NET MEDIA LIMITED

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


THE MEDIAGRID INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


GO.PL SP. Z O.O.

Cookie duration: 3000 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VRTCAL MARKETS INC

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


DENTSU ITALIA SPA

Cookie duration: 60 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DATASEAT LTD

Cookie duration: 1 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ONAUDIENCE LTD

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


AUDIENCE NETWORK

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


IMPACT.COM

Cookie duration: 3650 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


APPIER PTE LTD

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ANZU VIRTUAL REALITY LTD

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MONET ENGINE INC

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


VIDAZOO LTD

Cookie duration: 31 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE NEWCO S.R.L.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


KIOSKED LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


DISTROSCALE, INC.

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


FANDOM, INC.

Cookie duration: 1158 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ORACLE DATA CLOUD - MOAT

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


SELECTMEDIA INTERNATIONAL LTD

Cookie duration: 90 (days).

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


MARS MEDIA GROUP

Doesn't use cookies.

Data collected and processed: Device identifiers

more




View details | Privacy policylaunch
Consent


DISCOVER-TECH LTD

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers

more




View details | Privacy policylaunch
Consent


ANIVIEW LTD

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


TARGETVIDEO GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


AD ALLIANCE GMBH

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


AMAZON ADVERTISING

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ADPONE SL

Cookie duration: 120 (days).

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

more




View details | Privacy policylaunch
Consent


REPPUBLIKA DATA ANALYTICS AND TECHNOLOGIES GMBH

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


LINKEDIN IRELAND UNLIMITED COMPANY

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AARKI, INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOLOCO, INC.

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NIELSEN INTERNATIONAL SA

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLOCKTHROUGH, INC.

Cookie duration: 30000 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NOBID, INC.

Cookie duration: 7 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


RETAILADS GMBH & CO. KG

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TX GROUP AG

Cookie duration: 1095 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UNITED INTERNET MEDIA GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


DISQUS

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


QUALITY MEDIA NETWORK GMBH

Cookie duration: 300 (days).

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

more




View details | Privacy policylaunch
Consent


SPICY MOBILE KARCZEWSKI ZAWADZKI SPÓŁKA JAWNA

Cookie duration: 28 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


EPOM LTD.

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


STROSSLE INTERNATIONAL AB

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOMQUERY SOMTAG - (SEVENONE MEDIA)

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PUBLICA LLC

Cookie duration: 60 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


TRUVID INC.

Cookie duration: 60 (days).

Data collected and processed: Non-precise location data, User-provided data,
Device characteristics

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PRECISO SRL

Cookie duration: 30 (days).

Data collected and processed: Browsing and interaction data, Non-precise
location data, User-provided data

more

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


View details | Storage details | Privacy policylaunch
Consent


EXPERIAN LTD

Cookie duration: 183 (days).

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

more




View details | Privacy policylaunch
Consent


APPUSH TECHNOLOGIES

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTYOO GMBH & CO. KG

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


DIANOMI PLC

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TIMEONE PERFORMANCE

Cookie duration: 13 (days).

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

more

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


View details | Privacy policylaunch
Consent


THREEDIUM LTD

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPTI DIGITAL SAS

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SPORTORITY UK LTD

Cookie duration: 1 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SILVERBULLET DATA SERVICES GROUP

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


EBAY INC

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


TRAFFECTIVE GMBH

Cookie duration: 1 (days).

Data collected and processed: IP addresses, Privacy choices

more




View details | Privacy policylaunch
Consent


BRID VIDEO DOO

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


DIGITAL SQUAD

Cookie duration: 1 (days).

Data collected and processed: Device characteristics

more

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


View details | Storage details | Privacy policylaunch
Consent


SOD SCREENONDEMAND GMBH

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


DATAXTRADE GMBH

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


MARFEEL SOLUTIONS, SL (COMPASS)

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


STREAM EYE OOD

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch


SPOODS GMBH

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch
Consent


AVANTIS VIDEO LTD

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SOLUTION COUPONS

Doesn't use cookies.

Data collected and processed: Probabilistic identifiers

more




View details | Storage details | Privacy policylaunch
Consent


SOCOTO GMBH & CO. KG

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Storage details | Privacy policylaunch
Consent


SMARTFRAME TECHNOLOGIES LTD

Cookie duration: 1 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Legitimate interesthelp_outline


KARGO GLOBAL INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


GLUI INC

Doesn't use cookies.

Data collected and processed: Non-precise location data, User-provided data

more




View details | Privacy policylaunch
Consent


TV SQUARED LIMITED D/B/A INNOVIDXP

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
Consent


BYTEDANCE PTE. LTD.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTUMCAST DIGITAL GMBH

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


QUARTER MEDIA GMBH

Cookie duration: 1 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


HASHTAG LABS INC.

Cookie duration: 30 (days).

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


LUNA MEDIA GROUP LLC

Cookie duration: 14 (days).

Data collected and processed: Device identifiers

more




View details | Storage details | Privacy policylaunch
Consent


MOBILITY-ADS GMBH

Cookie duration: 30 (days).

Data collected and processed: IP addresses, Privacy choices

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VUUKLE DMCC

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SAMSUNG ADS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BAIDU (HONG KONG) LIMITED

Cookie duration: 366 (days).

Data collected and processed: Browsing and interaction data

more




View details | Storage details | Privacy policylaunch
Consent


RINGIER AXEL SPRINGER POLSKA SP. Z O.O.

Cookie duration: 390 (days).

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

more

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


View details | Privacy policylaunch
Consent


THE LINEA 1 MKT SL

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


SPARTEO

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DENTSU A/S

Cookie duration: 1 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


HAVAS MEDIA (ARTEMIS ALLIANCE S.L.U.)

Doesn't use cookies.

Data collected and processed: Users’ profiles, IP addresses, Device identifiers,
Probabilistic identifiers

more




View details | Storage details | Privacy policylaunch
Consent


PROJECT AGORA LTD

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


VIADS ADVERTISING S.L.

Cookie duration: 30 (days).

Data collected and processed: IP addresses

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AA INTERNET-MEDIA LTD

Cookie duration: 3650 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SONIC ODEEO LTD

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UNICREDIT S.P.A.

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


SQREEM TECHNOLOGIES PRIVATE LIMITED

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


TYPEA HOLDINGS LTD

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TMT DIGITAL INC

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch


RESONO B.V.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


QUESTPASS SP. Z O.O.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SAMOUKALE ENTERPRISES LIMITED DBA ADEX

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER DIGITAL MEDIA GMBH

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers, User-provided
data, Device characteristics, Privacy choices

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUERY CLICK LIMITED

Cookie duration: Uses session cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch
Consent


NEXT MILLENNIUM MEDIA INC

Cookie duration: 1 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


DOCEREE UK LIMITED

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


DPA-INFOCOM GMBH

Doesn't use cookies.

Data collected and processed: Browsing and interaction data

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


UMLAUT COMMUNICATION GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SEVEN TECHNOLOGIES S.L.

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch
Consent


TEAVARO

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


SCORE MEDIA GROUP GMBH & CO. KG

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


RELEVANT DIGITAL OY

Cookie duration: 90 (days).

Data collected and processed: IP addresses

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SCHOBER INFORMATION GROUP DEUTSCHLAND GMBH

Doesn't use cookies.

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

more




View details | Storage details | Privacy policylaunch
Consent


UNBLOCKIA SL

Cookie duration: 120 (days).

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

more




View details | Privacy policylaunch
Consent


152 MEDIA LLC

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
Consent


REMAILME

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Privacy choices

more




View details | Storage details | Privacy policylaunch
Consent


TF1 PUBLICITE

Cookie duration: 183 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


MICROSOFT ADVERTISING

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


OPERA SOFTWARE IRELAND LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INFOLINKS MEDIA, LLC

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


VERASITY LIMITED

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


VIAFOURA INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


UNICREDIT BANKAUSTRIA AG

Cookie duration: 365 (days).

Data collected and processed: Users’ profiles, IP addresses, Device identifiers,
Probabilistic identifiers

more

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


View details | Storage details | Privacy policylaunch
Consent


SONARES GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


REFINE DIRECT SRL

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


LIVE DATA SOLUTIONS SL

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policylaunch
Consent


STREAMONKEY GMBH

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch


RESET DIGITAL EUROPE LTD

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


KUEEZ ENTERTAINMENT LTD.

Cookie duration: 30 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RELIZ LTD

Cookie duration: 371 (days).

Data collected and processed: User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SITEWIT, CORP

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch


SYNAMEDIA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


RAPTOR SERVICES A/S

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SSMAS

Doesn't use cookies.

Data collected and processed: IP addresses, Privacy choices

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SCHWARZ MEDIA GMBH

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


RESPONSIVEADS, INC.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


VIOMBA OY

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


DRIVENIQ CORPORATION

Doesn't use cookies.

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


START.IO INC

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VIDEOBOT LTD

Doesn't use cookies.

Data collected and processed: Device identifiers, Device characteristics

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


RAYN B.V.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DANDO ONLINE LTD

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch


DIGITAL BRAIN NORDIC AB

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


DECENTRALISED ADVERTISING LIMITED

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


R2B2 A.S.

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
Consent


SPP SOLUTIONS LTD.

Cookie duration: 1 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline

Ad partners

help_outline


ADTELLIGENCE

Privacy policylaunch
Consent


META

Privacy policylaunch
Consent


BOOKING.COM

Privacy policylaunch
Consent


DIRECT INTERACTIVE

Privacy policylaunch
Consent


IBM

Privacy policylaunch
Consent


ENGAGEBDR

Privacy policylaunch
Consent


FORBES

Privacy policylaunch
Consent


GOODWAY GROUP

Privacy policylaunch
Consent


INTELLIAD

Privacy policylaunch
Consent


MIQ

Privacy policylaunch
Consent


DSTILLERY

Privacy policylaunch
Consent


MEDIAMATH

Privacy policylaunch
Consent


OMNICOM MEDIA GROUP

Privacy policylaunch
Consent


VIEWBIX

Privacy policylaunch
Consent


RESONATE

Privacy policylaunch
Consent


SUITE 66

Privacy policylaunch
Consent


SMN CORPORATION

Privacy policylaunch
Consent


SOJERN

Privacy policylaunch
Consent


TAPAD

Privacy policylaunch
Consent


TRADEDOUBLER AB

Privacy policylaunch
Consent


TRAVELCLICK

Privacy policylaunch
Consent


TRUSTARC

Privacy policylaunch
Consent


TRUEFFECT

Privacy policylaunch
Consent


TRAVEL DATA COLLECTIVE

Privacy policylaunch
Consent


DAVINCI11

Privacy policylaunch
Consent


LIFESTREET

Privacy policylaunch
Consent


TRADELAB

Privacy policylaunch
Consent


REVENUEMANTRA

Privacy policylaunch
Consent


TREND RESEARCH

Privacy policylaunch
Consent


QUARTICON

Privacy policylaunch
Consent


TRACEAD

Privacy policylaunch
Consent


SILVER EGG TECHNOLOGY

Privacy policylaunch
Consent


VODAFONE GMBH

Privacy policylaunch
Consent


MAGNITE

Privacy policylaunch
Consent


MOPUB (A DIVISION OF TWITTER, INC.)

Privacy policylaunch
Consent


WALMART

Privacy policylaunch
Consent


CLOUDFLARE

Privacy policylaunch
Consent


SALESFORCE DMP

Privacy policylaunch
Consent


ORANGE ADVERTISING

Privacy policylaunch
Consent


NETFLIX

Privacy policylaunch
Consent


GETINTENT

Privacy policylaunch
Consent


DYNADMIC

Privacy policylaunch
Consent


STAILAMEDIA

Privacy policylaunch
Consent


APPLOVIN CORP.

Privacy policylaunch
Consent


SOURCEKNOWLEDGE

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


SIGNAL

Privacy policylaunch
Consent


DATALICIOUS

Privacy policylaunch
Consent


TRIPADVISOR

Privacy policylaunch
Consent


TAPTICA

Privacy policylaunch
Consent


SIMPLAEX GMBH

Privacy policylaunch
Consent


KOCHAVA

Privacy policylaunch
Consent


WISH

Privacy policylaunch
Consent


UNITYMEDIA

Privacy policylaunch
Consent


DYNAMIC YIELD

Privacy policylaunch
Consent


IMPACT

Privacy policylaunch
Consent


SPOTAD

Privacy policylaunch
Consent


F@N COMMUNICATIONS

Privacy policylaunch
Consent


DYNAD

Privacy policylaunch
Consent


TURBO

Privacy policylaunch
Consent


HOUSING.COM

Privacy policylaunch
Consent


TF1 - FR

Privacy policylaunch
Consent


DEMAND SIDE SCIENCE, INC.

Privacy policylaunch
Consent


TEALIUM

Privacy policylaunch
Consent


TENMAX

Privacy policylaunch
Consent


TRESENSA

Privacy policylaunch
Consent


TAPJOY

Privacy policylaunch
Consent


UBERMEDIA

Privacy policylaunch
Consent


STREAMRAIL

Privacy policylaunch
Consent


TREEPODIA

Privacy policylaunch
Consent


YAHOO! JAPAN

Privacy policylaunch
Consent


TAPCLIQ

Privacy policylaunch
Consent


DELTAX

Privacy policylaunch
Consent


SOMO AUDIENCE

Privacy policylaunch
Consent


TRIBES RESEARCH

Privacy policylaunch
Consent


UMENG PLUS BEIJING TECHNOLOGY LIMITED COMPANY

Privacy policylaunch
Consent


STARTAPP

Privacy policylaunch
Consent


EXPEDIA, INC.

Privacy policylaunch
Consent


PADSQUAD

Privacy policylaunch
Consent


FLUCT

Privacy policylaunch
Consent


VIANT

Privacy policylaunch
Consent


ROMIR

Privacy policylaunch
Consent


DENTSU AEGIS NETWORK

Privacy policylaunch
Consent


STRATIO BIG DATA

Privacy policylaunch
Consent


LKQD

Privacy policylaunch
Consent


DIGISEG

Privacy policylaunch
Consent


DOUBLE CHECK

Privacy policylaunch
Consent


SMART.BID LTD

Privacy policylaunch
Consent


TWINPINE

Privacy policylaunch
Consent


VIEWERSLOGIC LTD

Privacy policylaunch
Consent


VE INTERACTIVE

Privacy policylaunch
Consent


KAYAK

Privacy policylaunch
Consent


NATIVEADS.COM

Privacy policylaunch
Consent


RIESENIA.COM

Privacy policylaunch
Consent


CHEETAH MOBILE

Privacy policylaunch
Consent


SPRING VENTURE GROUP

Privacy policylaunch
Consent


DYNADMIC CORPORATION

Privacy policylaunch
Consent


REACTIVE

Privacy policylaunch
Consent


DENTSU

Privacy policylaunch
Consent


SNAP INC.

Privacy policylaunch
Consent


APPSFLYER

Privacy policylaunch
Consent


PARRABLE

Privacy policylaunch
Consent


TORCHAD

Privacy policylaunch
Consent


QUALTRICS

Privacy policylaunch
Consent


DELTA AIR LINES

Privacy policylaunch
Consent


TAPKLIK

Privacy policylaunch
Consent


VERTOZ

Privacy policylaunch
Consent


SKETCHFAB, INC.

Privacy policylaunch
Consent


TAIWAN MOBILE CO LTD

Privacy policylaunch
Consent


DISPLAY.DIRECT

Privacy policylaunch
Consent


VIMEO

Privacy policylaunch
Consent


LANDS' END

Privacy policylaunch
Consent


DPG MEDIA BV

Privacy policylaunch
Consent


VERTRIEBSWERK

Privacy policylaunch
Consent


TVADSYNC

Privacy policylaunch
Consent


TOTALJOBS GROUP LTD

Privacy policylaunch
Consent


HOTELS.COM L. P.

Privacy policylaunch
Consent


OVERSTOCK

Privacy policylaunch
Consent


THOMANN GMBH

Privacy policylaunch
Consent


DATAFY

Privacy policylaunch
Consent


TRUE WAVE TECHNOLOGIES LIMITED

Privacy policylaunch
Consent


DUMARCA GAMING LTD

Privacy policylaunch
Consent


RIPPLL LTD

Privacy policylaunch
Consent


DIGITALSUNRAY

Privacy policylaunch
Consent


ADJUST GMBH

Privacy policylaunch
Consent


DIGITAL AD SYSTEMS, CORP.

Privacy policylaunch
Consent


R.O.EYE LIMITED

Privacy policylaunch
Consent


RETAIL ROCKET LLC

Privacy policylaunch
Consent


BOSE

Privacy policylaunch
Consent


SNAPUPP TECHNOLOGIES SL

Privacy policylaunch
Consent


TCHIBO GMBH

Privacy policylaunch
Consent


IRONSOURCE MOBILE

Privacy policylaunch
Consent


UBER TECHNOLOGIES INC.

Privacy policylaunch
Consent


CHARTBOOST

Privacy policylaunch
Consent


DIVVIT AB

Privacy policylaunch
Consent


TUKY DATA

Privacy policylaunch
Consent


GLASSDOOR, INC.

Privacy policylaunch
Consent


SHUTTERSTOCK, INC.

Privacy policylaunch
Consent


THEINDUSTRY AG

Privacy policylaunch
Consent


DIGITAL HUB HANNOVER GMBH

Privacy policylaunch
Consent


ADBUTLER

Privacy policylaunch
Consent


TRAFFICGUARD

Privacy policylaunch
Consent


MARKETCAST LLC

Privacy policylaunch
Consent


VF VISUAL FANTASTIX TANNER

Privacy policylaunch
Consent


STREAM

Privacy policylaunch
Consent


BOSTON CONSULTING GROUP

Privacy policylaunch
Consent


UBEX DSP

Privacy policylaunch
Consent


QUIET MEDIA

Privacy policylaunch
Consent


STEP A/S

Privacy policylaunch
Consent


TRANSMIT.LIVE

Privacy policylaunch
Consent


DYNAMO.VIDEO

Privacy policylaunch
Consent


CLEAN.IO

Privacy policylaunch
Consent


PANDORA

Privacy policylaunch
Consent


TARGET RTB

Privacy policylaunch
Consent


ZYNGA

Privacy policylaunch
Consent


RESET DIGITAL EUROPE LTD

Privacy policylaunch
Consent


DATABLOCKS, INC

Privacy policylaunch
Consent


KUBIENT

Privacy policylaunch
Consent


TD-GDN

Privacy policylaunch
Consent


AD OPTIMA DIGITAL

Privacy policylaunch
Consent


PIXFUTURE

Privacy policylaunch
Consent


VECTAURY

Privacy policylaunch
Consent


IMPACT+

Privacy policylaunch
Consent


DIGITALIST GROUP

Privacy policylaunch
Consent


UNITY ADS

Privacy policylaunch
Consent


SMARTLY.IO SOLUTIONS OY

Privacy policylaunch
Consent


USERNEEDS

Privacy policylaunch
Consent


AD LIGHTNING

Privacy policylaunch
Consent


SPOTIBLE

Privacy policylaunch
Consent


PORSCHE AG

Privacy policylaunch
Consent


IAB TECH LAB

Privacy policylaunch
Consent


SABIO, INC

Privacy policylaunch
Consent


NIMBUS

Privacy policylaunch
Consent


METAADS

Privacy policylaunch
Consent


INDEED

Privacy policylaunch
Consent


SKYPIEA TECH CO.,LIMITED

Privacy policylaunch
Consent


LENDINGTREE

Privacy policylaunch
Consent


CONSUMABLE

Privacy policylaunch
Consent

Accept all



Confirm choices

Close