Google Analytics 4 Annotations - GA4 Notes
Add annotations to your Google Analytics 4 charts and get context about GA4 data.
Google Analytics 4 Annotations - GA4 Notes là gì?
Google Analytics 4 Annotations - GA4 Notes là một tiện ích mở rộng Chrome được phát triển bởi GA4 Notes, và tính năng chính của nó là "Add annotations to your Google Analytics 4 charts and get context about GA4 data.".
Ả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 Google Analytics 4 Annotations - GA4 Notes
Tải xuống các tệp mở rộng Google Analytics 4 Annotations - GA4 Notes 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
Annotations for Google Analytics 4 - The missing feature in GA4. But, not anymore! GA4 Notes is a Chrome extension that helps you add annotations to your Google Analytics 4 charts. It's ideal for digital marketers, SEO & PPC professionals, analysts, and website owners who use GA4 for tracking website performance. All the annotations will be saved in your own Google Sheet. GA4 Notes helps you mark significant events, understand data fluctuations, and share insights with your team. It helps you save hours of doing manual research to understand why you had a sudden spike or dip in GA4 data in the past. The extension offers features like importing from Universal Analytics and integration with Google Sheets and Zapier for automation. This tool is particularly beneficial for its user-friendly interface, ease of adding context to data, and collaborative possibilities, making it a must-have for efficient data analysis in GA4. 3 Steps to add annotations: Step 1: Install GA4 Notes in your Chrome browser Step 2: Sign up with your Google account, and submit a Google Sheet URL where you want to save your annotations Step 3: Click the GA4 Notes icon in the extension menu and add an annotation with its title, date and description info. Having any issue using GA4 Notes? Please write to us at [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Analytics 4 Annotations - GA4 Notes |
ID | aojnoakgogonedlephliadgiajhfppkh |
URL Chính Thức | https://chromewebstore.google.com/detail/google-analytics-4-annota/aojnoakgogonedlephliadgiajhfppkh |
Mô tả | Add annotations to your Google Analytics 4 charts and get context about GA4 data. |
Kích Thước Tệp | 604 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2024-02-01 |
Ngày Phát Hành | 2024-01-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | GA4 Notes |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://ga4notes.com/ |
URL Trang Chính Sách Bảo Mật | https://ga4notes.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Add annotations to your Google Analytics 4 charts and get context about GA4 data.", "version": "0.0.6", "manifest_version": 3, "name": "Google Analytics 4 Annotations - GA4 Notes", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "ga4-notes-34.png" }, "icons": { "128": "ga4-notes-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/analytics.google.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "permissions": [ "storage", "tabs", "activeTab", "identity" ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "content.styles.css", "ga4-notes-128.png", "ga4-notes-34.png" ], "matches": [] } ], "oauth2": { "client_id": "81175638260-4ohluj4kokdacil8un9pmccm4tghe3h4.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv5\/Kw7Qr37WGiN34k3wgXLs02eiKFrF3HM9KGH0pgImpdOqIhTHuraIOEvxPBNZNEvXkEcfXteCq9jfc1o+0vK7V90NEcoguShlLwwALx8yDwBUpukhl451JbkJ8pQZ+Nzf8EZrqsqfcvYxPHiOyhNL6d4KqfvtF\/DMy1rEP4PqlFcUufwJxkXfgkbC8ynbgXmS6VRhx9Fi871Omtj7VfJKYSZvtPNz19XtZMj3eEnCdDUOwCroit5\/XPauXRRaH5LX60eE1PcKvOZXg5JfDQENjydwRgVDM4cQCeZXQI4lIX4Jl9+zzDI9jHlFxZAXdadgsqsduxyd9duAs4T8b\/QIDAQAB" } |