Skip to content

Commit

Permalink
Change default iframes config (#5379)
Browse files Browse the repository at this point in the history
* Change default iframes config

* fixing dependency

---------

Co-authored-by: Marcin Komorski <marcinkomorski@Marcins-MacBook-Pro.local>
Co-authored-by: bgorsline <bgorsline@gmail.com>
  • Loading branch information
3 people authored Jun 16, 2024
1 parent cca1910 commit 8c8d049
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions dev-docs/modules/topicsFpdModule.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,34 @@ pbjs.setConfig({
userSync: {
// ...,
topics: {
maxTopicCaller: 3, // SSP rotation
maxTopicCaller: 4,
bidders: [{
bidder: 'pubmatic',
iframeURL: 'https://ads.pubmatic.com/AdServer/js/topics/topics_frame.html',
expiry: 7 // Configurable expiry days
},{
bidder: 'appnexus',
iframeURL: 'https://appnexus.com:8080/topics/fpd/topic.html', // dummy URL
expiry: 7 // Configurable expiry days
iframeURL: 'https://ads.pubmatic.com/AdServer/js/topics/topics_frame.html'
}, {
bidder: 'rtbhouse',
iframeURL: 'https://topics.authorizedvault.com/topicsapi.html'
}, {
bidder: 'openx',
iframeURL: 'https://pa.openx.net/topics_frame.html'
}, {
bidder: 'improvedigital',
iframeURL: 'https://hb.360yield.com/privacy-sandbox/topics.html'
}, {
bidder: 'onetag',
iframeURL: 'https://onetag-sys.com/static/topicsapi.html'
}, {
bidder: 'taboola',
iframeURL: 'https://cdn.taboola.com/libtrc/static/topics/taboola-prebid-browsing-topics.html'
}, {
bidder: 'discovery',
iframeURL: 'https://api.popin.cc/topic/prebid-topics-frame.html'
}, {
bidder: 'undertone',
iframeURL: 'https://creative-p.undertone.com/spk-public/topics_frame.html'
}, {
bidder: 'vidazoo',
iframeURL: 'https://static.vidazoo.com/topics_api/topics_frame.html'
}]
}
// ...
Expand Down

0 comments on commit 8c8d049

Please sign in to comment.