Skip to content

Commit

Permalink
Onetrust fix - proof of concept (#2317)
Browse files Browse the repository at this point in the history
* reverted optanon in header (#2315)

Co-authored-by: Steve <ssuranie@appnexus.com>

* LiveIntent registration link fix (#2300)

* Add LiveIntent ID module to the overview

* Update LiveIntent ID docs

- remove 'providedIdentifierName' parameter, as it's removed from code (prebid/Prebid.js#5407)
- adjust links in the docs
- new privacy policy
- code examples updated to include the storage part

* typo fix

* added registration information

* LiveIntent registration link fix

* Update oftmedia.md (#2308)

forgot to insert the code " schain_supported: true", same as appnexus. thanks!

* Delete pb-is-amp.html (#2311)

Duplicate file with trailing space after the name

* Update invibes.md (#2312)

* parrableIdSystem: Add an optional timezone and timezone offset allow/block filter (#2184)

* PBID-11: Update Parrable ID system configuration example to remove storage options

* PBID-25: Add docs for Parrable ID timezone filtering feature config

* PBID-25: Fix grammar in userId timezone filtering

* add native support for ablida bid adapter (#2164)

* Blue Billywig bid adapter - add video param to docs (#2198)

* add Blue Billywig bidder adaptor dev docs

* Add missing empty line

* move empty line to right place...

Co-authored-by: Klaas-Jan Boon <klaas-janboon@live.nl>
Co-authored-by: Klaas-Jan Boon <klaas-janboon@ip-172-16-224-85.eu-west-1.compute.internal>

* Document auctionDebug (#2255)

* Document auctionDebug

* Update integrate-with-the-prebid-analytics-api.md

* working on cookie-compliance upgrade

Co-authored-by: MartianTribe <steve@martiantribe.com>
Co-authored-by: Steve <ssuranie@appnexus.com>
Co-authored-by: amoltchan <56824198+amoltchan@users.noreply.github.com>
Co-authored-by: murilodiko <murilomcozza@gmail.com>
Co-authored-by: AaronColbyPrice <67345931+AaronColbyPrice@users.noreply.github.com>
Co-authored-by: invibes <51820283+invibes@users.noreply.github.com>
Co-authored-by: Ian Flournoy <ian@flournoy.us>
Co-authored-by: Dan <webmaster@kakao-karten.de>
Co-authored-by: Klaas-Jan Boon <awisoewas@gmail.com>
Co-authored-by: Klaas-Jan Boon <klaas-janboon@live.nl>
Co-authored-by: Klaas-Jan Boon <klaas-janboon@ip-172-16-224-85.eu-west-1.compute.internal>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
  • Loading branch information
13 people committed Sep 8, 2020
1 parent 83f8ac7 commit e1a6374
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
13 changes: 7 additions & 6 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
<title>{{page.title}} for Header Bidding</title>
{% endif %}

<!-- OneTrust Cookies Consent Notice start for docs.prebid.org -->
<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 for docs.prebid.org -->
<!-- OneTrust Cookies Consent Notice start for docs.prebid.org -->

<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="031ad285-43ce-45f1-a493-8188aaf238cf" ></script>
<script type="text/javascript">
function OptanonWrapper() { }
</script>
<!-- OneTrust Cookies Consent Notice end for docs.prebid.org -->

<!--<link href="{{site.baseurl}}/assets/css/bootstrap.min.css" rel="stylesheet">-->
<!-- Latest compiled and minified Bootstrap CSS -->
Expand Down
9 changes: 1 addition & 8 deletions dev-docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@ The easiest way to get started with Prebid.js is to use the example code below.

{% include dev-docs/build-from-source-warning.md %}

<div id="jsfiddle">
<h2>(Sorry, jsfiddle code examples aren't available with your cookie privacy settings.)</h2>
<p><a class="optanon-show-settings">Cookie Settings</a></p><br/>
</div>

<script type="text/javascript">
Optanon.InsertHtml('<iframe width="100%" height="1600" src="//jsfiddle.net/Prebid_Examples/bryzc7g6/3/embedded/html,result/" allowfullscreen="allowfullscreen" frameborder="0"></iframe>', 'jsfiddle', null, {deleteSelectorContent: true}, 3);
</script>
<iframe width="100%" height="1600" data-src="//jsfiddle.net/Prebid_Examples/bryzc7g6/3/embedded/html,result/" allowfullscreen="allowfullscreen" frameborder="0" class="optanon-category-C0003"></iframe>

### Next Steps

Expand Down

0 comments on commit e1a6374

Please sign in to comment.