www.w3web.net Open in urlscan Pro
5.9.96.241  Public Scan

URL: http://www.w3web.net/
Submission Tags: falconsandbox
Submission: On January 22 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://www.w3web.net/

<form method="get" class="search-form" action="https://www.w3web.net/">
  <label>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="search-field" placeholder="Search …" value="" name="s" title="Search for:">
  </label>
  <button class="search-submit" aria-label="Search"><span class="gp-icon icon-search"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em">
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M208 48c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160S296.366 48 208 48zM0 208C0 93.125 93.125 0 208 0s208 93.125 208 208c0 48.741-16.765 93.566-44.843 129.024l133.826 134.018c9.366 9.379 9.355 24.575-.025 33.941-9.379 9.366-24.575 9.355-33.941-.025L337.238 370.987C301.747 399.167 256.839 416 208 416 93.125 416 0 322.875 0 208z">
        </path>
      </svg></span></button>
</form>

POST /#es_form_f1-n1

<form action="/#es_form_f1-n1" method="post" class="es_subscription_form es_shortcode_form " id="es_subscription_form_65adeed1c8772" data-source="ig-es">
  <div class="es-field-wrap"><label>Name*<br><input type="text" name="esfpx_name" class="ig_es_form_field_name" placeholder="" value="" required="required"></label></div>
  <div class="es-field-wrap"><label>Email*<br><input class="es_required_field es_txt_email ig_es_form_field_email" type="email" name="esfpx_email" value="" placeholder="" required="required"></label></div><input type="hidden" name="esfpx_lists[]"
    value="8790138c922d"><input type="hidden" name="esfpx_form_id" value="1"><input type="hidden" name="es" value="subscribe">
  <input type="hidden" name="esfpx_es_form_identifier" value="f1-n1">
  <input type="hidden" name="esfpx_es_email_page" value="8980">
  <input type="hidden" name="esfpx_es_email_page_url" value="https://www.w3web.net/validation-rule-on-lead-to-check-phone/">
  <input type="hidden" name="esfpx_status" value="Unconfirmed">
  <input type="hidden" name="esfpx_es-subscribe" id="es-subscribe-65adeed1c8772" value="2d78789279">
  <label style="position:absolute;top:-99999px;left:-99999px;z-index:-99;"><input type="email" name="esfpx_es_hp_email" class="es_required_field" tabindex="-1" autocomplete="-1" value=""></label><input type="submit" name="submit"
    class="es_subscription_form_submit es_submit_button es_textbox_button" id="es_subscription_form_submit_65adeed1c8772" value="Subscribe"><span class="es_spinner_image" id="spinner-image"><img
      src="http://www.w3web.net/wp-content/plugins/email-subscribers/lite/public/images/spinner.gif" alt="Loading"></span>
</form>

Text Content

Skip to content
 * Surfmyindia |
 * Lifedreamguide |
 * w3webmart |
 * Overstockphoto |
 * News24globalworld |
 * News24classictimes |
 * Incriediableindia |
 * TechW3web |
 * W3Force

:: Unlock Your Success with Our Digital Course →
Menu
 * Home
 * Tutorial
   * Lightning Component
   * Salesforce LWC
   * Salesforce Integration
   * Visualforce
   * Trigger
   * JQuery
 * Our Courses
 * Integration
 * Aura Comp
 * Salesforce LWC
 * Visualforce
 * Trigger
 * JQuery
 * Sitemap
 * More
   * About Us
   * Contact Us
   * Course Pricing
   * Blog
   * Gallery
   * Most Popular Articles
   * Download E-Book
   * YouTube Channel








UPON CONTACT RECORD CREATION IF LEADSOURCE FIELD IS HAVING VALUE AS ‘WEB’ OR
‘PHONE INQUIRY’ THEN POPULATE LEVEL AS ‘PRIMARY’

December 7, 2023December 6, 2023 by Vijay Kumar

Hey guys, today in this post we are going to learn about How to write a apex
trigger on Contact, whenever Contact record created and if LeadSource Field is
having value as ‘Web’ or ‘Phone Inquiry’ then Populate Level as ‘Primary’
automatically.   Final Output →   Other related post that would you like to …
Read more →

FacebookTwitterLinkedInTumblr
Categories Trigger, Tutorial Tags account and contact trigger in salesforce,
apex trigger to create a new record, contact record creation populate level as
primary, create a trigger to validate that no more than 3 contact get added to
an account, Efficiently getting the values for Account in Contact, how to insert
record using trigger in salesforce, if leadsource field is having value as web
or phone inquiry then populate level as primary, Trigger on Contact Record that
updates related Account, Trigger on Contact to Update the Account Fields,
Trigger on Task Object to Increase the value, trigger to create contact when
account is created, whenever new contact record is created then needs to
populate lavel field value automatically, write a trigger to insert contact with
10 digit or not, write a trigger to update two different object fields without
having relationship in salesforce


WRITE A APEX TRIGGER ON ACCOUNT, WHENEVER ACTIVE IS “YES”, BEFORE SAVE THE
RECORD WE WILL BE CHECK THE CHILD OBJECT (OPPORTUNITY) STAGENAME SHOULD NOT BE
“CLOSED LOST”, IF ANY OF RECORD OF CHILD RECORD GET “CLOSED LOST”, IT WILL BE
THROUGH AN ERROR.

November 10, 2023November 8, 2023 by Vijay Kumar

Hey guys, today in this post we are going to learn about How to write a apex
trigger on Account, whenever Active is “Yes”, before save the record we will be
check the child object (Opportunity) StageName should not be “Closed Lost”, if
any of record of child record get “Closed Lost”, it will be … Read more →

FacebookTwitterLinkedInTumblr
Categories Trigger, Tutorial Tags account and contact trigger in salesforce,
after update trigger salesforce example, apex trigger on account to check
opportunity stagename, opportunity trigger example, trigger on account object,
trigger on opportunity to update account field, trigger to update account when
opportunity is updated, write a trigger to count the number of opportunities
that are still open under an account, write a trigger to update a field billing
city in the account


VALIDATION RULE ON LEAD TO CHECK ANNUAL REVENUE NOT BE NEGATIVE IN SALESFORCE |
WRITE A VALIDATION RULE ON LEAD FOR CHECK THE LEAD ANNUAL REVENUE SHOULD NOT BE
NEGATIVE VALUE IN SALESFORCE | ANNUAL REVENUE CAN NOT BE NEGATIVE

October 29, 2023 by Vijay Kumar


Hey guys, today in this post we are going to learn how to write a Validation
Rule on Lead to check Annual Revenue not be negative in Salesforce. When your
actual revenue differs from your initial revenue schedule, you may need to
increase or decrease your revenue schedule’s available balance, or transfer it
to the … Read more →

FacebookTwitterLinkedInTumblr
Categories Tutorial, Validation Rule Tags annual revenue can not be negative,
can a marginal revenue be negative, can a marginal revenue be zero or negative,
how can a company have a negative cost of revenue, marginal revenue can be
negative, negative revenue on income statement, revenue can be negative
examples, revenue can be negative explain, revenue can be negative in
accounting, revenue can be negative mcq, validation rule on lead for check the
lead annual revenue should not be negative value, validation rule on lead to
check annual revenue not be negative in salesforce, what does negative profit
mean, what is negative revenue, what is revenue


VALIDATION RULE ON LEAD TO CHECK PHONE FIELD MANDATORY IF LEAD SOURCE IS OTHER
IN SALESFORCE | WRITE A VALIDATION RULE ON LEAD FOR THE PHONE FIELD IS MANDATORY
BEFORE LEAD SOURCE CHANGE TO “OTHER” IN SALESFORCE | PHONE FIELD IS MANDATORY IF
LEAD SOURCE IS OTHER

October 30, 2023October 29, 2023 by Vijay Kumar


Hey guys, today in this post we are going to learn how to write a Validation
Rule on Lead to check Phone Field Mandatory if Lead Source is Other in
Salesforce. A validation rule can contain a formula or expression that evaluates
the data in one or more fields and returns a value of “True” … Read more →

FacebookTwitterLinkedInTumblr
Categories Tutorial, Validation Rule Tags create a lead validation rule that
requires either the email or phone fields to be populated, how to add lead
source in salesforce lightning, how to make a lead field compulsory, isconverted
validation rule, lead source examples, lead source meaning, lead validation
rule, opportunity lead source salesforce, Phone field is mandatory if lead
source is other salesforce, phone field is mandatory if lead source is other
salesforce developer, require validation for converted leads, required fields
before saving a lead, salesforce lead source best practices, validation rule for
text field in salesforce, validation rule on lead conversion salesforce, want to
figure the Validation Rule for Lead Source is Other


VALIDATION RULE ON LEAD TO CHECK WEBSITE FIELD BEFORE LEAD STATUS CHANGE TO
“WORKING – CONTACTED” STAGE IN SALESFORCE | WRITE A VALIDATION RULE ON LEAD FOR
THE WEBSITE FIELD IS MANDATORY BEFORE LEAD STATUS CHANGE TO “WORKING –
CONTACTED” STAGE IN SALESFORCE | WEBSITE FIELD IS MANDATORY BEFORE CHANGE THE
LEAD STATUS ON WORK IN WORKING – CONTACTED

October 30, 2023October 29, 2023 by Vijay Kumar


Hey guys, today in this post we are going to learn how to write a Validation
Rule on Lead for the Website Field is Mandatory before Lead Status Change to
“Working – Contacted” Stage in Salesforce. A validation rule can contain a
formula or expression that evaluates the data in one or more fields and … Read
more →

FacebookTwitterLinkedInTumblr
Categories Tutorial, Validation Rule Tags create a validation rule on lead
object, how to use validation rules in salesforce, isconverted validation rule,
require validation for converted leads, salesforce web-to-lead required fields,
validation rule for text field in salesforce, validation rule on lead conversion
salesforce, Validation Rule on Lead for the Website Field is Mandatory before
Lead Status Change, Validation Rule on Lead to check Website Field before Lead
Status Change, Validation rule on lead to check website field example,
Validation rule on lead to check website field in salesforce, validation rule on
website field in lead object, validation rule to force a field when lead is at a
certain stage, Website Field is Mandatory before change the Lead Status on work
in Working-Contacted


VALIDATION RULE ON LEAD TO CHECK MOBILE WILL TAKE ONLY NUMERICAL VALUES DON’T
ACCEPT TEXT TYPE IN SALESFORCE | WRITE A VALIDATION RULE ON LEAD FOR THE
“MOBILE” FIELD IS MANDATORY AND DON’T ALLOW TEXT TYPE INPUT IN SALESFORCE

October 29, 2023September 25, 2023 by Vijay Kumar


Hey guys, today in this post we are going to learn about Validation Rule on Lead
to check “Mobile” field and mobile will take only numerical values don’t accept
text type in Salesforce. Validation Rules verify that the data a user enters in
a record meets the standards you specify before the user can save … Read more →

FacebookTwitterLinkedInTumblr
Categories Tutorial, Validation Rule Tags how to write validation rule for
checking 10 digit mobile no, indian phone number validation in salesforce,
mobile will take only numerical values don't accept text, phone number should
contain only digits, phone number validation rules, phone number validation with
country code in salesforce, regEx validation for numeric value only, validaition
to allow only numbers & Hyphen, validate phone number field to accept only
numbers, validation rule for phone number access, validation rule for phone
number in salesforce, validation rule for text field in salesforce, validation
rule ISNUMBER accepting, validation Rule on Lead to check "Mobile" field,
validation rule on mobile to not accept text, validation rule to allow only
numbers in salesforce, validation rule to enter only 1-10 numbers, validation
Rule to input numeric values only on a text field, write a validation rule for
Phone Number is equal to 10 digits


VALIDATION RULE ON LEAD TO CHECK “NO OF EMPLOYEES” FIELD IS MANDATORY BEFORE
CHANGE THE RATING AS “WARM” IN SALESFORCE | WRITE A VALIDATION RULE ON LEAD FOR
THE “NO OF EMPLOYEES” FIELD IS MANDATORY BEFORE CHANGE THE RATING AS “WARM” IN
SALESFORCE

October 29, 2023September 23, 2023 by Vijay Kumar


Hey guys, today in this post we are going to learn about Validation Rule on Lead
to check “No of Employees” Field is Mandatory before change the Rating as “Warm”
in Salesforce. Validation Rules verify that the data a user enters in a record
meets the standards you specify before the user can save the … Read more →

FacebookTwitterLinkedInTumblr
Categories Tutorial, Validation Rule Tags calculate total tickets of leads,
contact fields salesforce, formula to copy data from an account field down, how
to upload csv file using lightning component, lead address fields salesforce,
lead conversion field mapping in salesforce, lead fields salesforce, lead object
in salesforce, required lead fields salesforce, salesforce lead conversion
mapping custom fields, salesforce lead object standard fields


VALIDATION RULE ON LEAD TO CHECK “RATING” FIELD IS MANDATORY BEFORE CHANGE THE
LEAD STATUS WORK IN “CLOSED – CONVERTED” OR “CLOSED – NOT CONVERTED” IN
SALESFORCE | WRITE A VALIDATION RULE ON LEAD FOR THE “RATING” FIELD IS MANDATORY
BEFORE CHANGE THE LEAD STATUS WORK IN “CLOSED – CONVERTED” OR “CLOSED – NOT
CONVERTED” IN SALESFORCE

October 29, 2023September 23, 2023 by Vijay Kumar


Hey guys, today in this post we are going to learn about Validation Rule on Lead
to check “Rating” Field is Mandatory before change the Lead Status work in
“Closed – Converted” Or “Closed – Not Converted” in Salesforce. Validation Rules
verify that the data a user enters in a record meets the standards you … Read
more →

FacebookTwitterLinkedInTumblr
Categories Tutorial, Validation Rule Tags create a validation rule to make the
rating field change, formula field for account rating - salesforce developers,
how to define calidation rules in salesForce, if condition in validation rule -
salesforce, salesforce validation rule examples pdf, salesforce validation rules
examples, types of validation rules in salesforce, validation rule based on
another field value change, validation rule for checkbox field in salesforce,
validation rule for picklist field in salesforce, validation rule for text field
in salesforce, validation rule requiring lead fields prior to conversion,
validation rule to check rating field is mandatory, validation rule to create
when the picklist value of lead changed, validation rule to enter only 1-10
numbers, write a validation rule to ensure that the value of the salary field is
less than 50000


VALIDATION RULE ON LEAD TO CHECK “SIC CODE” BEFORE PRODUCT INTEREST CHANGE TO
“GC5000 SERIES” IN SALESFORCE | WRITE A VALIDATION RULE ON LEAD FOR THE “SIC
CODE” FIELD IS MANDATORY BEFORE PRODUCT INTEREST CHANGE TO “GC5000 SERIES” IN
SALESFORCE

October 29, 2023August 31, 2023 by Vijay Kumar


Hey guys, today in this post we are going to learn about How to Write a
Validation Rule on Lead for the “SIC Code” Field is Mandatory before Product
Interest Change to “GC5000 series” in Salesforce. Validation Rules verify that
the data a user enters in a record meets the standards you specify before the …
Read more →

FacebookTwitterLinkedInTumblr
Categories Tutorial, Validation Rule Tags Forcing validation rules to work a
lead is converted, how many validation rules per object in salesforce,
isconverted validation rule, lead Validation Rule - salesforce stack exchange,
require validation for converted leads, validation rule for record type in
salesforce, validation rule in salesforce, validation rule limitations
salesforce, validation rule on lead conversion, Validation Rule on Lead for the
"SIC Code" Field is Mandatory, validation rule on lead to check sic code in
salesforce, validation rule scenarios in salesforce, Validation rule to prevent
all other users from changing, when are validation rules applied salesforce


VALIDATION RULE ON LEAD TO CHECK PHONE BEFORE LEAD SOURCE CHANGE TO “PHONE
INQUIRY” IN SALESFORCE | WRITE A VALIDATION RULE ON LEAD FOR THE PHONE FIELD IS
MANDATORY BEFORE LEAD SOURCE CHANGE TO “PHONE INQUIRY” IN SALESFORCE

October 29, 2023August 30, 2023 by Vijay Kumar


Hey guys, today in this post we are going to learn about How to Write a
Validation Rule on Lead to check Phone before Lead Source Change to “Phone
Inquiry” in Salesforce. Validation Rules verify that the data a user enters in a
record meets the standards you specify before the user can save the … Read more
→

FacebookTwitterLinkedInTumblr
Categories Tutorial, Validation Rule Tags 10 digit phone number validation rule
in salesforce, how do I validate a mobile number in salesforce, how do you write
a validation rule for a phone number, indian phone number validation in
salesforce, phone number validation with country code in salesforce, salesforce
flow validate phone number, validation rule for phone number in access,
validation rule for phone number in salesforce, validation rule for phone Number
that should be required, validation rule on Email and phone or Mobile,
validation rule on lead to check phone, Validation rule on lead to check phone
number salesforce, validation rule on user detail record to make phone is
mandatory, validation rule to allow only numbers in salesforce, what is the
phone number validation method, what is the validation rule in leads
Older posts
Page1 Page2 … Page24 Next →
Search for:


CATEGORIES →

 * Blog (4)
 * More (7)
 * Tutorial (228)
   * JQuery (12)
   * Lightning Component (60)
   * Salesforce Integration (8)
   * Salesforce LWC (95)
   * Trigger (28)
   * Validation Rule (9)
   * Visualforce (16)


ARCHIVES →

Archives → Select Month December 2023  (1) November 2023  (1) October 2023  (3)
September 2023  (3) August 2023  (4) July 2023  (8) June 2023  (1) May 2023  (5)
April 2023  (4) March 2023  (2) February 2023  (3) January 2023  (3) December
2022  (3) November 2022  (4) October 2022  (1) September 2022  (3) August 2022
 (2) July 2022  (2) June 2022  (3) May 2022  (9) April 2022  (7) March 2022  (3)
February 2022  (5) January 2022  (6) December 2021  (3) November 2021  (8)
October 2021  (14) September 2021  (6) August 2021  (9) July 2021  (6) June 2021
 (10) May 2021  (9) April 2021  (7) March 2021  (2) February 2021  (4) January
2021  (4) December 2020  (16) November 2020  (4) October 2020  (6) September
2020  (9) August 2020  (16) July 2020  (13)


GLOBAL VISITORS →

1,863,191 Total Pageviews
 





POPULAR POSTS →

 * Example of lightning-datatable inline to edit/save rows of records and
   refresh lwc component on click button in Salesforce Lightning Web Component —
   LWC | Inline Edit/Save Field and refresh the component after successful save
   of standard record... 36.50 views per day
 * LWC to Get Logged in User Id, Name, Email, IsActive, Alias details without
   apex class Uses of ‘uiRecordApi’ property and display the current User detail
   on lightning component in Salesforce Lightning Web Component (LWC) | How to
   get curre... 25 views per day
 * How to display account related contacts based on AccountId using the
   CustomEvent & dispatchEven in Salesforce lightning web component – LWC | how
   to display account related contacts based on AccountId in lwc 21.50 views per
   day
 * Creating a Lightning Datatable with Row Actions and Display a Modal Popup on
   Click View Icon Button in Salesforce Lightning Web Component – LWC | how to
   create lightning datatable row actions in lwc 20.67 views per day
 * How to convert date format Using @track with html tag in lwc | How to format
   today Date in DD/MM/YYYY in lightning web components | Convert String To
   Current Date In Salesforce LWC 20.17 views per day
 * Write a trigger to update parent account phone number whenever the contact
   phone number is updated using trigger handler and helper class in Salesforce
   | How to update Account phone from Contact Phone based on lookup relationship
   in Salesforce 19.67 views per day
 * How to get/set checkbox value in lwc component and display the selected value
   using of “lightning-checkbox-group” property in Lightning Web Component (LWC)
   Salesforce | how to get selected checkbox value in lwc 18.83 views per day
 * Save the Attachment as PDF using Apex Class and Visualforce Page on click
   button in Salesforce | How to save instantly my pdf visualforcepage as a
   file/attachment on click button in Salesforce | Rendering a VF page as PDF
   and saving it as an attachem... 17.67 views per day





JOIN OUR NEWSLETTER →

Name*

Email*




RECENT POSTS →

 * Upon Contact record creation if LeadSource Field is having value as ‘Web’ or
   ‘Phone Inquiry’ then Populate Level as ‘Primary’
 * Write a apex trigger on Account, whenever Active is “Yes”, before save the
   record we will be check the child object (Opportunity) StageName should not
   be “Closed Lost”, if any of record of child record get “Closed Lost&#…
 * Validation Rule on Lead to check Annual Revenue not be negative in Salesforce
   | Write a Validation Rule on Lead for check the Lead Annual Revenue should
   not be negative value in Salesforce | Annual revenue can not be negative



✓
Thanks for sharing!
AddToAny
More…


 * Follow Me →

➡ : Facebook
➡ : Twitter
➡ : Linkedin
➡ : Instagram
➡ : Reddit
➡ : Pinterest
➡ : Github
➡ : Medium
➡ : Tumblr
➡ : Telegram
 
FacebookTwitterLinkedInTumblr


RECENT POSTS →

 * Upon Contact record creation if LeadSource Field is having value as ‘Web’ or
   ‘Phone Inquiry’ then Populate Level as ‘Primary’
 * Write a apex trigger on Account, whenever Active is “Yes”, before save the
   record we will be check the child object (Opportunity) StageName should not
   be “Closed Lost”, if any of record of child record get “Closed Lost”, it will
   be through an error.
 * Validation Rule on Lead to check Annual Revenue not be negative in Salesforce
   | Write a Validation Rule on Lead for check the Lead Annual Revenue should
   not be negative value in Salesforce | Annual revenue can not be negative


POPULAR POSTS →

 * Write a trigger to update parent account phone number whenever the contact
   phone number is updated using trigger handler and helper class in Salesforce
   | How to update Account phone from Contact Phone based on lookup relationship
   in Salesforce 16 views
 * Create a Contact Record With Re-Usable Dynamic Custom Lookup Field in
   Lightning Web Component – LWC | Create contact record with custom lookup in
   lwc 13 views
 * Example of lightning-datatable inline to edit/save rows of records and
   refresh lwc component on click button in Salesforce Lightning Web Component —
   LWC | Inline Edit/Save Field and refresh the component after successful save
   of standard record page in Salesforce LWC 13 views
 * Write a Batch Apex to Update all the Industry and Type Field of Account and
   re-call batch class from batch Using Database.executeBatch in finish method |
   create a batch to update account field in Salesforce 11 views
 * How to generate pdf from aura lightning component and send pdf file to (Notes
   & Attachments) Using Blob apex to generate pdf file in Salesforce | How to
   generate/view PDF using Lightning Components and send to “Notes &
   Attachments” using Apex Bolb to generate pdf in Salesforce 11 views
 * Creating a Lightning Datatable with Row Actions and Display a Modal Popup on
   Click View Icon Button in Salesforce Lightning Web Component – LWC | how to
   create lightning datatable row actions in lwc 10 views
 * Apex Trigger on Contact to Create Account Automatically and map to related
   account Id to Contact Whenever New Contact is Created in Salesforce | trigger
   to create account automatically whenever contact is created in salesforce 9
   views

 * Surfmyindia |
 * Lifedreamguide |
 * w3webmart |
 * Overstockphoto |
 * News24classictimes |
 * TechW3web |
 * Refund Policy |
 * Delivery Policy |
 * Privacy Policy |
 * Term & Conditions

© 2024 w3web.net • Built with GeneratePress


🌩️ DOWNLOAD APP FROM "TECH W3WEB" TO CONTINUOUS LEARNING.



🎁 Get Free Course LWC, Aura, and Integration From Tech W3Web App by Click Here.
🎁


👉 After Installed App, Kindly Follow Steps to access this course on your
LapTop.
🌩️ Visit: – www.thevijaykumar.in >> Login with your register mobile no.
🎁 Get Free Course LWC, Aura, and Integration 🎁






2.4k Shares
Share
Tweet
Share
Pin
Share
Share
Share
Share
Share
Share


cancel


W3WEB 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 135 TCF vendor(s) and 67 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


cancel


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


USE LIMITED DATA TO SELECT ADVERTISING

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

View details
Consent (70 vendors)Legitimate interest (32 vendors)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 (92 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. 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 (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 (46 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


cancel


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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ROQ.AD GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADMAXIM LIMITED

Cookie duration: 30 (days).

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

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

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

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

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

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

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

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

more




View details | Privacy policylaunch
Consent


AMOBEE INC.

Cookie duration: 180 (days).

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

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADVENTORI SAS

Cookie duration: 90 (days).

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

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


XANDR, INC.

Cookie duration: 90 (days).

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

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


UNRULY GROUP LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEURAL.ONE

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


ADITION (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

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

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADFORM A/S

Cookie duration: 1 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

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

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

more




View details | Storage details | Privacy policylaunch
Consent


SIFT MEDIA, INC

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

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

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


AMAZON AD SERVER

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

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

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

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

more




View details | Privacy policylaunch
Consent


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
Consent


SMAATO, INC.

Cookie duration: 21 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEMASIO GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRITEO SA

Cookie duration: 390 (days).

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

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

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

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

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

more

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


View details | Storage details | Privacy policylaunch
Consent


DYNATA LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ASK LOCALA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


NEAR INTELLIGENCE

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


DOUBLEVERIFY INC.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


IPONWEB GMBH

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


TEADS FRANCE SAS

Cookie duration: 365 (days).

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

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

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PERMODO GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PLATFORM161 B.V.

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ADACADO TECHNOLOGIES INC. (DBA ADACADO)

Cookie duration: 365 (days).

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

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BOMBORA INC.

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


REMERGE GMBH

Doesn't use cookies.

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

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).

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

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

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

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ONETAG LIMITED

Cookie duration: 396 (days).

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

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

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

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, Authentication-derived
identifiers, Privacy choices, IP addresses

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


WIZALY

Cookie duration: 365 (days).

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

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


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

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

more




View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


EXACTAG GMBH

Cookie duration: 180 (days).

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


GEMIUS SA

Cookie duration: 1825 (days).

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

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

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

more




View details | Storage details | Privacy policylaunch
Consent


ORACLE ADVERTISING

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NUMBERLY

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AUDIENCEPROJECT APS

Cookie duration: 365 (days).

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

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

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

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BLENDEE SRL

Cookie duration: 366 (days).

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

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

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

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


OTTO (GMBH &AMP; CO KG)

Cookie duration: 365 (days).

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

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


LOCALSENSOR B.V.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


ONLINE SOLUTION

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


RELAY42 NETHERLANDS B.V.

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


GP ONE GMBH

Cookie duration: Uses session cookies.

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

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


CINT AB

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
Consent


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GFK SE

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


REVJET

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


PROTECTED MEDIA LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


CLINCH LABS LTD

Cookie duration: 730 (days).

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

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


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

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

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

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


EBAY INC

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


HURRA COMMUNICATIONS GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


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


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


LIFTOFF

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