www.lmwmm.com
Open in
urlscan Pro
81.70.94.243
Public Scan
Submitted URL: http://www.lmwmm.com/post/283.html
Effective URL: https://www.lmwmm.com/post/283.html
Submission: On April 15 via api from US — Scanned from DE
Effective URL: https://www.lmwmm.com/post/283.html
Submission: On April 15 via api from US — Scanned from DE
Form analysis
3 forms found in the DOMName: search — POST https://www.lmwmm.com/zb_system/cmd.php?act=search
<form method="post" name="search" action="https://www.lmwmm.com/zb_system/cmd.php?act=search">
<input type="text" name="q" placeholder="搜索..." class="schinput">
<button type="submit" class="btn"></button>
</form>
Name: search — POST https://www.lmwmm.com/zb_system/cmd.php?act=search
<form method="post" name="search" action="https://www.lmwmm.com/zb_system/cmd.php?act=search" class="sch-m">
<input type="text" name="q" placeholder="搜索..." class="schinput">
<button type="submit" class="btn"></button>
</form>
Name: search — POST https://www.lmwmm.com/zb_system/cmd.php?act=search
<form name="search" method="post" action="https://www.lmwmm.com/zb_system/cmd.php?act=search"><input type="text" name="q" size="11"> <input type="submit" value="搜索"></form>
Text Content
登录 * 首页 * 技术交流 * 系统下载 * 诗词曲赋 娱乐分享 * 抖音运营 抖音教学剪辑教学旅游定制 * 电影电视 当前位置:首页 > 技术类 > 在 Raspberry Pi 上使用 Python 播放声音 在 RASPBERRY PI 上使用 PYTHON 播放声音 微信用户2年前 (2022-04-06)技术类2941 今天,我需要在 Python 脚本中通过树莓派上的 USB 音频设备播放 MP3 或 WAV 文件。“应该很容易吧! ”我想! 好吧,几个小时后,我决定写这篇博客文章来记录最简单的方法,因为我不得不花费相当长的时间才能到达真正通过 USB 音频输出播放声音的地步。 问题在于大多数指南,例如来自 Raspberry Pi 项目站点的这个简单指南,假设有两件事: 1. 您的 Raspberry Pi 有一个已经可以使用的默认声音设备(例如0) 2. 您正在以交互方式运行代码或以某种方式运行代码,而无需了解底层 API 的工作原理 就我而言,问题是,在无头 Raspberry Pi Zero 上运行 USB 声音设备,这些假设都不是真的。 让 USB 音频正常工作 第一步是检测 USB 音频设备,并告诉您的系统将其用作默认音频设备。还有其他方法可以在 Python 代码本身中检测和/或选择特定设备,但如果您可以在系统范围内设置默认值并让 Python 使用该默认值,这是最简单的。 首先,您需要确保您的声音设备(在我的例子中是一个 9 美元的 Vantec NBA-120U 适配器)被识别。运行以下命令,您应该会看到它列为名称中带有“USB”的设备: $ cat /proc/asound/modules 1 snd_usb_audio 一些 Pi 模型也会显示一个0内置设备(例如模型 B 版本上的声音输出)。默认情况下,ALSA(Advanced Linux Sound Architecture)音频系统0无论如何都会尝试使用 device 。要告诉它使用设备1(snd_usb_audio设备),您可以配置全局/etc/asound.conf文件或用户本地~/.asoundrc文件。 在这两个文件之一(我选择配置 Pi 用户的~/.asoundrc文件)中,放入以下内容: pcm.!default { type hw card 1 } ctl.!default { type hw card 1 } 这告诉 ALSA 默认card 1使用 USB 设备。现在,要测试它是否正常工作,请将耳机或扬声器插入输出,然后运行: $ speaker-test -c2 -twav -l7 您应该开始通过扬声器或耳机听到“左前”和“右前”之类的声音。 播放声音PYGAME.MIXER 对于我的Raspberry Pi Bell Slapper项目,我有一个简单的“ding.wav”文件,它是铃声的声音。我想设置它,这样树莓派不仅会发出带有连接到树莓派 GPIO 的螺线管的物理铃铛,而且还会通过扬声器发出叮当声,因此有人可以在另一个房间听到叮当声。 这是播放文件所需的最少 Python 代码pygame: import pygame pygame.mixer.init() sound = pygame.mixer.Sound('/home/pi/ding.wav') playing = sound.play() while playing.get_busy(): pygame.time.delay(100) 这需要pygame,它可以与pip3 install pygame. 如果没有所需的混音器库,Pygame 也会失败,因此您还需要运行apt-get install libsdl2-mixer-2.0-0. 完成此操作后,您应该能够运行脚本 ( python3 play-sound.py),并且它应该会播放文件。 最后的while循环很重要——没有它,脚本将在声音有机会播放之前退出! 扫描二维码推送至手机访问。 版权声明:本文由点度点度金讯时代-BLOG发布,如需转载请注明出处。 本文链接:https://www.lmwmm.com/post/283.html 分享给朋友: 微博 QQ 微信 微信扫一扫:分享 打开微信扫一扫 分享至好友或朋友圈 豆瓣 QQ空间 领英 返回列表 上一篇:最近挺火的开灯壁纸×2 下一篇:在 Raspberry Pi 上使用 4G LTE 无线调制解调器 “在 RASPBERRY PI 上使用 PYTHON 播放声音” 的相关文章 曾经比快播还火的 APP,竟然又复活了。。 此前,微博话题“有哪些曾经很火,但消失了的APP”引发广大网友热议,有很多网友提到了“音悦台”.经过漫长的等待,音悦台终于要回归了!据音悦台官方透露,它们的产品已经开始内测,并即将推出,“我们曾经很火,但是并没有消失只是冬眠了…”今日,音悦... CHATGPT注册教程攻略:解决手机无法接收验证码问题(亲测有效) 今天给大家介绍一款最近非常火爆的AI智能聊天工具:ChatGPT。它的功能:文能写文章,武能改BUG,马斯克对它的评价是“Scary Good!”。不过国内的很多小伙伴在注册这个工具的时候可能会遇到这样或那样的问题导致无法获的ChatGPT... WINDOWS10环境下搭建SPARK ON YARN源码调试环境 spark 3.0.0版本刚出炉,官方称相比2.4版本,性能提升了2倍。考虑到生产环境下 spark on yarn的模式居多,本文在Windows10环境下,搭建spark on yarn的源码阅读调... 空气传导还是骨传导?我该怎么选? 如果说去年是各种国产方案真蓝牙无线耳机爆发之年的话,那么今年可以说是国产方案骨传导耳机爆发的一年。最低的华强北骨传导耳机已经来到了不到20元的价位区间,当然正规品牌的国产方案产品也纷纷涌现。那么,空气传导和骨传导耳机,该怎么选?什么是空气传... 「CHATGPT最强竞品」爆火:不限量不要钱免注册!一手实测体验在此 金磊 丰色 发自 凹非寺免费、支持中文、无需注册、不用骚操作直接可用的类ChatGPT产品,它来了!(此等好事必须第一时间和家人们分享)毫不意外的,目前它的热度已经被炒到不行:而且已经有一波网友抢先体验了一番,铺天盖地的一致好评。例如微博博... 通過CE修改器來跑滿百度網盤和迅雷的下載速度! CHEAT ENGINE 7.5 1.Cheat Engine 是一款內存修改編輯工具 ,它允許你修改你的遊戲或軟件內存數據,以得到一些其他功能。它包括16進制編輯,反彙編程序,內存查找工具。與同類修改工具相比,它具有強大的反彙編功能,且自身附帶了外掛製作工具,可... 热评文章 * 墨西甲联赛:莫雷利亚迎战梅里达,实力碰撞谁能胜出? 0 评论技术类 * 澳假来咯!红狮与野马交锋,澳洲足坛谁主沉浮? 0 评论娱乐类 * 3月29日星期五,农历二月月二十,工作愉快,平安喜乐 0 评论娱乐类 * 《九日》:iBB融合道教科幻与上古神话元素的2D平台冒险游戏 0 评论技术类 * PG SOFT全新游戏《猿宇宙#3258》超酷猿猴等你来试玩! 0 评论技术类 最新文章 * PG智能电子市场动态:iPhone首季销量大减10%,三星重新夺冠 1分钟前 * 玩家发现《绝地潜兵2》隐藏更新:探索新兵绝对不了解的bbin历史内幕 1小时前 * 独特汉堡店经营PG游戏体验!《古怪汉堡》现已推出,为千奇百怪顾客服务! 2小时前 * CQ9独家揭秘!晚了苹果iPhone 2年,谷歌Pixel 9内置卫星短信:颠覆电子通讯方式 2小时前 * 河床疯狂连胜,学院能否爆冷? 2小时前 搜索 网站分类 * 技术类 * 诗词类 * 娱乐类 * 系统下载 * 运营类 * 剪辑教学 * 旅游定制 * 影视攻略 * 运营管理 * 电影电视 * 收录 (3) * 宝可梦 (0) * 网易 (16) * 京东 (1) * 风流 (1) * 忠厚老实 (1) * 骨传导耳机 (1) * 有道 (1) * 哈利路亚 (1) * 莱昂纳德·科恩 (1) * 漫长的季节 (1) * 陈明昊 (7) * 蒋奇明 (7) * 杨一威 (7) * 百度 (2) * 雨林木风 (2) * 大锤恐龙 (1) * QQ (1) * 文咏珊 (1) * 杜江 (2) * 祝海钰 (1) * 于诚群 (1) * 柯国庆 (1) * 陈孟奇 (1) * 剧情片 (1) 黑公网安备 23010302001359号 黑ICP备2022000645号-1 全站地图 POWERED BY Z-BLOGPHP. THEME BY LMWMM.COM. LMWMM.COM ASKS FOR YOUR CONSENT TO USE YOUR PERSONAL DATA TO: * perm_identity Personalised advertising and content, advertising and content measurement, audience research and services development * devices Store and/or access information on a device expand_moreremove Learn more * How can I change my choice? * What if I don't consent? * How does legitimate interest work? * Do I have to consent to everything? Your personal data will be processed and information from your device (cookies, unique identifiers, and other device data) may be stored by, accessed by and shared with 136 TCF vendor(s) and 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 or in our privacy policy where you can withdraw consent. 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 (118 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 (72 vendors)Legitimate interest (30 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 (95 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 (91 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 (31 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 (78 vendors)Legitimate interest (45 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 (32 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 (58 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 (38 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 (11 vendors)Legitimate interest (2 vendors)help_outline ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS help_outline Your data can be used to monitor for and prevent unusual and possibly fraudulent activity (for example, regarding advertising, ad clicks by bots), and ensure systems and processes work properly and securely. It can also be used to correct any problems you, the publisher or the advertiser may encounter in the delivery of content and ads and in your interaction with them. View details DELIVER AND PRESENT ADVERTISING AND CONTENT help_outline Certain information (like an IP address or device capabilities) is used to ensure the technical compatibility of the content or advertising, and to facilitate the transmission of the content or ad to your device. View details MATCH AND COMBINE DATA FROM OTHER DATA SOURCES help_outline Information about your activity on this service may be matched and combined with other information relating to you and originating from various sources (for instance your activity on a separate online service, your use of a loyalty card in-store, or your answers to a survey), in support of the purposes explained in this notice. View details LINK DIFFERENT DEVICES help_outline In support of the purposes explained in this notice, your device might be considered as likely linked to other devices that belong to you or your household (for instance because you are logged in to the same service on both your phone and your computer, or because you may use the same Internet connection on both devices). View details IDENTIFY DEVICES BASED ON INFORMATION TRANSMITTED AUTOMATICALLY help_outline Your device might be distinguished from other devices based on information it automatically sends when accessing the Internet (for instance, the IP address of your Internet connection or the type of browser you are using) in support of the purposes exposed in this notice. View details USE PRECISE GEOLOCATION DATA With your acceptance, your precise location (within a radius of less than 500 metres) may be used in support of the purposes explained in this notice. View details Consent Vendor preferences Accept all Confirm choices arrow_back Vendor preferences CONFIRM OUR VENDORS Vendors can use your data to provide services. Declining a vendor can stop them from using the data you shared. TCF vendors help_outline EXPONENTIAL INTERACTIVE, INC D/B/A VDX.TV Cookie duration: 90 (days). Data collected and processed: IP addresses, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ROQ.AD GMBH Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ADMAXIM LIMITED Cookie duration: 30 (days). Data collected and processed: IP addresses, Browsing and interaction data, Probabilistic identifiers more Cookie duration resets each session. View details | Privacy policylaunch Consent INDEX EXCHANGE INC. Cookie duration: 395 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Device identifiers, Precise location data, Privacy choices more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline QUANTCAST Cookie duration: 396 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline BEESWAXIO CORPORATION Cookie duration: 395 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Precise location data, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent SOVRN, INC. Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Users’ profiles, Privacy choices more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent ADIKTEEV Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Device identifiers, Users’ profiles, Authentication-derived identifiers, Probabilistic identifiers more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline RTB HOUSE S.A. Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ADMETRICS GMBH Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Browsing and interaction data, Privacy choices more View details | Privacy policylaunch Consent NEXXEN INC. Cookie duration: 180 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline EPSILON Cookie duration: 184 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent YAHOO EMEA LIMITED Cookie duration: 397 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ADVENTORI SAS Cookie duration: 90 (days). Data collected and processed: IP addresses, User-provided data, Non-precise location data, Browsing and interaction data, Device identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent TRIPLELIFT, INC. Cookie duration: 90 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. View details | Privacy policylaunch Consent NEXXEN GROUP LLC Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Device identifiers, Users’ profiles, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline NEURAL.ONE Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent ADITION (VIRTUAL MINDS GMBH) Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ACTIVE AGENT (VIRTUAL MINDS GMBH) Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent TABOOLA EUROPE LIMITED Cookie duration: 366 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent EQUATIV Cookie duration: 396 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline MAGNITE, INC. Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Precise location data, Privacy choices, Probabilistic identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline RATEGAIN ADARA INC Cookie duration: 730 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers more View details | Storage details | Privacy policylaunch Consent SIFT MEDIA, INC Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Device identifiers, Precise location data more View details | Privacy policylaunch Consent RAKUTEN MARKETING LLC Cookie duration: 730 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data more View details | Privacy policylaunch Legitimate interesthelp_outline AMAZON AD SERVER Cookie duration: 396 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Privacy choices more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent YIELDLAB (VIRTUAL MINDS GMBH) Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ROKU ADVERTISING SERVICES Cookie duration: 396 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic 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: Device characteristics, Non-precise location data, Browsing and interaction data more View details | Privacy policylaunch Consent SIMPLIFI HOLDINGS LLC Cookie duration: 366 (days). Data collected and processed: IP addresses, Device identifiers, Precise location data more Uses other forms of storage. View details | Privacy policylaunch Consent PUBMATIC, INC Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline COMSCORE B.V. Cookie duration: 720 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Browsing and interaction data, Device identifiers, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent FLASHTALKING Cookie duration: 730 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more View 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived 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: IP addresses, Browsing and interaction data, Device identifiers, Privacy choices more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent CRIMTAN HOLDINGS LIMITED Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline GENIUS SPORTS UK LIMITED Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent CRITEO SA Cookie duration: 390 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent ADLOOX SA Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Probabilistic identifiers more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline BLIS GLOBAL LIMITED Cookie duration: 400 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent LOTAME SOLUTIONS, INC Cookie duration: 274 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent LIVERAMP Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Privacy choices, Authentication-derived 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent DYNATA LLC Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent ASK LOCALA Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Device identifiers, Precise location data, Privacy choices more Uses other forms of storage. View details | Privacy policylaunch Consent NEAR INTELLIGENCE Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline DOUBLEVERIFY INC. Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Privacy choices, Probabilistic identifiers more View details | Privacy policylaunch Legitimate interesthelp_outline BIDSWITCH GMBH Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent IPONWEB GMBH Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Privacy choices, Authentication-derived 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices more Cookie duration resets each session. View details | Privacy policylaunch Consent TEADS FRANCE SAS Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Probabilistic identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline STRÖER SSP GMBH (SSP) Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Probabilistic 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Probabilistic 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices more Uses other forms of storage. View details | Privacy policylaunch Consent PLATFORM161 B.V. Cookie duration: 396 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Probabilistic 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: IP addresses, Non-precise location data, Browsing and interaction data, Privacy choices more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent BASIS GLOBAL TECHNOLOGIES, INC. Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Device identifiers, Users’ profiles, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent BOMBORA INC. Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Authentication-derived 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent REMERGE GMBH Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Precise location data, Privacy choices, Probabilistic identifiers more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DELTA PROJECTS AB Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline USEMAX ADVERTISEMENT (EMEGO GMBH) Cookie duration: 365 (days). Data collected and processed: Users’ profiles more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent EMETRIQ GMBH Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent PUBLICIS MEDIA GMBH Cookie duration: 1825 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent M.D. PRIMIS TECHNOLOGIES LTD. Cookie duration: 25 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Privacy choices, Probabilistic identifiers more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline ONETAG LIMITED Cookie duration: 396 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Privacy choices more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent CLOUD TECHNOLOGIES S.A. Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers 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: IP addresses, Device identifiers, Privacy choices, Authentication-derived identifiers more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline BANNERFLOW AB Cookie duration: 366 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Privacy choices more View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline TABMO SAS Doesn't use cookies. Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Probabilistic identifiers more Uses other forms of storage. View details | Privacy policylaunch Consent INTEGRAL AD SCIENCE (INCORPORATING ADMANTX) Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Privacy choices more View details | Privacy policylaunch Legitimate interesthelp_outline WIZALY Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Privacy choices, Authentication-derived identifiers 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic 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: IP addresses, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Precise location data more View details | Storage details | Privacy policylaunch Consent ROCKABOX MEDIA LTD Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data more View details | Storage details | Privacy policylaunch Legitimate interesthelp_outline EXACTAG GMBH Cookie duration: 180 (days). Data collected and processed: IP addresses, Device characteristics, Browsing and interaction data, Device identifiers, Privacy choices, Authentication-derived 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, Device characteristics, Device identifiers, Precise location data more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent MAINADV SRL Cookie duration: 30 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Privacy choices more Uses other forms of storage. View details | Privacy policylaunch Consent GEMIUS SA Cookie duration: 1825 (days). Data collected and processed: Device characteristics, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Privacy choices more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent NIELSEN MEDIA RESEARCH LTD. Cookie duration: 120 (days). Data collected and processed: IP addresses, Device characteristics, Browsing and interaction data, Device identifiers, Privacy choices more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline SOLOCAL SA Cookie duration: 396 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers more View details | Storage details | Privacy policylaunch Consent ORACLE ADVERTISING Cookie duration: 180 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent NUMBERLY Cookie duration: 180 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline DEMANDBASE, INC. Cookie duration: 730 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Probabilistic 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: IP addresses, Non-precise location data more Cookie duration resets each session. 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: IP addresses, Device identifiers more View details | Storage details | Privacy policylaunch Consent TRAVEL AUDIENCE GMBH Cookie duration: 397 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch Consent HUMAN Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Device identifiers, Probabilistic identifiers more View details | Privacy policylaunch Legitimate interesthelp_outline ADLUDIO LTD. Doesn't use cookies. Data collected and processed: Device characteristics more View details | Privacy policylaunch Consent BLENDEE SRL Cookie duration: 366 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Privacy choices more Cookie duration resets each session. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline PAPIRFLY AS Doesn't use cookies. Data collected and processed: Device characteristics more View details | Privacy policylaunch Legitimate interesthelp_outline NEUSTAR, INC., A TRANSUNION COMPANY Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline VERVE GROUP EUROPE GMBH Doesn't use cookies. Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived identifiers more Uses other forms of storage. View details | Privacy policylaunch Consent OTTO (GMBH & CO KG) Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices 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: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Authentication-derived identifiers, Probabilistic identifiers more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent LOCALSENSOR B.V. Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Device identifiers, Precise location data, Privacy choices more Uses other forms of storage. View details | Privacy policylaunch Consent ONLINE SOLUTION Cookie duration: 365 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Precise location data, Privacy choices, Probabilistic 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: IP addresses, User-provided data, Device characteristics, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Probabilistic identifiers more View details | Storage details | Privacy policylaunch Consent GP ONE GMBH Cookie duration: Uses session cookies. Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Privacy choices more Uses other forms of storage. View details | Storage details | Privacy policylaunch ConsentLegitimate interesthelp_outline THE MEDIAGRID INC. Cookie duration: 365 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Precise location data, Privacy choices, Probabilistic identifiers more Cookie duration resets each session. Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent MINDTAKE RESEARCH GMBH Cookie duration: 180 (days). Data collected and processed: IP addresses, Device characteristics, Browsing and interaction data, Device identifiers, Users’ profiles, Probabilistic identifiers more Uses other forms of storage. View details | Privacy policylaunch Consent CINT AB Cookie duration: 730 (days). Data collected and processed: IP addresses, Device characteristics, Browsing and interaction data, Device identifiers, Privacy choices more Uses other forms of storage. View details | Privacy policylaunch Consent GOOGLE ADVERTISING PRODUCTS Cookie duration: 396 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers more Uses other forms of storage. View details | Privacy policylaunch ConsentLegitimate interesthelp_outline GFK GMBH Cookie duration: 730 (days). Data collected and processed: IP addresses, User-provided data, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived identifiers more Uses other forms of storage. View details | Storage details | Privacy policylaunch Consent REVJET Cookie duration: 730 (days). Data collected and processed: IP addresses, Non-precise location data, Device identifiers, Users’ profiles, Privacy choices more Cookie duration resets each session. View details | Storage details | Privacy policylaunch Consent PROTECTED MEDIA LTD Doesn't use cookies. Data collected and processed: IP addresses, Device characteristics, Browsing and interaction data, Device identifiers, Probabilistic identifiers more View details | Privacy policylaunch Legitimate 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Users’ profiles, Privacy choices, Authentication-derived 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: IP addresses, Device characteristics, Non-precise location data, Device identifiers 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: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Privacy choices, Authentication-derived 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: IP addresses, Device characteristics, Browsing and interaction data, Device identifiers, Privacy choices 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: IP addresses, Device characteristics, Privacy choices more View details | Storage details | Privacy policylaunch Consent HURRA COMMUNICATIONS GMBH Cookie duration: 366 (days). Data collected and processed: IP addresses, Device characteristics, Non-precise location data, Browsing and interaction data, Device identifiers, Precise location data, Authentication-derived identifiers, Probabilistic identifiers 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 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 IGNITION ONE Privacy policylaunch Consent OMNICOM MEDIA GROUP Privacy policylaunch Consent DIGISEG Privacy policylaunch Consent RESONATE Privacy policylaunch Consent SOJERN Privacy policylaunch Consent HAENSEL AMS Privacy policylaunch Consent BDSK HANDELS GMBH & CO. KG Privacy policylaunch Consent TRADEDOUBLER AB Privacy policylaunch Consent TRUSTARC Privacy policylaunch Consent TRUEFFECT Privacy policylaunch Consent MARKETING SCIENCE CONSULTING GROUP, INC. Privacy policylaunch Consent DENTSU Privacy policylaunch Consent 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 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 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 CLINCH Privacy policylaunch Consent TRESENSA Privacy policylaunch Consent Accept all Confirm choices Close 0.0%