VuePlanner Targeting Import

DV360 and Google Ads in-site add-on to quickly and easily import your VuePlanner placement targeting.

什麼是VuePlanner Targeting Import?

VuePlanner Targeting Import是由https://www.vueplanner.com開發的Chrome擴展程式,該擴展的主要功能是“DV360 and Google Ads in-site add-on to quickly and easily import your VuePlanner placement targeting.”。

擴展截圖

screenshot

下載VuePlanner Targeting Import擴展crx文件

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

擴展使用說明

                        This tool for VuePlanner customers allows for a easy integrated experience for importing your collection placement targeting into your DV360 and Google Ads accounts. When in either of these platforms and on their respective "Ad Groups" pages, a new button will appear on the right side of the screen. Clicking it will open a modal allowing you to log in to your VuePlanner account. From there, you follow a step by step wizard where you select which collections they want to import along with ad parameters and bidding strategies. When complete, the wizard will create a new set of ad groups to your specifications containing all of the placement level targeting from the selected collections.                    

擴展基本資訊

名稱 VuePlanner Targeting Import VuePlanner Targeting Import
ID ihkcgnmnfadflolkfgjhcbhehjahblcj
官方網址 https://chromewebstore.google.com/detail/vueplanner-targeting-impo/ihkcgnmnfadflolkfgjhcbhehjahblcj
簡介 DV360 and Google Ads in-site add-on to quickly and easily import your VuePlanner placement targeting.
檔案大小 721 KB
安裝次數 19
目前版本 0.12.0
更新時間 2023-06-07
上架時間 2020-05-21
評分 5.00/5 共 1 次評分
開發者 https://www.vueplanner.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://vueplanner.com
隱私政策頁面URL https://www.vueplanner.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VuePlanner Targeting Import",
    "version": "0.12.0",
    "description": "DV360 and Google Ads in-site add-on to quickly and easily import your VuePlanner placement targeting.",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        "*",
        "app.html",
        "in-content.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/displayvideo.google.com\/**",
                "*:\/\/ads.google.com\/**"
            ],
            "js": [
                "in-content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src * data: 'self' 'unsafe-eval'",
    "offline_enabled": false,
    "permissions": [
        "*:\/\/displayvideo.google.com\/**",
        "activeTab",
        "*:\/\/ads.google.com\/**"
    ]
}