Adwizard

An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.

Adwizardとは何ですか?

Adwizardはhttps://publift.comによって開発されたChromeの拡張機能で、その主な機能は「An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Adwizard拡張機能のCRXファイルをダウンロード

Adwizard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you’re working in ad ops or troubleshooting a website then Adwizard will make your life easier by giving you easy access to information like size mapping, targeting and Prebid auction details.  
Adwizard provides publishers with hard-to-reach data, previously only found through the developer console. Through the use of Adwizard’s Prebid tab, you will gain helpful insights on your header bidding network partners such as Rubicon, Pubmatic, Appnexus, Index Exchange and more! 

🧙 Overview
Adwizard’s “Overview” tab provides you with a simplified view of all the ad units on your page, displaying information like delivered/supported sizes, delivery IDs and key value targeting.
Clicking on the ad unit icon next to the left of the ad unit name will scroll the web page to the corresponding unit and place a border around it, so it can be easily identified. A great use case for the “Overview” section is when you’re troubleshooting a bad ad or setting up a sales campaign.

🧙 Prebid 
Adwizard provides you with the ability to see the information for each Prebid auction that occurs on your page in real-time. Inside each Prebid auction, you have the ability to view all bids broken down per ad unit and network. Inside of each bid breakdown, you’ll find the respective size and CPM for that bid, and also whether or not it was a winner! In the event that a bid has timed out, or no bid was placed, Adwizard will show this clearly.

🧙 Blocking (Premium)
Adwizard allows you to easily block a bad ad through the “Blocking” tab. It shows each ad unit so you can find the one causing distress. Click “block” and a blocking request will be sent directly to Publift. Blocking requests made through Adwizard hold all information for Publift to block the troublesome ad including creative, click-through link, advertiser and network.                    

拡張機能の基本情報

名前 Adwizard Adwizard
ID kndnhcfdajkaickocacghchhpieogbjh
公式URL https://chromewebstore.google.com/detail/adwizard/kndnhcfdajkaickocacghchhpieogbjh
説明 An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.
ファイルサイズ 962 KB
インストール数 3,666
現在のバージョン 1.1.0
最終更新日 2020-06-02
公開日 2020-06-01
評価 4.58/5 合計 12 レビュー
開発者 https://publift.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.publift.com
ヘルプページのURL http://showroom.publift.com/adwizard/
プライバシーポリシーページのURL https://publift.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adwizard",
    "short_name": "Adwizard",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkOGVSrcWcqtzK0ma4dQFAQDW2P9nx3lB+Bea6REKwLhNBX5WyZ+DEJ2IryXzVQxfqsU4xAEX5B7+NZSjXwcMSE+8o5PS3rrlTAgrVCzHPWI4lGAAEPlBQL78Hv1P5VU8DrRHWQ0QEtr\/9rjcr1ygEyaacGDr\/5TBk7cdIiFUPywBUNSCddMcf2TI9VPluSqxLCWMoGC5pNjKA5n78vOOipzbPCxMziQjAiJUB4zrLFs8y3KuscgiRNEFGU7DafuuXZZ3mlvHnaak1P1sQ0s3dpIVC4N9zwZ4I5jUelvvne2F35Hd101uWY6Qo+KA5rfuAvSQvKDSQdwHMqZ0e0vm1wIDAQAB",
    "description": "An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.",
    "icons": {
        "8": "icons\/8x8.png",
        "16": "icons\/16x16.png",
        "24": "icons\/24x24.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "identity",
        "activeTab",
        "webRequest",
        "debugger",
        ""
    ],
    "oauth2": {
        "client_id": "569132588429-5618gkgq6hvtve11iuedaqpn4d1l4rve.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Adwizard by Publift",
        "default_icon": {
            "8": "icons\/8x8.png",
            "16": "icons\/16x16.png",
            "24": "icons\/24x24.png",
            "32": "icons\/32x32.png",
            "64": "icons\/64x64.png",
            "128": "icons\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/communicator.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "content-scripts\/injected.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "version": "1.1.0",
    "version_name": "1.1.0"
}