BidFilter Header Bidding Analysis
Provides details about Prebid bids and events. Includes BidFilter integration, allowing publishers to block unwanted ads.
Wat is BidFilter Header Bidding Analysis?
BidFilter Header Bidding Analysis is een Chrome-extensie ontwikkeld door https://bidfilter.com, en de belangrijkste functie is "Provides details about Prebid bids and events. Includes BidFilter integration, allowing publishers to block unwanted ads.".
Extensie Screenshots
Download het CRX-bestand van de extensie BidFilter Header Bidding Analysis
Download BidFilter Header Bidding Analysis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | BidFilter Header Bidding Analysis |
ID | addamgcbhieigmdmmaooppajdocgggck |
Officiële URL | https://chromewebstore.google.com/detail/bidfilter-header-bidding/addamgcbhieigmdmmaooppajdocgggck |
Beschrijving | Provides details about Prebid bids and events. Includes BidFilter integration, allowing publishers to block unwanted ads. |
Bestandsgrootte | 1.48 MB |
Aantal Installaties | 5,096 |
Huidige Versie | 2.3.0 |
Laatst Bijgewerkt | 2021-09-02 |
Publicatiedatum | 2019-10-03 |
Beoordeling | 3.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://bidfilter.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.bidfilter.com |
URL van de Privacybeleid Pagina | https://bidfilter.com/privacy.html |
Ondersteunde Talen | 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" } } |