Bid filtering on meta object example
About this example:
- This is an example that filters bid responses based on the metadata object.
- Bidders can supply metadata about the bid such as advertiser domain. See the "meta" fields in the bid response for the full list of metadata.
This example uses a test version of Prebid.js hosted on our CDN that is not recommended for production use.
In the JSFiddle example below:
- Click Result to see the example output.
- Click Edit in JSFiddle to open the example in the JSFiddle editor in a new tab.
(Sorry, JSFiddle code examples aren't available with your cookie privacy settings.)
Cookie Settings
This example includes all available adapters and modules. Production implementations should build from source or customize the build using the
Download page to make sure only the necessary bidder adapters and modules are included.
Further Reading