Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.52 KB

mediafilterRtdProvider.md

File metadata and controls

37 lines (26 loc) · 1.52 KB

Overview

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.

IMAGE ALT TEXT

To start using this module, please contact The Media Trust to get a script and configuration hash for module configuration.

Integration

  1. Build Prebid bundle with The Media Filter module included.
gulp build --modules=mediafilterRtdProvider
  1. Inlcude the bundled script in your application.

Configuration

Add configuration entry to realTimeData.dataProviders for The Media Filter module.

pbjs.setConfig({
    realTimeData: {
        dataProviders: [{
            name: 'mediafilter',
            params: {
                configurationHash: '<configurationHash>',
            }
        }]
    }
});