Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 906 Bytes

troubleshooting.md

File metadata and controls

28 lines (19 loc) · 906 Bytes
layout title description sidebarType
page_v2
Troubleshooting Overview
Troubleshooting Overview
7

Troubleshooting

Prebid.js

Enable javascript console trace messages by adding ?pbjs_debug=true to the end of the page's URL. These messages can help isolate issues and improve debugging efforts.

AdOps

Prebid Server

To return debug data for Prebid Server add &debug=1 to the end of the URL. A 'url_override' parameter is also available to help further isolate issues.

{% highlight bash %} https://prebid-server.rubiconproject.com/auction?url_override=rubiconproject.com&debug=1 {% endhighlight %}