General Prebid Modules
Last edited: 2024/12/16
General Prebid modules extend Prebid functionalities. In the Yieldbird Platform, some general modules are incorporated into the app's core due to their nature and are not available for user configuration in the interface. The rest can be found in the General section of Global setup > Prebid > Modules.
Below is a list and brief description of the modules currently available in Prebid Stack.
PAAPI (Fledge) for GPT
This module for Prebid.js to support PAAPI (formerly FLEDGE) by integrating with GPT's support for component auctions.
Topics First Party Data (FPD) Module
This module calls the Topics API (document.browsingTopics()
), which fetches the first-party Domain and third-party Domain (Iframe) topics data. This data will be sent to user.data in the bid stream.
topics
It’s an optional array of topic callers with the iframe locations and other necessary information that enhances the existing module in topicsFpdModule.js. Bidders call the Topics API under their Domain to fetch topics for their respective Domain. Segment data is included in the ORTB request under the user.data object. The default configuration is maintained within the module.
The details on how to fill it in can be found in Prebid documentation here.
Below is an exemplary config object that overrides the default config:
{
"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": "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": "vidazoo",
"iframeURL": "https://static.vidazoo.com/topics_api/topics_frame.html"
}
]
}
On this page:
Didn’t find the module you are looking for?We can add the modules from prebid.js upon request. To do that, please contact your Customer Success Manager (learn more), or post a feature request in the Feature Portal.
Full list of Prebid’s General modules: https://docs.prebid.org/dev-docs/modules/index.html#general-modules