VuePlanner Targeting Import

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

Qu'est-ce que VuePlanner Targeting Import ?

VuePlanner Targeting Import est une extension Chrome développée par https://www.vueplanner.com, et sa fonction principale est "DV360 and Google Ads in-site add-on to quickly and easily import your VuePlanner placement targeting.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VuePlanner Targeting Import

Téléchargez les fichiers d'extension VuePlanner Targeting Import au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom VuePlanner Targeting Import VuePlanner Targeting Import
ID ihkcgnmnfadflolkfgjhcbhehjahblcj
URL Officiel https://chromewebstore.google.com/detail/vueplanner-targeting-impo/ihkcgnmnfadflolkfgjhcbhehjahblcj
Description DV360 and Google Ads in-site add-on to quickly and easily import your VuePlanner placement targeting.
Taille du Fichier 721 KB
Nombre d'Installations 19
Version Actuelle 0.12.0
Dernière Mise à Jour 2023-06-07
Date de Publication 2020-05-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.vueplanner.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vueplanner.com
URL de la Page de Politique de Confidentialité https://www.vueplanner.com/privacy-policy
Langues Prises en Charge 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\/**"
    ]
}