AdTech Ad Inspector

AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages.

什麼是AdTech Ad Inspector?

AdTech Ad Inspector是由https://adtech.dev開發的Chrome擴展程式,該擴展的主要功能是“AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages.”。

擴展截圖

screenshot
screenshot
screenshot

下載AdTech Ad Inspector擴展crx文件

下載AdTech Ad Inspector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages (such as ad unit code, ad size, and custom targeting), The extension should work on all GPT instances that utilise the standard ad tagging library.

AdTech Ad Inspector builds upon the foundations of the Forbes ad inspector project and further enhances it with bug fixes and all new features including:


Google Ad Manager
Real-time view of Google Ad Manager ad delivery, ad units, page and slot targeting.

Video.js
Real-time view of Video.js ad delivery

JW Player
Overview of your JW Player instance, including ad delivery and config data.

Prebid.js
Comprehensive view of your prebid.js header bidding auctions and bidders.

Consent Management Platform (TCF)
Shows user consent data, including addtlConsent, consentString, gdprApplies, googleConsent.

Consent Management Platform (USP)
Shows user consent data, including uspString, version, ccpaApplies.

Lotame (DMP)
Overview of your lotame instance, including audience segments, ID and config data.

Permutive (DMP)
Overview of your permutive instance, including audience segments, ID and config data.

This application uses Open Source components from the Forbes Ad Inspector project. We acknowledge and are grateful to these developers for their contributions to open source. 

More Details: https://adtech.dev/tools/adtech-ad-inspector/                    

擴展基本資訊

名稱 AdTech Ad Inspector AdTech Ad Inspector
ID mmbfjiakfgpnpannoknhdbmoammbpdeh
官方網址 https://chromewebstore.google.com/detail/adtech-ad-inspector/mmbfjiakfgpnpannoknhdbmoammbpdeh
簡介 AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages.
檔案大小 898 KB
安裝次數 2,000
目前版本 1.1.0
更新時間 2021-09-10
上架時間 2021-02-10
評分 5.00/5 共 5 次評分
開發者 https://adtech.dev
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://adtech.dev/
隱私政策頁面URL https://adtech.dev/legal/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AdTech Ad Inspector",
    "description": "AdTech Ad Inspector allows you to monitor and view Google Publisher Tag (GPT) ad units and their associated targeting on web pages.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "loader.js"
    ]
}