letterboxd.com Open in urlscan Pro
2606:4700:10::ac43:245f  Public Scan

Submitted URL: http://letterboxd.com/
Effective URL: https://letterboxd.com/
Submission: On April 25 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST #

<form method="post" action="#" id="signin" class="signin signin-form js-header-signin-form js-signin -hidden" data-url="/user/login.do" data-recaptcha-action="signin" novalidate="novalidate" autocorrect="off" autocapitalize="off"
  style="opacity: 0; display: none;">
  <input type="hidden" name="__csrf" value="ad485940602191a14dcb">
  <input type="hidden" name="authenticationCode" value="">
  <fieldset class="fieldset">
    <div class="fields">
      <div class="col">
        <label for="username">Username</label>
        <input type="email" name="username" id="username" class="field signin-field" tabindex="1" data-focus-control="signingIn" autocomplete="email" inputmode="email" value="">
      </div>
      <div class="col">
        <label for="password">Password</label>
        <input type="password" name="password" id="password" class="field signin-field" tabindex="2" autocomplete="current-password" value="">
      </div>
      <div class="signin-actions">
        <label for="remember" class="option-label -checkbox -small">
          <input type="checkbox" name="remember" id="remember" class="checkbox" tabindex="3" value="true"><i class="substitute"></i>
          <span class="focus">Remember<span class="mob-hide"> me</span></span>
        </label>
        <p class="reset" tabindex="5"><a class="reset-password-link" href="/user/request-password-reset" target="_top">Forgotten<span class="elongated"> username or password</span>?</a></p>
      </div>
      <div class="col buttons">
        <div class="button-container"><input type="submit" value="Sign in" class="button -action button-green" tabindex="4"><i></i></div>
        <div class="close js-close-signin">×</div>
      </div>
    </div>
  </fieldset>
  <div id="signin-message" class="errormessage"></div>
</form>

POST /s/save-diary-entry

<form method="post" action="/s/save-diary-entry" id="diary-entry-form" class="fields-reversed">
  <input type="hidden" name="__csrf" value="ad485940602191a14dcb">
  <input type="hidden" name="viewingId" value="" id="frm-viewing-id">
  <input type="hidden" name="filmId" value="" id="frm-film-id">
  <fieldset>
    <div class="form-row specified-dates">
      <div class="col col-6 col-gap overflow js-specify-date">
        <div class="needsclick">
          <label for="frm-specify-date" class="needsclick option-label -checkbox -default -reversed">
            <input type="checkbox" name="specifiedDate" id="frm-specify-date" class="needsclick js-specify-date checkbox " value="true"><i class="substitute"></i>
            <span id="frm-specify-date-label">Add film to your&nbsp;diary?</span>
          </label>
          <span id="frm-watched-label" style="display:none">Watched on <a href="#" id="add-date" class="modal-link"></a></span>
        </div>
      </div>
      <div class="col col-6 overflow">
        <label for="frm-rewatch" id="frm-rewatch-label" class="option-label -checkbox -default">
          <input type="checkbox" name="rewatch" id="frm-rewatch" class="checkbox" value="true"><i class="substitute"></i> I’ve watched this film before </label>
      </div>
      <input type="hidden" name="viewingDateStr" id="frm-viewing-date-string" value="">
    </div>
    <div class="form-row">
      <textarea name="review" id="frm-review" class="field" placeholder="Add a review..."></textarea>
    </div>
    <div class="form-row clearfix">
      <div class="col col-7 has-topnote add-tags">
        <label for="frm-tags">Tags</label>
        <p class="note -topnote mob-hide">Press Tab to complete, Enter to create</p>
        <div class="autocomplete-tags">
          <div id="tag-container">
            <input type="text" id="frm-tags" class="tag-input-field field" name="tags" placeholder="eg. netflix" data-url="/s/autocompletetags">
          </div>
          <div id="current-tags">
          </div>
        </div>
      </div>
      <div class="col col-1 col-right like-field">
        <label class="option-label -like">
          <input id="film-like-checkbox" type="checkbox" name="liked" value="true" class="ajax-working like-checkbox"><i class="substitute"></i> Like </label>
      </div>
      <div class="col col-4 col-right has-topnote rate-film">
        <label>Rating</label>
        <p class="note -topnote rating-text"></p>
        <input id="frm-rating" name="rating" type="range" min="0" max="10" step="1" value="0">
        <div class="rateit" data-rateit-backingfld="#frm-rating" data-rateit-starwidth="13" data-rateit-starheight="26" data-rateit-resetable="true"></div>
      </div>
    </div>
    <div class="form-row clearfix row-last ">
      <div id="contains-spoilers" class="col col-6 col-gap overflow">
        <label for="frm-spoilers" class="label-spoilers option-label -checkbox -default">
          <input type="checkbox" name="containsSpoilers" id="frm-spoilers" class="checkbox" value="true"><i class="substitute"></i> Contains spoilers </label>
        <p id="frm-spoilers-locked-label" class="note" style="display:none">A moderator has locked this field.</p>
      </div>
      <div class="col right">
        <input id="diary-entry-submit-button" type="submit" class="button -action button-action" value="Save">
        <a href="#" id="diary-entry-delete-button" class="button button-delete -destructive ajax-click-action" data-confirm="Are you sure you want to delete this entry? It will disappear from your profile, but remain in your account export bundle, in a folder of deleted&nbsp;items.">Delete</a>
      </div>
    </div>
  </fieldset>
</form>

POST /s/add-film-to-list

<form method="post" action="/s/add-film-to-list" class="not-expanded modal-container -mini">
  <input type="hidden" name="__csrf" value="ad485940602191a14dcb">
  <input class="film-id" type="hidden" name="filmId">
  <div class="header">
    <h1 class="title-2">Add <span class="film-name"></span> to lists</h1>
    <div id="js-modal-warning" class="text" style="display: none;"></div>
    <div class="segmented-control js-list-type-toggle -stretched">
      <div class="options">
        <button class="option -selected" data-list-type="public">Public</button>
        <button class="option" data-list-type="private">Private</button>
      </div>
    </div>
  </div>
  <div class="body js-add-to-list-body">
    <div class="list-selection -selected js-list-selection" data-list-type="public">
      <div class="actions">
        <a href="" class="new js-new-list" data-private-list="false"><span class="plus"></span>New list…</a>
        <div class="filter">
          <input type="text" class="input js-list-filter" id="list-filter-public" autocomplete="off" placeholder="Type to search"><label for="list-filter-public" class="trigger"></label>
          <button class="clear js-list-filter-clear">Clear</button>
        </div>
      </div>
    </div>
    <div class="list-selection js-list-selection" data-list-type="private">
      <div class="actions">
        <a href="" class="new js-new-list" data-private-list="true"><span class="plus"></span>New list…</a>
        <div class="filter">
          <input type="text" class="input js-list-filter" id="list-filter-private" autocomplete="off" placeholder="Type to search"><label for="list-filter-private" class="trigger"></label>
          <button class="clear js-list-filter-clear">Clear</button>
        </div>
      </div>
    </div>
  </div>
  <div class="footer">
    <div class="status">
      <p class="js-selected-lists-state"></p>
    </div>
    <div class="actions">
      <input type="submit" class="button -action button-action js-add-to-list-submit" value="Add" disabled="">
    </div>
  </div>
</form>

GET /search/

<form id="search" class="js-search-form search-form" action="/search/" method="get" autocorrect="off">
  <input autocomplete="false" name="hidden" type="text" style="display:none;">
  <fieldset>
    <label for="search-q" class="hidden">Search:</label>
    <input type="text" name="q" id="search-q" class="field -borderless" data-lpignore="true" inputmode="search" value="">
    <input type="submit" value="Search" class="action">
  </fieldset>
</form>

POST

<form id="poster-picker-modal" class="modal fade poster-picker-modal" method="post" action="" novalidate="novalidate" tabindex="-1" role="dialog" aria-labelledby="poster-picker-modal-title" aria-hidden="true" data-bs-backdrop="static">
  <div class="modal-dialog modal-lg modal-fullscreen-sm-down modal-dialog-centered modal-dialog-scrollable">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="poster-picker-modal-title">Select your preferred <span class="js-image-type">poster</span></h5>
        <button type="button" class="modal-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        <div id="poster-picker-f730aba8-46d1-4a8f-9a0f-e713b2673b82" data-poster-picker-options="{&quot;id&quot;: &quot;f730aba8-46d1-4a8f-9a0f-e713b2673b82&quot;}" data-js-target="poster-picker" class="poster-picker"></div>
      </div>
      <div class="modal-footer">
        <div class="poster-picker-note"></div>
        <div class="poster-picker-controls" data-poster-picker-controls-for="f730aba8-46d1-4a8f-9a0f-e713b2673b82">
          <div class="modal-action-group -center"> <button class="button -destructive" type="button" data-js-trigger="reset" disabled=""> <span class="label" data-js-label-for="film">Reset <span class="js-image-type">poster</span></span> <span
                class="label" data-js-label-for="object" hidden="">Reset for <span class="js-object-name">item</span></span> </button> <button class="button -action" type="submit" data-js-trigger="submit" disabled=""> <span class="label"
                data-js-label-for="film">Save<span class="mob-hide"> changes</span></span> <span class="label" data-js-label-for="object" hidden="">Save<span class="mob-hide"> for <span class="js-object-name">item</span></span></span> </button>
          </div>
          <div class="objectonly js-objectonly" aria-hidden="true" hidden=""> <label for="frm-object-only" class="option-label -checkbox -medium -reversed"> <input type="checkbox" value="true" class="checkbox" id="frm-object-only"
                data-js-trigger="object-only" disabled=""><i class="substitute"></i>This <span class="js-object-name">item</span> only </label> </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

LETTERBOXD — YOUR LIFE IN FILM

 * Sign in
 * Create account
 * Films
 * Lists
 * Members
 * Journal

Username
Password
Remember me

Forgotten username or password?

×



ADD TO YOUR FILMS…

Name of Film
Back


Add film to your diary? Watched on
I’ve watched this film before

Tags

Press Tab to complete, Enter to create


Like
Rating




Contains spoilers

A moderator has locked this field.

Delete


ADD TO LISTS


Public Private
New list…
Clear
New list…
Clear


  Visible to anyone with share link   Visible to friends (people you follow)
with share link   Visible to you — private list
Search:

Challengers (2024)


TRACK FILMS YOU’VE WATCHED.
SAVE THOSE YOU WANT TO SEE.
TELL YOUR FRIENDS WHAT’S GOOD.  

Get started — it‘s free!

The social network for film lovers. Also available on iOS, Apple TV and Android
 

 *  * Views: 29.5k
    * Likes: 13.1k
   
   Challengers (2024)
 *  * Views: 269.51k
    * Likes: 87.01k
   
   Civil War (2024)
 *  * Views: 215.38k
    * Likes: 85.52k
   
   Monkey Man (2024)
 *  * Views: 10.64k
    * Likes: 2.5k
   
   Sasquatch Sunset (2024)
 *  * Views: 4.91k
    * Likes: 1.36k
   
   Girls State (2024)
 *  * Views: 20.32k
    * Likes: 5.92k
   
   The Beast (2023)


LETTERBOXD LETS YOU…

Keep track of every film you’ve ever watched (or just start from the day
you join)

Show some love for your favorite films, lists and reviews with a “like”

Write and share reviews, and follow friends and other members to read theirs

Rate each film on a five-star scale (with halves) to record and share
your reaction

Keep a diary of your film watching (and upgrade to Pro for comprehensive stats)

Compile and share lists of films on any topic and keep a watchlist of films
to see


Remove Ads


JUST REVIEWED…

1,863,821,934 films watched

 * Shōgun (2024)
 * Bloodsport (1988)
 * Southpaw (2015)
 * Pooh's Heffalump Halloween Movie (2005)
 * Big Daddy (1999)
 * Hereditary (2018)
 * Wish (2023)
 * Jennifer's Body (2009)
 * Monkey Man (2024)
 * Fantastic Four: Rise of the Silver Surfer (2007)
 * Silver Linings Playbook (2012)
 * Kill Bill: Vol. 1 (2003)


WRITE AND SHARE REVIEWS. COMPILE YOUR OWN LISTS. SHARE YOUR LIFE IN FILM.

Below are some popular reviews and lists from this week. Sign up to create your
own.


POPULAR REVIEWS THIS WEEK

More
 * Civil War (2024)
   
   
   CIVIL WAR 2024
   
   tyler ★★★★½
   
   i genuinely want to know what the president did that made texas and
   california join forces
   
   11,698 likes

 * Challengers (2024)
   
   
   CHALLENGERS 2024
   
   CinemaJoe ★★★★★ 45
   
   There is no sport more intimate or erotic than tennis. It is one of the few
   major sports where two players agree to partake, for hours, in a duel of
   body, mind, and soul. Naturally, to engage with anyone that intensely, an
   inescapable relationship is forged— one that intensifies with every stroke,
   every bead of sweat, every grunt. It may not be as fleshy as boxing, but
   arguably the lack of contact is what makes tennis more arousing— is not… more
   
   1,960 likes


 * CIVIL WAR 2024
   
   Mike Flanagan 37
   
   WOW. Masterful. Alex Garland's CIVIL WAR is a stunning, mournful, riveting
   journey through a nightmare landscape. Somehow - and I don’t know how - this
   distorted reflection remains largely apolitical (or at the very least somehow
   completely avoids specific partisanship), which I think helps prevent it from
   preaching to the choir, and instead reaches much further with its critical
   messaging. It had me mesmerized throughout. One of the best movies of the
   year, for certain.
   
   I thought at times that this felt like this generation's APOCALYPSE NOW.
   
   2,699 likes


 * BABY REINDEER 2024
   
   Incognit0jesus 7
   
   wel, fcuk
   
   sent from my iphon
   
   3,990 likes


 * MONKEY MAN 2024
   
   cookie ★★★★★ 49
   
   dev patel directing all those baddies to ooh+giggle when he takes his sweaty
   tank top off
   
   13,392 likes


 * CHALLENGERS 2024
   
   cerys ✮⋆˙ ★★★★★ 25
   
   all they know is be bisexual, eat hot chip and lie
   
   1,608 likes


POPULAR LISTS

More
 * Marie Antoinette (2006)
 * Lost in Translation (2003)
 * The Umbrellas of Cherbourg (1964)
 * Portrait of a Lady on Fire (2019)
 * Phantom Thread (2017)


୭ DEFINITION OF GIRLY CLASSICS 🎀 ˚₊· ͟͟͞͞➳❥

liza ✧ 5.8K 16

 * Psycho (1960)
 * 2001: A Space Odyssey (1968)
 * Schindler's List (1993)
 * GoodFellas (1990)
 * Back to the Future (1985)


MOVIES EVERYONE SHOULD WATCH AT LEAST ONCE DURING THEIR LIFETIME

fcbarcelona 104K 506

 * The Wizard of Oz (1939)
 * Roman Holiday (1953)
 * Psycho (1960)
 * Mary Poppins (1964)
 * It's a Wonderful Life (1946)


CLASSIC MOVIES FOR BEGINNERS.

alanis ୨୧ 70K 165


Remove Ads


POPULAR REVIEWERS

More


 * TYLER
   
   2,709 films, 190 reviews


 * CINEMAJOE
   
   1,565 films, 1,106 reviews


 * ZOË ROSE BRYANT
   
   4,842 films, 2,353 reviews


 * JAMES (SCHAFFRILLAS)
   
   1,016 films, 890 reviews


 * JAY
   
   1,391 films, 1,636 reviews


RECENT STORIES

All HQs

Tokyo International Film Festival


FILM SUBMISSIONS OPEN FOR THE 37TH TOKYO INTERNATIONAL FILM FESTIVAL

The Tokyo International Film Festival (TIFF) is now open for film submissions
from April 25 through July 8, 2024 via the festival website. As one of the
leading film festivals in Asia, TIFF showcases premieres of films created by
established filmmakers as well as outstanding works by up-and-coming directors
from around the world, in a variety of sections.

Read Story

The Beverly Theater


MEET HARRY AND SALLY

Bring 2023 to a climactic ending with a special screening of “When Harry Met
Sally” at The Beverly. Each $35 ticket includes a concessions package and
post-show charcuterie paired with city views, live jazz, and a champagne toast
at Segue to ring in the new year.

Read Story

AFI Silver Theatre and Cultural Center


LABOR GOES TO THE MOVIES

May Day is just around the corner and that means another edition of the DC Labor
FilmFest is nigh! Co-presented by the Labor Heritage Foundation and the AFI
Silver, this annual series, now in its 24th year, features a wide-ranging
selection of "laborific" films about work, workers and the wider issues
affecting workers' lives.

Read Story

FILMICCA


MUITOS PLANOS EM UM | CAMILLE E EU POR ISABELA LISBOA

Muitos planos em um

Read Story

High On Films


10 BEST BENICIO DEL TORO PERFORMANCES, RANKED

Few actors’ screen presence reverberates with such genuine intensity as Benicio
del Toro. Like Gary Oldman, Denzel Washington, Toshiro Mifune, Mads Mikkelsen,
and so on. I feel Benicio del Toro is almost always good, irrespective of the
quality of the film built around his character. From his Oscar-winning
performance in Traffic to his compelling portrayal in Sicario and the iconic
role in The Usual Suspects and Snatch, his versatility shines through. Born in
Puerto Rico on February 19, 1967, to lawyer parents, Benicio del…

Read Story

Arrow Video + ARROW


WE DARE YOU NOT TO SCREAM. MUTE WITNESS ARRIVES WITH A BRAND NEW 4K RESTORATION

SHE WON’T BE SILENCED.

Read Story

TIFF


GUILLERMO DEL TORO ON HIS LOVE FOR CANADIAN CINEMA

"Oh, Canada is this magical land of illegal whiskey and great animation."

Read Story

Syndicated Bar • Theater • Kitchen


ENCORE SCREENINGS OF ETERNAL SUNSHINE OF THE SPOTLESS MIND

Back by popular demand, Michel Gondry's legendary sci-fi romance returns this
weekend, with showtimes on 4/27 & 4/28. Tickets here

Read Story

Marquee Arts


CINETOPIA FILM FESTIVAL RETURNS WITH A SPECTACULAR LINEUP FOR AN 11-DAY
CINEMATIC EXTRAVAGANZA

The Michigan Theater Foundation, reintroducing itself as Marquee Arts, proudly
announces the highly anticipated return of the Cinetopia Film Festival, set to
take over Ann Arbor from June 13 to June 23, 2024. After a 5-year hiatus due to
the COVID-19 pandemic, the festival is back with a renewed commitment to
champion diversity, inclusion, and the voices of female filmmakers, LGBTQ+, and
underrepresented communities on the big screen. 

Read Story

NEON


DIRTY: PART TWO

First, it was too many voices. They couldn’t be understood. But then they
started to settle.

Read Story

Film Independent


LITTLE WING - Q&A | SUSAN ORLEAN, DEAN ISRAELITE, NAOMI DESPRES AND JOHN GATINS

Film Independent Senior Programmer Jenn Wilson talks to the filmmakers behind
the Paramount+ original feature LITTLE WING: director Dean Israelite, producer
Naomi Despres, writer John Gatins and journalist Susan Orlean.

Read Story

Picturehouse


CHALLENGERS | PICTUREHOUSE RECOMMENDS

It's game, set and match for Luca Guadagnino, whose latest film, Challengers,
takes place in the high-stakes world of professional tennis.

Read Story



RECENT SHOWDOWNS

More
In progress


A QUIET PLACE

BEST FILMS WITH LIMITED DIALOGUE


BESTIES BESTIES BESTIES

BEST FRIENDSHIP-DUO FILMS


A NEW LEAF

BEST FILMS ABOUT FRESH STARTS


RECENT NEWS

More


CIVIL WOMEN

Kirsten Dunst and Cailee Spaeny on their kinship and Civil War.


SLOW BURN

Director Lee Chang-dong on the profound meaning of everyday life.


THE SECRET OF CELS

Cartoon Saloon co-founder Nora Twomey on the state of indie animation.

 * About
 * News
 * Pro
 * Apps
 * Podcast
 * Year in Review
 * Gift Guide
 * Help
 * Terms
 * API
 * Contact

X
Threads
Facebook
Instagram
TikTok
YouTube

© Letterboxd Limited. Made by fans in Aotearoa New Zealand. Film data from TMDb.
Mobile site.
This site is protected by reCAPTCHA and the Google privacy policy and terms of
service apply.

SELECT YOUR PREFERRED POSTER


Reset poster Reset for item Save changes Save for item
This item only

UPGRADE TO REMOVE ADS

Letterboxd is an independent service created by a small team, and we rely mostly
on the support of our members to maintain our site and apps. Please consider
upgrading to a Pro account—for less than a couple bucks a month, you’ll get cool
additional features like all-time and annual stats pages (example), the ability
to select (and filter by) your favorite streaming services, and no ads!

Learn more about Pro



←April,
2024→MoTuWeThFrSaSuJanFebMarAprMayJunJulAugSepOctNovDec123456789101112131415161718192021222324252627282930123456789101112201820192020202120222023202420252026202720282029

 


LETTERBOXD 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 305 TCF vendor(s) and 180 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



Do not 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 (254 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 (71 vendors)help_outline


CREATE PROFILES FOR PERSONALISED ADVERTISING

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

View details
Consent (196 vendors)


USE PROFILES TO SELECT PERSONALISED ADVERTISING

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

View details
Consent (192 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 (80 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 (67 vendors)


MEASURE ADVERTISING PERFORMANCE

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

View details
Consent (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 (82 vendors)Legitimate interest (43 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 (130 vendors)Legitimate interest (46 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 (133 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 (30 vendors)Legitimate interest (13 vendors)help_outline


ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS

help_outline

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

View details


DELIVER AND PRESENT ADVERTISING AND CONTENT

help_outline

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

View details


MATCH AND COMBINE DATA FROM OTHER DATA SOURCES

help_outline

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

View details


LINK DIFFERENT DEVICES

help_outline

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

View details


IDENTIFY DEVICES BASED ON INFORMATION TRANSMITTED AUTOMATICALLY

help_outline

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

View details


USE PRECISE GEOLOCATION DATA

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

View details
Consent

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

Site or app


STORE AND/OR ACCESS INFORMATION ON A DEVICE

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

View details
Consent


USE LIMITED DATA TO SELECT ADVERTISING

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

View details
Legitimate interesthelp_outline


CREATE PROFILES FOR PERSONALISED ADVERTISING

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

View details
Legitimate interesthelp_outline


USE PROFILES TO SELECT PERSONALISED ADVERTISING

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

View details
Legitimate interesthelp_outline


CREATE PROFILES TO PERSONALISE CONTENT

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

View details
Legitimate interesthelp_outline


USE PROFILES TO SELECT PERSONALISED CONTENT

Content presented to you on this service can be based on your content
personalisation profiles, which can reflect your activity on this or other
services (for instance, the forms you submit, content you look at), possible
interests and personal aspects. 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: Probabilistic identifiers, Device identifiers,
Non-precise location data, Browsing and interaction data, Privacy choices,
Users’ profiles, IP addresses

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CAPTIFY TECHNOLOGIES LIMITED

Cookie duration: 365 (days).

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

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTCAST

Cookie duration: 396 (days).

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

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

more

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


View details | Storage details | Privacy policylaunch
Consent


SOVRN, INC.

Cookie duration: 365 (days).

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

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

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: 3629 (days).

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

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

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TRIPLELIFT, INC.

Cookie duration: 90 (days).

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

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

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

more




View details | Privacy policylaunch
Consent


NEXXEN GROUP LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

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

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SKIMBIT LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


JELLYFISH FRANCE

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIRDATA

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SIFT MEDIA, INC

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

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

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

more




View details | Storage details | Privacy policylaunch
Consent


JUSTPREMIUM BV

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AMAZON AD SERVER

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PUBMATIC, INC

Cookie duration: 365 (days).

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

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

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

more




View details | Privacy policylaunch
Consent


SHARETHROUGH, INC

Cookie duration: 30 (days).

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

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: Device characteristics, Device identifiers, IP
addresses

more

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


View details | Privacy policylaunch
Consent


SMAATO, INC.

Cookie duration: 21 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEMASIO GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TEROA S.A.

Cookie duration: 2555 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRITEO SA

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

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

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

more

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


View details | Privacy policylaunch
Consent


LIVERAMP

Cookie duration: 365 (days).

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

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

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

more

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


View details | Storage details | Privacy policylaunch
Consent


MAGNITE, INC. (OUTSTREAM)

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SONOBI, INC

Cookie duration: 60 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RICH AUDIENCE TECHNOLOGIES SLU

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


LOOPME LIMITED

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


DYNATA LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SHOWHEROES SE

Cookie duration: 393 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SUBLIME

Cookie duration: 396 (days).

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

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DENTSU UK LIMITED

Cookie duration: 730 (days).

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

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


IPONWEB GMBH

Cookie duration: 365 (days).

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

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

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

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: Authentication-derived identifiers, Device
identifiers, Privacy choices, Users’ profiles, IP addresses

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SMARTSTREAM.TV GMBH

Cookie duration: 365 (days).

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

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OS DATA SOLUTIONS GMBH &AMP; CO. KG

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PERMODO GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


MEDIA.NET ADVERTISING FZ-LLC

Cookie duration: 2190 (days).

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

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


INSKIN MEDIA LTD

Cookie duration: 366 (days).

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

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

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


OUTBRAIN UK LTD

Cookie duration: 90 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BIDTELLECT, INC

Cookie duration: 90 (days).

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

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE CTV, INC.

Cookie duration: 366 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


REVCONTENT, LLC

Doesn't use cookies.

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

more




View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ZEMANTA INC.

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


USEMAX ADVERTISEMENT (EMEGO GMBH)

Cookie duration: 365 (days).

Data collected and processed: Users’ profiles

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 1825 (days).

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

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ACUITYADS INC.

Cookie duration: 365 (days).

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

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

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

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

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

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

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

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADYOULIKE SA

Cookie duration: 365 (days).

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

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: Device characteristics, Device identifiers,
Privacy choices, IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


NATIVO, INC.

Cookie duration: 365 (days).

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

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

more




View details | Storage details | Privacy policylaunch
Consent


TABMO SAS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SHOWHEROES SRL

Cookie duration: 393 (days).

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

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


COMCAST INTERNATIONAL FRANCE SAS/FREEWHEEL MEDIA, INC.

Cookie duration: 183 (days).

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

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JIVOX CORPORATION

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


MOBFOX US LLC

Cookie duration: 14 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CELTRA INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ZIFF DAVIS LLC

Cookie duration: 180 (days).

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INMOBI PTE LTD

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


TELECOMING S.A.

Doesn't use cookies.

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

more




View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


DIGITEKA TECHNOLOGIES

Cookie duration: 397 (days).

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

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


APESTER LTD

Cookie duration: 400 (days).

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PERMUTIVE LIMITED

Cookie duration: 19 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


VECTAURY

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SEEDING ALLIANCE GMBH

Cookie duration: 3650 (days).

Data collected and processed: Device characteristics, IP addresses

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

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

more




View details | Storage details | Privacy policylaunch
Consent


SOLOCAL SA

Cookie duration: 396 (days).

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

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


ORACLE ADVERTISING

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DEMANDBASE, INC.

Cookie duration: 730 (days).

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

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

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

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


SINGLESPOT SAS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DEFINE MEDIA GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TARGETSPOT BELGIUM SPRL

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


INNOVID LLC

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UPPR GMBH

Cookie duration: 90 (days).

Data collected and processed: User-provided data

more

Uses other forms of storage.


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

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

more




View details | Storage details | Privacy policylaunch
Consent


SUB2 TECHNOLOGIES LTD

Cookie duration: 730 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPINARY GMBH

Cookie duration: 60 (days).

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

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: Probabilistic identifiers, Device characteristics,
Device identifiers, Browsing and interaction data

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

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: Device characteristics, Non-precise location data,
Browsing and interaction data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


LUCID HOLDINGS, LLC

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SUNMEDIA

Cookie duration: 120 (days).

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

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


SMARTCLIP HISPANIA S.L.

Cookie duration: Uses session cookies.

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

more




View details | Storage details | Privacy policylaunch
Consent


SMARTYADS INC.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


TONEFUSE LLC

Cookie duration: 1 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


HAPPYDEMICS

Cookie duration: 2 (days).

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RADIO MARKETING SERVICE INTERACTIVE GMBH

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


AUDIGENT

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


VIEWPAY

Cookie duration: 30 (days).

Data collected and processed: Device characteristics, IP addresses

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


GOLDBACH GROUP AG

Cookie duration: 1096 (days).

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

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: Device characteristics, Browsing and interaction
data

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

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


: TAPPX

Cookie duration: 1 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


TRUEDATA SOLUTIONS, INC.

Cookie duration: 913 (days).

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SMART ANALYTICS SL

Cookie duration: 371 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


SPORTRADAR AG

Cookie duration: 365 (days).

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

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: Device characteristics, Privacy choices, IP
addresses

more




View details | Privacy policylaunch
Consent


DIGITAL EAST GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BEOP

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TURK TELEKOM

Cookie duration: 18 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DURATION MEDIA, LLC.

Doesn't use cookies.

Data collected and processed: Device characteristics, IP addresses

more




View details | Privacy policylaunch
Consent


INTERCEPT INTERACTIVE INC. DBA UNDERTONE

Cookie duration: 366 (days).

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

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

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

more

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


View details | Storage details | Privacy policylaunch
Consent


VRTCAL MARKETS INC

Cookie duration: 90 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DATASEAT LTD

Cookie duration: 1 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ONAUDIENCE LTD

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AUDIENCE NETWORK

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


IMPACT.COM

Cookie duration: 3650 (days).

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

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MONET ENGINE INC

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


VIDAZOO LTD

Cookie duration: 31 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE NEWCO S.R.L.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


KIOSKED LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


DISTROSCALE, INC.

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


FANDOM, INC.

Cookie duration: 1158 (days).

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

more

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


View details | Privacy policylaunch
Consent


ORACLE DATA CLOUD - MOAT

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


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

more




View details | Privacy policylaunch
Consent


ANIVIEW LTD

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


AIRGRID (AN MIQ COMPANY)

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


TARGETVIDEO GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


AD ALLIANCE GMBH

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


AMAZON ADVERTISING

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


KUBIENT INC.

Cookie duration: 360 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


ADPONE SL

Cookie duration: 120 (days).

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

more




View details | Privacy policylaunch
Consent


REPPUBLIKA DATA ANALYTICS AND TECHNOLOGIES GMBH

Cookie duration: 180 (days).

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

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AARKI, INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOLOCO, INC.

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NIELSEN INTERNATIONAL SA

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLOCKTHROUGH, INC.

Cookie duration: 30000 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NOBID, INC.

Cookie duration: 7 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


RETAILADS GMBH &AMP; CO. KG

Cookie duration: 90 (days).

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

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DISQUS

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


QUALITY MEDIA NETWORK GMBH

Cookie duration: 300 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


SPICY MOBILE KARCZEWSKI ZAWADZKI SPÓŁKA JAWNA

Cookie duration: 28 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


EPOM LTD.

Cookie duration: 730 (days).

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

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

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PUBLICA LLC

Cookie duration: 60 (days).

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

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: Device characteristics, User-provided data,
Non-precise location data

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PRECISO SRL

Cookie duration: 30 (days).

Data collected and processed: User-provided data, Non-precise location data,
Browsing and interaction 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: Privacy choices, Users’ profiles, IP addresses

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 &AMP; CO. KG

Cookie duration: 365 (days).

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

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

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

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

more




View details | Privacy policylaunch
Consent


OPTI DIGITAL SAS

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SPORTORITY UK LTD

Cookie duration: 1 (days).

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

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: Device characteristics, Privacy choices, IP
addresses

more




View details | Storage details | Privacy policylaunch
Consent


TRAFFECTIVE GMBH

Cookie duration: 1 (days).

Data collected and processed: Privacy choices, IP addresses

more




View details | Privacy policylaunch
Consent


BRID VIDEO DOO

Doesn't use cookies.

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

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

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

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

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

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 &AMP; 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: Device characteristics, Device identifiers,
Non-precise location data

more

Uses other forms of storage.


View details | Privacy policylaunch
Legitimate interesthelp_outline


KARGO GLOBAL INC.

Cookie duration: 365 (days).

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

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: User-provided data, Non-precise location data

more




View details | Privacy policylaunch
Consent


TV SQUARED LIMITED D/B/A INNOVIDXP

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
Consent


BYTEDANCE PTE. LTD.

Doesn't use cookies.

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

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

more




View details | Privacy policylaunch
Consent


QUARTER MEDIA GMBH

Cookie duration: 1 (days).

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

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: Privacy choices, IP addresses

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VUUKLE DMCC

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SAMSUNG ADS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BAIDU USA

Cookie duration: 366 (days).

Data collected and processed: Browsing and interaction data

more




View details | Storage details | Privacy policylaunch
Consent


RINGIER AXEL SPRINGER POLSKA SP. Z O.O.

Cookie duration: 390 (days).

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

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

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

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

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: Probabilistic identifiers, Device identifiers,
Users’ profiles, IP addresses

more




View details | Storage details | Privacy policylaunch
Consent


PROJECT AGORA LTD

Doesn't use cookies.

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SONIC ODEEO LTD

Doesn't use cookies.

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

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

more

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


View details | Storage details | Privacy policylaunch
Consent


SQREEM TECHNOLOGIES PRIVATE LIMITED

Doesn't use cookies.

Data collected and processed: Device identifiers, IP addresses

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


TYPEA HOLDINGS LTD

Cookie duration: 30 (days).

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

more




View 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: Precise location data, Device identifiers,
Non-precise location data, Privacy choices, IP addresses

more




View details | Privacy policylaunch
Consent


QUESTPASS SP. Z O.O.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SAMOUKALE ENTERPRISES LIMITED DBA ADEX

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER DIGITAL MEDIA GMBH

Doesn't use cookies.

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

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

more

Cookie duration resets each session.


View 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: Device characteristics, Device identifiers,
Browsing and interaction data

more

Uses other forms of storage.


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

more

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


View details | Privacy policylaunch
Consent


SCORE MEDIA GROUP GMBH &AMP; CO. KG

Cookie duration: 90 (days).

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

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

more




View details | Storage details | Privacy policylaunch
Consent


UNBLOCKIA SL

Cookie duration: 120 (days).

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

more




View details | Privacy policylaunch
Consent


152 MEDIA LLC

Cookie duration: 2 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


REMAILME

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses

more




View details | Storage details | Privacy policylaunch
Consent


TF1 PUBLICITE

Cookie duration: 183 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


MICROSOFT ADVERTISING

Cookie duration: 396 (days).

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

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INFOLINKS MEDIA, LLC

Cookie duration: 365 (days).

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

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


VIAFOURA INC.

Cookie duration: 365 (days).

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

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: Probabilistic identifiers, Device identifiers,
Users’ profiles, IP addresses

more

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


View details | Storage details | Privacy policylaunch
Consent


SONARES GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


REFINE DIRECT SRL

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


LIVE DATA SOLUTIONS SL

Doesn't use cookies.

Data collected and processed: Device characteristics, IP addresses

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

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

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SSMAS

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SCHWARZ MEDIA GMBH

Cookie duration: 90 (days).

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

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

more




View details | Privacy policylaunch
Consent


VIOMBA OY

Doesn't use cookies.

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

more




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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VIDEOBOT LTD

Doesn't use cookies.

Data collected and processed: Device characteristics, Device identifiers

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

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


R2B2 A.S.

Cookie duration: 90 (days).

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

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline

Ad partners

help_outline


STREAMRAIL

Privacy policylaunch
Consent


TREEPODIA

Privacy policylaunch
Consent


YAHOO! JAPAN

Privacy policylaunch
Consent


INDEED

Privacy policylaunch
Consent


TAPCLIQ

Privacy policylaunch
Consent


GOOGLE, INC.

Privacy policylaunch
Consent


ADTELLIGENCE

Privacy policylaunch
Consent


DELTAX

Privacy policylaunch
Consent


SOMO AUDIENCE

Privacy policylaunch
Consent


META

Privacy policylaunch
Consent


QUANTASY

Privacy policylaunch
Consent


BOOKING.COM

Privacy policylaunch
Consent


DIRECT INTERACTIVE

Privacy policylaunch
Consent


TRIBES RESEARCH

Privacy policylaunch
Consent


IBM

Privacy policylaunch
Consent


UMENG PLUS BEIJING TECHNOLOGY LIMITED COMPANY

Privacy policylaunch
Consent


ENGAGEBDR

Privacy policylaunch
Consent


FORBES

Privacy policylaunch
Consent


GOODWAY GROUP

Privacy policylaunch
Consent


INTELLIAD

Privacy policylaunch
Consent


STARTAPP

Privacy policylaunch
Consent


EXPEDIA, INC.

Privacy policylaunch
Consent


DEEPINTENT

Privacy policylaunch
Consent


PADSQUAD

Privacy policylaunch
Consent


FLUCT

Privacy policylaunch
Consent


VIANT

Privacy policylaunch
Consent


ROMIR

Privacy policylaunch
Consent


DSTILLERY

Privacy policylaunch
Consent


MEDIAMATH

Privacy policylaunch
Consent


DENTSU AEGIS NETWORK

Privacy policylaunch
Consent


STRATIO BIG DATA

Privacy policylaunch
Consent


OMNICOM MEDIA GROUP

Privacy policylaunch
Consent


LKQD

Privacy policylaunch
Consent


DIGISEG

Privacy policylaunch
Consent


DOUBLE CHECK

Privacy policylaunch
Consent


SMART.BID LTD

Privacy policylaunch
Consent


VIEWBIX

Privacy policylaunch
Consent


TWINPINE

Privacy policylaunch
Consent


RESONATE

Privacy policylaunch
Consent


VIEWERSLOGIC LTD

Privacy policylaunch
Consent


SUITE 66

Privacy policylaunch
Consent


VE INTERACTIVE

Privacy policylaunch
Consent


SKYPIEA TECH CO.,LIMITED

Privacy policylaunch
Consent


SMN CORPORATION

Privacy policylaunch
Consent


SOJERN

Privacy policylaunch
Consent


THOUGHTLEADR

Privacy policylaunch
Consent


KAYAK

Privacy policylaunch
Consent


NATIVEADS.COM

Privacy policylaunch
Consent


TAPAD

Privacy policylaunch
Consent


RIESENIA.COM

Privacy policylaunch
Consent


TRADEDOUBLER AB

Privacy policylaunch
Consent


CHEETAH MOBILE

Privacy policylaunch
Consent


TRAVELCLICK

Privacy policylaunch
Consent


SPRING VENTURE GROUP

Privacy policylaunch
Consent


TRUSTARC

Privacy policylaunch
Consent


TRUEFFECT

Privacy policylaunch
Consent


DYNADMIC CORPORATION

Privacy policylaunch
Consent


REACTIVE

Privacy policylaunch
Consent


DENTSU

Privacy policylaunch
Consent


SNAP INC.

Privacy policylaunch
Consent


APPSFLYER

Privacy policylaunch
Consent


TRAVEL DATA COLLECTIVE

Privacy policylaunch
Consent


PARRABLE

Privacy policylaunch
Consent


TORCHAD

Privacy policylaunch
Consent


DAVINCI11

Privacy policylaunch
Consent


QUALTRICS

Privacy policylaunch
Consent


DELTA AIR LINES

Privacy policylaunch
Consent


TAPKLIK

Privacy policylaunch
Consent


VERTOZ

Privacy policylaunch
Consent


SKETCHFAB, INC.

Privacy policylaunch
Consent


TAIWAN MOBILE CO LTD

Privacy policylaunch
Consent


LIFESTREET

Privacy policylaunch
Consent


DISPLAY.DIRECT

Privacy policylaunch
Consent


VIMEO

Privacy policylaunch
Consent


LANDS' END

Privacy policylaunch
Consent


DPG MEDIA BV

Privacy policylaunch
Consent


VERTRIEBSWERK

Privacy policylaunch
Consent


TVADSYNC

Privacy policylaunch
Consent


TOTALJOBS GROUP LTD

Privacy policylaunch
Consent


HOTELS.COM L. P.

Privacy policylaunch
Consent


OVERSTOCK

Privacy policylaunch
Consent


THOMANN GMBH

Privacy policylaunch
Consent


REVENUEMANTRA

Privacy policylaunch
Consent


DATAFY

Privacy policylaunch
Consent


TRUE WAVE TECHNOLOGIES LIMITED

Privacy policylaunch
Consent


DUMARCA GAMING LTD

Privacy policylaunch
Consent


RIPPLL LTD

Privacy policylaunch
Consent


DIGITALSUNRAY

Privacy policylaunch
Consent


ADJUST GMBH

Privacy policylaunch
Consent


DIGITAL AD SYSTEMS, CORP.

Privacy policylaunch
Consent


R.O.EYE LIMITED

Privacy policylaunch
Consent


TREND RESEARCH

Privacy policylaunch
Consent


RETAIL ROCKET LLC

Privacy policylaunch
Consent


BOSE

Privacy policylaunch
Consent


SNAPUPP TECHNOLOGIES SL

Privacy policylaunch
Consent


TCHIBO GMBH

Privacy policylaunch
Consent


IRONSOURCE MOBILE

Privacy policylaunch
Consent


UBER TECHNOLOGIES INC.

Privacy policylaunch
Consent


CHARTBOOST

Privacy policylaunch
Consent


DIVVIT AB

Privacy policylaunch
Consent


TUKY DATA

Privacy policylaunch
Consent


GLASSDOOR, INC.

Privacy policylaunch
Consent


QUARTICON

Privacy policylaunch
Consent


SHUTTERSTOCK, INC.

Privacy policylaunch
Consent


THEINDUSTRY AG

Privacy policylaunch
Consent


TRACEAD

Privacy policylaunch
Consent


DIGITAL HUB HANNOVER GMBH

Privacy policylaunch
Consent


ADBUTLER

Privacy policylaunch
Consent


TRAFFICGUARD

Privacy policylaunch
Consent


DATIVA

Privacy policylaunch
Consent


VF VISUAL FANTASTIX TANNER

Privacy policylaunch
Consent


STREAM

Privacy policylaunch
Consent


BOSTON CONSULTING GROUP

Privacy policylaunch
Consent


UBEX DSP

Privacy policylaunch
Consent


SILVER EGG TECHNOLOGY

Privacy policylaunch
Consent


VODAFONE GMBH

Privacy policylaunch
Consent


QUIET MEDIA

Privacy policylaunch
Consent


STEP A/S

Privacy policylaunch
Consent


MAGNITE

Privacy policylaunch
Consent


MOPUB (A DIVISION OF TWITTER, INC.)

Privacy policylaunch
Consent


TRANSMIT.LIVE

Privacy policylaunch
Consent


DYNAMO.VIDEO

Privacy policylaunch
Consent


RAPTOR SERVICES

Privacy policylaunch
Consent


CLEAN.IO

Privacy policylaunch
Consent


PANDORA

Privacy policylaunch
Consent


TARGET RTB

Privacy policylaunch
Consent


LENDINGTREE

Privacy policylaunch
Consent


WALMART

Privacy policylaunch
Consent


CLOUDFLARE

Privacy policylaunch
Consent


ZYNGA

Privacy policylaunch
Consent


RESET DIGITAL EUROPE LTD

Privacy policylaunch
Consent


DATABLOCKS, INC

Privacy policylaunch
Consent


SALESFORCE DMP

Privacy policylaunch
Consent


TD-GDN

Privacy policylaunch
Consent


AD OPTIMA DIGITAL

Privacy policylaunch
Consent


PIXFUTURE

Privacy policylaunch
Consent


IMPACT+

Privacy policylaunch
Consent


DIGITALIST GROUP

Privacy policylaunch
Consent


ORANGE ADVERTISING

Privacy policylaunch
Consent


UNITY ADS

Privacy policylaunch
Consent


SMARTLY.IO SOLUTIONS OY

Privacy policylaunch
Consent


USERNEEDS

Privacy policylaunch
Consent


NETFLIX

Privacy policylaunch
Consent


AD LIGHTNING

Privacy policylaunch
Consent


SPOTIBLE

Privacy policylaunch
Consent


GETINTENT

Privacy policylaunch
Consent


DYNADMIC

Privacy policylaunch
Consent


PORSCHE AG

Privacy policylaunch
Consent


IAB TECH LAB

Privacy policylaunch
Consent


SABIO, INC

Privacy policylaunch
Consent


STAILAMEDIA

Privacy policylaunch
Consent


NIMBUS

Privacy policylaunch
Consent


METAADS

Privacy policylaunch
Consent


APPLOVIN CORP.

Privacy policylaunch
Consent


SOURCEKNOWLEDGE

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


SIGNAL

Privacy policylaunch
Consent


LIFTOFF

Privacy policylaunch
Consent


DATALICIOUS

Privacy policylaunch
Consent


CONSUMABLE

Privacy policylaunch
Consent


TRIPADVISOR

Privacy policylaunch
Consent


TAPTICA

Privacy policylaunch
Consent


SIMPLAEX GMBH

Privacy policylaunch
Consent


KOCHAVA

Privacy policylaunch
Consent


WISH

Privacy policylaunch
Consent


UNITYMEDIA

Privacy policylaunch
Consent


DYNAMIC YIELD

Privacy policylaunch
Consent


IMPACT

Privacy policylaunch
Consent


SPOTAD

Privacy policylaunch
Consent


F@N COMMUNICATIONS

Privacy policylaunch
Consent


DYNAD

Privacy policylaunch
Consent


TURBO

Privacy policylaunch
Consent


HOUSING.COM

Privacy policylaunch
Consent


TF1 - FR

Privacy policylaunch
Consent


DEMAND SIDE SCIENCE, INC.

Privacy policylaunch
Consent


TEALIUM

Privacy policylaunch
Consent


TENMAX

Privacy policylaunch
Consent


TRESENSA

Privacy policylaunch
Consent


TAPJOY

Privacy policylaunch
Consent


UBERMEDIA

Privacy policylaunch
Consent

Accept all



Confirm choices

Close