redirect_to | layout | title | description | pid | isNew | hide | isNavParent |
---|---|---|---|---|---|---|---|
/index.html |
page_v2 |
Add me! |
60 |
true |
false |
true |
#Best Practices
Stay informed of publisher best practices for header bidding and the latest for prebid.js.
Email:
Join Best Practices Group
#Contact Companies
If you are a publisher that'd like to be contacted by bidders, or if you're a bidder and want to share more about yourself, use the below form. Note that the information you entered here will be shared in this page after your approval.
<div class="form-group col-sm-12">
<div class="radio">
<label>
<input type="radio" name="optionsRadios" id="company-publisher" value="company-publisher" checked>
I'm a publisher
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="optionsRadios" id="company-bidder" value="company-bidder">
I'm a bidder <!--(<a href="adaptor.html">Check here</a> to learn how to implement an adaptor) -->
</label>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label>Company Name</label>
<input type="name" class="form-control" id="company-name" placeholder="Name">
</div>
<div class="form-group">
<label>Company Logo</label>
<input class="form-control" id="company-logo" placeholder="http://company.com/image.png">
</div>
<div class="form-group">
<label>Contact Email</label>
<input type="email" class="form-control" id="company-email" placeholder="Email">
</div>
</div>
<div class="form-group col-sm-12">
<label>Brief intro to your company</label>
<textarea class="form-control" id="company-intro" rows="2" maxlength="200"></textarea>
</div>
<div class="col-sm-2">
<button class="btn btn-primary" id="submit-company">Add Company</button>
</div>