www.se80.co.uk
Open in
urlscan Pro
2606:4700:20::681a:474
Public Scan
URL:
https://www.se80.co.uk/sap-function-modules/?name=bapi_matval_price_change
Submission: On May 01 via api from SA — Scanned from DE
Submission: On May 01 via api from SA — Scanned from DE
Form analysis
1 forms found in the DOM<form class="gsc-search-box gsc-search-box-tools" accept-charset="utf-8">
<table cellspacing="0" cellpadding="0" role="presentation" class="gsc-search-box">
<tbody>
<tr>
<td class="gsc-input">
<div class="gsc-input-box" id="gsc-iw-id1">
<table cellspacing="0" cellpadding="0" role="presentation" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">
<tbody>
<tr>
<td id="gs_tti50" class="gsib_a"><input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="search" aria-label="search" id="gsc-i-id1" dir="ltr" spellcheck="false"
style="width: 100%; padding: 0px; border: none; margin: 0px; height: auto; background: url("https://www.google.com/cse/static/images/1x/en/branding.png") left center no-repeat rgb(255, 255, 255); outline: none;"></td>
<td class="gsib_b">
<div class="gsst_b" id="gs_st50" dir="ltr"><a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a></div>
</td>
</tr>
</tbody>
</table>
</div>
</td>
<td class="gsc-search-button"><button class="gsc-search-button gsc-search-button-v2"><svg width="13" height="13" viewBox="0 0 13 13">
<title>search</title>
<path
d="m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z">
</path>
</svg></button></td>
<td class="gsc-clear-button">
<div class="gsc-clear-button" title="clear results"> </div>
</td>
</tr>
</tbody>
</table>
</form>
Text Content
Home SAP Development ABAP Coding SAP Fiori SAP Training SAP Tables SAP Objects... Comments SAP BAPI_MATVAL_PRICE_CHANGE FUNCTION MODULE FOR MATERIAL PRICE CHANGE Table Field Attributes Data Element Attributes Domain Attributes SAP Tables Best ABAP Books Search SAP Function Modules BAPI_MATVAL_PRICE_CHANGE is a standard bapi matval price change SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Material Price Change processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects. See here to view full function module documentation and code listing for bapi matval price change FM, simply by entering the name BAPI_MATVAL_PRICE_CHANGE into the relevant SAP transaction such as SE37 or SE38. Function Group: CKMLSENDPRICE Program Name: SAPLCKMLSENDPRICE Main Program: SAPLCKMLSENDPRICE Appliation area: Release date: 07-Feb-2002 Mode(Normal, Remote etc): Remote-Enabled Update: FUNCTION BAPI_MATVAL_PRICE_CHANGE PATTERN DETAILS In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations. CALL FUNCTION 'BAPI_MATVAL_PRICE_CHANGE'"Material Price Change EXPORTING MATERIAL = "Material Number VALUATIONAREA = "Valuation Area VALUATIONTYPE = "Valuation Type PRICEDATE = "Price Change Date * MATERIAL_EVG = "Long Material Number IMPORTING PRICECHANGEDOCUMENT = "Material Price Change Document TABLES PRICES = "Material Prices RETURN = "Return Parameters . IMPORTING PARAMETERS DETAILS FOR BAPI_MATVAL_PRICE_CHANGE MATERIAL - MATERIAL NUMBER Data type: BAPI_MATVAL_KEY-MATERIAL Optional: No Call by Reference: No ( called with pass by value option) VALUATIONAREA - VALUATION AREA Data type: BAPI_MATVAL_KEY-VAL_AREA Optional: No Call by Reference: No ( called with pass by value option) VALUATIONTYPE - VALUATION TYPE Data type: BAPI_MATVAL_KEY-VAL_TYPE Optional: No Call by Reference: No ( called with pass by value option) PRICEDATE - PRICE CHANGE DATE Data type: BAPI_MATVAL_PRICEDATE Optional: No Call by Reference: No ( called with pass by value option) MATERIAL_EVG - LONG MATERIAL NUMBER Data type: BAPIMGVMATNR_COPY Optional: Yes Call by Reference: No ( called with pass by value option) EXPORTING PARAMETERS DETAILS FOR BAPI_MATVAL_PRICE_CHANGE PRICECHANGEDOCUMENT - MATERIAL PRICE CHANGE DOCUMENT Data type: BAPI_PRICECHANGE_DOCUMENT Optional: No Call by Reference: No ( called with pass by value option) TABLES PARAMETERS DETAILS FOR BAPI_MATVAL_PRICE_CHANGE PRICES - MATERIAL PRICES Data type: BAPI_MATVAL_PRICES Optional: No Call by Reference: Yes RETURN - RETURN PARAMETERS Data type: BAPIRET2 Optional: No Call by Reference: Yes COPY AND PASTE ABAP CODE EXAMPLE FOR BAPI_MATVAL_PRICE_CHANGE FUNCTION MODULE The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example. DATA:lt_prices TYPE STANDARD TABLE OF BAPI_MATVAL_PRICES, " lv_material TYPE BAPI_MATVAL_KEY-MATERIAL, " lv_pricechangedocument TYPE BAPI_PRICECHANGE_DOCUMENT, " lt_return TYPE STANDARD TABLE OF BAPIRET2, " lv_valuationarea TYPE BAPI_MATVAL_KEY-VAL_AREA, " lv_valuationtype TYPE BAPI_MATVAL_KEY-VAL_TYPE, " lv_pricedate TYPE BAPI_MATVAL_PRICEDATE, " lv_material_evg TYPE BAPIMGVMATNR_COPY. " CALL FUNCTION 'BAPI_MATVAL_PRICE_CHANGE' "Material Price Change EXPORTING MATERIAL = lv_material VALUATIONAREA = lv_valuationarea VALUATIONTYPE = lv_valuationtype PRICEDATE = lv_pricedate MATERIAL_EVG = lv_material_evg IMPORTING PRICECHANGEDOCUMENT = lv_pricechangedocument TABLES PRICES = lt_prices RETURN = lt_return. " BAPI_MATVAL_PRICE_CHANGE ABAP CODE USING 7.40 INLINE DATA DECLARATIONS TO CALL FM BAPI_MATVAL_PRICE_CHANGE The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8. "SELECT single MATERIAL FROM BAPI_MATVAL_KEY INTO @DATA(ld_material). "SELECT single VAL_AREA FROM BAPI_MATVAL_KEY INTO @DATA(ld_valuationarea). "SELECT single VAL_TYPE FROM BAPI_MATVAL_KEY INTO @DATA(ld_valuationtype). See Coding examples bopf-business-object-framework btp-adt-abap date-timezone-timestamp email-reporting enhancements idoc t-codes sap-package-does-not-exist consume-webservice webservices abap revtrac-sap-transport sales-distribution atp-avalability-check-va01 sap-integration-suite-cloud-cpi sap-cpi-integration-suite sap-output-types-forms sap-authorization fms programs Search for further information about these or an SAP related objects × search COMMENTS ON THIS SAP OBJECT What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page! Terms of Service Contact Us Privacy Policy WELCOME TO SE80 SE80 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 148 TCF vendor(s) and 63 ad partner(s), or used specifically by this site or app. Some vendors may process your personal data on the basis of legitimate interest, which you can object to by managing your options below. Look for a link at the bottom of this page to manage or withdraw consent in privacy and cookie settings. Consent Do not consent Manage options arrow_back Data preferences MANAGE YOUR DATA You can choose how your personal data is used. Vendors want your permission to do the following: TCF vendors help_outline STORE AND/OR ACCESS INFORMATION ON A DEVICE Cookies, device or similar online identifiers (e.g. login-based identifiers, randomly assigned identifiers, network based identifiers) together with other information (e.g. browser type and information, language, screen size, supported technologies etc.) can be stored or read on your device to recognise it each time it connects to an app or to a website, for one or several of the purposes presented here. View details Consent (127 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 (79 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 (100 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 (96 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 (29 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 (24 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 (84 vendors)Legitimate interest (47 vendors)help_outline MEASURE CONTENT PERFORMANCE Information regarding which content is presented to you and how you interact with it can be used to determine whether the (non-advertising) content e.g. reached its intended audience and matched your interests. For instance, whether you read an article, watch a video, listen to a podcast or look at a product description, how long you spent on this service and the web pages you visit etc. This is very helpful to understand the relevance of (non-advertising) content that is shown to you. View details Consent (31 vendors)Legitimate interest (15 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 (58 vendors)Legitimate interest (21 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 (69 vendors)Legitimate interest (40 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 (10 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 You can choose your data preferences. This site or app wants your permission to do the following: Site or app STORE AND/OR ACCESS INFORMATION ON A DEVICE Cookies, device or similar online identifiers (e.g. login-based identifiers, randomly assigned identifiers, network based identifiers) together with other information (e.g. browser type and information, language, screen size, supported technologies etc.) can be stored or read on your device to recognise it each time it connects to an app or to a website, for one or several of the purposes presented here. View details Consent USE LIMITED DATA TO SELECT ADVERTISING Advertising presented to you on this service can be based on limited data, such as the website or app you are using, your non-precise location, your device type or which content you are (or have been) interacting with (for example, to limit the number of times an ad is presented to you). View details Consent 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 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 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 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 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 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 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 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 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 Vendor preferences Accept all Confirm choices arrow_back Vendor preferences CONFIRM OUR VENDORS Vendors can use your data to provide services. Declining a vendor can stop them from using the data you shared. TCF vendors help_outline EXPONENTIAL INTERACTIVE, INC D/B/A VDX.TV Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device 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: Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent INDEX EXCHANGE INC. Cookie duration: 395 (days). Data collected and processed: Privacy choices, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device 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: Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device 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: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics 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: Users’ profiles, Probabilistic identifiers, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device 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: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent THE UK TRADE DESK LTD Cookie duration: 3629 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device 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: Privacy choices, Browsing and interaction data, IP addresses, Device characteristics more View details | Privacy policylaunch Consent NEXXEN INC. Cookie duration: 180 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device 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: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ADVENTORI SAS Cookie duration: 90 (days). Data collected and processed: User-provided data, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device 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: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline XANDR, INC. Cookie duration: 90 (days). Data collected and processed: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device identifiers 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Privacy policylaunch Consent NEXXEN GROUP LLC Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Non-precise location data, IP addresses, Device characteristics, Device identifiers 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, Non-precise location data, IP addresses, Device characteristics 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device 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: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device 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: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent ADFORM A/S Cookie duration: 3650 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline MAGNITE, INC. Cookie duration: 365 (days). Data collected and processed: Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline CONFIANT INC. Doesn't use cookies. Data collected and processed: Non-precise location data more View details | Privacy policylaunch RATEGAIN ADARA INC Cookie duration: 730 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more View details | Storage details | Privacy policylaunch Consent 33ACROSS Cookie duration: 366 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device 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: Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more View details | Privacy policylaunch Consent RAKUTEN MARKETING LLC Cookie duration: 730 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline GUMGUM, INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more View details | Storage details | Privacy policylaunch Consent JUSTPREMIUM BV Cookie duration: 365 (days). Data collected and processed: Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics 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, Non-precise location data, IP addresses, Device characteristics more View details | Privacy policylaunch Legitimate interesthelp_outline AMAZON AD SERVER Cookie duration: 396 (days). Data collected and processed: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers 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: Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers 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: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ROKU ADVERTISING SERVICES Cookie duration: 396 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline NANO INTERACTIVE GROUP LTD. Doesn't use cookies. Data collected and processed: Browsing and interaction data, Non-precise location data, Device characteristics more View details | Privacy policylaunch Consent SIMPLIFI HOLDINGS LLC Cookie duration: 366 (days). Data collected and processed: IP addresses, Precise location data, Device identifiers more Uses other forms of storage. View details | Privacy policylaunch Consent PUBMATIC, INC Cookie duration: 365 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device 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: User-provided data, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Authentication-derived identifiers, IP addresses, Device characteristics, Device 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: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more View details | Privacy policylaunch Consent SHARETHROUGH, INC Cookie duration: 30 (days). Data collected and processed: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent PULSEPOINT, INC. Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Device identifiers 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: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device identifiers 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: Privacy choices, Browsing and interaction data, IP addresses, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent CRIMTAN HOLDINGS LIMITED Cookie duration: 365 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device 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: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent CRITEO SA Cookie duration: 390 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent ADLOOX SA Doesn't use cookies. Data collected and processed: Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Authentication-derived identifiers, IP addresses, Device characteristics, Device 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: Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers 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: Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device identifiers 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device 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: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ASK LOCALA Doesn't use cookies. Data collected and processed: Privacy choices, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more Uses other forms of storage. View details | Privacy policylaunch Consent AZIRA Doesn't use cookies. Data collected and processed: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline DOUBLEVERIFY INC. Doesn't use cookies. Data collected and processed: Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics more View details | Privacy policylaunch Legitimate interesthelp_outline BIDSWITCH GMBH Cookie duration: 365 (days). Data collected and processed: Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device 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: User-provided data, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers 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: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Privacy policylaunch Consent ID5 TECHNOLOGY LTD Cookie duration: 90 (days). Data collected and processed: Privacy choices, Probabilistic identifiers, Browsing and interaction data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent TEADS FRANCE SAS Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device 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: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline OS DATA SOLUTIONS GMBH & CO. KG Cookie duration: 90 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline PERMODO GMBH Doesn't use cookies. Data collected and processed: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more Uses other forms of storage. View details | Privacy policylaunch Consent PLATFORM161 B.V. Cookie duration: 396 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers 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, Non-precise location data, IP addresses 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: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device identifiers 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, Users’ profiles, Privacy choices, Probabilistic identifiers, Non-precise location data, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent BOMBORA INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline EASYMEDIA GMBH Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent YIELDMO, INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device 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, Non-precise location data, IP addresses, Device characteristics, Device identifiers 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: Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DELTA PROJECTS AB Cookie duration: 365 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device 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: User-provided data, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ACUITYADS INC. Cookie duration: 365 (days). Data collected and processed: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ONETAG LIMITED Cookie duration: 396 (days). Data collected and processed: Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers 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: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device 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: Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ADOBE ADVERTISING CLOUD Cookie duration: 365 (days). Data collected and processed: Privacy choices, Authentication-derived identifiers, IP addresses, Device identifiers more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline BANNERFLOW AB Cookie duration: 366 (days). Data collected and processed: Privacy choices, Non-precise location data, IP addresses, Device characteristics more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline TABMO SAS Doesn't use cookies. Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device 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: Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics more View details | Privacy policylaunch Legitimate interesthelp_outline WIZALY Cookie duration: 365 (days). Data collected and processed: Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent WEBORAMA Cookie duration: 393 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline JIVOX CORPORATION Cookie duration: 30 (days). Data collected and processed: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent SAGE+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: User-provided data, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more View details | Storage details | Privacy policylaunch Consent ROCKABOX MEDIA LTD Doesn't use cookies. Data collected and processed: Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics more View details | Storage details | Privacy policylaunch Legitimate interesthelp_outline EXACTAG GMBH Cookie duration: 180 (days). Data collected and processed: Privacy choices, Browsing and interaction data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers 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, Precise location data, Device characteristics, Device identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent MAINADV SRL Cookie duration: 30 (days). Data collected and processed: User-provided data, Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more Uses other forms of storage. View details | Privacy policylaunch Consent GEMIUS SA Cookie duration: 1825 (days). Data collected and processed: Users’ profiles, Privacy choices, Browsing and interaction data, Device characteristics, Device identifiers 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: Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers 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: Privacy choices, Browsing and interaction data, IP addresses, Device characteristics, Device identifiers 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: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline PIXALATE, INC. Doesn't use cookies. Data collected and processed: Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more View details | Storage details | Privacy policylaunch Consent ORACLE ADVERTISING Cookie duration: 180 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent NUMBERLY Cookie duration: 180 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent AUDIENCEPROJECT A/S Cookie duration: 365 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent EFFILIATION / EFFINITY Cookie duration: 30 (days). Data collected and processed: Device characteristics more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ARRIVALIST CO. Cookie duration: 365 (days). Data collected and processed: Non-precise location data, IP addresses more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ADTELLIGENT INC. Cookie duration: 93 (days). Data collected and processed: User-provided data, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers 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: Users’ profiles, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device 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: Probabilistic identifiers, Non-precise location data, IP addresses, Device characteristics, Device 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: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers 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: Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device 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: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device identifiers more Uses other forms of storage. View details | Privacy policylaunch Consent OTTO (GMBH & CO KG) Cookie duration: 365 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, IP addresses, Device identifiers 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device 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: Privacy choices, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers more Uses other forms of storage. View details | Privacy policylaunch Consent ONLINE SOLUTION Cookie duration: 365 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device identifiers 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: User-provided data, Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, IP addresses, Device characteristics, Device identifiers more View details | Storage details | Privacy policylaunch Consent GP ONE GMBH Cookie duration: Uses session cookies. Data collected and processed: User-provided data, Privacy choices, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics 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: Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Precise location data, Device characteristics, Device 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: Users’ profiles, Probabilistic identifiers, Browsing and interaction data, IP addresses, Device characteristics, Device identifiers more Uses other forms of storage. View details | Privacy policylaunch Consent CINT AB Cookie duration: 730 (days). Data collected and processed: Privacy choices, Browsing and interaction data, IP addresses, Device characteristics, Device identifiers more Uses other forms of storage. View details | Privacy policylaunch Consent GOOGLE ADVERTISING PRODUCTS Cookie duration: 396 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline GFK GMBH Cookie duration: 730 (days). Data collected and processed: User-provided data, Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent REVJET Cookie duration: 730 (days). Data collected and processed: Users’ profiles, Privacy choices, Non-precise location data, IP addresses, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent PROTECTED MEDIA LTD Doesn't use cookies. Data collected and processed: Probabilistic identifiers, Browsing and interaction data, IP addresses, Device characteristics, Device identifiers more View details | Privacy policylaunch Legitimate interesthelp_outline CLINCH LABS LTD Cookie duration: 730 (days). Data collected and processed: Users’ profiles, Privacy choices, Probabilistic identifiers, Browsing and interaction data, Non-precise location data, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ORACLE DATA CLOUD - MOAT Doesn't use cookies. Data collected and processed: Non-precise location data, IP addresses more View details | Privacy policylaunch 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: Users’ profiles, Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers 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: Non-precise location data, IP addresses, Device characteristics, Device identifiers 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: Privacy choices, Non-precise location data, IP addresses, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ADTRIBA GMBH Cookie duration: 730 (days). Data collected and processed: Privacy choices, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Device characteristics, Device identifiers 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: Privacy choices, Browsing and interaction data, IP addresses, Device characteristics, Device identifiers 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: Probabilistic identifiers, Browsing and interaction data, Non-precise location data, Authentication-derived identifiers, IP addresses, Precise location data, Device characteristics, Device identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent VOLENTIO JSD LIMITED Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics more View details | Privacy policylaunch Legitimate interesthelp_outline Ad partners help_outline GSKINNER Privacy policylaunch Consent AKAMAI Privacy policylaunch Consent META 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 ZMS Privacy policylaunch Consent DENTSU AEGIS NETWORK 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 KOBLER 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 ADMAXIM 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 NETFLIX Privacy policylaunch Consent MACROMILL GROUP Privacy policylaunch Consent EBUILDERS Privacy policylaunch Consent APPLOVIN CORP. Privacy policylaunch Consent EMX DIGITAL Privacy policylaunch Consent FRACTIONAL MEDIA Privacy policylaunch Consent RACKSPACE Privacy policylaunch Consent LIFTOFF Privacy policylaunch Consent MSI-ACI 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 ×