Adform Site Tracking Helper

This extension let's you help to test your current site tracking implementation.

Adform Site Tracking Helperคืออะไร?

Adform Site Tracking Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adform และคุณลักษณะหลักของมันคือ "This extension let's you help to test your current site tracking implementation."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adform Site Tracking Helper

ดาวน์โหลดไฟล์ส่วนขยาย Adform Site Tracking Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension offers a convenient way for Adform’s customers to test their Adform Site Tracking implementation and verify if their tracking points are setup correctly. The helper identities all the tracking points on a given webpage, now including first party IDs or extended IDs. 

About Adform Site Tracking
Adform’s customers can use Adform Site Tracking to collect a wide range of pre-defined variables as well as numerous custom variables, following the highest security and privacy standards to protect the data that they gather.

- Understand where in the user journey visitors are and then take action to secure them as customers/clients.
- Analyze where the website visitors are coming from.
- Collect interest and intent signals from for re-targeting.
- Add first-party data to DMP audiences to build effective first-party audiences and run analysis.

About Adform
Adform is the only global, independent and fully integrated advertising platform built for modern marketing. Its unique enterprise technology – Adform FLOW – harnesses superior user experience and a scalable, modular and open architecture, to enable seamless management of the whole campaign lifecycle. It provides clients with enhanced control and transparency across their advertising operations, including ownership of all data from their campaigns. Since 2002, Adform has developed technology to enhance human/machine collaboration and deliver augmented intelligence, thereby amplifying business results for its clients around the world.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Adform Site Tracking Helper Adform Site Tracking Helper
ID ikoldhpppeigdbbmfdknkdnfopkfnplf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adform-site-tracking-help/ikoldhpppeigdbbmfdknkdnfopkfnplf
คำอธิบาย This extension let's you help to test your current site tracking implementation.
ขนาดไฟล์ 321 KB
จำนวนการติดตั้ง 1,413
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-18
วันที่เผยแพร่ 2023-04-05
คะแนน 4.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Adform
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://adform.com
URL หน้าช่วยเหลือ https://www.adformhelp.com/hc/en-us/articles/9740585889809-Use-Adform-Site-Tracking-Chrome-Extension-Adform-STT-TTE-
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Adform Site Tracking Helper",
    "description": "This extension let's you help to test your current site tracking implementation.",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "adform-icon.png"
    },
    "icons": {
        "16": "img\/adform-icon-16.png",
        "32": "img\/adform-icon-32.png",
        "48": "img\/adform-icon-48.png",
        "128": "img\/adform-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}