Skip to content

Commit

Permalink
Pb taboola doc change (#5684)
Browse files Browse the repository at this point in the history
* Update supported formats

* update Taboola doc

* fix blank lines

* Apply suggestions from code review

---------

Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
  • Loading branch information
talavital7 and muuki88 authored Nov 5, 2024
1 parent 5221fc8 commit 56054ec
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions dev-docs/bidders/taboola.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <prebid@taboola.com>.

### 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.
Expand Down Expand Up @@ -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.

0 comments on commit 56054ec

Please sign in to comment.