forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adagio: add
BidderSettings.storageAllowed
note (prebid#4000)
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -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 | ||
|
||
|