-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancing docs for Ad Server KVPs (#3447)
* Create generic bidder documentation (#3413) * Fixed typo * Added Generic bidder docs * iProm Bid Adapter: update versions included (#3420) per pr -> prebid/Prebid.js#7700 * add first-party data support to beachfront doc (#3418) Co-authored-by: John Salis <john@beachfront.com> * new bidderSettings field - allowZeroCpmBids (#3414) * add native support (#3409) * Missena Bid Adapter: update with prebid compliance (#3408) * Missena Bid Adapter: update with prebid compliance per pr -> prebid/Prebid.js#7648 * update versioning to include not in 5.x * Add Intersection RTD Provider docs (#3407) * upd docs * Update dev-docs/modules/intersectionRtdProvider.md Co-authored-by: Andrew <fowler446@users.noreply.github.com> * Limelight Digital Bid Adapter: Add optional Publisher ID field (#3405) * smartx Bid Adapter: refactor descriptions and adding "visibilityThreshold" (#3403) * initial commit * adjustments * adjustments * adjustments * typo, further adjustments * removed userIds and schain support * Added optionals to outstream and made formatting * Update smartx.md minor edits for clarification and readability. * adjusted outstream_options * remove outstream_function, added pbjs_version_notes * bugfix outstream options for default outstream renderer configuration * refactor descriptions and adding "visibilityThreshold" Co-authored-by: Gino <adtech@smartclip.tv> Co-authored-by: Jean Stemp <38964447+jeanstemp@users.noreply.github.com> * VIS.X: update docs (#3402) Update the VIS.X documentation under the latest adapter changes. * Adplus bid adapter doc added (#3389) * Adplus bid adapter doc added * Quotes added to string arguments Co-authored-by: TCCDENIZ <cansin.deniz@turkcell.com.tr> * Created gb_xandr.md docs (#3384) * Create gb_xandr.md * renamed the file * Update dev-docs/bidders/goldbach.md Co-authored-by: Andrew <fowler446@users.noreply.github.com> * Lupon Media Bid Adapter: update prebid 5 complianc (#3347) * Lupon Media Bid Adapter: update prebid 5 complianc per pr -> prebid/Prebid.js#7458 * update not in 5.x * Update userId.md (#2788) * gpid docs (#3421) * fixed broken link (#3423) * fixed floors doc issue (#3425) * added api version note (#3434) * Interstitials (#2869) * removed sizes from RP bid params * added interstitial page and config to adUnit * interstitial page corrections * Update InterstitialAds.md * Update InterstitialAds.md * modified sidebar link * changed interstitials file name and reference * wordsmithing Co-authored-by: MartianTribe <steve@martiantribe.com> Co-authored-by: bretg <bgorsline@gmail.com> * added vendor-specific flag (#3437) * added KVP reference Co-authored-by: Alex Maltsev <and1sscsgo@gmail.com> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com> Co-authored-by: John Salis <jsalis531@gmail.com> Co-authored-by: John Salis <john@beachfront.com> Co-authored-by: jsnellbaker <31102355+jsnellbaker@users.noreply.github.com> Co-authored-by: AdmixerTech <35560933+AdmixerTech@users.noreply.github.com> Co-authored-by: Andrew <fowler446@users.noreply.github.com> Co-authored-by: Ilya Medvedev <medved55rus@gmail.com> Co-authored-by: Skylinar <53079123+Skylinar@users.noreply.github.com> Co-authored-by: Gino <adtech@smartclip.tv> Co-authored-by: Jean Stemp <38964447+jeanstemp@users.noreply.github.com> Co-authored-by: rrelict <rrelict@users.noreply.github.com> Co-authored-by: cnsndnz <82813495+cnsndnz@users.noreply.github.com> Co-authored-by: TCCDENIZ <cansin.deniz@turkcell.com.tr> Co-authored-by: dveljovicTX <69788339+dveljovicTX@users.noreply.github.com> Co-authored-by: Patrick McCann <patmmccann@gmail.com> Co-authored-by: Bryan Szekely <49168870+bszekely1@users.noreply.github.com> Co-authored-by: MartianTribe <steve@martiantribe.com>
- Loading branch information
1 parent
b0400c1
commit 603a63f
Showing
24 changed files
with
549 additions
and
48 deletions.
There are no files selected for viewing
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,19 @@ | ||
--- | ||
layout: bidder | ||
title: AdPlus | ||
description: Prebid AdPlus Bidder Adapter | ||
biddercode: adplus | ||
media_types: banner | ||
pbjs: true | ||
--- | ||
### Note: | ||
|
||
The AdPlus Bidding adapter requires setup before beginning. Please contact us at adplus.destek@yaani.com.tr | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|---------------|-------------------------------------------|-----------| | ||
| `adUnitId` | required | Ad Unit ID | `'-3'` | `string` | | ||
| `inventoryId` | required | Inventory ID | `'-1'` | `string` | |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,75 @@ | ||
--- | ||
layout: page_v2 | ||
title: Intersection Module | ||
display_name: Intersection | ||
description: Real Time Intersection | ||
page_type: module | ||
module_type: rtd | ||
module_code : intersectionRtdProvider | ||
enable_download : true | ||
sidebarType : 1 | ||
--- | ||
|
||
# Intersection Module | ||
{:.no_toc} | ||
|
||
* TOC | ||
{:toc} | ||
|
||
## Overview | ||
|
||
The Intersection module provides intersection for ad slots on the page using | ||
[Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API). | ||
|
||
Implementation works like this: | ||
|
||
1) Build the Intersection module into the Prebid.js package with: | ||
|
||
``` | ||
gulp build --modules=intersectionRtdProvider&... | ||
``` | ||
|
||
2) Use `setConfig` to instruct the browser to obtain the intersection data | ||
|
||
## Configuration | ||
|
||
This module is configured as part of the `realTimeData.dataProviders` object: | ||
|
||
``` | ||
pbjs.setConfig({ | ||
"realTimeData": { | ||
auctionDelay: 100, | ||
dataProviders:[{ | ||
"name": "intersection", | ||
"waitForIt": true | ||
}] | ||
} | ||
}); | ||
``` | ||
|
||
## Output | ||
|
||
For each bidder, the module adds intersection in a JSON format. | ||
Example: | ||
``` | ||
{ | ||
"intersection":{ | ||
'boundingClientRect': { | ||
'left': 10, | ||
'top': 10, | ||
'right': 310, | ||
'bottom': 260, | ||
'width': 300, | ||
'height': 250, | ||
'x': 10, | ||
'y': 10, | ||
}, | ||
'intersectionRect': {/* ... */}, | ||
'rootRect': {/* ... */}, | ||
'intersectionRatio': 0.5, | ||
'isIntersecting': false, | ||
'time': 1636993868145 | ||
} | ||
} | ||
``` | ||
|
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
Oops, something went wrong.