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."입니다.
확장 프로그램 스크린샷
VuePlanner Targeting Import 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/**" ] } |