Adwizard

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

Apa itu Adwizard?

Adwizard adalah ekstensi Chrome yang dikembangkan oleh https://publift.com, dan fitur utamanya adalah "An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Adwizard

Unduh file ekstensi Adwizard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Adwizard Adwizard
ID kndnhcfdajkaickocacghchhpieogbjh
URL Resmi https://chromewebstore.google.com/detail/adwizard/kndnhcfdajkaickocacghchhpieogbjh
Deskripsi An industry-leading ad ops extension that allows publishers to view data on their AdExchange and Prebid Ads.
Ukuran File 962 KB
Jumlah Instalasi 3,666
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2020-06-02
Tanggal Publikasi 2020-06-01
Penilaian 4.58/5 Total 12 Penilaian
Pengembang https://publift.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.publift.com
URL Halaman Bantuan http://showroom.publift.com/adwizard/
URL Halaman Kebijakan Privasi https://publift.com/privacy-policy
Bahasa yang Didukung 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"
}