BidFilter Header Bidding Analysis
Provides details about Prebid bids and events. Includes BidFilter integration, allowing publishers to block unwanted ads.
What is BidFilter Header Bidding Analysis?
BidFilter Header Bidding Analysis is a Chrome extension developed by https://bidfilter.com, and its main feature is "Provides details about Prebid bids and events. Includes BidFilter integration, allowing publishers to block unwanted ads.".
Extension Screenshots
Download BidFilter Header Bidding Analysis Extension CRX File
Download BidFilter Header Bidding Analysis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Detailed Prebid analysis including both bid and event data for easy debugging. Details include bidder, creative ID, CPM, timing, ad size, ad code, full JSON bid data, the ability to identify the specific ad unit for every bid, see which bidders did not bid, and more. Integration with BidFilter allows publishers to immediately block unwanted ads on their website without waiting for ad networks to take action. For more details on BidFilter, please visit www.bidfilter.com.
Extension Basic Information
Name | BidFilter Header Bidding Analysis |
ID | addamgcbhieigmdmmaooppajdocgggck |
Official URL | https://chromewebstore.google.com/detail/bidfilter-header-bidding/addamgcbhieigmdmmaooppajdocgggck |
Description | Provides details about Prebid bids and events. Includes BidFilter integration, allowing publishers to block unwanted ads. |
File Size | 1.48 MB |
Installation Count | 5,096 |
Current Version | 2.3.0 |
Last Updated | 2021-09-02 |
Publish Date | 2019-10-03 |
Rating | 3.60/5 Total 5 Ratings |
Developer | https://bidfilter.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.bidfilter.com |
Privacy Policy Page URL | https://bidfilter.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BidFilter Header Bidding Analysis", "short_name": "BidFilter", "version": "2.3.0", "description": "Provides details about Prebid bids and events. Includes BidFilter integration, allowing publishers to block unwanted ads.", "browser_action": { "default_popup": "popup\/popup.html" }, "permissions": [ "activeTab", "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |