Module: The Media Filter
**Type: **Real Time Data Module
As malvertising, scams, and controversial and offensive ad content proliferate across the digital media ecosystem, publishers need advanced controls to both shield audiences from malware attacks and ensure quality site experience. With the market’s fastest and most comprehensive real-time ad quality tool, The Media Trust empowers publisher Ad/Revenue Operations teams to block a wide range of malware, high-risk ad platforms, heavy ads, ads with sensitive or objectionable content, and custom lists (e.g., competitors). Customizable replacement code calls for a new ad to ensure impressions are still monetized.
To start using this module, please contact The Media Trust to get a script and configuration hash for module configuration.
- Build Prebid bundle with The Media Filter module included.
gulp build --modules=mediafilterRtdProvider
- Inlcude the bundled script in your application.
Add configuration entry to realTimeData.dataProviders
for The Media Filter module.
pbjs.setConfig({
realTimeData: {
dataProviders: [{
name: 'mediafilter',
params: {
configurationHash: '<configurationHash>',
}
}]
}
});