www.philstar.com Open in urlscan Pro
2606:4700:10::ac43:ca0  Public Scan

URL: https://www.philstar.com/business/2023/10/31/2307742/trina-solar-citicore-join-forces-ramp-solar-capacity-philippines
Submission: On October 31 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_invf15rp6k3pa">Anmelden</span><span id="connectedvf15rp6k3pa" 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/business/2023/10/31/2307742/trina-solar-citicore-join-forces-ramp-solar-capacity-philippines',
      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
   
   * 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

 * CRYPTO CURRENTLY
 * STOCK COMMENTARIES
 * TECHNOLOGY
 * BUSINESS AS USUAL
 * BANKING
 * REAL ESTATE
 * AGRICULTURE
 * TELECOMS
 * BIZ MEMOS

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
   
   business==
   
   HOME
 * HEADLINES
 * OPINION
 * NATION
 * WORLD
 * BUSINESS
 * SPORTS
 * ENTERTAINMENT
 * LIFESTYLE
 * OTHER SECTIONS
 * SUPPORT PHILSTAR



X
CRYPTO CURRENTLY
STOCK COMMENTARIES
TECHNOLOGY
BUSINESS AS USUAL
BANKING
REAL ESTATE
AGRICULTURE
TELECOMS
BIZ MEMOS




BUSINESS


TRINA SOLAR, CITICORE JOIN FORCES TO RAMP UP SOLAR CAPACITY IN PHILIPPINES

Richmond Mercurio - The Philippine Star
This content was originally published by The Philippine Star following its
editorial guidelines. Philstar.com hosts its content but has no editorial
control over it.
October 31, 2023 | 12:00am


A master services agreement was signed by both parties for the supply of 700
megawatts (MW) worth of solar modules.
STAR / File

MANILA, Philippines — Chinese PV and smart energy total solutions provider Trina
Solar has entered into a partnership with the Citicore Group to help ramp up the
country’s solar capacity.

A master services agreement was signed by both parties for the supply of 700
megawatts (MW) worth of solar modules.

The solar modules will be used for Citicore Renewable Energy Corp.’s (CREC)
upcoming solar plants across the Philippines, to be delivered in 2024.



The power plants are part of CREC’s one-gigawatt (GW) project pipeline for the
first year leading toward its goal of five GW in five years.

The strategic procurement will also help build CREC’s committed capacity in
connection with the government’s Green Energy Auction Program.



“The procurement of PV panels from Trina Solar is part of our efforts to secure
high-quality and efficient technology for our projects,” CREC president and CEO
Oliver Tan said.

“This will help us move toward our goal of one GW per year of renewable energy
capacity as per our commitment to the Filipino people,” he said.

The Citicore Group is among the largest, vertically integrated renewable energy
advocates in the country.

Among the companies under its umbrella are engineering, procurement, and
construction arm MCC-Citicore Construction Inc. and renewable energy operator
CREC.

Trina Solar Asia Pacific president Todd Li said the latest agreement is the
company’s second collaboration with CREC.

Trina Solar’s first project with CREC was the deployment earlier this year of
solar PV modules for the latter’s 125-MWp Lumbangan solar power plant and the
72-MWp Luntal solar power plant in Batangas.

“We are pleased with this opportunity to work together again and it is testament
to CREC’s trust in us and our smart energy solutions. Through the successful
implementation of this agreement, we look forward to strengthening our
relationship with Citicore and continuing to work closely together to help the
Philippines transition to renewable energy,” Li said.

Trina Solar said the Philippines possesses vast potential to cultivate solar
energy to meet its rising energy needs.








SOLAR




RELEVANT. WITTY. DAILY

Morning news briefings from Philstar.com

SIGN-UP
More in Business

PHILIPPINES WELCOMES INAUGURAL UNITED AIRLINES SFO-MNL FLIGHT

SAMSUNG ELECTRONICS SAYS Q3 OPERATING PROFITS DOWN 77.57%

FACEBOOK, INSTAGRAM TO OFFER PAID AD-FREE EUROPE SUBSCRIPTIONS

MORE INTERNATIONAL FRANCHISES EXPECTED TO ENTER PHILIPPINES

BrandSpace Articles


AT 55TH YEAR, URATEX BRINGS HONOR TO PHILIPPINES WITH NEW GUINNESS WORLD RECORD


FROM CEBU TO DAVAO, MOMS ENJOY EXCITING ACTIVITIES, GIVEAWAYS FROM SURF


SLEEP ADVOCATES HEART EVANGELISTA, SAAB MAGALONA, LA AGUINALDO SHARE TIPS FOR
RESTING ON TIME


EXPERIENCE STYLE WITH SUBSTANCE WITH NEW OPPO FIND N3 FLIP, NOW IN PHILIPPINES!


NO TRICK, JUST TREAT! GET A 55-INCH UHD TV FROM TCL FOR ONLY P19,995!


PHILIPPINES’ FIRST PREMIUM BED CINEMA TO OPEN IN UPTOWN BONIFACIO


KOTEX ADVOCATES MENSTRUAL HEALTH EDUCATION FOR YOUNG GIRLS THROUGH INNOVATIVE
VIDEO GAME


8TH STY INTERNATIONAL GYMNASTICS CUP: A SHOWCASE OF TALENT AND EXCELLENCE


HOW THIS PHILANTHROPIST IS SHAPING THE NEXT GENERATION’S LEADERS


<
>
RECOMMENDED STORIES
Recommended by




Philstar

x
Advertisement

Advertisement



 * Latest
 * Trending

Trending
Latest
Trending

abtest

abtest


PHILIPPINES INFLATION LIKELY EASED IN OCTOBER – THINK TANK

By Louella Desiderio | 21 hours ago
Inflation in the Philippines likely eased in October with the reversal in rice
price hikes expected to have kicked in, UK-based...
Business



NO POWER PROBLEMS DURING BSKE 2023 — DOE

1 day ago
In report issued on Monday afternoon, the DOE said all power generation plants
in the country ran a normal operations except...
Business



LARGEST SOLAR ROOFTOP IN PHILIPPINES TO BE PUT UP IN PAMPANGA

By Richmond Mercurio | 21 hours ago
Singapore-based TotalEnergies ENEOS will put up the largest rooftop solar
photovoltaic system in the Philippines to support...
Business



UNIONBANK TO DROP CITI BRAND IN EARLY 2024

By Lawrence Agcaoili | 21 hours ago
Union Bank of the Philippines will drop the Citi brand by the first quarter of
next year after completing the P72-billion...
Business



CYBER TRICKS AND TREATS: THE RANSOMWARE EDITION

By Eskie Cirrus James Maquilang | 21 hours ago
As the eve of All Hallows approaches and the anticipation of Halloween fills the
air, we find ourselves eagerly looking forward...
Business

Latest

abtest


LUFTHANSA TO PUT UP P15 BILLION HANGARS IN CLARK

By Elijah Felice Rosales | 21 hours ago
The Philippine unit of Lufthansa Technik will invest at least P15 billion to
build new hangars in Clark, as it ramps up space...
Business



BIR TARGETS 1 PERCENT TAX ON ONLINE SELLERS IN DECEMBER

By Louise Maureen Simeon | 21 hours ago
The Bureau of Internal Revenue is eyeing to implement the one percent
withholding tax on online platform providers by December...
Business



ING SEES LOWER PHILIPPINES GROWTH AMID HIGH INTEREST RATES

By Lawrence Agcaoili | 21 hours ago
Dutch financial giant ING Bank now expects slower economic growth in the
Philippines due to the aggressive rate hikes delivered...
Business



OVER 15K HOUSEHOLDS TO BENEFIT FROM DOE’S 1ST CSP FOR MICROGRIDS

By Richmond Mercurio | 21 hours ago
Over 15,000 households in remote areas are expected to benefit from the first
competitive selection process to build microgrids,...
Business



MONDE NISSIN ON TRACK WITH DAVAO EXPANSION

By Iris Gonzales | 21 hours ago
Snack foods giant Monde Nissin Corp. expects to complete its capacity expansion
in Davao next year.
Business

Recommended


POTATO PRICE RISES, BUT TO NORMALIZE WITH HARVEST – DA

21 hours ago
The price of potatoes has risen, but is expected to normalize because of the
harvest, which is seen to augment the supply...
Business

DEPARTMENT OF AGRICULTURE




PHILIPPINES INFLATION LIKELY EASED IN OCTOBER – THINK TANK

21 hours ago
Inflation in the Philippines likely eased in October with the reversal in rice
price hikes expected to have kicked in, UK-based...
Business

INFLATION




NEU HUNTERS CONQUER PSL 21U CAGEFEST

1 day ago
King Gallardo hit a clutch 3-pointer in the closing seconds to lift the New Era
University Hunters to a pulsating 63-61 victory...
Business

BASKETBALL




NUEVA ECIJA SEEKS TO FORCE GAME 3 VS SAN JUAN IN MPBL NORTH FINALS

1 day ago
Nueva Ecija will not roll over and fold as if it’s not the reigning MPBL king
for a reason.
Business

BASKETBALLMPBL




DELA ROSA STARS ANEW AS HEAVY BOMBERS ROLL ON

1 day ago
Ry dela Rosa isn’t Jose Rizal University’s team captain for no reason.
Business

BASKETBALLSPORTS



next
Recommended


POTATO PRICE RISES, BUT TO NORMALIZE WITH HARVEST – DA

The price of potatoes has risen, but is expected to normalize because of the
harvest, which is seen to augment the supply of the root crop, the Department of
Agriculture said yesterday.
21 hours ago

DEPARTMENT OF AGRICULTURE




PHILIPPINES INFLATION LIKELY EASED IN OCTOBER – THINK TANK

Inflation in the Philippines likely eased in October with the reversal in rice
price hikes expected to have kicked in, UK-based think tank Pantheon
Macroeconomics said.
21 hours ago

INFLATION




NEU HUNTERS CONQUER PSL 21U CAGEFEST

King Gallardo hit a clutch 3-pointer in the closing seconds to lift the New Era
University Hunters to a pulsating 63-61 victory over the San Juan Kings in the
21U championship of the Pilipinas Super League.
1 day ago

BASKETBALL




NUEVA ECIJA SEEKS TO FORCE GAME 3 VS SAN JUAN IN MPBL NORTH FINALS

Nueva Ecija will not roll over and fold as if it’s not the reigning MPBL king
for a reason.
1 day ago

BASKETBALL

MPBL




DELA ROSA STARS ANEW AS HEAVY BOMBERS ROLL ON

Ry dela Rosa isn’t Jose Rizal University’s team captain for no reason.
1 day ago

BASKETBALL

SPORTS






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 ads and content, ad and content measurement, audience insights
   and product 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 third party vendors, 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 identifiers, or other information can be stored or accessed on
your device for the purposes presented to you.

View details
Consent


SELECT BASIC ADS

Ads can be shown to you based on the content you’re viewing, the app you’re
using, your approximate location, or your device type.

View details
ConsentLegitimate interesthelp_outline


CREATE A PERSONALISED ADS PROFILE

A profile can be built about you and your interests to show you personalised ads
that are relevant to you.

View details
Consent


SELECT PERSONALISED ADS

Personalised ads can be shown to you based on a profile about you.

View details
ConsentLegitimate interesthelp_outline


CREATE A PERSONALISED CONTENT PROFILE

A profile can be built about you and your interests to show you personalised
content that is relevant to you.

View details
ConsentLegitimate interesthelp_outline


SELECT PERSONALISED CONTENT

Personalised content can be shown to you based on a profile about you.

View details
ConsentLegitimate interesthelp_outline


MEASURE AD PERFORMANCE

The performance and effectiveness of ads that you see or interact with can be
measured.

View details
ConsentLegitimate interesthelp_outline


MEASURE CONTENT PERFORMANCE

The performance and effectiveness of content that you see or interact with can
be measured.

View details
ConsentLegitimate interesthelp_outline


APPLY MARKET RESEARCH TO GENERATE AUDIENCE INSIGHTS

Market research can be used to learn more about the audiences who visit
sites/apps and view ads.

View details
ConsentLegitimate interesthelp_outline


DEVELOP AND IMPROVE PRODUCTS

Your data can be used to improve existing systems and software, and to develop
new products

View details
ConsentLegitimate interesthelp_outline


ENSURE SECURITY, PREVENT FRAUD, AND DEBUG

help_outline

Your data can be used to monitor for and prevent fraudulent activity, and ensure
systems and processes work properly and securely.

View details


TECHNICALLY DELIVER ADS OR CONTENT

help_outline

Your device can receive and send information that allows you to see and interact
with ads and content.

View details


MATCH AND COMBINE OFFLINE DATA SOURCES

help_outline

Data from offline data sources can be combined with your online activity in
support of one or more purposes

View details


LINK DIFFERENT DEVICES

help_outline

Different devices can be determined as belonging to you or your household in
support of one or more of purposes.

View details


RECEIVE AND USE AUTOMATICALLY-SENT DEVICE CHARACTERISTICS FOR IDENTIFICATION

help_outline

Your device might be distinguished from other devices based on information it
automatically sends, such as IP address or browser type.

View details


USE PRECISE GEOLOCATION DATA

Your precise geolocation data can be used in support of one or more purposes.
This means your location can be accurate to within several meters.

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 identifiers, or other information can be stored or accessed on
your device for the purposes presented to you.

View details
Consent


SELECT BASIC ADS

Ads can be shown to you based on the content you’re viewing, the app you’re
using, your approximate location, or your device type.

View details
Legitimate interesthelp_outline


SELECT PERSONALISED ADS

Personalised ads can be shown to you based on a profile about you.

View details
Consent


CREATE A PERSONALISED CONTENT PROFILE

A profile can be built about you and your interests to show you personalised
content that is relevant to you.

View details
Legitimate interesthelp_outline


SELECT PERSONALISED CONTENT

Personalised content can be shown to you based on a profile about you.

View details
Legitimate interesthelp_outline


MEASURE AD PERFORMANCE

The performance and effectiveness of ads that you see or interact with can be
measured.

View details
Legitimate interesthelp_outline


MEASURE CONTENT PERFORMANCE

The performance and effectiveness of content that you see or interact with can
be measured.

View details
Legitimate interesthelp_outline


APPLY MARKET RESEARCH TO GENERATE AUDIENCE INSIGHTS

Market research can be used to learn more about the audiences who visit
sites/apps and view ads.

View details
Legitimate interesthelp_outline


DEVELOP AND IMPROVE PRODUCTS

Your data can be used to improve existing systems and software, and to develop
new products

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).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ROQ.AD GMBH

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


INDEX EXCHANGE INC.

Cookie duration: 395 (days).

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTCAST

Cookie duration: 396 (days).

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).

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).

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADKERNEL LLC

Cookie duration: 18 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADIKTEEV

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RTB HOUSE S.A.

Cookie duration: 365 (days).

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).

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMETRICS GMBH

Doesn't use cookies.




View details | Privacy policylaunch
Consent


AMOBEE INC.

Cookie duration: 180 (days).

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EPSILON

Cookie duration: 184 (days).

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


YAHOO EMEA LIMITED

Cookie duration: 397 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADVENTORI SAS

Cookie duration: 90 (days).

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TRIPLELIFT, INC.

Cookie duration: 90 (days).

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OGURY LTD

Cookie duration: 182 (days).

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).

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).

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UNRULY GROUP LLC

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEURAL.ONE

Cookie duration: 365 (days).

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).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ACTIVE AGENT (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMART ADSERVER

Cookie duration: 396 (days).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADFORM A/S

Cookie duration: 1 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CONFIANT INC.

Doesn't use cookies.




View details | Privacy policylaunch


RATEGAIN ADARA INC

Cookie duration: 730 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


33ACROSS

Cookie duration: 366 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIFT MEDIA, INC

Doesn't use cookies.




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GUMGUM, INC.

Cookie duration: 365 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AMAZON AD SERVER

Cookie duration: 396 (days).

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


YIELDLAB (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NANO INTERACTIVE GROUP LTD.

Doesn't use cookies.




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIMPLIFI HOLDINGS INC

Cookie duration: 366 (days).

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PUBMATIC, INC

Cookie duration: 90 (days).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


COMSCORE B.V.

Cookie duration: 720 (days).

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


View details | Privacy policylaunch
Consent


FLASHTALKING

Cookie duration: 730 (days).




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MEDIAMATH, INC.

Cookie duration: 393 (days).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SHARETHROUGH, INC

Cookie duration: 30 (days).

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).

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMAATO, INC.

Cookie duration: 21 (days).

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).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GENIUS SPORTS UK LIMITED

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TEROA S.A.

Cookie duration: 2555 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CRITEO SA

Cookie duration: 390 (days).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADLOOX SA

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

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).

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


View details | Privacy policylaunch
Consent


LIVERAMP

Cookie duration: 365 (days).

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).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC. (OUTSTREAM)

Cookie duration: 366 (days).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SONOBI, INC

Cookie duration: 60 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOOPME LIMITED

Cookie duration: 90 (days).

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).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SHOWHEROES SE

Cookie duration: 393 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ASK LOCALA

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DENTSU UK LIMITED

Cookie duration: 730 (days).

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.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DOUBLEVERIFY INC.

Doesn't use cookies.




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

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


View details | Storage details | Privacy policylaunch
Consent


IPONWEB GMBH

Cookie duration: 365 (days).

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


View details | Storage details | Privacy policylaunch
Consent


NEXTROLL, INC.

Cookie duration: 183 (days).

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TEADS FRANCE SAS

Cookie duration: 365 (days).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER SSP GMBH (SSP)

Cookie duration: 365 (days).

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).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CONNECTAD DEMAND GMBH

Cookie duration: 31 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PERMODO GMBH

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PLATFORM161 B.V.

Cookie duration: 396 (days).

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).

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).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMAN INTERACTIVE SLU

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


MOOT TECHNOLOGY LTD

Cookie duration: Uses session cookies.




View details | Storage details | Privacy policylaunch
Consent


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMADEX, S.L.U.

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BOMBORA INC.

Cookie duration: 365 (days).

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).

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).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


YIELDMO, INC.

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


REMERGE GMBH

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADVANCED STORE GMBH

Cookie duration: 365 (days).

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).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ZEMANTA INC.

Cookie duration: 365 (days).

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).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EMETRIQ GMBH

Cookie duration: 365 (days).

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


View details | Storage details | Privacy policylaunch
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 90 (days).

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


View details | Privacy policylaunch
Consent


M.D. PRIMIS TECHNOLOGIES LTD.

Cookie duration: 25 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ACUITYADS INC.

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BUCKSENSE INC

Cookie duration: 2 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TRITON DIGITAL CANADA INC.

Cookie duration: 730 (days).

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).

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).

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMARTOLOGY LIMITED

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


IMPROVE DIGITAL

Cookie duration: 90 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


WUNDERKIND CORPORATION

Cookie duration: 390 (days).

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


FYBER MONETIZATION LTD.

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
Consent


ADOBE ADVERTISING CLOUD

Cookie duration: 365 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BANNERFLOW AB

Cookie duration: 366 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABMO SAS

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INTEGRAL AD SCIENCE, INC.

Doesn't use cookies.




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


WIZALY

Cookie duration: 365 (days).

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


View details | Storage details | Privacy policylaunch
Consent


WEBORAMA

Cookie duration: 393 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


COMCAST INTERNATIONAL FRANCE SAS/FREEWHEEL MEDIA, INC.

Cookie duration: 183 (days).

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JIVOX CORPORATION

Cookie duration: 30 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOJERN, INC.

Cookie duration: 365 (days).

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.




View details | Privacy policylaunch
Consent


ON DEVICE RESEARCH LIMITED

Cookie duration: 30 (days).




View details | Storage details | Privacy policylaunch
Consent


ROCKABOX MEDIA LTD

Cookie duration: 365 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOBFOX US LLC

Cookie duration: 14 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EXACTAG GMBH

Cookie duration: 180 (days).

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


CELTRA INC.

Doesn't use cookies.

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAINADV SRL

Cookie duration: 30 (days).

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GEMIUS SA

Cookie duration: 1825 (days).

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


View details | Storage details | Privacy policylaunch
Consent


INMOBI PTE LTD

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BEACHFRONT MEDIA LLC

Cookie duration: 7 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE KANTAR GROUP LIMITED

Cookie duration: 914 (days).

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


View details | Privacy policylaunch
Consent


NIELSEN MEDIA RESEARCH LTD.

Cookie duration: 120 (days).

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


REVX

Doesn't use cookies.




View details | Privacy policylaunch
Consent


VIDOOMY MEDIA SL

Cookie duration: 365 (days).




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOLOCAL SA

Cookie duration: 396 (days).

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.




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ORACLE ADVERTISING

Cookie duration: 180 (days).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NUMBERLY

Cookie duration: 180 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AUDIENCEPROJECT APS

Cookie duration: 365 (days).

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).

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).

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


View details | Storage details | Privacy policylaunch
Consent


ARRIVALIST CO.

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SEENTHIS AB

Doesn't use cookies.




View details | Privacy policylaunch


COMMANDERS ACT

Cookie duration: 365 (days).




View details | Storage details | Privacy policylaunch
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

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


View details | Privacy policylaunch
Consent


HUMAN

Doesn't use cookies.




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DYNADMIC

Cookie duration: 365 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EX.CO TECHNOLOGIES LTD

Cookie duration: 30 (days).




View details | Storage details | Privacy policylaunch
Consent


ADLUDIO LTD.

Doesn't use cookies.




View details | Privacy policylaunch
Consent


TARGETSPOT BELGIUM SPRL

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLENDEE SRL

Cookie duration: 366 (days).

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


View details | Privacy policylaunch
Consent


INNOVID LLC

Cookie duration: 90 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADCOLONY, INC.

Doesn't use cookies.




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PAPIRFLY AS

Doesn't use cookies.




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEUSTAR, INC., A TRANSUNION COMPANY

Cookie duration: 365 (days).

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SALESFORCE.COM, INC.

Cookie duration: 180 (days).

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


View details | Privacy policylaunch
Consent


ADSWIZZ INC.

Cookie duration: 90 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMIXER EU GMBH

Cookie duration: 90 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMARTYADS INC.

Doesn't use cookies.




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DEEPINTENT, INC.

Cookie duration: 548 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


KOCHAVA INC.

Doesn't use cookies.




View details | Storage details | Privacy policylaunch
Consent


OTTO (GMBH &AMP; CO KG)

Cookie duration: 365 (days).

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).

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOCALSENSOR B.V.

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
Consent


ONLINE SOLUTION

Cookie duration: 365 (days).

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLUE

Cookie duration: 30 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RELAY42 NETHERLANDS B.V.

Cookie duration: 730 (days).




View details | Storage details | Privacy policylaunch
Consent


SMILE WANTED GROUP

Cookie duration: 92 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


GAMOSHI LTD

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GP ONE GMBH

Cookie duration: Uses session cookies.

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BEOP

Cookie duration: 366 (days).

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.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MEDIA FORCE COMMUNICATIONS (2007) LTD

Cookie duration: 730 (days).

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).

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


View details | Storage details | Privacy policylaunch
Consent


MINDTAKE RESEARCH GMBH

Cookie duration: 180 (days).

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DENTSU ITALIA SPA

Cookie duration: 60 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CINT AB

Cookie duration: 730 (days).




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BIDMACHINE INC.

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GFK SE

Cookie duration: 730 (days).

Uses other forms of storage.


View details | Privacy policylaunch
Consent


REVJET

Cookie duration: 730 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PROTECTED MEDIA LTD

Doesn't use cookies.




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CLINCH LABS LTD

Cookie duration: 730 (days).

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ORACLE DATA CLOUD - MOAT

Doesn't use cookies.




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ANIVIEW LTD

Cookie duration: 90 (days).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


HEARTS AND SCIENCE MÜNCHEN GMBH

Cookie duration: 60 (days).

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AMAZON ADVERTISING

Cookie duration: 396 (days).

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).

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADTRIBA GMBH

Cookie duration: 730 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


OBJECTIVE PARTNERS BV

Cookie duration: 90 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DISQUS

Cookie duration: 365 (days).




View details | Storage details | Privacy policylaunch
Consent


GEOEDGE

Doesn't use cookies.




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ENSIGHTEN

Cookie duration: 1825 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DIANOMI PLC

Cookie duration: 180 (days).

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.

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EBAY INC

Cookie duration: 90 (days).




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BRID VIDEO DOO

Doesn't use cookies.

Uses other forms of storage.


View details | Privacy policylaunch
Consent


METRIXLAB NEDERLAND B.V.

Cookie duration: 730 (days).

Uses other forms of storage.


View details | Privacy policylaunch
Consent


BYTEDANCE PTE. LTD.

Doesn't use cookies.




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LUNA MEDIA GROUP LLC

Cookie duration: 14 (days).




View details | Storage details | Privacy policylaunch
Consent


VUUKLE DMCC

Cookie duration: 365 (days).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DENTSU A/S

Cookie duration: 1 (days).

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


View details | Storage details | Privacy policylaunch
Consent


HURRA COMMUNICATIONS GMBH

Cookie duration: 366 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UNBLOCKIA SL

Cookie duration: 120 (days).




View details | Privacy policylaunch
Consent


152 MEDIA LLC

Doesn't use cookies.




View details | Privacy policylaunch
Consent


MICROSOFT ADVERTISING

Cookie duration: 396 (days).

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


XAD SPOTEFFECTS GMBH

Cookie duration: 730 (days).

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


LUPON MEDIA

Cookie duration: 30 (days).




View details | Storage details | Privacy policylaunch
Consent


BOLDWIN LTD

Doesn't use cookies.

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline

General vendors

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


FLUCT

Privacy policylaunch
Consent


ZUCKS

Privacy policylaunch
Consent


ANALIGHTS

Privacy policylaunch
Consent


DSTILLERY

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


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


HOTELS.COM L. P.

Privacy policylaunch
Consent


GROUPM

Privacy policylaunch
Consent


BOSE

Privacy policylaunch
Consent


ADMAXIM

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


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


EBUILDERS

Privacy policylaunch
Consent


APPLOVIN CORP.

Privacy policylaunch
Consent


EMX DIGITAL

Privacy policylaunch
Consent


FRACTIONAL MEDIA

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


MSI-ACI

Privacy policylaunch
Consent


CHOCOLATE PLATFORM

Privacy policylaunch
Consent


TRIPADVISOR

Privacy policylaunch
Consent


NAVEGG

Privacy policylaunch
Consent


ADMEDO

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


AVOCET

Privacy policylaunch
Consent


SFR

Privacy policylaunch
Consent


CABLATO

Privacy policylaunch
Consent


WAYSTACK

Privacy policylaunch
Consent


VPON

Privacy policylaunch
Consent


TRESENSA

Privacy policylaunch
Consent


TAPJOY

Privacy policylaunch
Consent

Accept all



Confirm choices

Close