www.rapidtables.com Open in urlscan Pro
2606:4700:10::6816:dbf  Public Scan

URL: https://www.rapidtables.com/convert/number/binary-to-ascii.html
Submission: On February 23 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: calcform

<form class="calc" name="calcform" autocomplete="off">
  <div id="unitnav" class="form-row">
    <div class="form-group col">
      <label for="unit1">From</label>
      <select id="unit1" class="form-control">
        <option value="binary" selected="">Binary</option>
        <option value="decimal">Decimal</option>
        <option value="octal">Octal</option>
        <option value="hex">Hexadecimal</option>
        <option value="ascii">Text</option>
      </select>
    </div>
    <div class="form-group col">
      <label for="unit2">To</label>
      <select id="unit2" class="form-control">
        <option value="binary">Binary</option>
        <option value="decimal">Decimal</option>
        <option value="octal">Octal</option>
        <option value="hex">Hexadecimal</option>
        <option value="ascii" selected="">Text</option>
      </select>
    </div>
  </div>
  <div class="form-group">
    <button type="button" title="Open File" aria-label="Open File" onclick="OnOpen()" class="btn btn-secondary"><img src="/lib/icons/material/svg/folder_open_white_24dp.svg" loading="lazy" width="24" height="24" alt=""> Open File</button>
    <button type="button" title="Open Binary File" aria-label="Open Binary File" onclick="OnOpenBin()" class="btn btn-secondary"><img src="/lib/icons/material/svg/folder_open_white_24dp.svg" loading="lazy" width="24" height="24" alt=""> Open Bin
      File</button>
    <button type="button" id="viewsel" title="View Selection" aria-label="View selection" onclick="OnViewSelection()" class="btn btn-secondary"><img src="/lib/icons/material/svg/search_white_24dp.svg" loading="lazy" width="24" height="24"
        alt=""></button>
    <input type="file" id="fileElem" name="fileElem[]" accept="text/*,.c,.h,.cpp,.cs,.java,.py,.php" style="visibility:hidden; width:30px" onchange="OnFile()">
    <input type="file" id="binFileElem" name="binFileElem[]" style="visibility:hidden; width:30px" onchange="OnBinFile()">
  </div>
  <div class="form-group">
    <label for="bin">Paste binary numbers or drop file:</label>
    <textarea id="bin" name="bin" rows="6" cols="60" class="form-control" spellcheck="false" placeholder="Binary input ..." autofocus=""></textarea>
  </div>
  <div class="form-group">
    <label for="charsel">Character encoding (optional)</label>
    <select class="form-control" id="charsel">
      <option value="">ASCII</option>
      <option value="">Unicode</option>
      <option value="utf-8" selected="">ASCII/UTF-8</option>
      <option value="utf-16le">UTF-16</option>
      <option value="utf-16le">UTF-16 little endian</option>
      <option value="utf-16be">UTF-16 big endian</option>
      <option value="windows-1252">Windows-1252</option>
      <option value="big5">Big5 (Chinese)</option>
      <option value="ibm866">CP866 (Russian)</option>
      <option value="euc-jp">EUC-JP (Japanese)</option>
      <option value="euc-kr">EUC-KR (Korean)</option>
      <option value="gb18030">GB 18030 (Chinese)</option>
      <option value="hz-gb-2312">GB 2312 (Chinese)</option>
      <option value="replacement">ISO-2022-CN (Chinese)</option>
      <option value="iso-2022-jp">ISO-2022-JP (Japanese)</option>
      <option value="windows-1252">ISO-8859-1 (Latin1/Western European)</option>
      <option value="iso-8859-2">ISO-8859-2 (Latin2/Eastern European)</option>
      <option value="iso-8859-3">ISO-8859-3 (Latin3/South European)</option>
      <option value="iso-8859-4">ISO-8859-4 (Latin4/North European)</option>
      <option value="iso-8859-5">ISO-8859-5 (Latin/Cyrillic)</option>
      <option value="iso-8859-6">ISO-8859-6 (Latin/Arabic)</option>
      <option value="iso-8859-7">ISO-8859-7 (Latin/Greek)</option>
      <option value="iso-8859-8">ISO-8859-8 (Latin/Hebrew)</option>
      <option value="iso-8859-8-i">ISO-8859-8-I (Latin/Hebrew)</option>
      <option value="iso-8859-10">ISO-8859-10 (Latin6/Nordic)</option>
      <option value="iso-8859-13">ISO-8859-13 (Latin7/Baltic Rim)</option>
      <option value="iso-8859-14">ISO-8859-14 (Latin8/Celtic)</option>
      <option value="iso-8859-15">ISO-8859-15 (Latin9/Western European)</option>
      <option value="iso-8859-16">ISO-8859-16 (Latin10/South-Eastern European)</option>
      <option value="koi8-r">KOI8-R (Russian)</option>
      <option value="koi8-u">KOI8-U (Ukrainian)</option>
      <option value="macintosh">Macintosh (x-mac-roman)</option>
      <option value="x-mac-cyrillic">Mac OS Cyrillic (x-mac-cyrillic)</option>
      <option value="shift_jis">Shift JIS (Japanese)</option>
      <option value="windows-874">Windows-874 (Thai)</option>
      <option value="windows-1250">Windows-1250 (Eastern European)</option>
      <option value="windows-1251">Windows-1251 (Cyrillic)</option>
      <option value="windows-1252">Windows-1252 (Western European)</option>
      <option value="windows-1253">Windows-1253 (Greek)</option>
      <option value="windows-1254">Windows-1254 (Turkish)</option>
      <option value="windows-1255">Windows-1255 (Hebrew)</option>
      <option value="windows-1256">Windows-1256 (Arabic)</option>
      <option value="windows-1257">Windows-1257 (Baltic)</option>
      <option value="windows-1258">Windows-1258 (Vietnamese)</option>
      <option value="x-user-defined">X-User-Defined</option>
    </select>
  </div>
  <div class="form-group">
    <button type="button" title="Convert" class="btn btn-success" onclick="OnConvert()"><img src="/lib/icons/material/svg/autorenew_white_24dp.svg" loading="lazy" width="24" height="24" alt=""> Convert</button>
    <button type="reset" title="Reset" class="btn btn-secondary"><img src="/lib/icons/material/svg/clear_white_24dp.svg" loading="lazy" width="24" height="24" alt=""> Reset</button>
    <button type="button" title="Swap conversion" class="btn btn-secondary" onclick="location.href='ascii-to-binary.html';"><img src="/lib/icons/material/svg/swap_vert_white_24dp.svg" loading="lazy" width="24" height="24" alt=""> Swap</button>
  </div>
  <div class="form-group">
    <textarea id="txt" name="txt" rows="6" cols="60" readonly="" class="form-control" placeholder="Text output ..."></textarea>
  </div>
  <div class="form-group">
    <button type="button" title="Copy" onclick="OnCopy()" class="btn btn-secondary"><img src="/lib/icons/material/svg/content_copy_white_24dp.svg" loading="lazy" width="24" height="24" alt=""> Copy</button>
    <button type="button" title="Save" onclick="OnSave()" class="btn btn-secondary"><img src="/lib/icons/material/svg/save_alt_white_24dp.svg" loading="lazy" width="24" height="24" alt=""> Save</button>
  </div>
</form>

<form id="fdbkform">
  <textarea id="fdbkarea" rows="4" minlength="30" maxlength="1000" placeholder="Your message ..." required="" class="form-control"></textarea>
  <span id="fdbkmsg"></span>
  <button type="submit" class="btn btn-secondary" onclick="OnSubFb()">Submit Feedback</button>
</form>

Text Content

RapidTables

Search Share
Home›Conversion›Number conversion›Binary to text converter


BINARY TO TEXT TRANSLATOR

Enter binary numbers with any prefix / postfix / delimiter and press the Convert
button
(E.g: 01000101 01111000 01100001 01101101 01110000 01101100 01100101):

From Binary Decimal Octal Hexadecimal Text
To Binary Decimal Octal Hexadecimal Text
Open File Open Bin File
Paste binary numbers or drop file:
Character encoding (optional) ASCII Unicode ASCII/UTF-8 UTF-16 UTF-16 little
endian UTF-16 big endian Windows-1252 Big5 (Chinese) CP866 (Russian) EUC-JP
(Japanese) EUC-KR (Korean) GB 18030 (Chinese) GB 2312 (Chinese) ISO-2022-CN
(Chinese) ISO-2022-JP (Japanese) ISO-8859-1 (Latin1/Western European) ISO-8859-2
(Latin2/Eastern European) ISO-8859-3 (Latin3/South European) ISO-8859-4
(Latin4/North European) ISO-8859-5 (Latin/Cyrillic) ISO-8859-6 (Latin/Arabic)
ISO-8859-7 (Latin/Greek) ISO-8859-8 (Latin/Hebrew) ISO-8859-8-I (Latin/Hebrew)
ISO-8859-10 (Latin6/Nordic) ISO-8859-13 (Latin7/Baltic Rim) ISO-8859-14
(Latin8/Celtic) ISO-8859-15 (Latin9/Western European) ISO-8859-16
(Latin10/South-Eastern European) KOI8-R (Russian) KOI8-U (Ukrainian) Macintosh
(x-mac-roman) Mac OS Cyrillic (x-mac-cyrillic) Shift JIS (Japanese) Windows-874
(Thai) Windows-1250 (Eastern European) Windows-1251 (Cyrillic) Windows-1252
(Western European) Windows-1253 (Greek) Windows-1254 (Turkish) Windows-1255
(Hebrew) Windows-1256 (Arabic) Windows-1257 (Baltic) Windows-1258 (Vietnamese)
X-User-Defined
Convert Reset Swap

Copy Save

Text to binary converter ►



ASCII text encoding uses fixed 1 byte for each character.

UTF-8 text encoding uses variable number of bytes for each character. This
requires delimiter between each binary number.


HOW TO CONVERT BINARY TO TEXT

Convert binary ASCII code to text:

 1. Get binary byte
 2. Convert binary byte to decimal
 3. Get character of ASCII code from ASCII table
 4. Continue with next byte

EXAMPLE

Convert "01010000 01101100 01100001 01101110 01110100 00100000 01110100 01110010
01100101 01100101 01110011" binary ASCII code to text:

Solution:

Use ASCII table to get character from ASCII code.

010100002 = 26+24 = 64+16 = 80 => "P"

011011002 = 26+25+23+22 = 64+32+8+4 = 108 => "l"

011000012 = 26+25+20 = 64+32+1 = 97 => "a"

⁝

For all the binary bytes you should get the text:

"Plant trees"


HOW TO CONVERT BINARY TO TEXT?

 1. Get binary byte code
 2. Convert binary byte to decimal
 3. Get character of decimal ASCII code from ASCII table
 4. Continue with next binary byte


HOW TO USE BINARY TO TEXT CONVERTER?

 1. Paste binary byte codes in input text box.
 2. Select character encoding type.
 3. Press the Convert button.


HOW TO CONVERT BINARY CODE TO ENGLISH?

 1. Get binary byte code
 2. Convert binary byte to decimal
 3. Get english letter of decimal ASCII code from ASCII table
 4. Continue with next binary byte


HOW TO CONVERT 01000001 BINARY TO TEXT?

Use ASCII table:
01000001 = 2^6+2^0 = 64+1 = 65 = 'A' character


HOW TO CONVERT 00110000 BINARY TO TEXT?

Use ASCII table:
00110000 = 2^5+2^4 = 32+16 = 48 = '0' character


BINARY TO ASCII TEXT CONVERSION TABLE

Hexadecimal Binary ASCII
Character 00 00000000 NUL 01 00000001 SOH 02 00000010 STX 03 00000011 ETX 04
00000100 EOT 05 00000101 ENQ 06 00000110 ACK 07 00000111 BEL 08 00001000 BS 09
00001001 HT 0A 00001010 LF 0B 00001011 VT 0C 00001100 FF 0D 00001101 CR 0E
00001110 SO 0F 00001111 SI 10 00010000 DLE 11 00010001 DC1 12 00010010 DC2 13
00010011 DC3 14 00010100 DC4 15 00010101 NAK 16 00010110 SYN 17 00010111 ETB 18
00011000 CAN 19 00011001 EM 1A 00011010 SUB 1B 00011011 ESC 1C 00011100 FS 1D
00011101 GS 1E 00011110 RS 1F 00011111 US 20 00100000 Space 21 00100001 ! 22
00100010 " 23 00100011 # 24 00100100 $ 25 00100101 % 26 00100110 & 27 00100111 '
28 00101000 ( 29 00101001 ) 2A 00101010 * 2B 00101011 + 2C 00101100 , 2D
00101101 - 2E 00101110 . 2F 00101111 / 30 00110000 0 31 00110001 1 32 00110010 2
33 00110011 3 34 00110100 4 35 00110101 5 36 00110110 6 37 00110111 7 38
00111000 8 39 00111001 9 3A 00111010 : 3B 00111011 ; 3C 00111100 < 3D 00111101 =
3E 00111110 > 3F 00111111 ? 40 01000000 @ 41 01000001 A 42 01000010 B 43
01000011 C 44 01000100 D 45 01000101 E 46 01000110 F 47 01000111 G 48 01001000 H
49 01001001 I 4A 01001010 J 4B 01001011 K 4C 01001100 L 4D 01001101 M 4E
01001110 N 4F 01001111 O 50 01010000 P 51 01010001 Q 52 01010010 R 53 01010011 S
54 01010100 T 55 01010101 U 56 01010110 V 57 01010111 W 58 01011000 X 59
01011001 Y 5A 01011010 Z 5B 01011011 [ 5C 01011100 \ 5D 01011101 ] 5E 01011110 ^
5F 01011111 _ 60 01100000 ` 61 01100001 a 62 01100010 b 63 01100011 c 64
01100100 d 65 01100101 e 66 01100110 f 67 01100111 g 68 01101000 h 69 01101001 i
6A 01101010 j 6B 01101011 k 6C 01101100 l 6D 01101101 m 6E 01101110 n 6F
01101111 o 70 01110000 p 71 01110001 q 72 01110010 r 73 01110011 s 74 01110100 t
75 01110101 u 76 01110110 v 77 01110111 w 78 01111000 x 79 01111001 y 7A
01111010 z 7B 01111011 { 7C 01111100 | 7D 01111101 } 7E 01111110 ~ 7F 01111111
DEL

 

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


SEE ALSO

 * ASCII to binary converter
 * ASCII to hex converter
 * Hex to ASCII converter
 * ASCII,Hex,Binary,Decimal,Base64 converter
 * Hex/decimal/octal/binary converter
 * Base64 decoder
 * Base64 encoder
 * ASCII table
 * Unicode characters


WRITE HOW TO IMPROVE THIS PAGE

Submit Feedback

NUMBER CONVERSION

 * ASCII,Hex,Binary,Decimal converter
 * ASCII text to binary converter
 * ASCII text to hex converter
 * Base converter
 * Binary converter
 * Binary to ASCII text converter
 * Binary to decimal converter
 * Binary to hex converter
 * Date to roman numerals converter
 * Decimal to fraction converter
 * Decimal to percent converter
 * Decimal to binary converter
 * Decimal to octal converter
 * Decimal to hex converter
 * Degrees to deg,min,sec converter
 * Deg,min,sec to degrees converter
 * Degrees to radians converter
 * Fraction to decimal converter
 * Fraction to percent converter
 * Hex/decimal/octal/binary converter
 * Hex to ASCII text converter
 * Hex to binary converter
 * Hex to decimal converter
 * Octal to decimal converter
 * Percent to decimal converter
 * Percent to fraction converter
 * Percent to ppm converter
 * ppm to percent converter
 * ppm to ppb converter
 * ppm to ppt converter
 * ppb to ppm converter
 * ppt to ppm converter
 * ppm converter
 * Radians to degrees converter
 * Roman numerals converter
 * Scientific notation converter

RAPID TABLES

 * Recommend Site
 * Send Feedback
 * About

Home | Web | Math | Electricity | Calculators | Converters | Tools

© RapidTables.com | About | Terms of Use | Privacy Policy | Manage Cookies




GDPR PRIVACY NOTICE


RAPIDTABLES.COM ASKS FOR YOUR CONSENT 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 155 TCF vendor(s) and 69 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.

OK



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 (136 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 (88 vendors)Legitimate interest (34 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 (107 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 (104 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 (35 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 (30 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 (88 vendors)Legitimate interest (52 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 (36 vendors)Legitimate interest (16 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 (61 vendors)Legitimate interest (23 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 (72 vendors)Legitimate interest (43 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 (12 vendors)Legitimate interest (3 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 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


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

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 that you shared.

TCF vendors

help_outline


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

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ROQ.AD GMBH

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


INDEX EXCHANGE INC.

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTCAST

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BEESWAXIO CORPORATION

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


SOVRN, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


ADIKTEEV

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RTB HOUSE S.A.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


THE UK TRADE DESK LTD

Cookie duration: 3629 (days).

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

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

more




View details | Privacy policylaunch
Consent


NEXXEN INC.

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EPSILON

Cookie duration: 184 (days).

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

more

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


View details | Privacy policylaunch
Consent


YAHOO EMEA LIMITED

Cookie duration: 397 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADVENTORI SAS

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
Consent


TRIPLELIFT, INC.

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


XANDR, INC.

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEORY GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


NEXXEN GROUP LLC

Cookie duration: 365 (days).

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

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ADITION (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ACTIVE AGENT (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


EQUATIV

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADFORM A/S

Cookie duration: 1 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

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

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

more




View details | Storage details | Privacy policylaunch
Consent


33ACROSS

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SIFT MEDIA, INC

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JUSTPREMIUM BV

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


LUMEN RESEARCH LIMITED

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


AMAZON AD SERVER

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


YIELDLAB (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIMPLIFI HOLDINGS LLC

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PUBMATIC, INC

Cookie duration: 90 (days).

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

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

more

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


View details | Privacy policylaunch
Consent


FLASHTALKING

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
Consent


SHARETHROUGH, INC

Cookie duration: 30 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PULSEPOINT, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


SMAATO, INC.

Cookie duration: 21 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEMASIO GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRITEO SA

Cookie duration: 390 (days).

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


LOTAME SOLUTIONS, INC

Cookie duration: 274 (days).

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

more

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


View details | Privacy policylaunch
Consent


LIVERAMP

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


GROUPM UK LIMITED

Cookie duration: 395 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SONOBI, INC

Cookie duration: 60 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOOPME LIMITED

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


DYNATA LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ASK LOCALA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


NEAR INTELLIGENCE

Doesn't use cookies.

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

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

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

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

more

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


View details | Storage details | Privacy policylaunch
Consent


NEXTROLL, INC.

Cookie duration: 183 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


TEADS FRANCE SAS

Cookie duration: 365 (days).

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

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

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CONNECTAD DEMAND GMBH

Cookie duration: 31 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


PERMODO GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PLATFORM161 B.V.

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


MEDIA.NET ADVERTISING FZ-LLC

Cookie duration: 2190 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CONNATIX NATIVE EXCHANGE INC.

Cookie duration: 31 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADACADO TECHNOLOGIES INC. (DBA ADACADO)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BOMBORA INC.

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


YIELDMO, INC.

Cookie duration: 365 (days).

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

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


USEMAX ADVERTISEMENT (EMEGO GMBH)

Cookie duration: 365 (days).

Data collected and processed: Users’ profiles

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


EMETRIQ GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 1825 (days).

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

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ONETAG LIMITED

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


CLOUD TECHNOLOGIES S.A.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


SMARTOLOGY LIMITED

Doesn't use cookies.

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


IMPROVE DIGITAL

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADYOULIKE SA

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


NATIVO, INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE ADVERTISING CLOUD

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BANNERFLOW AB

Cookie duration: 366 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABMO SAS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


WIZALY

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


WEBORAMA

Cookie duration: 393 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


COMCAST INTERNATIONAL FRANCE SAS/FREEWHEEL MEDIA, INC.

Cookie duration: 183 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JIVOX CORPORATION

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SAGE&#43;ARCHER BV

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch
Consent


ON DEVICE RESEARCH LIMITED

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


MOBFOX US LLC

Cookie duration: 14 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


EXACTAG GMBH

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CELTRA INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


MAINADV SRL

Cookie duration: 30 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


GEMIUS SA

Cookie duration: 1825 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


THE KANTAR GROUP LIMITED

Cookie duration: 914 (days).

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

more

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


View details | Privacy policylaunch
Consent


NIELSEN MEDIA RESEARCH LTD.

Cookie duration: 120 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOLOCAL SA

Cookie duration: 396 (days).

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

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

more




View details | Storage details | Privacy policylaunch
Consent


ORACLE ADVERTISING

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NUMBERLY

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AUDIENCEPROJECT APS

Cookie duration: 365 (days).

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

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

more

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


View details | Storage details | Privacy policylaunch
Consent


EFFILIATION / EFFINITY

Cookie duration: 2 (days).

Data collected and processed: Device characteristics

more

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


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

more




View details | Storage details | Privacy policylaunch
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

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

more

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


View details | Privacy policylaunch
Consent


HUMAN

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


ADLUDIO LTD.

Doesn't use cookies.

Data collected and processed: Device characteristics

more




View details | Privacy policylaunch
Consent


BLENDEE SRL

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


INNOVID LLC

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PAPIRFLY AS

Doesn't use cookies.

Data collected and processed: Device characteristics

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


NEUSTAR, INC., A TRANSUNION COMPANY

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


OTTO (GMBH &AMP; CO KG)

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


LOCALSENSOR B.V.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


ONLINE SOLUTION

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


ONFOCUS (ADAGIO)

Cookie duration: 60 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


RELAY42 NETHERLANDS B.V.

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


SMILE WANTED GROUP

Cookie duration: 92 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


GP ONE GMBH

Cookie duration: Uses session cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE MEDIAGRID INC.

Cookie duration: 365 (days).

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


CINT AB

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
Consent


MONET ENGINE INC

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GFK GMBH

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


REVJET

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


PROTECTED MEDIA LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


CLINCH LABS LTD

Cookie duration: 730 (days).

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

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


ANIVIEW LTD

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


HEARTS AND SCIENCE MÜNCHEN GMBH

Cookie duration: 60 (days).

Data collected and processed: IP addresses

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


AMAZON ADVERTISING

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


MOLOCO, INC.

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NOBID, INC.

Cookie duration: 7 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADTRIBA GMBH

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


ONLINE MEDIA SOLUTIONS LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


EBAY INC

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


HURRA COMMUNICATIONS GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SNIGEL WEB SERVICES LIMITED

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
Consent


152 MEDIA LLC

Cookie duration: 2 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent

Ad partners

help_outline


GSKINNER

Privacy policylaunch
Consent


AKAMAI

Privacy policylaunch
Consent


FACEBOOK

Privacy policylaunch
Consent


AUNICA

Privacy policylaunch
Consent


BOOKING.COM

Privacy policylaunch
Consent


C3 METRICS

Privacy policylaunch
Consent


IBM

Privacy policylaunch
Consent


EVIDON

Privacy policylaunch
Consent


CUBED

Privacy policylaunch
Consent


OPTOMATON

Privacy policylaunch
Consent


INTELLIAD

Privacy policylaunch
Consent


DEEPINTENT

Privacy policylaunch
Consent


FLUCT

Privacy policylaunch
Consent


ANALIGHTS

Privacy policylaunch
Consent


DSTILLERY

Privacy policylaunch
Consent


MEDIAMATH

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


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


SALESFORCE DMP

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


EMX DIGITAL

Privacy policylaunch
Consent


NANO INTERACTIVE

Privacy policylaunch
Consent


FRACTIONAL MEDIA

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


LIFTOFF

Privacy policylaunch
Consent


MSI-ACI

Privacy policylaunch
Consent


ARRIVALIST

Privacy policylaunch
Consent


CHOCOLATE PLATFORM

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

Accept all



Confirm choices

Close