UNPKG

mk9-prebid

Version:

Header Bidding Management Library

40 lines (38 loc) 1.6 kB
<html lang="en"> <head> <!-- This page provides links to common reviewer tools, tips and tricks. --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Prebid Reviewer Tools</title> <style> .section{padding-top:40px;} .container{max-width:600px;margin:0 auto;} </style> </head> <body> <div class="section"> <div class="container"> <div class="row"> <h1>Reviewer Tools</h1> <p>Below are links to the most common tool used by Prebid reviewers. For more info on PR review processes check out the <a href="https://github.com/prebid/Prebid.js/blob/master/PR_REVIEW.md">General PR Review Process</a> page on Github.</p> <h2>Common</h2> <ul> <li><a href="/build/coverage/lcov-report">Code Coverage</a></li> <li><a href="/integrationExamples/gpt/hello_world.html">Hello World</a></li> </ul> <h2>Other Tools</h2> <ul> <li><a href="/integrationExamples/">Other Integration Examples</a></li> </ul> <h2>Documentation & Training Material</h2> <ul> <li><a href="https://github.com/prebid/Prebid.js/blob/master/PR_REVIEW.md">General PR Review Process</a></li> <li><a href="https://youtu.be/aNCJ_Ct6Q8Y">Reviewer Video</a></li> </ul> </div> </div> </div> </body> </html>