www.postype.com Open in urlscan Pro
3.39.98.197  Public Scan

Submitted URL: http://www.postype.com/
Effective URL: https://www.postype.com/
Submission: On January 04 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

/search

<form class="search-form form-inline" id="search" role="search" action="/search">
  <div class="inner">
    <label for="integrated-search" class="sr-only">통합 검색</label>
    <span class="search-icon"><i class="fal fa-search"></i></span>
    <input id="integrated-search" class="form-control form-control-sm" type="search" name="keyword" value="" data-action="grow" placeholder="검색어를 입력해주세요." maxlength="50">
    <button type="button" class="btn btn-icon btn-clear ">
      <i class="fal fa-times btn-clear-circle"></i>
    </button>
  </div>
  <a class="btn search-closer d-lg-none" id="search-closer" href="#">닫기</a>
</form>

https://www.postype.com/

<form class="modal" id="create-post-form" tabindex="-1" aria-hidden="true" action="https://www.postype.com/">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header pb-0">
        <h5 class="modal-title">새 포스트 쓰기</h5>
        <button type="button" class="btn btn-icon btn-close" data-dismiss="modal" aria-label="닫기"><i class="fal fa-times"></i></button>
      </div>
      <div class="modal-body">
        <div>
          <ul class="choose-editor">
            <a class="btn-create-normal-post" data-blog-id="" href="https://www.postype.com/edit?type=normal" aria-label="새 포스트 쓰기" title="새 포스트 쓰기">
                            <div class="d-flex">
                                <div class="btn"><div class="post-basic-icon"></div></div>
                                <div>
                                    <h4>기본<span> 포스트</span></h4>
                                    <p>자유로운 창작이 가능한 기본 포스트</p>
                                </div>
                            </div>
                        </a>
            <a class="btn-create-cartoon-post" data-blog-id="" href="https://www.postype.com/edit?type=cartoon" aria-label="새 카툰 포스트 쓰기" title="새 카툰 포스트 쓰기">
                            <div class="d-flex">
                                <div class="btn"><div class="post-cartoon-icon"></div></div>
                                <div>
                                    <h4>카툰<span> 포스트</span> <span class="badge badge-sm badge-primary">beta</span></h4>
                                    <p>한 컷씩 넘겨보는 카툰 포스트</p>
                                </div>
                            </div>
                        </a>
            <!--
                        <a disabled="" class="btn-create-audio" data-blog-id="" href="" aria-label="새 오디오 포스트 쓰기" title="새 오디오 포스트 쓰기">
                            <div class="d-flex">
                                <div class="btn">
                                    <i class="fal fa-headphones"></i>
                                </div>
                                <div>
                                    <h4>오디오<span> 포스트</span></h4>
                                    <p>직접 만든 음원을 올리는 오디오 포스트</p>
                                </div>
                            </div>
                        </a>
                        -->
            <a disabled="" class="btn-create-video" data-blog-id="" href="https://www.postype.com/edit?type=video" aria-label="새 비디오 포스트 쓰기" title="새 비디오 포스트 쓰기">
                            <div class="d-flex">
                                <div class="btn">
                                    <i class="fal fa-video ml-1"></i>
                                </div>
                                <div>
                                    <h4>동영상<span> 포스트</span> <span class="badge badge-sm badge-primary">beta</span></h4>
                                    <p>직접 만든 영상을 올리는 동영상 포스트</p>
                                </div>
                            </div>
                        </a>
            <a class="btn-create-goods" data-blog-id="" href="https://www.postype.com/goods/edit?type=goods" aria-label="새 상품 등록하기" title="새 상품 등록하기">
                            <div class="d-flex">
                                <div class="btn"><div class="post-goods-icon"></div></div>
                                <div>
                                    <h4>스토어<span> 상품</span> <span class="badge badge-sm badge-primary">beta</span></h4>
                                    <p>소장본, 굿즈 등 실물 상품을 판매하는 스토어</p>
                                </div>
                            </div>
                        </a>
          </ul>
        </div>
        <div class="drafts-wrapper">
          <a class="align-items-center drafts-blog-title" href="">
                        <h4 class="h6 d-inline mb-0">임시저장글</h4>
                        <i class="fal fa-angle-right"></i>
                    </a>
        </div>
        <div class="content">
          <div class="draft-list">
            <div style="padding:20px;color:#aaa;" class="text-center">포스트가 없습니다.</div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://www.postype.com/

<form class="form" method="post" action="https://www.postype.com/">
  <div class="file-selecter-wrap">
    <input type="hidden" id="file_id" name="file_id" value="">
    <input id="upload-series-thumbnail" type="file" name="file" accept="image/gif, image/jpeg, image/png" aria-describedby="imageHelp">
  </div>
</form>

https://www.postype.com/

<form id="form-image-search" action="https://www.postype.com/">
  <label for="image-search-label" class="sr-only">이미지 검색</label>
  <input id="image-search-label" class="img-searchfield" type="search" name="keyword" value="" data-action="grow" placeholder="이미지 검색">
  <button id="btn-image-search" class="btn btn-icon btn-search" type="button" aria-label="검색"><i class="fal fa-search"></i></button>
</form>

https://www.postype.com/

<form id="collection-search-filter-form" action="https://www.postype.com/">
  <div class="modal-content modal-dialog">
    <div class="modal-header">
      <h5 class="modal-title">필터</h5>
      <button type="button" class="btn btn-icon btn-close" data-dismiss="modal" aria-label="닫기">
        <i class="fal fa-times"></i>
      </button>
    </div>
    <div class="modal-body">
      <div class="form-group" id="search-filter-target">
        <div class="form-label pb-0"> 검색 대상 <p class="form-text text-muted mt-0">중복으로 선택할 수 있어요.</p>
        </div>
        <div class="check-mark-group">
          <div class="custom-control postype-checkmark">
            <input type="checkbox" class="custom-control-input" id="filter-name" checked="">
            <label class="custom-control-label" for="filter-name">제목</label>
          </div>
          <div class="custom-control postype-checkmark">
            <input type="checkbox" class="custom-control-input" id="filter-description" checked="">
            <label class="custom-control-label" for="filter-description">설명</label>
          </div>
          <div class="custom-control postype-checkmark">
            <input type="checkbox" class="custom-control-input" id="filter-author" checked="">
            <label class="custom-control-label" for="filter-author">닉네임</label>
          </div>
        </div>
      </div>
    </div>
    <div class="modal-footer d-flex justify-content-between">
      <button class="btn btn-text pl-0" id="btn-search-filter-reset" disabled="">초기화</button>
      <button class="btn btn-primary" id="btn-search-filter-submit">필터 적용</button>
    </div>
  </div>
</form>

POST /api/main/topic:update

<form class="modal" id="customize-topic-modal" action="/api/main/topic:update" method="POST" tabindex="-1">
  <div class="modal-dialog modal-dialog-scrollable">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title">태그 설정</h5>
        <button type="button" class="btn btn-icon btn-close" data-dismiss="modal" aria-label="닫기"><i class="fal fa-times"></i></button>
      </div>
      <div class="modal-body">
        <div class="form-group mb-3">
          <p class="form-label mb-0 pb-1">태그</p>
          <label class="sr-only" for="customize-topic-topics">태그</label>
          <input type="hidden" name="topics" aria-label="태그">
          <tags class="tagify form-control tagify--noTags tagify--empty" tabindex="-1"><span contenteditable="" data-placeholder="​" aria-placeholder="" class="tagify__input" role="textbox" aria-autocomplete="both" aria-multiline="false"></span>
          </tags><input type="text" class="form-control" name="topics_temp" id="customize-topic-topics" value="" style="height:auto;">
          <p class="form-label form-text text-muted mt-0 py-1">여러 개의 태그는 공백(space)으로 구분하여 입력하세요. 태그는 최소 5개에서 최대 10개, 1개당 20자까지 입력할 수 있습니다. 밑줄(_)을 제외한 특수 문자는 태그로 사용할 수 없습니다.</p>
        </div>
        <div class="form-group">
          <p class="form-label mb-0 pb-1">제안 태그</p>
          <div class="suggest-topics-tags mt-1" id="suggest-topics-tags"></div>
        </div>
      </div>
      <div class="modal-footer d-flex justify-content-between">
        <button type="button" class="btn btn-secondary confirm-no" data-dismiss="modal">닫기</button>
        <button type="button" class="btn btn-primary" id="btn-customize-topic-submit">저장</button>
      </div>
    </div>
  </div>
</form>

Text Content

주요 내용으로 건너뛰기
POSTYPE
홈
구독
보관함
Sign in Sign up
통합 검색
닫기
 * 발견
 * 스토어
 * 컬렉션
 * 이벤트

POSTYPE
창작자와 팬을 위한 커뮤니티,
포스타입에 오신 것을 환영해요!

Continue with Google
Continue with Faceboook
Continue with Naver
Continue with Email

Postype Sign In

홈
도움 센터

새 포스트 쓰기

기본 포스트

자유로운 창작이 가능한 기본 포스트

카툰 포스트 BETA

한 컷씩 넘겨보는 카툰 포스트



동영상 포스트 BETA

직접 만든 영상을 올리는 동영상 포스트

스토어 상품 BETA

소장본, 굿즈 등 실물 상품을 판매하는 스토어

임시저장글

포스트가 없습니다.
이런 콘텐츠는 어떠세요?


내 그림체는 어디에 더 가까울까?(2)

안녕하세요 여러분, 건망입니다! (´▽`ʃ♡ƪ) 오늘은 지난 글인 내 채색은 왜 자꾸 지저분하게 올라갈까? (1) 에 이어서 셀 채색과 반실사
채색의 차이를 알아볼 예정입니다! 캐

프로모션 클래스 드로잉 클립스튜디오 튜토리얼 일러스트

KM 건망
2023.11.22
공유하기


프로크리에이트 반실사 브러쉬 - 말랑크레용 배포!

안녕하세요 말랑음메입니다 : ) 우선 말랑말랑 그림 일기를 읽어주셔서 감사합니다 ㅎ.ㅎ 오늘은 제가 200번도 넘게 커스텀하고, 조절하고,
사용해보고 여러가지 테스트를 거친 뒤, 브러쉬를 만들어보았는데요! 같이 사용해보면 너무 좋을 것 같아서 여러분들께 공유드리려고 해요. 이
브러쉬로 어떤 질감의, 어떤 그림을 그릴 수 있냐면 ... 이렇게 종이에 크레용으로 슥슥 부드럽게 그린 듯한 반실사 그림을 그릴 수 있답니다!
브러쉬 이름은 말랑크레용!

프로크리에이트브러쉬 브러쉬다운로드 반실사 반실사브러쉬 아이패드브러쉬

말랑음메
2023.12.13
공유하기


이 미친 12월 네이버 애드포스트 수익 624만원

드디어 저에게도 이런 날이 오고야 말았습니다. 1일1포스팅 이상을 시작한지 3년을 넘어 마침내 네이버 애드포스트 수익 역대 최고 기록을 또다시
갱신했거든요. 지난 11월 애드포스트 수익은 378만원으로 최대 기록을 갱신한 것에 이어 바로 그 다음달인 12월에는 거의 두 배에 육박하는
624만원을 달성한 것입니다! 일전의 기록들과 비교해봐도 이번 12월은 압도적인 성과라서 어안이 벙벙 합니다.

블로그수익 애드포스트 블로그 애드포스트수익 블로그운영

발악
3일 전
공유하기


동네 산책

와 너무 춥다.. 눈보라 실화인가..

사진 풍경 일상 겨울 계절

kinga_jsm
2023.12.16
공유하기


_ROHA_대롱 수염이_냥이_APK

_ apk _ android theme 안드로이드 카카오톡 테마입니다. 본인의 실수로 잘못 구매한 부분에 대해서는 책임을 지지 않습니다. 제발
꼭 내용 확인 부탁드립니다. _ 구매는 신중하게 결정해 주세요. _ 구매 전 필독 1회 발송으로 테마 파일 삭제 등의 개인의 사유로 재발송은
어렵습니다. 영구 보관 또는 개인적인 용도로만 백업을 필수로 권해드립니다. 테마 업데이트 시 지원은 불가합니다. 아이폰 기준으로 만들었으므로
차이가 있을 수 있습니

창작소재 카톡테마 카카오톡 안드로이드 apk

roha
2023.12.13
공유하기


늑대와 빨간모자

⚠이 만화는 유해합니다⚠ ⚠이 만화는 불건전합니다⚠ 읽어주셔서 감사합니다! 아래는 후원의 의미로 작품 탄생 배경, 늑대와 빨간모자의 풀칼라 및
초 간단한 설정, 그리고 후일담이 들어있습니다.

웹툰 코믹 단편

옌
1일 전
공유하기


설악산 오색 약수터 (주전골 코스)

역시나 물이 얼어서 약수터의 흔적은 찾아볼 수가 없다. 탐방로 초반에 700m 정도는 데크가 깔려있다. 그런데 그 이후부터는 길이 눈이랑
얼음으로 덮여있어서 아이젠 없이는 더 갈 수가 없었다. 그래서 중간에 아이젠을 착용하고 갔다. 용소폭포 까지 가고 싶었지만 용소폭포 삼거리에서
통제 중이었다. 바로 앞인데..

사진 여행 편집 겨울 강원도

kinga_jsm
15시간 전
공유하기


16화 익스트림 새해맞이-(중)



웹툰 일상 개그

휴르르
2023.12.15
공유하기


쫄보인데 사업자를 냈다.

* 예민한 내향인 쫄보의 사업 일지입니다. * 이 시기를 기억하기 위해 쓰인 글이라 중구난방이지만, 예민함을 살려 나만의 일을 만들어가고 싶은
분께 도움이 되면 좋겠습니다. 너무 너무 쫄보인데 사업자를 냈다. 실은 몇 년 전에도 냈었다. 1년만에 폐업했지만. 그땐 1인출판사였는데,
국민연금 공단 서류가 날아왔을 때 무서워서 폐업 신청했다. 정식(ISBN 바코드 있는)책 한권도 못 냈었다. 사실 바코드를 만들지 않은 것도,
소득이 잡혀서 부모님

에세이 일기 사업 창업 예민한사람

걍 다은
2일 전
공유하기


[픽셀] 레트로 아날로그 만년형 교무수첩

후후,, 이번엔 선생님들을 위한 교무수첩을 제작했습니다!고등학교 교사 지인을 통한 컨펌으로 아주 높은 퀄리티로 제작되었답니다! 만약 부족한
부분이 있다면 메세지 또는 답글로 남겨주시면 빠른 피드백 해드리겠습니다!
----------------------------------------------------------------------------------------------------
저의 시리즈로 오시면 더욱 많은 디지털 컨텐츠를 볼 수

작심삼월2024 창작소재 다이어리 플래너 교무수첩

킴디디
2023.12.22
공유하기


규멩 드로잉 브러쉬: M세트

M세트 5,000원 구성 총 8종의 브러쉬가 첨부되어있습니다. M 브러쉬.abr (포토샵 / 브러쉬 8종)M 브러쉬.sut (클립 스튜디오 /
브러쉬 8종) M세트 브러쉬 샘플 'Smart ink''를 무료 배포합니다!편하게 사용해주세요! M세트에 포함된 Smart ink 브러쉬를
사용한 샘플입니다!샘플 제공: @HUBAE_ (https://twitter.com/HUBAE_) 꼭 읽어주세요! 1. 해당 브러쉬의 저작권은
규멩(QMENG)에게 있

브러쉬 클립스튜디오 포토샵 드로잉브러쉬

접니다
2023.02.03
공유하기


잘먹는나-2화 달리보단 순대국밥

모두 맛저녁 하셨나요? 평안한 일요일밤 되세요 알러뷰-♥

웹툰 일상 개그 먹방 드라마

마도
2023.04.23
공유하기

콘텐츠 발견하기
오늘 인기 포스트
웹툰 웹소설 창작소재 일러스트 일상 문화 클래스 자기계발 경제


하얀라쿤로우 보송보송 말티즈 스티커

로우
19시간 전
굿노트 스티커 다이어리 창작소재 일러스트


[24.01.04] 새해 인사 + BASTARDS 그림

이탈
8시간 전
플레이브 함놔 하민노아 일러스트 팬창작


부자(DADDY&SON)화보촬영

류은립
9시간 전
bl 일러스트


인생 번아웃 극복기(1)

누이 NUY
2023.12.26
일러스트 그림 프리랜서 번아웃 클래스
#일러스트인기 포스트 더보기
새로 나온 포스트
웹툰 웹소설 창작소재 일러스트 일상 문화 클래스 자기계발 경제


전세사기, 안 당하는 방법이 있나요?

그로밋
7시간 전
인문 부동산 에세이 심리 경제


걸러야 하는 알바, 꿀알바 모음

다니 (Dani)
8시간 전
경제 자기계발 지식 알바 돈


지방대생이 SKY 씹어먹는 방법

백수부자
10시간 전
지식 교육 경제 취업 진로


현업에 열중한다는 것!

미르셀
16시간 전
지식 심리 경제 금융 회사
#경제새 포스트 더보기
스토어
BETA
[7일 한정] <왹냐 : 지구활동보고서> 론칭 기념 인형
왹냐
[써지컬스틸] 클로버 목걸이
별빛속삭임
씨엘제로 대용량 녹물 샤워기 식수 킬링필터
조나단 김
골드볼 목걸이 - 실버925 , 골드도금제품
울랄라맨
스토어 상품 더보기
 * 서비스 소개
 * 이용약관
 * 개인정보처리방침
 * 청소년보호정책
 * 도움 센터
 * 권리침해신고센터
 * 공식 채널
 * 회사 소개・문의
 * © Postype, Inc.

주식회사 포스타입 사업자등록번호: 786-86-00336 통신판매업신고번호: 2018-서울강남-02900 대표자명: 신규섭 주소: 서울시 강남구
테헤란로4길 5, 6층 연락처: 02-6956-0827 포스타입은 통신판매중개자이며 통신판매의 당사자가 아닙니다. 따라서 포스타입은 콘텐츠,
거래정보 및 거래에 대하여 책임을 지지 않습니다.



공유하기

X 페이스북
내용
URL 복사

확인


아니오 예

알림


확인

알림


확인


알림


You've supported the creator. 댓글로 응원하기 메시지로 응원하기 크리에이터에게 감상 후기나 응원의 메시지를 전달해보세요.
창작에 큰 원동력이 됩니다.
확인


시리즈 태그 등록




썸네일 선택

썸네일 편집

 * 이미지 업로드
 * 이미지 검색

600*800px 이상 이미지 권장 삭제 삭제
영어로 검색해보세요.
Powered by Unsplash
이미지 검색


추천 검색어

BackgroundWallpaperTextureArtPatternGradient

초기화
취소 다음
이전 완료
이전 완료 초기화

보고서 다운로드

설정한 기간의 데이터를 파일로 다운로드합니다. 보고서 파일 생성에는 최대 3분이 소요됩니다.

원본 데이터 (.csv) -
월간 요약본 (.csv) -
Cancel 다운로드

자동 충전 해지 확인

포인트 자동 충전을 해지할까요?

포인트 자동 충전을 해지합니다.
해지하지 않고도 ‘자동 충전 설정 변경하기' 버튼을 눌러 포인트 자동 충전 설정을 변경할 수 있어요. 설정을 변경하고 편리한 자동 충전을 계속
이용해보세요.

포인트 자동 충전 해지하기 자동 충전 설정 변경하기

배송 조회
배송 내역

확인
구매확정
구매확정 이후에는 판매자에게 구매금액이 정산되며, 환불 요청이 불가능합니다. 구매확정 이후 환불에 대한 문의는 판매자에게 직접 문의해 주세요.
구매한 상품

취소 구매확정
개인정보 제 3자 제공 동의
판매자의 상품을 구매하고자 할 경우, 결제 및 배송 서비스를 제공하기 위해 이용자들의 개인 정보를 아래와 같이 제공합니다. 아래 내용에 동의를
거부할 수 있으나, 이 경우 상품 구매가 제한됩니다.
제공받는 자
상품 판매자
제공 정보
수령인 이름, 휴대폰 번호, 배송 주소
제공 목적
주문 상품 배송 및 교환・환불, 상품 진행 공지 및 민원처리
보유 및 이용기간
거래 종료 시까지 (단, 관계 법령 규정에 따라 일정 기간 보존이 필요한 경우 해당 기간동안 보관)
확인
우편번호 찾기

닫기

필터

검색 대상

중복으로 선택할 수 있어요.

제목
설명
닉네임
초기화 필터 적용

SNS 계정으로 간편하게 로그인하고 이용해주세요.

Continue with Google Continue with Facebook Continue with Naver Continue with
Email
Don't have an account yet? Sign up
Continue with Google Continue with Faceboook Continue with Naver Continue with
Email
Already have an account? Sign in
By sign up or sign in via third-party services, you agree to Postype's terms and
privacy policy.

태그 설정

태그

태그

여러 개의 태그는 공백(space)으로 구분하여 입력하세요. 태그는 최소 5개에서 최대 10개, 1개당 20자까지 입력할 수 있습니다.
밑줄(_)을 제외한 특수 문자는 태그로 사용할 수 없습니다.

제안 태그


닫기 저장

cancel


POSTYPE ASKS FOR YOUR CONSENT TO USE YOUR PERSONAL DATA TO:

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

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

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

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

Consent



Manage options

arrow_back

Data preferences


cancel


MANAGE YOUR DATA

You can choose how your personal data is used. Vendors want your permission to
do the following:

TCF vendors

help_outline


STORE AND/OR ACCESS INFORMATION ON A DEVICE

Cookies, device or similar online identifiers (e.g. login-based identifiers,
randomly assigned identifiers, network based identifiers) together with other
information (e.g. browser type and information, language, screen size, supported
technologies etc.) can be stored or read on your device to recognise it each
time it connects to an app or to a website, for one or several of the purposes
presented here.

View details
Consent (120 vendors)


USE LIMITED DATA TO SELECT ADVERTISING

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

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


CREATE PROFILES FOR PERSONALISED ADVERTISING

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

View details
Consent (99 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 (93 vendors)


CREATE PROFILES TO PERSONALISE CONTENT

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

View details
Consent (32 vendors)


USE PROFILES TO SELECT PERSONALISED CONTENT

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

View details
Consent (26 vendors)


MEASURE ADVERTISING PERFORMANCE

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

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


MEASURE CONTENT PERFORMANCE

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

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


UNDERSTAND AUDIENCES THROUGH STATISTICS OR COMBINATIONS OF DATA FROM DIFFERENT
SOURCES

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

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


DEVELOP AND IMPROVE SERVICES

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

View details
Consent (64 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 (9 vendors)Legitimate interest (2 vendors)help_outline


ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS

help_outline

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

View details


DELIVER AND PRESENT ADVERTISING AND CONTENT

help_outline

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

View details


MATCH AND COMBINE DATA FROM OTHER DATA SOURCES

help_outline

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

View details


LINK DIFFERENT DEVICES

help_outline

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

View details


IDENTIFY DEVICES BASED ON INFORMATION TRANSMITTED AUTOMATICALLY

help_outline

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

View details


USE PRECISE GEOLOCATION DATA

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

View details
Consent

Vendor preferences

Accept all



Confirm choices

arrow_back

Vendor preferences


cancel


CONFIRM OUR VENDORS

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

TCF vendors

help_outline


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

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


ROQ.AD GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADMAXIM LIMITED

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


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

more

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


View details | Privacy policylaunch
Consent


SOVRN, INC.

Cookie duration: 365 (days).

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


THE UK TRADE DESK LTD

Cookie duration: 3629 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMETRICS GMBH

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


AMOBEE INC.

Cookie duration: 180 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EPSILON

Cookie duration: 184 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


UNRULY GROUP LLC

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADFORM A/S

Cookie duration: 1 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RATEGAIN ADARA INC

Cookie duration: 730 (days).

Data collected and processed: User-provided data, Privacy choices, Users’
profiles, 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


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


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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIMPLIFI HOLDINGS INC

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PUBMATIC, INC

Cookie duration: 90 (days).

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


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


CRITEO SA

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADLOOX SA

Doesn't use cookies.

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

more

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


View details | Privacy policylaunch
Consent


LOTAME SOLUTIONS, INC

Cookie duration: 274 (days).

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


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


NEAR INTELLIGENCE

Doesn't use cookies.

Data collected and processed: 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


DOUBLEVERIFY INC.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

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


TEADS FRANCE SAS

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OS DATA SOLUTIONS GMBH &AMP; CO. KG

Cookie duration: 90 (days).

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

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

more




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: Privacy choices, 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.


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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BANNERFLOW AB

Cookie duration: 366 (days).

Data collected and processed: IP addresses

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABMO SAS

Doesn't use cookies.

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


MOBILE PROFESSIONALS BV / SAGE&#43;ARCHER BV

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch
Consent


ON DEVICE RESEARCH LIMITED

Cookie duration: 30 (days).

Data collected and processed: 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
ConsentLegitimate interesthelp_outline


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

more

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


View details | Privacy policylaunch
Consent


THE KANTAR GROUP LIMITED

Cookie duration: 914 (days).

Data collected and processed: 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, Privacy choices, Users’
profiles, 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, Privacy choices, Users’
profiles, Browsing and interaction data, Non-precise location data,
Authentication-derived identifiers, 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, Privacy choices, 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.


View details | Privacy policylaunch
Consent


AUDIENCEPROJECT APS

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


EFFILIATION / EFFINITY

Cookie duration: 2 (days).

Data collected and processed: Device characteristics

more

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


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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BLENDEE SRL

Cookie duration: 366 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SALESFORCE.COM, INC.

Cookie duration: 180 (days).

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

more

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


View details | Privacy policylaunch
Consent


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

Data collected and processed: User-provided data, Privacy choices, Users’
profiles, 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 &AMP; CO KG)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


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


LIFTOFF MOBILE, INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE MEDIAGRID INC.

Cookie duration: 365 (days).

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




View details | Privacy policylaunch
Consent


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

Data collected and processed: User-provided data, Privacy choices, Users’
profiles, 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 SE

Cookie duration: 730 (days).

Data collected and processed: User-provided data, Privacy choices, Users’
profiles, 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
Consent


REVJET

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


PROTECTED MEDIA LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


CLINCH LABS LTD

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ORACLE DATA CLOUD - MOAT

Doesn't use cookies.

Data collected and processed: 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: Privacy choices, 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
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


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 | 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: 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
Consent

Ad partners

help_outline


GSKINNER

Privacy policylaunch
Consent


AKAMAI

Privacy policylaunch
Consent


FACEBOOK

Privacy policylaunch
Consent


AUNICA

Privacy policylaunch
Consent


BOOKING.COM

Privacy policylaunch
Consent


C3 METRICS

Privacy policylaunch
Consent


IBM

Privacy policylaunch
Consent


EVIDON

Privacy policylaunch
Consent


CUBED

Privacy policylaunch
Consent


OPTOMATON

Privacy policylaunch
Consent


INTELLIAD

Privacy policylaunch
Consent


ANALIGHTS

Privacy policylaunch
Consent


DSTILLERY

Privacy policylaunch
Consent


MEDIAMATH

Privacy policylaunch
Consent


DMA INSTITUTE

Privacy policylaunch
Consent


ZMS

Privacy policylaunch
Consent


DENTSU AEGIS NETWORK

Privacy policylaunch
Consent


IGNITION ONE

Privacy policylaunch
Consent


OMNICOM MEDIA GROUP

Privacy policylaunch
Consent


DIGISEG

Privacy policylaunch
Consent


RESONATE

Privacy policylaunch
Consent


SOJERN

Privacy policylaunch
Consent


HAENSEL AMS

Privacy policylaunch
Consent


BDSK HANDELS GMBH & CO. KG

Privacy policylaunch
Consent


VIDEOLOGY

Privacy policylaunch
Consent


TRADEDOUBLER AB

Privacy policylaunch
Consent


TRUSTARC

Privacy policylaunch
Consent


TRUEFFECT

Privacy policylaunch
Consent


MARKETING SCIENCE CONSULTING GROUP, INC.

Privacy policylaunch
Consent


DENTSU

Privacy policylaunch
Consent


ESSENS

Privacy policylaunch
Consent


TRAVEL DATA COLLECTIVE

Privacy policylaunch
Consent


ADVOLUTION.CONTROL

Privacy policylaunch
Consent


WIDESPACE

Privacy policylaunch
Consent


LIFESTREET

Privacy policylaunch
Consent


VIMEO

Privacy policylaunch
Consent


BATCH MEDIA

Privacy policylaunch
Consent


VODAFONE GMBH

Privacy policylaunch
Consent


MAGNITE

Privacy policylaunch
Consent


SCENESTEALER

Privacy policylaunch
Consent


NETQUEST

Privacy policylaunch
Consent


MANAGE.COM

Privacy policylaunch
Consent


CLOUDFLARE

Privacy policylaunch
Consent


HAVAS MEDIA FRANCE - DBI

Privacy policylaunch
Consent


NETFLIX

Privacy policylaunch
Consent


MACROMILL GROUP

Privacy policylaunch
Consent


EBUILDERS

Privacy policylaunch
Consent


APPLOVIN CORP.

Privacy policylaunch
Consent


NANO INTERACTIVE

Privacy policylaunch
Consent


FRACTIONAL MEDIA

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


MSI-ACI

Privacy policylaunch
Consent


ARRIVALIST

Privacy policylaunch
Consent


NAVEGG

Privacy policylaunch
Consent


ADMEDO

Privacy policylaunch
Consent


KOCHAVA

Privacy policylaunch
Consent


MOBITRANS

Privacy policylaunch
Consent


ADEX

Privacy policylaunch
Consent


IMPACT

Privacy policylaunch
Consent


SPOTAD

Privacy policylaunch
Consent


AARKI

Privacy policylaunch
Consent


SFR

Privacy policylaunch
Consent


CABLATO

Privacy policylaunch
Consent


WAYSTACK

Privacy policylaunch
Consent


TRESENSA

Privacy policylaunch
Consent


ADLUDIO

Privacy policylaunch
Consent

Accept all



Confirm choices

Close