www.philstar.com Open in urlscan Pro
2606:4700:10::6816:45fa  Public Scan

Submitted URL: http://philstar.com/
Effective URL: https://www.philstar.com/
Submission: On December 12 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST

<form method="post">
  <div id="login_fb"><a href="#"><img src="https://www.philstar.com/images/blank.png" style="width: 100%; height: 100%; display: block"></a></div>
  <div id="login_gmail" class="g-signin2" data-onsuccess="onSignIn" style="display: inline-block;vertical-align: top;margin-top: 5px;" data-gapiscan="true" data-onload="true">
    <div style="height:36px;width:120px;" class="abcRioButton abcRioButtonLightBlue">
      <div class="abcRioButtonContentWrapper">
        <div class="abcRioButtonIcon" style="padding:8px">
          <div style="width:18px;height:18px;" class="abcRioButtonSvgImageWithFallback abcRioButtonIconImage abcRioButtonIconImage18"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 48 48"
              class="abcRioButtonSvg">
              <g>
                <path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"></path>
                <path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"></path>
                <path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"></path>
                <path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"></path>
                <path fill="none" d="M0 0h48v48H0z"></path>
              </g>
            </svg></div>
        </div><span style="font-size:13px;line-height:34px;" class="abcRioButtonContents"><span id="not_signed_inbx02nutwxvvr">Anmelden</span><span id="connectedbx02nutwxvvr" style="display:none">Angemeldet</span></span>
      </div>
    </div>
  </div>
  <style>
    .abcRioButton {
      text-align: left;
      padding-top: 3px;
      height: 40px !important;
    }
  </style>
  <script type="text/javascript">
    console.log("SignedID:" + 0);
    console.log("email:" + '');
    console.log("given_name:" + '');
    console.log("family_name:" + '');
    console.log("picture:" + '');

    function check_credentials(info) {
      var xhr = new XMLHttpRequest();
      xhr.open('POST', 'https://www.philstar.com/check_credentials.php');
      xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
      xhr.onload = function() {
        oauthInfo = xhr.responseText;
        console.log(oauthInfo);
        location.reload();
      };
      xhr.send("id=" + info.sub + "&email=" + info.email + "&firstname=" + info.given_name + "&lastname=" + info.family_name + "&loginType=gmail");
    }

    function oauth_gmail(id_token) {
      var xhr = new XMLHttpRequest();
      xhr.open('POST', 'https://www.philstar.com/tokensignin');
      xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
      xhr.onload = function() {
        oauthInfo = JSON.parse(xhr.responseText);
        console.log(oauthInfo);
        check_credentials(oauthInfo);
      };
      xhr.send('idtoken=' + id_token);
    }

    function onSignIn(googleUser) {
      var profileID = auth2.currentUser.get().getBasicProfile().getId();
      var SignedID = 0;
      console.log("profileID:" + profileID);
      if (profileID == SignedID) {
        console.log("already signed in");
      } else {
        oauth_gmail(googleUser.getAuthResponse().id_token);
        console.log("gmail new sign in");
      }
    }

    function signOut() {
      var auth2 = gapi.auth2.getAuthInstance();
      auth2.signOut().then(function() {
        console.log('User signed out.');
        var xhr = new XMLHttpRequest();
        xhr.open('POST', 'https://www.philstar.com/logout.php');
        xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
        xhr.onload = function() {
          location.reload()
        };
        xhr.send();
      });
    }
  </script>
  <style>
    #appleid-signin {
      /* display:none !important; */
      height: 42px;
      width: 42px;
      display: inline-block;
      top: -7px;
      padding-left: 8px;
      cursor: pointer;
    }

    #appleid-signin div {
      position: initial;
    }
  </style>
  <div id="appleid-signin" data-mode="logo-only" data-logo-size="large" data-color="black" data-border="true" data-border-radius="15" data-size="42">
    <div
      style=" font-synthesis: none; -moz-font-feature-settings: kern; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 42px; height: 42px; min-width: 30px; max-width: 64px; min-height: 30px; max-height: 64px; position: relative;"
      role="button" tabindex="0" aria-label="Sign in with Apple">
      <div style=" position: absolute; box-sizing: border-box; width: 100%; height: 100%;">
        <svg xmlns="http://www.w3.org/2000/svg" style="overflow:visible" width="100%" height="100%" viewBox="6 6 44 44">
          <g fill="none" fill-rule="evenodd">
            <path fill="#fff" fill-rule="nonzero"
              d="M28.2226562,20.3846154 C29.0546875,20.3846154 30.0976562,19.8048315 30.71875,19.0317864 C31.28125,18.3312142 31.6914062,17.352829 31.6914062,16.3744437 C31.6914062,16.2415766 31.6796875,16.1087095 31.65625,16 C30.7304687,16.0362365 29.6171875,16.640178 28.9492187,17.4494596 C28.421875,18.06548 27.9414062,19.0317864 27.9414062,20.0222505 C27.9414062,20.1671964 27.9648438,20.3121424 27.9765625,20.3604577 C28.0351562,20.3725366 28.1289062,20.3846154 28.2226562,20.3846154 Z M25.2929688,35 C26.4296875,35 26.9335938,34.214876 28.3515625,34.214876 C29.7929688,34.214876 30.109375,34.9758423 31.375,34.9758423 C32.6171875,34.9758423 33.4492188,33.792117 34.234375,32.6325493 C35.1132812,31.3038779 35.4765625,29.9993643 35.5,29.9389701 C35.4179688,29.9148125 33.0390625,28.9122695 33.0390625,26.0979021 C33.0390625,23.6579784 34.9140625,22.5588048 35.0195312,22.474253 C33.7773438,20.6382708 31.890625,20.5899555 31.375,20.5899555 C29.9804688,20.5899555 28.84375,21.4596313 28.1289062,21.4596313 C27.3554688,21.4596313 26.3359375,20.6382708 25.1289062,20.6382708 C22.8320312,20.6382708 20.5,22.5950413 20.5,26.2911634 C20.5,28.5861411 21.3671875,31.013986 22.4335938,32.5842339 C23.3476562,33.9129053 24.1445312,35 25.2929688,35 Z">
            </path>
          </g>
        </svg>
      </div>
      <div style=" padding: 1px; width: 100%; height: 100%; box-sizing: border-box;"><svg xmlns="http://www.w3.org/2000/svg" style=" overflow: visible;" width="100%" height="100%" viewBox="0 0 50 50" preserveAspectRatio="xMidYMin meet">
          <rect width="100%" height="100%" ry="15%" fill="#000" stroke="black" stroke-width="1" stroke-linecap="round"></rect>
        </svg></div>
    </div>
  </div>
  <script type="text/javascript" src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"></script>
  <script type="text/javascript">
    /**
     * This function will initialize the `AppleID.auth` object with parameter we pass in.
     */
    AppleID.auth.init({
      clientId: 'com.philstar.myaccount',
      scope: 'name email',
      redirectURI: 'https://www.philstar.com/redirect-apple-signin.php',
      state: 'https://www.philstar.com/',
      usePopup: true
    });
    // Listen for authorization success.
    document.addEventListener('AppleIDSignInOnSuccess', (event) => {
      // Handle successful response.
      // console.log('AppleIDSignInOnSuccess', event.detail);
      var xmlhttp = new XMLHttpRequest();
      xmlhttp.open("POST", 'https://www.philstar.com/check_credentials.php', true);
      xmlhttp.onreadystatechange = function() {
        if (xmlhttp.readyState === XMLHttpRequest.DONE && xmlhttp.status === 200) {
          var data = xmlhttp.responseText;
          location.reload();
          // console.log('apple output:', data);
        }
      };
      xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
      xmlhttp.send('code=' + event.detail.authorization.code + '&id=' + event.detail.authorization.id_token + "&email=''&firstname=''&lastname=''" + "&loginType=apple");
    });
    // Listen for authorization failures.
    document.addEventListener('AppleIDSignInOnFailure', (event) => {
      // Handle error.
      console.log('AppleIDSignInOnFailure', event.detail.error);
    });
  </script>
</form>

Text Content

PHILSTAR.COM | LATEST PHILIPPINE NEWS AND MULTIMEDIA


DIGITAL PORTAL OF THE STAR GROUP OF PUBLICATIONS: DELIVERS THE LATEST NEWS AND
VIEWS, MULTIMEDIA, ANALYSES AND IN-DEPTH REPORTS ON THE PHILIPPINES, SPORTS,
BUSINESS, ENTERTAINMENT, LIFESTYLE AND CULTURE.

 * Philstar.com
   
   * HOME
     
   * Headlines
   * Opinion
   * Nation
   * World
   * Business
   * Sports
   * Entertainment
   * Lifestyle
   * Other Sections
 * The Philippine Star
 * Pilipino Star Ngayon
   
   * HOME
   * Bansa
   * Metro
   * Probinsiya
   * Opinyon
   * Palaro
   * Showbiz
   * True Confessions
   * Dr. Love
   * Litra-talk
   * Kutob
   * Komiks
 * The Freeman
   
   * HOME
   * Cebu News
   * Opinion
   * Metro Cebu
   * Region
   * Cebu Business
   * Cebu Sports
   * Cebu Lifestyle
   * Cebu Entertainment
 * Pang-Masa
   
   * HOME
   * Police Metro
   * Punto Mo
   * Pang Movies
   * PM Sports
   * Para Manalo
   * Para Malibang
 * Banat
   
   * HOME
   * Balita
   * Opinyon
   * Kalingawan
   * Showbiz
   * Palaro
   * Imong Kapalaran
   * Punsoy
 * Interaksyon
   
   * HOME
   * Trends + Spotlights
   * Politics + Issues
   * Celebrities
   * Hobbies + Interests
   * Rumor Cop


HOME
 * 2023 BAR EXAMS
 * COP28
 * ISRAEL-PALESTINIAN CONFLICT
 * EVENTS AND HAPPENINGS
 * FACT CHECKS
 * CLIMATE AND ENVT
 * VIDEOS
 * KOREAN WAVE
 * ESPORT
 * BRANDSPACE

SUPPORT PHILSTAR
About Us | Contact Us | Advertise | Privacy Policy | Member Agreement |
Copyright Notice
Copyright © 2023. Philstar Global Corp. All Rights Reserved
 * My Profile
 * Sign Out


Subscribe

Subscribe

 * nav
   
   ==
   
   HOME
 * HEADLINES
 * OPINION
 * NATION
 * WORLD
 * BUSINESS
 * SPORTS
 * ENTERTAINMENT
 * LIFESTYLE
 * OTHER SECTIONS
 * SUPPORT PHILSTAR



X
2023 BAR EXAMS
COP28
ISRAEL-PALESTINIAN CONFLICT
EVENTS AND HAPPENINGS
FACT CHECKS
CLIMATE AND ENVT
VIDEOS
KOREAN WAVE
ESPORT
BRANDSPACE



Climate and Environment


PHILIPPINES FACES CHALLENGES IN BALANCING GREEN ENERGY NEEDS WITH COMMUNITY
RIGHTS

By Gaea Katreena Cabico
Experts say the situation in Brooke’s Point and other other communities hosting
or located near mines for critical minerals such highlights the need for
transition that goes beyond simply switching to cleaner technologies, but one
that is just and equitable. 
World


GAZA DEATHS PASS 18,200 AS BATTLES RAGE

By Adel Zaanoun
Climate and Environment


LIVE UPDATES: COP28 CLIMATE SUMMIT

By PhilstarLIVE
Headlines


‘CHINA COAST GUARD SHIP MOVED TO RAM CHRISTMAS CONVOY BOAT’

By Emmanuel Tupas
Headlines


ONLY PHILIPPINES HAS LEGITIMATE RIGHT OVER WEST PHILIPPINE SEA – MARCOS

By Helen Flores

 * Latest
 * Trending

Trending

LATEST

Trending

abtest

abtest


RAJO LAUREL RESTORES MARICEL LAXA-PANGILINAN'S WEDDING DRESS FOR DAUGHTER ELLA

By Kristofer Purnell | 2 days ago
Ella Pangilinan, daughter of Maricel Laxa and Anthony Pangilinan, wed Enrique
Lhuillier-Miranda wearing a revival of Maricel's...
Fashion and Beauty



BICAM OKS 2024 NATIONAL BUDGET

By Delon Porcalla | 8 hours ago
Senators and congressmen comprising the bicameral conference committee of
Congress approved yesterday the final version of...
Headlines



HOUSE QUESTIONS SMNI’S CHINA TV PARTNERSHIP

By Sheila Crisostomo | 8 hours ago
A House panel yesterday questioned the partnership of broadcasting company
Sonshine Media Network International with state-run...
Headlines



THIRD PETITION FILED VS SARA DUTERTE’S SECRET FUNDS REACHES SC

By Ian Laqui | 14 hours ago
Current and former lawmakers from the Makabayan Bloc on Monday filed a petition
for certiorari, challenging Vice President...
Headlines



SENATE TO RATIFY 2024 NATIONAL BUDGET TODAY

By Cecille Suerte Felipe | 1 day ago
The Senate is set to ratify today the proposed P5.768-trillion national budget
for 2024, according to Senate President Juan...
Headlines


LATEST


FURY AS CLIMATE DRAFT DEAL FALLS SHORT OF FOSSIL FUEL PHASE-OUT

CLIMATE AND ENVIRONMENT

|
20 minutes ago



EDITORIAL - DUMPING TOMATOES, AGAIN

OPINION

|
9 hours ago



CONTROL

OPINION

|
9 hours ago



SUCCESSION MINUS THE DRAMA

OPINION

|
9 hours ago




A CREATIVE CHRISTMAS

OPINION

|
9 hours ago



INFORMAL WORKERS: A PATH TO INCLUSIVE GROWTH AND PROSPERITY

OPINION

|
9 hours ago



CELLAR DWELLERS NO MORE

OPINION

|
9 hours ago



SMARTMATIC SEEKS TRO VS COMELEC DQ

NATION

|
9 hours ago



HUMID WEATHER TO CONTINUE AS FEWER TYPHOONS ENTERED PHILIPPINES

NATION

|
9 hours ago



DEEPER PROBE SET ON ISABELA PLANE CRASH

NATION

|
9 hours ago



OVER P57 MILLION AID RELEASED TO SURIGAO QUAKE VICTIMS

NATION

|
9 hours ago



CLASSES RESUME AT MSU

NATION

|
9 hours ago



MEMORIAL HALL FOR ‘TOKHANG’ VICTIMS TO RISE IN CALOOCAN

NATION

|
9 hours ago



9 TERRORISTS, 8 MILF FIGHTERS KILLED IN MINDANAO CLASHES

NATION

|
9 hours ago



2 HURT IN RIZAL SHOOTING

NATION

|
9 hours ago



STRONG WINDS DESTROY HOUSES, RICE FIELDS

NATION

|
9 hours ago



GOVERNMENT GETS LOWEST POINTS IN FIGHTING INFLATION – SURVEY

HEADLINES

|
9 hours ago



MERALCO RATES LOWER THIS MONTH

HEADLINES

|
9 hours ago



MARCOS ATTENDING ASEAN-JAPAN SUMMIT IN TOKYO THIS WEEK

HEADLINES

|
9 hours ago



LAND TITLES BEST CHRISTMAS GIFT TO AGRARIAN BENEFICIARIES – MARCOS

HEADLINES

|
9 hours ago

Recommended


VIDEOS
4 days ago


INTEL ON ARTIFICIAL INTELLIGENCE: ‘AI IS EVERYWHERE’


4 days ago


‘THE FUTURE IS AI’: MICROSOFT AS ARTIFICIAL INTELLIGENCE LEADER BARES ACTION FOR
SUSTAINABILITY


4 days ago


‘AI SUPERPOWER’: HOW TECH GIANT HARNESSES ARTIFICIAL INTELLIGENCE 


BrandSpace Video


DONBELLE, CELEB COUPLES SWEAR BY THIS BODY SOAP THAT GIVES THEM CONFIDENCE TO
GET CLOSE



COLUMNISTS


CONTROL

by: Alex Magno
The US, as a permanent member of the UN Security Council, vetoed...




SUCCESSION MINUS THE DRAMA

by: Iris Gonzales
It might have been a scene straight out of the gripping HBO series...




A CREATIVE CHRISTMAS

by: Tony Lopez
The First Lady, Liza Araneta Marcos, personally invited me and...




INFORMAL WORKERS: A PATH TO INCLUSIVE GROWTH AND PROSPERITY

by: George Royeca
The informal economy in the Philippines is a vibrant and industrious...




CELLAR DWELLERS NO MORE

by: Juaniyo Arcellana
Before someone strikes that awful chord by saying the UP Fighting...




THE POWER OF CLOSURE: ENFORCING TAX COMPLIANCE

by: Maria Regina C. Gameng
In the intricate relationship between economic growth and fiscal...




THE PATH TOWARDS ECONOMIC SECURITY

by: Mike Toledo
The Stratbase Albert Del Rosario Institute, or Stratbase ADRI,...




CIRCULO NOVO ECIJANO REUNION: RED-LETTER DAY FOR NOVO ECIJANOS

by: Joanne Rae M. Ramirez
The “Woman of Steel” was all but melting with happiness at...




SMNI IN THE CROSSHAIRS

by: Ana Marie Pamintuan
In the shutdown of broadcast giant ABS-CBN, then president Rodrigo...




THE HIGHLIGHT OF HIS YEAR

by: Cito Beltran
When veteran journalists got to sit down with the CEO/boss of...




MY PRACTICAL ADVICE TO ASPIRING ENTREPRENEURS

by: Joey Concepcion
I am often approached for advice on entrepreneurship....




A BREAKTHROUGH FOR PEACE

by: Jose Dalisay
I honestly didn’t know what to feel when I first read the news...


‹›


Inside philstar.com
Headlines


‘CHINA COAST GUARD SHIP MOVED TO RAM CHRISTMAS CONVOY BOAT’

8 hours ago




 * ONLY PHILIPPINES HAS LEGITIMATE RIGHT OVER WEST PHILIPPINE SEA – MARCOS


 * GOVERNMENT GETS LOWEST POINTS IN FIGHTING INFLATION – SURVEY

More Headlines Articles
Opinion


EDITORIAL - DUMPING TOMATOES, AGAIN

8 hours ago




 * CONTROL


 * SUCCESSION MINUS THE DRAMA

More Opinion Articles
BrandSpace


MOA NIGHT OF LIGHTS RETURNS: CHRISTMAS ILLUMINATION PARK GETS BIGGER, BRIGHTER,
MORE MAGICAL

17 hours ago




 * PHILIPPINES’ GCASH BANNERS SUCCESS STORY AT SINGAPORE FINTECH FESTIVAL 2023


 * PROTECT YOURSELF FROM HOLIDAY INVESTMENT SCAMS 

Nation


SMARTMATIC SEEKS TRO VS COMELEC DQ

8 hours ago




 * HUMID WEATHER TO CONTINUE AS FEWER TYPHOONS ENTERED PHILIPPINES


 * DEEPER PROBE SET ON ISABELA PLANE CRASH

More Nation Articles
World


GAZA DEATHS PASS 18,200 AS BATTLES RAGE

1 hour ago




 * WHO URGES IMMEDIATE AID FOR GAZA


 * HAMAS WARNS HOSTAGES DOOMED UNLESS DEMANDS MET

More World Articles
Business


FDI INFLOW DOWN 16% TO $5.9 BILLION IN 9 MONTHS

8 hours ago




 * GOVERNMENT FUEL MARKING PROGRAM RAISES P802 BILLION


 * ASIAN STOCKS SLIP AMID RATE CUT SPECULATIONS

More Business Articles
Sports


NLEX NETS BOLICK

8 hours ago




 * NO REST FOR MAGSAYO


 * NO DAYOFF FOR DIOUF IN UP STINT

More Sports Articles
Entertainment


FELIPE GOZON’S FAMILY CELEBRATES HIS ‘GREATEST LEGACY’ ON 84TH BIRTHDAY

8 hours ago




 * KIMSON AND POLO ARE MEN IN LOVE IN LOVERS/LIARS


 * 'HINDI KAMI BAOG': DEREK RAMSAY OPENS UP ABOUT ELLEN ADARNA'S MISCARRIAGE

More Entertainment Articles
Lifestyle


TAKE HOME BUNDLES OF DEALS WITH ASUS AND ROG SHARE 2023 HOLIDAY PROMO

16 hours ago




 * MOA NIGHT OF LIGHTS RETURNS: CHRISTMAS ILLUMINATION PARK GETS BIGGER,
   BRIGHTER, MORE MAGICAL


 * LAHAT AY MERRY THIS 2023: HOW TO WIN PRIZES FROM 12 DAYS OF GCASH GIVEAWAY

More Lifestyle Articles

next


RELEVANT. WITTY. DAILY

Morning news briefings from Philstar.com

SIGN-UP
Recommended


BICAM OKS 2024 NATIONAL BUDGET

Senators and congressmen comprising the bicameral conference committee of
Congress approved yesterday the final version of the P5.768-trillion national
budget for 2024, where the “legacy” budget allocations of President Marcos have
been outlined.
8 hours ago

NATIONAL BUDGET





THIRD PETITION FILED VS SARA DUTERTE’S SECRET FUNDS REACHES SC

Current and former lawmakers from the Makabayan Bloc on Monday filed a petition
for certiorari, challenging Vice President Sara Duterte's allocation of P125
million for confidential and intelligence funds.
14 hours ago

ARLENE BROSAS

BUDGET

CONFIDENTIAL FUNDS





MAKABAYAN TO QUESTION VP’S P125 MILLION CIF BEFORE SUPREME COURT

Another petition questioning the constitutionality of the P125-million
confidential funds received by the Office of Vice President (OVP) Sara Duterte
in 2022 will be filed at the Supreme Court (SC) on Monday.
3 days ago

FUNDS

SUPREME COURT





GOV’T ON NEW PEACE TALKS: NEITHER HERE NOR THERE?

Not surprising at all, Vice President Sara Duterte early this week assailed the
agreement between the government and the National Democratic Front of the
Philippines to return to peace negotiations.
3 days ago

DEMOCRATIC





INSINCERITY AND TREACHERY

True to form, Vice President Sara Duterte did not mince words in voicing her
strong opposition to the resumption of peace talks between the Philippine
government and the CPP-NPA-NDFP. A peace accord with the Communist Terrorist
Group (CTG) is a pact with the devil, she cautioned the Marcos administration. 
3 days ago

COMMUNIST TERRORIST GROUP



Lotto Dec 11, 2023
Previous
Grand Lotto
333554119
JACKPOT PRIZE: 58,589,036.00 PHP
6/45 Mega Lotto
32254371938
JACKPOT PRIZE: 26,760,341.00 PHP
4D LOTTO
8877
SUERTRES
748
EZ2/LVM
2521
Next
More Lotto Results
Sponsored Content
Recommended by



Daily Bread

Heroes, Tyrants, and Jesus
I resolved to know nothing while I was with you except Jesus Christ and him
crucified. [1 Corinthians 2:2]
More Daily Bread
Exam Results


 * OCCUPATIONAL THERAPIST LICENSURE EXAMINATION


 * PHYSICAL THERAPIST LICENSURE EXAMINATION


 * AGRICULTURISTS LICENSURE EXAMINATION


 * PHILIPPINE NURSES LICENSURE EXAMINATION


 * NUTRITIONIST-DIETITIANS LICENSURE EXAMINATION

More Exam Results
Word of the Day


"HOW IS JESUS DIFFERENT FROM OTHER LEADERS?"

More Word of the Day
Forex Dec 11, 2023
1$:55.650

1$:55.650 DOWN

Closing as of 5:00 PM

More Forex



OK
Are you sure you want to log out?
Yes
No
X

Login

Philstar.com is one of the most vibrant, opinionated, discerning communities of
readers on cyberspace. With your meaningful insights, help shape the stories
that can shape the country. Sign up now!

E-mail Address:
Password
  REMEMBER ME FORGOT PASSWORD?
SIGN IN
or sign in with


AnmeldenAngemeldet

New user? CLICK HERE TO REGISTER


This site uses cookies. By continuing to browse the site, you are agreeing to
our use of cookies.





WELCOME


WE ARE ASKING 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 191 TCF vendor(s) and 107 ad partner(s), or used specifically by
this site or app.

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

Consent



Do not consent

Manage options

arrow_back

Data preferences


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 (170 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 (108 vendors)Legitimate interest (44 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 (137 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 (133 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 (52 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 (43 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 (115 vendors)Legitimate interest (63 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 (53 vendors)Legitimate interest (22 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 (89 vendors)Legitimate interest (24 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 (94 vendors)Legitimate interest (50 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 (17 vendors)Legitimate interest (4 vendors)help_outline


ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS

help_outline

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

View details


DELIVER AND PRESENT ADVERTISING AND CONTENT

help_outline

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

View details


MATCH AND COMBINE DATA FROM OTHER DATA SOURCES

help_outline

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

View details


LINK DIFFERENT DEVICES

help_outline

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

View details


IDENTIFY DEVICES BASED ON INFORMATION TRANSMITTED AUTOMATICALLY

help_outline

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

View details


USE PRECISE GEOLOCATION DATA

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

View details
Consent

You can choose your data preferences. This site or app wants your permission to
do the following:

Site or app


STORE AND/OR ACCESS INFORMATION ON A DEVICE

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

View details
Consent


USE LIMITED DATA TO SELECT ADVERTISING

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

View details
Legitimate interesthelp_outline


USE PROFILES TO SELECT PERSONALISED ADVERTISING

Advertising presented to you on this service can be based on your advertising
profiles, which can reflect your activity on this service or other websites or
apps (like the forms you submit, content you look at), possible interests and
personal aspects.

View details
Consent


CREATE PROFILES TO PERSONALISE CONTENT

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

View details
Legitimate interesthelp_outline


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
Legitimate interesthelp_outline


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
Legitimate interesthelp_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
Legitimate interesthelp_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
Legitimate interesthelp_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
Legitimate interesthelp_outline

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ROQ.AD GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADMAXIM LIMITED

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


INDEX EXCHANGE INC.

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTCAST

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BEESWAXIO CORPORATION

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOVRN, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADKERNEL LLC

Cookie duration: 18 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADIKTEEV

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RTB HOUSE S.A.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE UK TRADE DESK LTD

Cookie duration: 3629 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMETRICS GMBH

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


AMOBEE INC.

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EPSILON

Cookie duration: 184 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


YAHOO EMEA LIMITED

Cookie duration: 397 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADVENTORI SAS

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TRIPLELIFT, INC.

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OGURY LTD

Cookie duration: 182 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


XANDR, INC.

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEORY GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UNRULY GROUP LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEURAL.ONE

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADITION (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ACTIVE AGENT (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EQUATIV

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADFORM A/S

Cookie duration: 1 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CONFIANT INC.

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch


RATEGAIN ADARA INC

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


33ACROSS

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIFT MEDIA, INC

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GUMGUM, INC.

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LUMEN RESEARCH LIMITED

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AMAZON AD SERVER

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


YIELDLAB (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIMPLIFI HOLDINGS INC

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PUBMATIC, INC

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


COMSCORE B.V.

Cookie duration: 720 (days).

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

more

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


View details | Privacy policylaunch
Consent


FLASHTALKING

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SHARETHROUGH, INC

Cookie duration: 30 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PULSEPOINT, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMAATO, INC.

Cookie duration: 21 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEMASIO GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GENIUS SPORTS UK LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TEROA S.A.

Cookie duration: 2555 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CRITEO SA

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADLOOX SA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOTAME SOLUTIONS, INC

Cookie duration: 274 (days).

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

more

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


View details | Privacy policylaunch
Consent


LIVERAMP

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GROUPM UK LIMITED

Cookie duration: 395 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC. (OUTSTREAM)

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SONOBI, INC

Cookie duration: 60 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOOPME LIMITED

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DYNATA LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SHOWHEROES SE

Cookie duration: 393 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ASK LOCALA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DENTSU UK LIMITED

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEAR INTELLIGENCE

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DOUBLEVERIFY INC.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


IPONWEB GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


NEXTROLL, INC.

Cookie duration: 183 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TEADS FRANCE SAS

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER SSP GMBH (SSP)

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OS DATA SOLUTIONS GMBH &AMP; CO. KG

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CONNECTAD DEMAND GMBH

Cookie duration: 31 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PERMODO GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PLATFORM161 B.V.

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MEDIA.NET ADVERTISING FZ-LLC

Cookie duration: 2190 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADACADO TECHNOLOGIES INC. (DBA ADACADO)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMAN INTERACTIVE SLU

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


MOOT TECHNOLOGY LTD

Cookie duration: Uses session cookies.

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

more




View details | Storage details | Privacy policylaunch
Consent


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMADEX, S.L.U.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BOMBORA INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OUTBRAIN UK LTD

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EASYMEDIA GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


YIELDMO, INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


REMERGE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADVANCED STORE GMBH

Cookie duration: 365 (days).

Data collected and processed: Device identifiers

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE CTV, INC.

Cookie duration: 366 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ZEMANTA INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


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
ConsentLegitimate interesthelp_outline


EMETRIQ GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
Consent


M.D. PRIMIS TECHNOLOGIES LTD.

Cookie duration: 25 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ACUITYADS INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BUCKSENSE INC

Cookie duration: 2 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TRITON DIGITAL CANADA INC.

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ONETAG LIMITED

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CLOUD TECHNOLOGIES S.A.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMARTOLOGY LIMITED

Doesn't use cookies.

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


IMPROVE DIGITAL

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


WUNDERKIND CORPORATION

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DT EXCHANGE (FYBER MONETIZATION LTD.)

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


ADOBE ADVERTISING CLOUD

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BANNERFLOW AB

Cookie duration: 366 (days).

Data collected and processed: IP addresses

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABMO SAS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


WIZALY

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


WEBORAMA

Cookie duration: 393 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


COMCAST INTERNATIONAL FRANCE SAS/FREEWHEEL MEDIA, INC.

Cookie duration: 183 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JIVOX CORPORATION

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOBILE PROFESSIONALS BV / SAGE&AMP;ARCHER BV

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch
Consent


ON DEVICE RESEARCH LIMITED

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


ROCKABOX MEDIA LTD

Doesn't use cookies.

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOBFOX US LLC

Cookie duration: 14 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EXACTAG GMBH

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CELTRA INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAINADV SRL

Cookie duration: 30 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GEMIUS SA

Cookie duration: 1825 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


INMOBI PTE LTD

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE KANTAR GROUP LIMITED

Cookie duration: 914 (days).

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

more

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


View details | Privacy policylaunch
Consent


NIELSEN MEDIA RESEARCH LTD.

Cookie duration: 120 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


REVX

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


VIDOOMY MEDIA SL

Cookie duration: 365 (days).

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOLOCAL SA

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PIXALATE, INC.

Doesn't use cookies.

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ORACLE ADVERTISING

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NUMBERLY

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AUDIENCEPROJECT APS

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DEMANDBASE, INC.

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


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: Device characteristics, IP addresses

more




View details | Privacy policylaunch


COMMANDERS ACT

Cookie duration: 365 (days).

Data collected and processed: Device identifiers, IP addresses

more




View details | Storage details | Privacy policylaunch
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

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

more

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


View details | Privacy policylaunch
Consent


HUMAN

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DYNADMIC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EX.CO TECHNOLOGIES LTD

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


TARGETSPOT BELGIUM SPRL

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLENDEE SRL

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


INNOVID LLC

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PAPIRFLY AS

Doesn't use cookies.

Data collected and processed: Device characteristics

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEUSTAR, INC., A TRANSUNION COMPANY

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SALESFORCE.COM, INC.

Cookie duration: 180 (days).

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

more

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


View details | Privacy policylaunch
Consent


ADSWIZZ INC.

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMIXER EU GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMARTYADS INC.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


OTTO (GMBH &AMP; CO KG)

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE AUDIENCE MANAGER, ADOBE EXPERIENCE PLATFORM

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOCALSENSOR B.V.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


ONLINE SOLUTION

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLUE

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RELAY42 NETHERLANDS B.V.

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


SMILE WANTED GROUP

Cookie duration: 92 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


GAMOSHI LTD

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GP ONE GMBH

Cookie duration: Uses session cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BEOP

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LIFTOFF MOBILE, INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MEDIA FORCE COMMUNICATIONS (2007) LTD

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE MEDIAGRID INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


MINDTAKE RESEARCH GMBH

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DENTSU ITALIA SPA

Cookie duration: 60 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CINT AB

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BIDMACHINE INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GFK SE

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


REVJET

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PROTECTED MEDIA LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CLINCH LABS LTD

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ORACLE DATA CLOUD - MOAT

Doesn't use cookies.

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

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ANIVIEW LTD

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate 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
ConsentLegitimate interesthelp_outline


AMAZON ADVERTISING

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOLOCO, INC.

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADTRIBA GMBH

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


OBJECTIVE PARTNERS BV

Cookie duration: 90 (days).

Data collected and processed: Device identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DISQUS

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


GEOEDGE

Doesn't use cookies.

Data collected and processed: Device characteristics, IP addresses

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ENSIGHTEN

Cookie duration: 1825 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DIANOMI PLC

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOBILEFUSE LLC

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EBAY INC

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BRID VIDEO DOO

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


LUNA MEDIA GROUP LLC

Cookie duration: 14 (days).

Data collected and processed: Device identifiers

more




View details | Storage details | Privacy policylaunch
Consent


DENTSU A/S

Cookie duration: 1 (days).

Data collected and processed: Device characteristics, Users’ profiles,
Authentication-derived identifiers, Browsing and interaction data

more

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


View details | Storage details | Privacy policylaunch
Consent


HURRA COMMUNICATIONS GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UNBLOCKIA SL

Cookie duration: 120 (days).

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

more




View details | Privacy policylaunch
Consent


152 MEDIA LLC

Cookie duration: 2 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


MICROSOFT ADVERTISING

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


XAD SPOTEFFECTS GMBH

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


LUPON MEDIA

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BOLDWIN LTD

Doesn't use cookies.

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline

Ad partners

help_outline


AXONIX

Privacy policylaunch
Consent


GSKINNER

Privacy policylaunch
Consent


YAHOO! JAPAN

Privacy policylaunch
Consent


GOOGLE, INC.

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


CAPITALDATA

Privacy policylaunch
Consent


IBM

Privacy policylaunch
Consent


EVIDON

Privacy policylaunch
Consent


CUBED

Privacy policylaunch
Consent


OPTOMATON

Privacy policylaunch
Consent


INTELLIAD

Privacy policylaunch
Consent


STARTAPP

Privacy policylaunch
Consent


DEEPINTENT

Privacy policylaunch
Consent


FLUCT

Privacy policylaunch
Consent


ZUCKS

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


LKQD

Privacy policylaunch
Consent


DIGISEG

Privacy policylaunch
Consent


PLATFORMONE

Privacy policylaunch
Consent


FIVERR

Privacy policylaunch
Consent


CEDATO

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


CHEETAH MOBILE

Privacy policylaunch
Consent


TRUSTARC

Privacy policylaunch
Consent


TRUEFFECT

Privacy policylaunch
Consent


DYNADMIC CORPORATION

Privacy policylaunch
Consent


SUPERSHIP

Privacy policylaunch
Consent


MARKETING SCIENCE CONSULTING GROUP, INC.

Privacy policylaunch
Consent


DENTSU

Privacy policylaunch
Consent


SNAP INC.

Privacy policylaunch
Consent


ESSENS

Privacy policylaunch
Consent


TRAVEL DATA COLLECTIVE

Privacy policylaunch
Consent


ADVOLUTION.CONTROL

Privacy policylaunch
Consent


WIDESPACE

Privacy policylaunch
Consent


DELTA AIR LINES

Privacy policylaunch
Consent


LIFESTREET

Privacy policylaunch
Consent


VIMEO

Privacy policylaunch
Consent


ADCOLONY

Privacy policylaunch
Consent


HOTELS.COM L. P.

Privacy policylaunch
Consent


BOSE

Privacy policylaunch
Consent


IRONSOURCE MOBILE

Privacy policylaunch
Consent


CALZEDONIA

Privacy policylaunch
Consent


CHARTBOOST

Privacy policylaunch
Consent


BATCH MEDIA

Privacy policylaunch
Consent


CARREFOUR

Privacy policylaunch
Consent


VODAFONE GMBH

Privacy policylaunch
Consent


MAGNITE

Privacy policylaunch
Consent


SCENESTEALER

Privacy policylaunch
Consent


NETQUEST

Privacy policylaunch
Consent


PANGLE DSP

Privacy policylaunch
Consent


MAIL.RU

Privacy policylaunch
Consent


MANAGE.COM

Privacy policylaunch
Consent


CLOUDFLARE

Privacy policylaunch
Consent


BRAINWORKZ

Privacy policylaunch
Consent


RESET DIGITAL EUROPE LTD

Privacy policylaunch
Consent


BET365

Privacy policylaunch
Consent


UNITY ADS

Privacy policylaunch
Consent


HAVAS MEDIA FRANCE - DBI

Privacy policylaunch
Consent


NETFLIX

Privacy policylaunch
Consent


MACROMILL GROUP

Privacy policylaunch
Consent


EBUILDERS

Privacy policylaunch
Consent


APPLOVIN CORP.

Privacy policylaunch
Consent


EMX DIGITAL

Privacy policylaunch
Consent


NANO INTERACTIVE

Privacy policylaunch
Consent


FRACTIONAL MEDIA

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


MSI-ACI

Privacy policylaunch
Consent


ARRIVALIST

Privacy policylaunch
Consent


CHOCOLATE PLATFORM

Privacy policylaunch
Consent


TRIPADVISOR

Privacy policylaunch
Consent


NAVEGG

Privacy policylaunch
Consent


ADMEDO

Privacy policylaunch
Consent


KOCHAVA

Privacy policylaunch
Consent


LEADBOLT

Privacy policylaunch
Consent


UCFUNNEL

Privacy policylaunch
Consent


MOBITRANS

Privacy policylaunch
Consent


ADEX

Privacy policylaunch
Consent


IMPACT

Privacy policylaunch
Consent


SPOTAD

Privacy policylaunch
Consent


AARKI

Privacy policylaunch
Consent


F@N COMMUNICATIONS

Privacy policylaunch
Consent


DYNAD

Privacy policylaunch
Consent


FOURSQUARE

Privacy policylaunch
Consent


HOUSING.COM

Privacy policylaunch
Consent


SFR

Privacy policylaunch
Consent


CABLATO

Privacy policylaunch
Consent


WAYSTACK

Privacy policylaunch
Consent


VPON

Privacy policylaunch
Consent


TRESENSA

Privacy policylaunch
Consent


ADLUDIO

Privacy policylaunch
Consent


TAPJOY

Privacy policylaunch
Consent

Accept all



Confirm choices

Close