Enhanced Google Analytics Annotations

See Google Algorithm Updates and Global Holidays in your Google Analytics reports.

Enhanced Google Analytics Annotations là gì?

Enhanced Google Analytics Annotations là một tiện ích mở rộng Chrome được phát triển bởi https://sweetlabs.io, và tính năng chính của nó là "See Google Algorithm Updates and Global Holidays in your Google Analytics reports.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enhanced Google Analytics Annotations

Tải xuống các tệp mở rộng Enhanced Google Analytics Annotations 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

                        Enhanced Google Analytics Annotations extension is a tool that allows you to automate the process of adding notes to your GA reports.

This chrome extension saves you the hassle of adding the same information again and again in all your Google Analytics Views.

By default, and without the need of signing up, you will see:

✓ Confirmed and unconfirmed Google algorithm updates, so you can better understand how the latest update has impacted your traffic
✓ Global Holidays of your targeted countries so you can easily check if holiday seasons are affecting your performance data

---

If you sign up, you'll have access to more advanced features that will allow you to fully automate the process of adding annotations to your Google Analytics reports:

✓  Context API: post annotations from your favorite systems and tools
✓  Google Tag Manager connection, to push new versions of your GTM data layer to Google Analytics with a single click
✓  Gitlab, Github and Bitbucket webhooks to automatically track code deployments
✓  Native integration with Data Studio
✓ Bulk upload via CSV

If you would like to see more integrations with other tools, please send in your suggestions to [email protected].

For more details on Enhanced Google Analytics extension and Context, please check https://context.sweetlabs.io/.

---

How do I Install Enhanced Google Analytics Annotations & use it?

1- Go to Google Chrome Store and click on install the extension
2- Once you have installed the browser addon for Chrome go to a Google Analytics report and click click the Enhanced Google Analytics Annotations icon that shows up at the top right of your browser. If you do not see this icon, the addon was not installed correctly. Try to uninstall it and then reinstall it.
3- In the popup that opens up, select what annotations you want to see within your Google Analytics report:
4- See your selected options as annotations within your Google Analytics reports.
5- Click on any of the Context little icons you see over Google Analytics chart to see annotations details.

---

We value privacy highly. Your Google Analytics data is never saved or used for any purposes, other than to show you the annotations on top of your Google Analytics reports.

--

Changelog:
1.0.31 : Fixed GTM Annotations
1.0.26 : Fixed organization selector
1.0.25 : [Solved] Logged in users can't add new annotations
1.0.22 : Add organizations selector & Fix add annotations form  & allow users to track GTM versions
1.0.21 : Remove filters cache
1.0.19 : Change copy on Add annotations page                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enhanced Google Analytics Annotations Enhanced Google Analytics Annotations
ID damoaceajjhenadgpppcccgmanobikjh
URL Chính Thức https://chromewebstore.google.com/detail/enhanced-google-analytics/damoaceajjhenadgpppcccgmanobikjh
Mô tả See Google Algorithm Updates and Global Holidays in your Google Analytics reports.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 5,600
Phiên Bản Hiện Tại 1.0.31
Cập Nhật Lần Cuối 2021-01-28
Ngày Phát Hành 2019-09-30
Đánh Giá 4.82/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://sweetlabs.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://context.sweetlabs.io/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,pt-BR,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "short_name": "Context",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "1.0.31",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "declarativeContent",
        "https:\/\/analytics.google.com\/",
        "https:\/\/tagmanager.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/analytics.google.com\/*"
            ],
            "js": [
                "js\/utils.js",
                "js\/client.js",
                "js\/chart_reader.js",
                "js\/onpage_helper.js"
            ],
            "css": [
                "css\/onpage_helper.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/tagmanager.google.com\/*"
            ],
            "js": [
                "js\/moment.min.js",
                "js\/utils.js",
                "js\/client.js",
                "js\/gtm_onpage_helper.js"
            ],
            "css": [
                "css\/gtm_onpage_helper.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon48.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon48.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}