Skip to content

Latest commit

 

History

History
executable file
·
215 lines (151 loc) · 6.36 KB

index.md

File metadata and controls

executable file
·
215 lines (151 loc) · 6.36 KB
layout title head_title isHome description
home
Prebid.js - Header Bidding Made Easy
Prebid.js - Header Bidding Made Easy
true
A free and open source library for publishers to quickly implement header bidding.

  {% include live_demo.html %}

</div>
<p class="lead">The above header bidding ad is auctioned with Prebid.js. <a href="/overview/intro.html" target="_blank">Learn more about this auction here.</a></p>
Join Best Practices Group
<hr class="full-rule">

<div class="row benefits">
  <div class="col-sm-4">
    <img src="assets/images/icons/icon-ninja.png" alt="Header bidding no dev" class="img-responsive">
    <h3>No development required</h3>
    <p>Prebid.js includes adaptors for AppNexus, Criteo, Pubmatic, Rubicon Project.</p>
    <a href="/dev-docs/bidders.html" class="btn btn-outline">See full bidder list</a>
  </div>

  <div class="col-sm-4">
    <img src="assets/images/icons/icon-money.png" alt="Header bidding min line item" class="img-responsive">
    <h3>Easy line item setup</h3>
    <p>Ad ops can control the bidders, ad sizes, and price buckets with a single group of line items.</p>
    <a href="adops.html" class="btn btn-outline">Ad ops Guide</a>
  </div>

  <div class="col-sm-4">
    <img src="assets/images/icons/icon-latency.png" alt="Header bidding latency" class="img-responsive">
    <h3>Reduce latency</h3>
    <p>Improves user experience with asynchronous ad calls that load together with the page content.</p>
    <a href="/overview/how-to-reduce-latency-of-header-bidding.html" class="btn btn-outline">How is this done</a>
  </div>

</div>



<hr class="full-rule">


<h2 class="bs-docs-featurette-title">Tags That Work in Prebid.js</h2>
<!-- <p class="lead">Prebid.js includes adaptors to the major SSPs, ad networks, and exchanges.</p> -->


<div class="row bs-docs-featured-sites bidder-logos text-center">

  <div class="col-xs-6 col-sm-4">
    <h3>Aardvark by RTK</h3>
  </div>
  
  <div class="col-xs-6 col-sm-4">
    <h3>AOL</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>AppNexus</h3>
  </div>

  <!-- <div class="col-xs-6 col-sm-3">
    <h3>Criteo</h3>
  </div> -->

  <div class="col-xs-6 col-sm-4">
    <h3>Index</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>OpenX</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>Pubmatic</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>Rubicon</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>Sonobi</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>Sovrn</h3>
  </div>

  <div class="col-xs-6 col-sm-4" >
    <h3>Yieldbot</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>PulsePoint</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>Adform</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>bRealTime</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>SpringServe</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>TripleLift</h3>
  </div>

  <div class="col-xs-6 col-sm-4">
    <h3>NginAd</h3>
  </div>

</div>
<hr class="full-rule">



<h2 class="bs-docs-featurette-title">Open Source Project</h2>

<p class="lead">Prebid.js is open source and community driven. The project is hosted, developed, and maintained on GitHub.</p>

<a href="/overview/intro.html" class="btn btn-outline btn-lg">Next: Overview of Prebid.js</a>