layout | title | description | top_nav_section | nav_section | pid | sidebarType |
---|---|---|---|---|---|---|
page_v2 |
Publisher API Reference |
Publisher API Reference for Prebid.js Header Bidding |
dev_docs |
reference |
10 |
1 |
This page has documentation for the public API methods of Prebid.js.
{% assign api_pages = site.pages | where: "layout", "api_prebidjs" %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/awesomplete/1.1.5/awesomplete.min.js" integrity="sha512-HcBl0GSJvt4Qecm4srHapirUx0HJDi2zYXm6KUKNNUGdTIN9cBwakVZHWmRVj4MKgy1AChqhWGYcMDbRKgO0zg==" crossorigin="anonymous"></script> <script> var AutocompleteList = [{% for page in api_pages %}{ label: '{{ page.title }}', value: '/{{ page.path | replace: ".md", ".html" }}' },{% endfor %}]; </script> <script src="{{site.baseurl}}/assets/js/autocomplete.js"></script>{% for page in api_pages %}