Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.06 KB

publisher-api-reference.md

File metadata and controls

34 lines (24 loc) · 1.06 KB
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

Publisher API Reference

This page has documentation for the public API methods of Prebid.js.

{% assign api_pages = site.pages | where: "layout", "api_prebidjs" %}

Find a method

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

pbjs

{% for page in api_pages %}

  • {{page.title}}
  • {% endfor %}