Tagmate Tracker for GA/GA4 Events

Tagmate tracker

Tagmate Tracker for GA/GA4 Eventsคืออะไร?

Tagmate Tracker for GA/GA4 Events เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tagmate.app และคุณลักษณะหลักของมันคือ "Tagmate tracker"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tagmate Tracker for GA/GA4 Events

ดาวน์โหลดไฟล์ส่วนขยาย Tagmate Tracker for GA/GA4 Events ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        "Tagmate Chrome Extension for tracking Google Analytics (GA3 and GA4) events using Google Tag Manager

Worried about setting up event tracking in GA the accurate way? With zero coding experience and no access to developers?

Tagmate is your tagging companion!

With Tagmate's Chrome extension, you can track any user interaction on your website by mouse click on the page elements and save it into your GTM containers as event tags. This is as fast as tagging can happen without writing a single piece of code and you can be assured of the accuracy of data reported in your GA and/or GA4 properties. 

User interactions can be in form of click events, pageviews, element visibility, form and video tracking, etc. Tagmate works for all of them irrespective of your web technologies/frameworks and CMS platforms.

Tagmate extension has been built specifically to solve all the tagging needs of:
- Product Managers
- Marketing Managers
- Digital Web Analysts
- Marketing and Web Development Agencies

So, why wait - add the extension to Chrome and speed up your development sprints and achieve your tagging milestones!"

Key Updates for Latest Versions are as follows:
1. Event categories like Form tracking( Wordpress Contact Form 7, Thank you Form), Custom Events, User defined Variables, Link Clicks are new additions in the extension functionality.
2. Enabled Multi-Device Support & User Data Sync within the devices. ( User data meaning all the event meta data, their statuses and project details are synced within all the devices).
3. Enhanced User Data security. We have enabled two way sync between tagmate database and chrome storage so that we rely less on chrome store and our dependency on client side is minimised. This way user's data is much more secured in tagmate data store and we are able to increase the stability of the product. 
4. New Settings Screens. We have implemented new settings screen structure as to improve user experience.
5. Improvised UI Experience. For GA4 configuration screen, we have added an auto suggestion feature for GTM Input parameters and User properties.
6. Manifest Version updated to V3 (as per latest guidelines of chrome store)
7. Enabled Multiple Projects facilities to user.
8. Minor Technical Fixes & Improvements.
    Added validations & UI Fixes for smooth flow.                    

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

ชื่อ Tagmate Tracker for GA/GA4 Events Tagmate Tracker for GA/GA4 Events
ID ooiaecmljjhkagndmdcmfmfhcnhnmano
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tagmate-tracker-for-gaga4/ooiaecmljjhkagndmdcmfmfhcnhnmano
คำอธิบาย Tagmate tracker
ขนาดไฟล์ 4.94 MB
จำนวนการติดตั้ง 1,669
เวอร์ชันปัจจุบัน 4.0.0.8
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2022-02-07
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://tagmate.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tagmate.app/tagmate-chrome-extension
URL หน้าช่วยเหลือ https://www.tagmate.app/#Contact-Us
URL หน้านโยบายความเป็นส่วนตัว https://www.tagmate.app/tagmate-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Tagmate tracker",
    "version": "4.0.0.8",
    "manifest_version": 3,
    "name": "Tagmate Tracker for GA\/GA4 Events",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png",
                "**.svg",
                "**.woff",
                "**.woff2",
                "img\/converted.webp",
                "img\/image.webp",
                "img\/tagmateLogo.png",
                "img\/landing.png",
                "img\/tagmate_product_logo.svg",
                "img\/debugger-white-logo.png",
                "img\/debugger_illustration.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "webRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}