Skip to content

Instantly share code, notes, and snippets.

@alexwcarl
alexwcarl / index.html
Created December 13, 2016 17:59
Adzerk/prebid.js Header Bidding Example HTML
<html>
<head>
<script>
/* Load adOS.js */
(function() {
var d = document;
var protocol = d.location.protocol == "https:" ? "https" : "http";
var z = d.createElement("script");
z.type = "text/javascript";
z.src = protocol + "://static.adzerk.net/ados.js";