Bidscape.it Header Bidding Ad Inspector

Bidscape analyzes header bidding requests to help publishers with setup and to show users how much money their browsing is worth.

Bidscape.it Header Bidding Ad Inspectorคืออะไร?

Bidscape.it Header Bidding Ad Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mars และคุณลักษณะหลักของมันคือ "Bidscape analyzes header bidding requests to help publishers with setup and to show users how much money their browsing is worth."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bidscape.it Header Bidding Ad Inspector

ดาวน์โหลดไฟล์ส่วนขยาย Bidscape.it Header Bidding Ad Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bidscape.it Header Bidding Ad Inspector is a display advertising inspection tool. It integrates with Google Ad Manager's googletag, Prebid.org's header bidding pbjs, and Amazon AUM's header bidding apstag in order to help adops professionals with ad setup and debugging.

You can see detailed targeting parameters, all the bids from amazon and prebid auctions, winners, rendered ads, and viewability percentages to make sure that the correct ads are rendering on each of your pages and that that viewability stays high. Supports refreshing ads and infinite scroll.

As a regular user you can use the tool to see how much advertising revenue you're generating for each page that you visit while browsing the web. This amount will be reported in CPM, the amount a website would get paid for 1000 of impressions like yours.

Unfortunately, the CPM amount is a lower estimate based on the header bidding data avilable from prebid and it's not always possible to get the exact amount due to a lack of transparency on all ad delivery platforms. So you will usually see a much lower value than what websites will actually make. It is a decent lower bound.

Tool will automatically appear when it detects that ads are displaying on the page being browsed and show up in the top right corner of the page window. 

You can disable it completely by clicking on teh Bidscape.it icon in the extensions menu bar in your browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bidscape.it Header Bidding Ad Inspector Bidscape.it Header Bidding Ad Inspector
ID oejhldehibkecldmjolbcimfaeemfckg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bidscapeit-header-bidding/oejhldehibkecldmjolbcimfaeemfckg
คำอธิบาย Bidscape analyzes header bidding requests to help publishers with setup and to show users how much money their browsing is worth.
ขนาดไฟล์ 117 KB
จำนวนการติดตั้ง 574
เวอร์ชันปัจจุบัน 1.1.9
อัปเดตครั้งล่าสุด 2019-01-20
วันที่เผยแพร่ 2019-01-16
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา mars
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bidscape.it Header Bidding Ad Inspector",
    "short_name": "Bidscape.it",
    "version": "1.1.9",
    "description": "Bidscape analyzes header bidding requests to help publishers with setup and to show users how much money their browsing is worth.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-48x48.png",
        "128": "images\/favicon-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/favicon-16x16.png",
            "32": "images\/favicon-32x32.png",
            "48": "images\/favicon-48x48.png",
            "128": "images\/favicon-128x128.png"
        },
        "default_title": "Bidscape.it Header Bidding Ad Inspector",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "test.js",
        "G0\/*",
        "images\/*"
    ],
    "manifest_version": 2
}