Skip to content

Commit

Permalink
add OpenX topics iframe (#11039)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwschmidt authored Feb 13, 2024
1 parent 0862952 commit 5e7b34b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/topicsFpdModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ export function reset() {
}

const bidderIframeList = {
maxTopicCaller: 2,
maxTopicCaller: 4,
bidders: [{
bidder: 'pubmatic',
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'
Expand Down
4 changes: 4 additions & 0 deletions modules/topicsFpdModule.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ pbjs.setConfig({
bidder: 'rtbhouse',
iframeURL: 'https://topics.authorizedvault.com/topicsapi.html',
expiry: 7 // Configurable expiry days
},{
bidder: 'openx',
iframeURL: 'https://pa.openx.net/topics_frame.html',
expiry: 7 // Configurable expiry days
},{
bidder: 'rubicon',
iframeURL: 'https://rubicon.com:8080/topics/fpd/topic.html', // dummy URL
Expand Down

0 comments on commit 5e7b34b

Please sign in to comment.