-
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.
* Update supported formats * update Taboola doc * fix blank lines * Apply suggestions from code review --------- Co-authored-by: Muki Seiler <[email protected]>
- Loading branch information
1 parent
5221fc8
commit 56054ec
Showing
1 changed file
with
18 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,14 +26,30 @@ sidebarType: 1 | |
|
||
### Note | ||
|
||
- Supports `display` format. | ||
- Supports `native` format only in the Prebid Sever. | ||
- Prebid.js Supports `display` format only. | ||
- Prebid Server Supports `native+display` formats. | ||
- Uses `OpenRTB` standard. | ||
|
||
### Bidder Config | ||
We recommend allowing us access to localStorage. | ||
You can allow writing in localStorage `pbjs.bidderSettings` for the bidder `taboola` | ||
|
||
```javascript | ||
pbjs.bidderSettings = { | ||
taboola: { | ||
storageAllowed : true | ||
} | ||
} | ||
``` | ||
|
||
### Registration | ||
|
||
The Taboola Adapter requires setup before beginning. Please contact us at <[email protected]>. | ||
|
||
### Prebid Server | ||
|
||
Please provide to your relevant Taboola contact person the prebid server host domain, so we enable it before the integration starts. | ||
|
||
### First Party Data | ||
|
||
Publishers can use the `ortb2` configuration parameter to provide First Party Data. | ||
|
@@ -113,7 +129,3 @@ Notes: | |
}] | ||
}]; | ||
``` | ||
|
||
### Native - Prebid Server Adapter | ||
|
||
Currently, supporting native and multi-format (banner and native mixed) requests in the prebid server adapter only. |