Skip to content

Commit

Permalink
PubMatic Bid Adapter MD : update configuration document for user sync (
Browse files Browse the repository at this point in the history
…#12163)

* Updated configuration document for user sync

* Updated configuration document for user sync

---------

Co-authored-by: pm-azhar-mulla <[email protected]>
  • Loading branch information
pm-azhar-mulla and pm-azhar-mulla authored Aug 22, 2024
1 parent 23ac002 commit 84d3238
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/pubmaticBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,12 @@ PubMatic recommends the UserSync configuration below. Without it, the PubMatic
pbjs.setConfig({
userSync: {
iframeEnabled: true,
enabledBidders: ['pubmatic'],
filterSettings: {
iframe: {
bidders: '*', // '*' represents all bidders
filter: 'include'
}
},
syncDelay: 6000
}});

Expand Down

0 comments on commit 84d3238

Please sign in to comment.