VuePlanner Targeting Import
DV360 and Google Ads in-site add-on to quickly and easily import your VuePlanner placement targeting.
VuePlanner Targeting Import là gì?
VuePlanner Targeting Import là một tiện ích mở rộng Chrome được phát triển bởi https://www.vueplanner.com, và tính năng chính của nó là "DV360 and Google Ads in-site add-on to quickly and easily import your VuePlanner placement targeting.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VuePlanner Targeting Import
Tải xuống các tệp mở rộng VuePlanner Targeting Import dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VuePlanner Targeting Import |
ID | ihkcgnmnfadflolkfgjhcbhehjahblcj |
URL Chính Thức | https://chromewebstore.google.com/detail/vueplanner-targeting-impo/ihkcgnmnfadflolkfgjhcbhehjahblcj |
Mô tả | DV360 and Google Ads in-site add-on to quickly and easily import your VuePlanner placement targeting. |
Kích Thước Tệp | 721 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.12.0 |
Cập Nhật Lần Cuối | 2023-06-07 |
Ngày Phát Hành | 2020-05-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.vueplanner.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://vueplanner.com |
URL Trang Chính Sách Bảo Mật | https://www.vueplanner.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/**" ] } |