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 January 10 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_inv4nl9hhz70yz">Anmelden</span><span id="connectedv4nl9hhz70yz" 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>
  <div id="sign-in-button-msso"></div>
  <style>
    #sign-in-button-msso {
      display: inline-block;
      vertical-align: top;
      padding: 4px 8px 0;
    }
  </style>
  <script async="" defer="" src="https://edge-auth.microsoft.com/js/ms_auth_client.min.js" type="text/javascript"></script>
  <script type="text/javascript">
    // This sample demonstrates how to initialize the library
    // and render the sign-in button with JavaScript.
    window.onload = function() {
      const result = ms.auth.initialize({
        client_id: "bec057d2-e821-43ca-b14d-310225b775e5",
        callback: userAuthenticated,
        login_uri: 'https://www.philstar.com/',
        cancel_on_tap_outside: false
      });
      if (result.result !== "success") {
        console.error("ms.auth.initialize failed: ", result);
      } else {
        ms.auth.renderSignInButton(document.getElementById("sign-in-button-msso"), {
          type: "icon",
          theme: "dark",
          text: "signin",
        });
      }
    };

    function userAuthenticated(signInAccountInfo, errorInfo) {
      console.log("signInAccountInfo", signInAccountInfo);
      if (!signInAccountInfo) {
        console.log("Sign in failed with error: ", errorInfo);
        return;
      }
    }
  </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
 * 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 © 2024. 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
ISRAEL-PALESTINIAN CONFLICT
EVENTS AND HAPPENINGS
FACT CHECKS
CLIMATE AND ENVT
VIDEOS
KOREAN WAVE
ESPORT
BRANDSPACE



Climate and Environment


HOPE FOR LITTER-FREE TRASLACION TRASHED

By Gaea Katreena Cabico
Manila’s Department of Public Service (DPS) reported collecting 468 metric tons
of garbage, equivalent to 158 truckloads. 
Climate and Environment


2023 HOTTEST RECORDED YEAR AS EARTH NEARS KEY LIMIT

By Rochelle Gluzman
Climate and Environment


BAGUIO STRIDES TOWARDS WALKABILITY, ACTIVE MOBILITY IN CLIMATE CHANGE FIGHT

By Jerson Kent Danao
World


NORTH KOREA'S KIM WOULD NOT HESITATE IN 'ANNIHILATING' SOUTH — KCNA

Headlines


UNEMPLOYMENT DOWN TO 18-YEAR LOW 3.6 PERCENT IN NOVEMBER

By Louella Desiderio

 * Latest
 * Trending

Trending

LATEST

Trending

abtest

abtest


EX-AFP OFFICER SLAMS RAPS OVER SOCMED POSTS

14 hours ago
Retired military officer Johnny Macanas Sr. has decried the filing of criminal
complaints against him by Philippine National...
Headlines



LOTTO RESULTS FOR JANUARY 9, 2024

16 hours ago
EZ2/LVM - 16 16 SUERTRES - 4 1 5 6D Lotto - 8 3 6 7 7 5 6/42 Lotto - 4 39 23 19
17 36 P16,813,380.00 6/49 Super Lotto - 24 39 41 29 22 20 P556,513,732.00 6/58
Ultra Lotto - 10 34 39 45 52 2...
Lotto Results



'MY LONG-LOST FAMILY': SANDARA PARK EMBRACES PHILIPPINE ROOTS ANEW

By Dolly Dy-Zulueta | 4 hours ago
Sandara Park is San Mig Light Brand Ambassador
Korean Wave



BIR WAIVES ANNUAL REGISTRATION FEE FOR BUSINESS TAXPAYERS

By Ian Laqui | 20 hours ago
According to an advisory signed by BIR Commissioner Romeo Lumagui, business
taxpayers are no longer required to pay the P500...
Business



6/49 LOTTO POT SOARS TO P560 MILLION

By Rainier Allan Ronda | 1 day ago
The jackpot in the 6/49 Super Lotto is estimated to reach P560 million for
tonight’s draw, the Philippine Charity Sweepstakes...
Nation


LATEST


TEAM OCHOA, PSC FIRE OFF PSA PRESEASON CAGEFEST WITH WINS

SPORTS

|
1 minute ago



‘RIDICULOUSLY FALSE’: WHY PINOYS ARE CALLING OUT THE ‘EDSA-PWERA’ POLITICAL AD

INTERAKSYON

|
13 minutes ago



MIKEY WILLIAMS STILL IN TALKS WITH TNT, OUT FOR STRONG GROUP

SPORTS

|
26 minutes ago



GILLIAN ANDERSON BIDS 'SEX EDUCATION' GOODBYE WITH GOLDEN GLOBES 2024
VAGINA-EMBROIDERED DRESS

FASHION AND BEAUTY

|
32 minutes ago




LEO MARTINEZ OPENS UP ABOUT CHERIE GIL, THEIR SON JAY, HIS OTHER KIDS

HEALTH AND FAMILY

|
39 minutes ago



MALIXI STARTS STRONG BUT FALLS BY 4 AFTER 72

SPORTS

|
50 minutes ago



L'OREAL EXPANDS SUSTAINABILITY EFFORTS WITH WORLD'S 1ST FULLY-INTEGRATED PLASTIC
OFFSET PROGRAM

LIFESTYLE BUSINESS

|
55 minutes ago



TIKTOK, TIKTOK SHOP DONATE TO NATIONAL CHILDREN'S HOSPITAL; INVEST P1.8M FOR NEW
CLASSROOMS

LIFESTYLE BUSINESS

|
1 hour ago



PHILIPPINES TRADE DEFICIT AT $4.69 BILLION IN NOVEMBER

INTERAKSYON

|
1 hour ago



ASIAN MARKETS DROP AGAIN AS TRADERS PREPARE FOR CPI, EARNINGS

BUSINESS

|
2 hours ago



'BITTERSWEET': ROBI DOMINGO MOURNS LOLA'S DEATH ON HIS WEDDING DAY

HEALTH AND FAMILY

|
2 hours ago



POPE FRANCIS: CATHOLIC NEWS MEDIA CAN’T BE ‘NEUTRAL’ IN THE MESSAGE THEY CONVEY

INTERAKSYON

|
2 hours ago



GENSHIN IMPACT ANNOUNCES FIRST ASIA TCG INVITATIONAL

SPORTS

|
2 hours ago



OVER 70 SANTO NIÑOS, INCLUDING PHILIPPINES' OLDEST, ON EXHIBIT FOR FEAST OF
SANTO NIÑO

ARTS AND CULTURE

|
3 hours ago



SWIATEK TO RADUCANU: 5 WOMEN TO WATCH AT THE AUSTRALIAN OPEN

SPORTS

|
3 hours ago



FILIPINO SAILOR RECEIVES NAVY, MARINE CORPS COMMENDATION MEDAL FROM U.S. NAVY

ON THE RADAR

|
3 hours ago



INDONESIA READY TO WORK WITH COUNTRIES TO FINALIZE SOUTH CHINA SEA CODE

INTERAKSYON

|
3 hours ago



RAIN OR SHINE'S CARACUT COPS PBA PLAYER OF THE WEEK PLUM

SPORTS

|
3 hours ago



CHEF TATUNG SARTHOU SHARES 'POCHERO' RECIPE FROM 'SIMPOL DISHKARTE' BOOK

FOOD AND LEISURE

|
4 hours ago



BOEING CEO: ALASKA AIRLINES INCIDENT 'OUR MISTAKE,' VOWS TRANSPARENCY

WORLD

|
4 hours ago

Recommended


VIDEOS
5 hours ago


WATCH: 'TOUGHEST PHONE' SURVIVES 50-FOOT DROP TEST


24 hours ago


'WALANG HANGGANG PASASALAMAT': COCO MARTIN PAYS TRIBUTE TO BLACK NAZARENE


2 days ago


BAGONG LARO, INILUNSAD NG TDGI


BrandSpace Video


GET INSPIRED TO TRAVEL WITH THESE KOREA TOURISM PROMOTIONAL CLIPS WITH OVER 250M
VIEWS



COLUMNISTS


NINANG ADVICE FOR ROBI, MAIQUI DOMINGO AND OTHER YOUNG COUPLES

by: Rose Fres Fausto
On Jan. 6, 2024, I stood as godmother in the beautiful wedding...




RELIGIOUS FERVOR

by: Ana Marie Pamintuan
It’s always an awesome sight to behold – those millions of...




‘UGLY-DRIVEN TOURISM’

by: Cito Beltran
Before somebody in the Department of Tourism starts getting their...




A PERSPECTIVE FOR P.A. FREDERICK GO

by: Andrew J. Masigan
We are starting the year right with two positive development...




PMA GRADUATES TAKING A STAND ON HOT ISSUES

by: Jarius Bondoc
Politics hates a vacuum. Most Opposition figures have sold out...




CABINET MUSICAL CHAIRS?

by: Marichu A. Villanueva
A new landmark law took effect without the usual signing ceremony...




WEAPONIZING THE CRIME OF GENOCIDE

by: Daniel Taub
All too often the murder of people begins with the murder of...




CHINESE PRESENCE AT NGCP

by: Boo Chanco
The Chinese presence at NGCP can be blamed on former president...




LOCAL HOPES AND GLOBAL RISKS

by: Gerardo P. Sicat
In national development as in personal life, hopes and expectations...




ANNE YITZHAKOV OF CARTIER: ‘WE VALUE A RICH HISTORY AND TIMELESS DESIGNS’

by: Millet M. Mananquil
Think Cartier and at once the Love Bracelet comes to mind, symbolizing...




CONSOLIDATE

by: Alex Magno
The massive power outage that hit Panay island last week was an...




REVITALIZING NAIA

by: Iris Gonzales
Talk of the town these first days of the new year is the promise...


‹›


Inside philstar.com
Headlines


UNEMPLOYMENT DOWN TO 18-YEAR LOW 3.6 PERCENT IN NOVEMBER

14 hours ago




 * NAZARENO FEVER


 * PHILIPPINES RENEWS CLEMENCY APPEAL FOR VELOSO

More Headlines Articles
Opinion


EDITORIAL - SIGNATURE CAMPAIGN

14 hours ago




 * RELIGIOUS FERVOR


 * ‘UGLY-DRIVEN TOURISM’

More Opinion Articles
BrandSpace


LIVING WITHOUT A SAFETY CUSHION? HERE'S THE COST OF IGNORING PLAN B

1 day ago




 * DEEP, DARK AND COMPLEX: A BEER TO SUIT A DISCERNING GENTLEMAN’S PALATE


 * CHRISTMAS GIFT FOR THE PLANET: PLANT TREES FROM YOUR HOME WITH GFOREST

Nation


SM FOUNDATION RENOVATES AIR FORCE CITY HOSPITAL ANEW

14 hours ago




 * MAGNITUDE 6.7 QUAKE HITS SARANGANI


 * ILLEGAL RECRUITERS TAGGED IN SLAY OF 7 RELATIVES

More Nation Articles
World


BOEING CEO: ALASKA AIRLINES INCIDENT 'OUR MISTAKE,' VOWS TRANSPARENCY

4 hours ago




 * NORTH KOREA'S KIM WOULD NOT HESITATE IN 'ANNIHILATING' SOUTH — KCNA


 * CHINA SAYS SUCCESSFULLY LAUNCHED SATELLITE

More World Articles
Business


ASIAN MARKETS DROP AGAIN AS TRADERS PREPARE FOR CPI, EARNINGS

1 hour ago




 * PESO PIERCES 56:$1 LEVEL


 * FACTORY OUTPUT GROWTH RISES FASTER

More Business Articles
Sports


TEAM OCHOA, PSC FIRE OFF PSA PRESEASON CAGEFEST WITH WINS

A few seconds ago




 * MIKEY WILLIAMS STILL IN TALKS WITH TNT, OUT FOR STRONG GROUP


 * MALIXI STARTS STRONG BUT FALLS BY 4 AFTER 72

More Sports Articles
Entertainment


SARAH GERONIMO, SB19 TO PERFORM 1ST COLLAB SONG LIVE

4 hours ago




 * 'MY LONG-LOST FAMILY': SANDARA PARK EMBRACES PHILIPPINE ROOTS ANEW


 * MARK HAMILL 'FINALLY MEETS STAR WARS MOM' NATALIE PORTMAN, THANKS TO GOLDEN
   GLOBES 2024

More Entertainment Articles
Lifestyle


12 NEW BOOKS TO READ FOR 2024

A few seconds ago




 * GILLIAN ANDERSON BIDS 'SEX EDUCATION' GOODBYE WITH GOLDEN GLOBES 2024
   VAGINA-EMBROIDERED DRESS


 * LEO MARTINEZ OPENS UP ABOUT CHERIE GIL, THEIR SON JAY, HIS OTHER KIDS

More Lifestyle Articles

next


RELEVANT. WITTY. DAILY

Morning news briefings from Philstar.com

SIGN-UP
Recommended


LOTTO RESULTS FOR JANUARY 8, 2024

EZ2/LVM - 10 21 SUERTRES - 5 3 5 4D LOTTO - 0 7 7 2 6/45 Mega Lotto - 9 7 29 28
11 18 P121,816,502.00 Grand Lotto - 8 18 24 17 28 4 P622,896,835.00
1 day ago

LOTTO RESULTS





6/49 LOTTO POT SOARS TO P560 MILLION

The jackpot in the 6/49 Super Lotto is estimated to reach P560 million for
tonight’s draw, the Philippine Charity Sweepstakes Office announced yesterday.
1 day ago

PCSO





LOTTO RESULTS FOR JANUARY 7, 2024

EZ2 - 25 29 SUERTRES - 9 1 5 6/49 Lotto - 3 47 13 12 7 1 P541,028,640.00 6/58
Ultra Lotto - 37 28 8 18 40 38 P49,500,000.00
2 days ago

LOTTO RESULTS





GRAND LOTTO PRIZE TO REACH P630 MILLION

The jackpot of the Grand Lotto 6/55 is estimated to reach P630 million in
tonight’s draw, the Philippine Charity Sweepstakes Office (PCSO) said yesterday.
2 days ago

LOTTO





LOTTO RESULTS FOR JANUARY 6, 2024

EZ2/LVM - 21 13 SUERTRES - 9 9 7 6D Lotto - 9 0 8 5 3 4 6/42 - 10 30 34 9 14 21
P11,505,024.00 Grand Lotto - 16 47 23 40 54 6 P607,174,874.00
3 days ago

LOTTO RESULTS



Lotto Jan 9, 2024
Previous
6/58 Ultra Lotto
103439455224
JACKPOT PRIZE: 49,500,000.00 PHP
6/49 Super Lotto
243941292220
JACKPOT PRIZE: 556,513,732.00 PHP
6/42 Lotto
43923191736
JACKPOT PRIZE: 16,813,380.00 PHP
6D Lotto
836775
SUERTRES
415
EZ2/LVM
1616
Next
More Lotto Results
Sponsored Content
Recommended by



Daily Bread

Etch a sketch forgiveness
As far as the east is from the west, so far has he removed our transgressions
from us. — Psalm 103:12
More Daily Bread
Exam Results


 * AERONAUTICAL ENGINEERS LICENSURE EXAMINATION


 * CHEMICAL TECHNICIANS LICENSURE EXAMINATION


 * CHEMISTS LICENSURE EXAMINATION


 * RADIOLOGIC TECHNOLOGISTS LICENSURE EXAMINATIONS


 * X-RAY TECHNOLOGISTS LICENSURE EXAMINATIONS

More Exam Results
Word of the Day


"WHY DO YOU THINK GOD CHOOSES TO NOT TREAT YOU AS YOUR ACTIONS MIGHT DESERVE?"

More Word of the Day
Forex Jan 9, 2024
1$:56.010

1$:56.010 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.




cancel


PHILSTAR GLOBAL ASKS FOR YOUR CONSENT TO USE YOUR PERSONAL DATA TO:

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

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

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

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

Consent



Manage options

arrow_back

Data preferences


cancel


MANAGE YOUR DATA

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

TCF vendors

help_outline


STORE AND/OR ACCESS INFORMATION ON A DEVICE

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

View details
Consent (120 vendors)


USE LIMITED DATA TO SELECT ADVERTISING

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

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


CREATE PROFILES FOR PERSONALISED ADVERTISING

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

View details
Consent (99 vendors)


USE PROFILES TO SELECT PERSONALISED ADVERTISING

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

View details
Consent (93 vendors)


CREATE PROFILES TO PERSONALISE CONTENT

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

View details
Consent (32 vendors)


USE PROFILES TO SELECT PERSONALISED CONTENT

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

View details
Consent (26 vendors)


MEASURE ADVERTISING PERFORMANCE

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

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


MEASURE CONTENT PERFORMANCE

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

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


UNDERSTAND AUDIENCES THROUGH STATISTICS OR COMBINATIONS OF DATA FROM DIFFERENT
SOURCES

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

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


DEVELOP AND IMPROVE SERVICES

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

View details
Consent (64 vendors)Legitimate interest (38 vendors)help_outline


USE LIMITED DATA TO SELECT CONTENT

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

View details
Consent (9 vendors)Legitimate interest (2 vendors)help_outline


ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS

help_outline

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

View details


DELIVER AND PRESENT ADVERTISING AND CONTENT

help_outline

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

View details


MATCH AND COMBINE DATA FROM OTHER DATA SOURCES

help_outline

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

View details


LINK DIFFERENT DEVICES

help_outline

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

View details


IDENTIFY DEVICES BASED ON INFORMATION TRANSMITTED AUTOMATICALLY

help_outline

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

View details


USE PRECISE GEOLOCATION DATA

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

View details
Consent

Vendor preferences

Accept all



Confirm choices

arrow_back

Vendor preferences


cancel


CONFIRM OUR VENDORS

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

TCF vendors

help_outline


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

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ROQ.AD GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADMAXIM LIMITED

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


INDEX EXCHANGE INC.

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTCAST

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BEESWAXIO CORPORATION

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


SOVRN, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


ADIKTEEV

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RTB HOUSE S.A.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


THE UK TRADE DESK LTD

Cookie duration: 3629 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMETRICS GMBH

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


AMOBEE INC.

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EPSILON

Cookie duration: 184 (days).

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

more

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


View details | Privacy policylaunch
Consent


YAHOO EMEA LIMITED

Cookie duration: 397 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADVENTORI SAS

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
Consent


TRIPLELIFT, INC.

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


XANDR, INC.

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEORY GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


UNRULY GROUP LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEURAL.ONE

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


ADITION (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ACTIVE AGENT (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


EQUATIV

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADFORM A/S

Cookie duration: 1 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RATEGAIN ADARA INC

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


SIFT MEDIA, INC

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LUMEN RESEARCH LIMITED

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


AMAZON AD SERVER

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


YIELDLAB (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIMPLIFI HOLDINGS INC

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PUBMATIC, INC

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


COMSCORE B.V.

Cookie duration: 720 (days).

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

more

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


View details | Privacy policylaunch
Consent


FLASHTALKING

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
Consent


PULSEPOINT, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


SMAATO, INC.

Cookie duration: 21 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEMASIO GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GENIUS SPORTS UK LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRITEO SA

Cookie duration: 390 (days).

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


LOTAME SOLUTIONS, INC

Cookie duration: 274 (days).

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

more

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


View details | Privacy policylaunch
Consent


LIVERAMP

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


GROUPM UK LIMITED

Cookie duration: 395 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOOPME LIMITED

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


DYNATA LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ASK LOCALA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


NEAR INTELLIGENCE

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


DOUBLEVERIFY INC.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


IPONWEB GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


NEXTROLL, INC.

Cookie duration: 183 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


TEADS FRANCE SAS

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER SSP GMBH (SSP)

Cookie duration: 365 (days).

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

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PERMODO GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PLATFORM161 B.V.

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ADACADO TECHNOLOGIES INC. (DBA ADACADO)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMADEX, S.L.U.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BOMBORA INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EASYMEDIA GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


REMERGE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADVANCED STORE GMBH

Cookie duration: 365 (days).

Data collected and processed: Device identifiers

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE CTV, INC.

Cookie duration: 366 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


USEMAX ADVERTISEMENT (EMEGO GMBH)

Cookie duration: 365 (days).

Data collected and processed: Users’ profiles

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


EMETRIQ GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 1825 (days).

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

more

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


View details | Privacy policylaunch
Consent


M.D. PRIMIS TECHNOLOGIES LTD.

Cookie duration: 25 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ONETAG LIMITED

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


CLOUD TECHNOLOGIES S.A.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


SMARTOLOGY LIMITED

Doesn't use cookies.

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


IMPROVE DIGITAL

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE ADVERTISING CLOUD

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BANNERFLOW AB

Cookie duration: 366 (days).

Data collected and processed: IP addresses

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABMO SAS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


WIZALY

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


WEBORAMA

Cookie duration: 393 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JIVOX CORPORATION

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


MOBILE PROFESSIONALS BV / SAGE&#43;ARCHER BV

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch
Consent


ON DEVICE RESEARCH LIMITED

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


ROCKABOX MEDIA LTD

Doesn't use cookies.

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

more




View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


EXACTAG GMBH

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CELTRA INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAINADV SRL

Cookie duration: 30 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


GEMIUS SA

Cookie duration: 1825 (days).

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

more

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


View details | Privacy policylaunch
Consent


THE KANTAR GROUP LIMITED

Cookie duration: 914 (days).

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

more

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


View details | Privacy policylaunch
Consent


NIELSEN MEDIA RESEARCH LTD.

Cookie duration: 120 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOLOCAL SA

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PIXALATE, INC.

Doesn't use cookies.

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

more




View details | Storage details | Privacy policylaunch
Consent


ORACLE ADVERTISING

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NUMBERLY

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AUDIENCEPROJECT APS

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DEMANDBASE, INC.

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


EFFILIATION / EFFINITY

Cookie duration: 2 (days).

Data collected and processed: Device characteristics

more

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


View details | Storage details | Privacy policylaunch
Consent


SEENTHIS AB

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policylaunch


COMMANDERS ACT

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device identifiers

more




View details | Storage details | Privacy policylaunch
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

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

more

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


View details | Privacy policylaunch
Consent


HUMAN

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BLENDEE SRL

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


INNOVID LLC

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PAPIRFLY AS

Doesn't use cookies.

Data collected and processed: Device characteristics

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


NEUSTAR, INC., A TRANSUNION COMPANY

Cookie duration: 365 (days).

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

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

more

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


View details | Privacy policylaunch
Consent


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


OTTO (GMBH &AMP; CO KG)

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE AUDIENCE MANAGER, ADOBE EXPERIENCE PLATFORM

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


LOCALSENSOR B.V.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


ONLINE SOLUTION

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


RELAY42 NETHERLANDS B.V.

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


GP ONE GMBH

Cookie duration: Uses session cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LIFTOFF MOBILE, INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE MEDIAGRID INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


MINDTAKE RESEARCH GMBH

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


CINT AB

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
Consent


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

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

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


REVJET

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


PROTECTED MEDIA LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


CLINCH LABS LTD

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ORACLE DATA CLOUD - MOAT

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


HEARTS AND SCIENCE MÜNCHEN GMBH

Cookie duration: 60 (days).

Data collected and processed: IP addresses

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


AMAZON ADVERTISING

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


MOLOCO, INC.

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADTRIBA GMBH

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


OBJECTIVE PARTNERS BV

Cookie duration: 90 (days).

Data collected and processed: Device identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ENSIGHTEN

Cookie duration: 1825 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


EBAY INC

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


HURRA COMMUNICATIONS GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent

Ad partners

help_outline


GSKINNER

Privacy policylaunch
Consent


AKAMAI

Privacy policylaunch
Consent


FACEBOOK

Privacy policylaunch
Consent


AUNICA

Privacy policylaunch
Consent


BOOKING.COM

Privacy policylaunch
Consent


C3 METRICS

Privacy policylaunch
Consent


IBM

Privacy policylaunch
Consent


EVIDON

Privacy policylaunch
Consent


CUBED

Privacy policylaunch
Consent


OPTOMATON

Privacy policylaunch
Consent


INTELLIAD

Privacy policylaunch
Consent


ANALIGHTS

Privacy policylaunch
Consent


DSTILLERY

Privacy policylaunch
Consent


MEDIAMATH

Privacy policylaunch
Consent


DMA INSTITUTE

Privacy policylaunch
Consent


ZMS

Privacy policylaunch
Consent


DENTSU AEGIS NETWORK

Privacy policylaunch
Consent


IGNITION ONE

Privacy policylaunch
Consent


OMNICOM MEDIA GROUP

Privacy policylaunch
Consent


DIGISEG

Privacy policylaunch
Consent


RESONATE

Privacy policylaunch
Consent


SOJERN

Privacy policylaunch
Consent


HAENSEL AMS

Privacy policylaunch
Consent


BDSK HANDELS GMBH & CO. KG

Privacy policylaunch
Consent


VIDEOLOGY

Privacy policylaunch
Consent


TRADEDOUBLER AB

Privacy policylaunch
Consent


TRUSTARC

Privacy policylaunch
Consent


TRUEFFECT

Privacy policylaunch
Consent


MARKETING SCIENCE CONSULTING GROUP, INC.

Privacy policylaunch
Consent


DENTSU

Privacy policylaunch
Consent


ESSENS

Privacy policylaunch
Consent


TRAVEL DATA COLLECTIVE

Privacy policylaunch
Consent


ADVOLUTION.CONTROL

Privacy policylaunch
Consent


WIDESPACE

Privacy policylaunch
Consent


LIFESTREET

Privacy policylaunch
Consent


VIMEO

Privacy policylaunch
Consent


BATCH MEDIA

Privacy policylaunch
Consent


VODAFONE GMBH

Privacy policylaunch
Consent


MAGNITE

Privacy policylaunch
Consent


SCENESTEALER

Privacy policylaunch
Consent


NETQUEST

Privacy policylaunch
Consent


MANAGE.COM

Privacy policylaunch
Consent


CLOUDFLARE

Privacy policylaunch
Consent


HAVAS MEDIA FRANCE - DBI

Privacy policylaunch
Consent


NETFLIX

Privacy policylaunch
Consent


MACROMILL GROUP

Privacy policylaunch
Consent


EBUILDERS

Privacy policylaunch
Consent


APPLOVIN CORP.

Privacy policylaunch
Consent


NANO INTERACTIVE

Privacy policylaunch
Consent


FRACTIONAL MEDIA

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


MSI-ACI

Privacy policylaunch
Consent


ARRIVALIST

Privacy policylaunch
Consent


NAVEGG

Privacy policylaunch
Consent


ADMEDO

Privacy policylaunch
Consent


KOCHAVA

Privacy policylaunch
Consent


MOBITRANS

Privacy policylaunch
Consent


ADEX

Privacy policylaunch
Consent


IMPACT

Privacy policylaunch
Consent


SPOTAD

Privacy policylaunch
Consent


AARKI

Privacy policylaunch
Consent


SFR

Privacy policylaunch
Consent


CABLATO

Privacy policylaunch
Consent


WAYSTACK

Privacy policylaunch
Consent


TRESENSA

Privacy policylaunch
Consent


ADLUDIO

Privacy policylaunch
Consent

Accept all



Confirm choices

Close