forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:bluebillywig/prebid.github.io
* 'master' of github.com:bluebillywig/prebid.github.io: (150 commits) move empty line to right place... Add missing empty line add Blue Billywig bidder adaptor dev docs removed stray div amp clarification (prebid#2194) clarifying that sizeConfig is banner only (prebid#2191) ad ops video fix (prebid#2190) Undertone video docs (prebid#2162) AdButler Bid Adapter: Add 'extra' bid parameter description and example (prebid#2172) Add docs for apstream adapter (prebid#2141) pubperf analytics adapter added. (prebid#2166) Privacy updates (prebid#2189) adding aug 2020 event (prebid#2183) Update adtelligent doc (prebid#2173) TCF2 Support (prebid#2176) added yieldlab and konduit to members page (prebid#2177) add GPT pre-auction module to Modules sidebar (prebid#2174) Gpt pre auction docs (prebid#2168) Floors Module: added Floors Provider (prebid#2169) Update doc file for TheMediaGrid Bid Adapter (prebid#2167) ...
- Loading branch information
Showing
486 changed files
with
3,492 additions
and
7,059 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
layout: fourofour | ||
title: Page Not Found | ||
description: | ||
hide: true | ||
|
||
--- | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#-------------Message---------------- | ||
- messageId: 1 | ||
messageText: <a href="/prebid/events.html">Register for our virtual meetup on June 2nd: Prebid Product Roadmap</a> | ||
messageCreateDt: 05_19_2020 | ||
messageText: <a href="/prebid/events.html">Register for our webinar on Aug 27, 2020: How to Make Prebid the Supply Path Buyers Choose</a> | ||
messageCreateDt: 08_04_2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="google-site-verification" content="_SMhyxJ4MnU9eTUQQNMUwU5W18T5tjNF7A6mumIci-A" /> | ||
<meta name="keywords" content="Header Bidding, Advanced Bidding, Header Bid, Pre-bid"> | ||
<meta name="description" content="{{page.description}}" /> | ||
|
||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> | ||
|
||
|
||
{% if page.head_title %} | ||
<title>{{page.head_title}}</title> | ||
{% else %} | ||
<title>{{page.title}} for Header Bidding</title> | ||
{% endif %} | ||
|
||
<!-- OneTrust Cookies Consent Notice start --> | ||
|
||
<script src="https://cdn.cookielaw.org/consent/53783db5-1614-43d4-bb1a-148e68e8c87b.js" type="text/javascript" charset="UTF-8"></script> | ||
<script type="text/javascript"> | ||
function OptanonWrapper() { } | ||
</script> | ||
<!-- OneTrust Cookies Consent Notice end --> | ||
|
||
|
||
<!--<link href="{{site.baseurl}}/assets/css/bootstrap.min.css" rel="stylesheet">--> | ||
<!-- Latest compiled and minified Bootstrap CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | ||
<link href="{{site.baseurl}}/assets/css/docs.min.css" rel="stylesheet"> | ||
|
||
<link rel="stylesheet" href="/assets/css/prism.css"> | ||
<link href="{{site.baseurl}}/assets/css/style.css" rel="stylesheet"> | ||
|
||
|
||
<!-- Favicons --> | ||
<link href="{{site.baseurl}}/assets/images/favicon.png" rel="icon"> | ||
<link href="{{site.baseurl}}/assets/images/apple-touch-icon.png" rel="apple-touch-icon"> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,700,700i> | ||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans+Condensed" /> | ||
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet"> | ||
|
||
<style> | ||
#content { | ||
background:{{site.header.color1}}; | ||
background:linear-gradient(135deg, {{site.header.color1}}, {{site.header.color2}}); | ||
} | ||
</style> | ||
|
||
<script src="{{site.baseurl}}/assets/js/prism.js"></script> | ||
<script src="{{site.baseurl}}/assets/js/jquery.min.js"></script> | ||
<script src="{{site.baseurl}}/assets/js/bootstrap.js"></script> | ||
<script src="{{site.baseurl}}/assets/js/bootbox.min.js"></script> | ||
<script src="{{site.baseurl}}/assets/js/docs.min.js"></script> | ||
<script src="{{site.baseurl}}/assets/js/easing.min.js"></script> | ||
<script src="{{site.baseurl}}/assets/js/main.js"></script> | ||
<script type="text/javascript" src="{{site.baseurl}}/assets/js/pbjs_home.js"></script> | ||
|
||
<!--production version of prebid.js--> | ||
<script async src="//acdn.adnxs.com/prebid/not-for-prod/prebid.js"></script> | ||
|
||
<!--Ad Player Pro & prebid js code--> | ||
<script type="text/javascript" src="https://static.adplayer.pro/player/demo.js"></script> | ||
<script> | ||
var pbjs = pbjs || {}; | ||
pbjs.que = pbjs.que || []; | ||
|
||
// define invokeVideoPlayer in advance in case we get the bids back from prebid before the entire page loads<br> | ||
var tempTag = false; | ||
var invokeVideoPlayer = function(url) { | ||
tempTag = url; | ||
} | ||
|
||
var videoAdUnit = { | ||
code: 'video1', | ||
mediaTypes: { | ||
video: { | ||
playerSize: [640, 480], | ||
context: 'instream' | ||
} | ||
}, | ||
bids: [{ | ||
bidder: 'appnexus', | ||
params: { | ||
placementId: 13232361, // Add your own placement id here<br> | ||
video: { | ||
skipppable: true, | ||
playback_method: ['auto_play_sound_off'] | ||
} | ||
} | ||
}] | ||
}; | ||
|
||
pbjs.que.push(function() { | ||
pbjs.addAdUnits(videoAdUnit); // add your ad units to the bid request<br> | ||
pbjs.setConfig({ | ||
debug: true, | ||
cache: { | ||
url: 'https://prebid.adnxs.com/pbc/v1/cache' | ||
} | ||
}); | ||
|
||
pbjs.requestBids({ | ||
bidsBackHandler: function(bids) { | ||
var videoUrl = pbjs.adServers.dfp.buildVideoUrl({ | ||
adUnit: videoAdUnit, | ||
params: { | ||
iu: '/19968336/prebid_cache_video_adunit', | ||
cust_params: { | ||
section: 'blog', | ||
anotherKey: 'anotherValue' | ||
}, | ||
output: 'vast' | ||
} | ||
}); | ||
invokeVideoPlayer(videoUrl); | ||
} | ||
}); | ||
}); | ||
|
||
</script> | ||
|
||
</head> | ||
|
||
<body> |
Oops, something went wrong.