Skip to content

Commit

Permalink
Impactify : Add informations on storage in documentations (#4926)
Browse files Browse the repository at this point in the history
* Add informations on storage in documentations

* wording fix

* remove banner as display included

---------

Co-authored-by: Thomas De Stefano <[email protected]>
Co-authored-by: Chris Huie <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2023
1 parent 3cedcb1 commit 0f492be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dev-docs/bidders/impactify.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,17 @@ The Impactify adaptator requires setup and validation from the Impactify team. S

Impactify recommends the UserSync configuration below. Without it, the Impactify adapter will not be able to perform user syncs, which lowers match rate and reduces monetization.

Note : Impactify adapter needs storage access to work properly (Do not forget to set storageAllowed to true).

For Prebid.js v1.15.0 and later:

```javascript
pbjs.bidderSettings = {
impactify: {
storageAllowed: true // Mandatory
}
};

pbjs.setConfig({
userSync: {
filterSettings: {
Expand All @@ -51,6 +59,13 @@ pbjs.setConfig({
For Prebid.js v1.14.0 and before:

```javascript

pbjs.bidderSettings = {
impactify: {
storageAllowed: true // Mandatory
}
};

pbjs.setConfig({
userSync: {
iframeEnabled: true,
Expand Down

0 comments on commit 0f492be

Please sign in to comment.