Skip to content

Commit

Permalink
Adagio: add BidderSettings.storageAllowed note (prebid#4000)
Browse files Browse the repository at this point in the history
  • Loading branch information
osazos authored and ecdrsvc committed Sep 6, 2023
1 parent e40eeaa commit 08bdd8e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion dev-docs/bidders/adagio.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,20 @@ fpd_supported: false

### Note

The Adagio bidder adaptor requires setup and approval from the Adagio team. Please reach out to [[email protected]](mailto:[email protected]) for more information.
The Adagio bidder adapter requires setup and approval from the Adagio team. Please reach out to [[email protected]](mailto:[email protected]) for more information.

### Bidder Settings

The Adagio bid adapter uses browser local storage. Since Prebid.js 7.x, the access to it must be explicitly set.

```js
// https://docs.prebid.org/dev-docs/publisher-api-reference/bidderSettings.html
pbjs.bidderSettings = {
adagio: {
storageAllowed: true
}
}
```

### Bid Params

Expand Down

0 comments on commit 08bdd8e

Please sign in to comment.