www.r-bloggers.com Open in urlscan Pro
188.114.96.3  Public Scan

Submitted URL: http://www.r-bloggers.com/
Effective URL: https://www.r-bloggers.com/
Submission: On November 28 via api from US — Scanned from NL

Form analysis 2 forms found in the DOM

https://www.google.com/cse

<form id="searchform" action="https://www.google.com/cse" target="_blank">
  <div>
    <input type="hidden" name="cx" value="005359090438081006639:paz69t-s8ua">
    <input type="hidden" name="ie" value="UTF-8">
    <input type="text" value="" name="q" id="q" autocomplete="on" style="font-size:16px;" placeholder="Search R-bloggers..">
    <input type="submit" id="searchsubmit2" name="sa" value="Go" style="font-size:16px;">
  </div>
</form>

POST https://r-bloggers.com/phplist/?p=subscribe&id=1

<form style="width:202px; float:left;" action="https://r-bloggers.com/phplist/?p=subscribe&amp;id=1" method="post" target="popupwindow">
  <input type="text" style="width:110px" onclick="if (!window.__cfRLUnblockHandlers) return false; if (this.value == 'Your e-mail here') this.value = '';" value="Your e-mail here" name="email">
  <input type="hidden" value="RBloggers" name="uri"><input type="hidden" name="loc" value="en_US"><input type="submit" value="Subscribe">
</form>

Text Content

MENU
 * Home
 * About
 * RSS
 * add your blog!
 * Learn R
 * R jobs ►
   * Submit a new job (it’s free)
   * Browse latest jobs (also free)
 * Contact us


R-BLOGGERS


R NEWS AND TUTORIALS CONTRIBUTED BY HUNDREDS OF R BLOGGERS

 * Home
 * About
 * RSS
 * add your blog!
 * Learn R
 * R jobs
   * Submit a new job (it’s free)
   * Browse latest jobs (also free)
 * Contact us


LITTLE USELESS-USEFUL R FUNCTIONS – HOW TO MAKE R-SQUARED USELESS

November 27, 2023 | tomaztsql

Uselessness is such a long useless word! In statistics, R-squared is a
statistical measure, that determines the proportion of variance in dependent
variable that can be explained by the independent variable. Therefore, it ranges
in value from 0 to 1…Read more ›


[Read more...]


R SOLUTION FOR EXCEL PUZZLES

November 27, 2023 | Numbers around us

Week 47 — Puzzles no. 329–333PuzzlesAuthor: ExcelBIPuzzles:# 329: content file#
330: content file# 331: content file# 332: content file# 333: content fileLets
dive into solutions!Puzzle 329In this puzzle we were asked to generate first 50
elements of I...


[Read more...]


R VALIDATION HUB: WRAPPING UP 2023 AND WELCOMING 2024!

November 27, 2023 | R Consortium

Abstract: Join us on November 28th for our last Community meeting of 2023. The R
Validation Hub’s Executive Committee will summarize this year’s achievements,
our presence at conferences and other... The post R Validation Hub: Wrapping up
2023 and Welcoming 2024! appeared first on R Consortium.


[Read more...]


UNVEILING POWER REGRESSION: A STEP-BY-STEP GUIDE IN R

November 26, 2023 | Steven P. Sanderson II, MPH

Introduction In the realm of statistics, power regression stands out as a
versatile tool for exploring the relationship between two variables, where one
variable is the power of the other. This type of regression is particularly
useful when ther...


[Read more...]


QUASI-RANDOMIZED NNETWORKS IN JULIA, PYTHON AND R

November 26, 2023 | T. Moudiki

Machine Learning Classification with quasi-randomized nnetworks in Julia, Python
and R [Read more...]


INTRODUCTION TO DATA MANIPULATION IN R WITH {DPLYR}

November 26, 2023 | R on Stats and R

Introduction Data {dplyr} package Filter observations The pipe operator Extract
observations Based on their positions Based on their values Sample observations
Sort observations Select variables Rename variables Create or modify variables
Summ...


[Read more...]


QUERY BIGQUERY THROWS ERROR: ERROR IN STRSPLIT(NAME, “.”, FIXED = TRUE) :
NON-CHARACTER ARGUMENT

November 25, 2023 | rstats-tips.net

Lately I tried to query BigQuery using bigrquery. Unfortunately I got an error:
Error in strsplit(name, ".", fixed = TRUE) : non-character argument Updating to
the latest packages on CRAN doesn’t solve the problem. So I had to dig deepe...
[Read more...]


BLACK & WHITE

November 24, 2023 | Michael

Adelie Penguin (Pygoscelis adeliae) – CC-BY-SA by Gregory “Slobirdr” Smith
Day 24 of 30DayMapChallenge: « Black & white » (previously). All #RStats
enthusiasts seem to love Penguins (at least as a toy dataset), so I made a...


[Read more...]


REACTABLE.EXTRAS 0.2.0 RELEASE: ENHANCED INTERACTIVITY AND EFFICIENCY FOR SHINY
APPS

November 24, 2023 | Eduardo Almeida

We are thrilled to announce the release of reactable.extras, which is now
available for seamless integration into your Shiny applications, marking its
debut as a significant release on CRAN. With reactable.extras, you can elevate
your data tables to new heights, simplifying the management of interactive
components within reactable ...


[Read more...]


ROPENSCI NEWS DIGEST, NOVEMBER 2023

November 23, 2023 | rOpenSci - open tools for open science

Dear rOpenSci friends, it’s time for our monthly news roundup! You can read this
post on our blog. Now let’s dive into the activity at and around rOpenSci!
rOpenSci HQ Giving season: consider donating to rOpenSci This Giving Season
con... [Read more...]


WEEKLY DIGEST — 2023/11/24

November 23, 2023 | R - datawookie

My information highlights for the week: CodeWhisperer on the Command Line Jobs
with Higher Income and Fewer Hours and httr2 v1.0.0.


[Read more...]


GETTING STARTED WITH THEME()

November 23, 2023 | The Jumping Rivers Blog

The theme() function in {ggplot2} is awesome. Although it’s only one function,
it gives you so much control over your final plot. theme() allows us to generate
a consistent, in-house style for our graphics, modify the text within our plots
and mo...


[Read more...]


TANAKA

November 23, 2023 | Michael

Mount Fuji sunrise – CC-BY-NC-ND by Gilbert Sopakuwa Day 23 of
30DayMapChallenge: « 3D » (previously). The Tanaka contours (Tanaka 1950) are a
method of displaying 3D as a succession of terraces. library(elevatr)
library(terr...


[Read more...]


REVOLUTIONIZING CLINICAL RESEARCH WITH INTERACTIVE REPORTS: SHINY AND QUARTO IN
ACTION

November 23, 2023 | Anirban Shaw

The introduction of innovative tools like Shiny and Quarto has empowered
researchers and data scientists to transform complex data into interactive and
insightful reports. This progress is not just an improvement in data
visualization but a significant leap towards a new paradigm in clinical
research. In this article, we’ll ...


[Read more...]


OBJECT-ORIENTED EXPRESS: REFACTORING IN R

November 23, 2023 | Numbers around us

The Journey to OOP in RIn the world of programming, embarking on the path of
Object-Oriented Programming (OOP) is akin to boarding a high-speed train towards
more structured, efficient, and maintainable code. As we continue our series,
our next stop is...


[Read more...]


USING CHATGPT FOR EXPLORATORY DATA ANALYSIS WITH PYTHON, R AND PROMPTING
WORKSHOP

November 23, 2023 | Dariia Mykhailyshyna

Join our workshop on Using ChatGPT for Exploratory Data Analysis with Python, R
and prompting, which is a part of our workshops for Ukraine series!  Here’s some
more info:  Title:Using ChatGPT for Exploratory Data Analysis with Python, R and
prompting Date: Thursday, November 30th, 18:00 – 20:00 CET (Rome, Berlin, Paris
... [Read more...]


THE “SECRET SAUCE” USED IN MANY QEML FUNCTIONS

November 22, 2023 | matloff

In writing an R package, it is often useful to build up some function call in
string form, then “execute” the string. To give a really simple example: Quite a
lot of trouble to go to just to find that 1+1 = 2? Yes, but this trick can be
extremely useful, as we’... [Read more...]


NORTH

November 22, 2023 | Michael

Arrows – CC-BY by Dean Hochman Day 22 of 30DayMapChallenge: « North »
(previously). Indeed, north is not always up. Actually, north is not even always
north… Setup library(tidyverse) library(rnaturalearth) library(sf) librar...


[Read more...]


TIME SERIES ANALYSIS IN R: HOW TO READ AND UNDERSTAND TIME SERIES DATA

November 22, 2023 | Dario Radečić

If there’s one type of data no company has a shortage of, it has to be time
series data. Yet, many beginner and intermediate R developers struggle to grasp
their heads around basic R time series concepts, such as manipulating datetime
values, visualizing time data over time, and handling ...


[Read more...]


TIME SERIES ANALYSIS AND UNDERSTANDING A EUROBOND FUND WITH PROPHET

November 22, 2023 | Selcuk Disci

The Eurobonds are so popular in Turkey nowadays. The reason for this is that the
CDS of Turkey fell for quite a while since the new economic outlook began,
according to the economists. We will look into the factors that shape this trend
in this article. First, we build our ...


[Read more...]
1 2 3 … 2,056 »




MOST VIEWED POSTS (WEEKLY)

 * PCA vs Autoencoders for Dimensionality Reduction
 * How to install (and update!) R and RStudio
 * Calculate Confidence Intervals in R
 * Time Series Analysis in R: How to Read and Understand Time Series Data
 * How to Use the scale() Function in R
 * Date Formats in R
 * Using ChatGPT for Exploratory Data Analysis with Python, R and prompting
   workshop

SPONSORS




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


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




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


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


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


-->

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


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


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


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


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


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

Our ads respect your privacy. Read our Privacy Policy page to learn more.


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

Contact us if you wish to help support R-bloggers, and place your banner here.

JOBS FOR R-USERS

 * Senior Data Scientist to help us build the future of media measurement.
 * Statistical Programmer: developing R tools for clinical trial safety analysis
   @ US
 * Statistical Programmer for i360 @ Arlington, Virginia, United States
 * Biostatistician II
 * Associate Computational Scientist

PYTHON-BLOGGERS.COM (PYTHON/DATA-SCIENCE NEWS)

 * An Open Source Journey with Scikit-Learn
 * Optimizing Data Workflow: Integrating Data Science with PDF Tools
 * How to create a Pandas DataFrame with Python in Excel (three ways)
 * A plethora of datasets at your fingertips
 * The Power of T-Charts in Data Analysis: A Comprehensive Overview
 * Python Virtual Environments and Barbie
 * A classifier that’s very accurate (and deep)

CONTRIBUTING BLOGS

 * data prone – R
 * Bioinfpharmatics » R
 * R on Thomas Roh
 * shinyData
 * Kyle Walker
 * The USGS OWI blog
 * Small World
 * R Tutorials
 * R on R-house
 * Statistics | Gertjan Verhoeven
 * R – Nathan Chaney
 * Comments on:
 * geocacheR
 * R is my friend » R
 * Data Science, Data Mining and Predictive Analytics
 * R – Software tips, tricks, and hacks
 * Quintuitive » R
 * novyden
 * R on Biofunctor
 * Jasmine Dumas’ R Blog
 * iRODS4R
 * Blog for TCdata360 R-related posts
 * R – G-Forge
 * Adventures in Statistical Computing
 * Stats2U
 * Jacob Long
 * Jonas Haslbeck – r
 * G-Forge » R
 * Cutting edge R by Florian Gerber
 * Matias Andina
 * The Dancing Economist
 * R on Dominic Royé
 * Behavioral Security » rstats
 * Probability and statistics blog » r
 * R on ArData
 * R – Luke Stanke
 * R on Andres’ Blog
 * rbresearch » R
 * Statisfaction » R
 * r – paulvanderlaken.com
 * R on roryverse
 * From Guinness to GARCH
 * r – Experimental Behaviour
 * sieste » R
 * Statistics in Seattle
 * R-posts
 * R by R(yo)
 * R on Ryan Plant
 * Roman Luštrik not Inc. – R
 * Dyfan Jones Brain Dump HQ

Full list of contributing R-bloggers

R POSTS BY YEAR

Select Year 2023  (1461) 2022  (2029) 2021  (2496) 2020  (3299) 2019  (3086)
2018  (3479) 2017  (3718) 2016  (3477) 2015  (2858) 2014  (2894) 2013  (3141)
2012  (3382) 2011  (2847) 2010  (2046) 2009  (706) 2008  (107) 2007  (70) 2006
 (19) 2005  (5)

Copyright © 2023 | MH Corporate basic by MH Themes


WELCOME TO R-BLOGGERS.COM


R-BLOGGERS.COM ASKS FOR YOUR CONSENT TO USE YOUR PERSONAL DATA TO:

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

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

Your personal data will be processed and information from your device (cookies,
unique identifiers, and other device data) may be stored by, accessed by and
shared with 136 TCF vendor(s) and 66 ad partner(s), or used specifically by this
site or app.

Some vendors may process your personal data on the basis of legitimate interest,
which you can object to by managing your options below. Look for a link at the
bottom of this page or in our privacy policy where you can withdraw consent.

Consent



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


USE LIMITED DATA TO SELECT ADVERTISING

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

View details
Consent (70 vendors)Legitimate interest (33 vendors)help_outline


CREATE PROFILES FOR PERSONALISED ADVERTISING

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

View details
Consent (98 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 (94 vendors)


CREATE PROFILES TO PERSONALISE CONTENT

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

View details
Consent (32 vendors)


USE PROFILES TO SELECT PERSONALISED CONTENT

Content presented to you on this service can be based on your content
personalisation profiles, which can reflect your activity on this or other
services (for instance, the forms you submit, content you look at), possible
interests and personal aspects, such as by adapting the order in which content
is shown to you, so that it is even easier for you to find (non-advertising)
content that matches your interests.

View details
Consent (26 vendors)


MEASURE ADVERTISING PERFORMANCE

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

View details
Consent (77 vendors)Legitimate interest (47 vendors)help_outline


MEASURE CONTENT PERFORMANCE

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

View details
Consent (31 vendors)Legitimate interest (14 vendors)help_outline


UNDERSTAND AUDIENCES THROUGH STATISTICS OR COMBINATIONS OF DATA FROM DIFFERENT
SOURCES

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

View details
Consent (57 vendors)Legitimate interest (20 vendors)help_outline


DEVELOP AND IMPROVE SERVICES

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

View details
Consent (65 vendors)Legitimate interest (37 vendors)help_outline


USE LIMITED DATA TO SELECT CONTENT

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

View details
Consent (9 vendors)Legitimate interest (2 vendors)help_outline


ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS

help_outline

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

View details


DELIVER AND PRESENT ADVERTISING AND CONTENT

help_outline

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

View details


MATCH AND COMBINE DATA FROM OTHER DATA SOURCES

help_outline

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

View details


LINK DIFFERENT DEVICES

help_outline

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

View details


IDENTIFY DEVICES BASED ON INFORMATION TRANSMITTED AUTOMATICALLY

help_outline

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

View details


USE PRECISE GEOLOCATION DATA

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

View details
Consent

Vendor preferences

Accept all



Confirm choices

arrow_back

Vendor preferences


CONFIRM OUR VENDORS

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

TCF vendors

help_outline


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

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ROQ.AD GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADMAXIM LIMITED

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


INDEX EXCHANGE INC.

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTCAST

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BEESWAXIO CORPORATION

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOVRN, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADIKTEEV

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RTB HOUSE S.A.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE UK TRADE DESK LTD

Cookie duration: 3629 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMETRICS GMBH

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


AMOBEE INC.

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EPSILON

Cookie duration: 184 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


YAHOO EMEA LIMITED

Cookie duration: 397 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADVENTORI SAS

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TRIPLELIFT, INC.

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


XANDR, INC.

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEORY GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UNRULY GROUP LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEURAL.ONE

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADITION (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ACTIVE AGENT (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMART ADSERVER

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADFORM A/S

Cookie duration: 1 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RATEGAIN ADARA INC

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIFT MEDIA, INC

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LUMEN RESEARCH LIMITED

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AMAZON AD SERVER

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


YIELDLAB (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIMPLIFI HOLDINGS INC

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PUBMATIC, INC

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


COMSCORE B.V.

Cookie duration: 720 (days).

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

more

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


View details | Privacy policylaunch
Consent


FLASHTALKING

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PULSEPOINT, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMAATO, INC.

Cookie duration: 21 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEMASIO GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GENIUS SPORTS UK LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRITEO SA

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADLOOX SA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOTAME SOLUTIONS, INC

Cookie duration: 274 (days).

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

more

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


View details | Privacy policylaunch
Consent


LIVERAMP

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GROUPM UK LIMITED

Cookie duration: 395 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOOPME LIMITED

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DYNATA LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ASK LOCALA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEAR INTELLIGENCE

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DOUBLEVERIFY INC.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


IPONWEB GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


NEXTROLL, INC.

Cookie duration: 183 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TEADS FRANCE SAS

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER SSP GMBH (SSP)

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OS DATA SOLUTIONS GMBH &AMP; CO. KG

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PERMODO GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PLATFORM161 B.V.

Cookie duration: 396 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADACADO TECHNOLOGIES INC. (DBA ADACADO)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMADEX, S.L.U.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BOMBORA INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EASYMEDIA GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


REMERGE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADVANCED STORE GMBH

Cookie duration: 365 (days).

Data collected and processed: Device identifiers

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE CTV, INC.

Cookie duration: 366 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


USEMAX ADVERTISEMENT (EMEGO GMBH)

Cookie duration: 365 (days).

Data collected and processed: Users’ profiles

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EMETRIQ GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
Consent


M.D. PRIMIS TECHNOLOGIES LTD.

Cookie duration: 25 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ONETAG LIMITED

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CLOUD TECHNOLOGIES S.A.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMARTOLOGY LIMITED

Doesn't use cookies.

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


IMPROVE DIGITAL

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE ADVERTISING CLOUD

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BANNERFLOW AB

Cookie duration: 366 (days).

Data collected and processed: IP addresses

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABMO SAS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


WIZALY

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


WEBORAMA

Cookie duration: 393 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JIVOX CORPORATION

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOBILE PROFESSIONALS BV / SAGE&AMP;ARCHER BV

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch
Consent


ON DEVICE RESEARCH LIMITED

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


ROCKABOX MEDIA LTD

Doesn't use cookies.

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EXACTAG GMBH

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CELTRA INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAINADV SRL

Cookie duration: 30 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GEMIUS SA

Cookie duration: 1825 (days).

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

more

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


View details | Privacy policylaunch
Consent


THE KANTAR GROUP LIMITED

Cookie duration: 914 (days).

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

more

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


View details | Privacy policylaunch
Consent


NIELSEN MEDIA RESEARCH LTD.

Cookie duration: 120 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOLOCAL SA

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PIXALATE, INC.

Doesn't use cookies.

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ORACLE ADVERTISING

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NUMBERLY

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AUDIENCEPROJECT APS

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DEMANDBASE, INC.

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EFFILIATION / EFFINITY

Cookie duration: 2 (days).

Data collected and processed: Device characteristics

more

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


View details | Storage details | Privacy policylaunch
Consent


SEENTHIS AB

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policylaunch


COMMANDERS ACT

Cookie duration: 365 (days).

Data collected and processed: Device identifiers, IP addresses

more




View details | Storage details | Privacy policylaunch
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

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

more

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


View details | Privacy policylaunch
Consent


HUMAN

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLENDEE SRL

Cookie duration: 366 (days).

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

more

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


View details | Privacy policylaunch
Consent


INNOVID LLC

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PAPIRFLY AS

Doesn't use cookies.

Data collected and processed: Device characteristics

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEUSTAR, INC., A TRANSUNION COMPANY

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SALESFORCE.COM, INC.

Cookie duration: 180 (days).

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

more

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


View details | Privacy policylaunch
Consent


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OTTO (GMBH &AMP; CO KG)

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE AUDIENCE MANAGER, ADOBE EXPERIENCE PLATFORM

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOCALSENSOR B.V.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


ONLINE SOLUTION

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RELAY42 NETHERLANDS B.V.

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


GP ONE GMBH

Cookie duration: Uses session cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LIFTOFF MOBILE, INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE MEDIAGRID INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


MINDTAKE RESEARCH GMBH

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CINT AB

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GFK SE

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


REVJET

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PROTECTED MEDIA LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CLINCH LABS LTD

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ORACLE DATA CLOUD - MOAT

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


HEARTS AND SCIENCE MÜNCHEN GMBH

Cookie duration: 60 (days).

Data collected and processed: IP addresses

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AMAZON ADVERTISING

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOLOCO, INC.

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADTRIBA GMBH

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


OBJECTIVE PARTNERS BV

Cookie duration: 90 (days).

Data collected and processed: Device identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ENSIGHTEN

Cookie duration: 1825 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EBAY INC

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


HURRA COMMUNICATIONS GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline

Ad partners

help_outline


GSKINNER

Privacy policylaunch
Consent


AKAMAI

Privacy policylaunch
Consent


FACEBOOK

Privacy policylaunch
Consent


AUNICA

Privacy policylaunch
Consent


BOOKING.COM

Privacy policylaunch
Consent


C3 METRICS

Privacy policylaunch
Consent


IBM

Privacy policylaunch
Consent


EVIDON

Privacy policylaunch
Consent


CUBED

Privacy policylaunch
Consent


OPTOMATON

Privacy policylaunch
Consent


INTELLIAD

Privacy policylaunch
Consent


ANALIGHTS

Privacy policylaunch
Consent


DSTILLERY

Privacy policylaunch
Consent


MEDIAMATH

Privacy policylaunch
Consent


DMA INSTITUTE

Privacy policylaunch
Consent


ZMS

Privacy policylaunch
Consent


DENTSU AEGIS NETWORK

Privacy policylaunch
Consent


IGNITION ONE

Privacy policylaunch
Consent


OMNICOM MEDIA GROUP

Privacy policylaunch
Consent


DIGISEG

Privacy policylaunch
Consent


RESONATE

Privacy policylaunch
Consent


SOJERN

Privacy policylaunch
Consent


HAENSEL AMS

Privacy policylaunch
Consent


BDSK HANDELS GMBH & CO. KG

Privacy policylaunch
Consent


VIDEOLOGY

Privacy policylaunch
Consent


TRADEDOUBLER AB

Privacy policylaunch
Consent


TRUSTARC

Privacy policylaunch
Consent


TRUEFFECT

Privacy policylaunch
Consent


MARKETING SCIENCE CONSULTING GROUP, INC.

Privacy policylaunch
Consent


DENTSU

Privacy policylaunch
Consent


ESSENS

Privacy policylaunch
Consent


TRAVEL DATA COLLECTIVE

Privacy policylaunch
Consent


ADVOLUTION.CONTROL

Privacy policylaunch
Consent


WIDESPACE

Privacy policylaunch
Consent


LIFESTREET

Privacy policylaunch
Consent


VIMEO

Privacy policylaunch
Consent


BATCH MEDIA

Privacy policylaunch
Consent


VODAFONE GMBH

Privacy policylaunch
Consent


MAGNITE

Privacy policylaunch
Consent


SCENESTEALER

Privacy policylaunch
Consent


NETQUEST

Privacy policylaunch
Consent


MANAGE.COM

Privacy policylaunch
Consent


CLOUDFLARE

Privacy policylaunch
Consent


HAVAS MEDIA FRANCE - DBI

Privacy policylaunch
Consent


NETFLIX

Privacy policylaunch
Consent


MACROMILL GROUP

Privacy policylaunch
Consent


EBUILDERS

Privacy policylaunch
Consent


APPLOVIN CORP.

Privacy policylaunch
Consent


NANO INTERACTIVE

Privacy policylaunch
Consent


FRACTIONAL MEDIA

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


MSI-ACI

Privacy policylaunch
Consent


ARRIVALIST

Privacy policylaunch
Consent


NAVEGG

Privacy policylaunch
Consent


ADMEDO

Privacy policylaunch
Consent


KOCHAVA

Privacy policylaunch
Consent


MOBITRANS

Privacy policylaunch
Consent


ADEX

Privacy policylaunch
Consent


IMPACT

Privacy policylaunch
Consent


SPOTAD

Privacy policylaunch
Consent


AARKI

Privacy policylaunch
Consent


SFR

Privacy policylaunch
Consent


CABLATO

Privacy policylaunch
Consent


WAYSTACK

Privacy policylaunch
Consent


TRESENSA

Privacy policylaunch
Consent


ADLUDIO

Privacy policylaunch
Consent

Accept all



Confirm choices

Close