Ad Tracker v1.22 BETA

Provides a clean output of all GTM ad request/response info. Not compatible with AMP or video ads. By Mark Bland (C) 2019

Ad Tracker v1.22 BETA란 무엇입니까?

Ad Tracker v1.22 BETA은(는) AdTrackerExtension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides a clean output of all GTM ad request/response info. Not compatible with AMP or video ads. By Mark Bland (C) 2019"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ad Tracker v1.22 BETA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ad Tracker extension is a tool designed to help increase productivity for anyone working with ad serving/trafficking using Google Publisher Tags. Ad Tracker provides a clean breakdown of the ad calls and responses on a page. Ad sizes, ad-units, keys and key values, advertiser ids, order ids, line ids and creative ids can easily be accessed using this extension. This tool can greatly benefit anyone working within the ad-operations industry (publishers, advertisers, agencies, and more). 

How it works:
Once installed, load any site running ads through Google Publisher Tags into Chrome and you will see the Ad Tracker button in the bottom left hand corner of the browser window. Clicking this opens a popup in your current browser window in the bottom left hand corner.  This popup houses all the ad call/response info for quick and easy reference. The window can also be moved/resized and minimized/closed using the buttons provided. If you do exit the window you can access it again by reloading the page.                    

확장 프로그램 기본 정보

이름 Ad Tracker v1.22 BETA Ad Tracker v1.22 BETA
ID ipmeigoaaleeehdglinhlipajfgnejkf
공식 URL https://chromewebstore.google.com/detail/ad-tracker-v122-beta/ipmeigoaaleeehdglinhlipajfgnejkf
설명 Provides a clean output of all GTM ad request/response info. Not compatible with AMP or video ads. By Mark Bland (C) 2019
파일 크기 27.56 KB
설치 횟수 121
현재 버전 1.22
최근 업데이트 2023-11-02
출시 날짜 2020-06-12
개발자 AdTrackerExtension
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://markbland.ca/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ad Tracker v1.22 BETA",
    "description": "Provides a clean output of all GTM ad request\/response info. Not compatible with AMP or video ads. By Mark Bland (C) 2019",
    "version": "1.22",
    "action": {
        "default_icon": "ATicon32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "SRAandMRA.js",
                "code.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "ATicon16.png",
        "32": "ATicon32.png",
        "48": "ATicon48.png",
        "128": "ATicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "file:\/\/\/*",
                "http:\/\/localhost\/*",
                "https:\/\/localhost\/*"
            ],
            "all_frames": false,
            "js": [
                "SRAandMRA.js"
            ],
            "run_at": "document_start"
        }
    ]
}