Skip to content

Commit

Permalink
Add vidazoo bidder to topicsFpdModule. (#11283)
Browse files Browse the repository at this point in the history
  • Loading branch information
saar120 committed May 29, 2024
1 parent b15af76 commit 38ca7c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/topicsFpdModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ const bidderIframeList = {
}, {
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
4 changes: 4 additions & 0 deletions modules/topicsFpdModule.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ pbjs.setConfig({
bidder: 'undertone',
iframeURL: 'https://creative-p.undertone.com/spk-public/topics_frame.html',
expiry: 7 // Configurable expiry days
},{
bidder: 'vidazoo',
iframeURL: 'https://static.vidazoo.com/topics_api/topics_frame.html',
expiry: 7 // Configurable expiry days
}]
}
....
Expand Down

0 comments on commit 38ca7c2

Please sign in to comment.