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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.vueplanner.com, και η κύρια λειτουργία του είναι "DV360 and Google Ads in-site add-on to quickly and easily import your VuePlanner placement targeting.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης VuePlanner Targeting Import
Λήψη αρχείων επέκτασης 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 |
ID | ihkcgnmnfadflolkfgjhcbhehjahblcj |
Επίσημο URL | 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\/**" ] } |