Unbxd Analytics Validator

Validate Unbxd Analytics events and show errors and warnings

Unbxd Analytics Validatorとは何ですか?

Unbxd Analytics Validatorはappsによって開発されたChromeの拡張機能で、その主な機能は「Validate Unbxd Analytics events and show errors and warnings」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Unbxd Analytics Validator拡張機能のCRXファイルをダウンロード

Unbxd Analytics Validator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension can be used to validate Unbxd Analytics on an eCommerce website using Unbxd for on-site search. The extension provides you with clear success, warning & error messages in case of missed events or improper parameters in the events sent to Unbxd. This helps you validate the Unbxd Search/Browse/Recs Analytics in a quick & efficient manner.

Install the extension. Click Start Testing button on your eCommerce page integrated with Unbxd Site Search. Validate that you are able to pass all the events successfully to Unbxd with the right set of parameters.

What does it validate?
------------------------------------
We have currently classified analytics issues broadly into following 2 categories:
1. To detect which version of Analytics SDK is loading on the site & if `Unbxd.track` method is available on the window.
2. Are relevant events fired correctly:
- Are all events required for a particular page type fired (search or browse page along with recommendation widgets)  
- Are the events having all the required mandatory parameters (for example, "pid" must be sent for a click event)
- Are there any other additional parameters that can be sent in each event to improve analytics -> these are shown as warning items

Once all the events are detected, the validator plugin then generates a CSV report, which can be downloaded to be shared across the team.

How to install & use the extension
---------------------------------------------------------
1. Install the extension from the this page by clicking on "Add to Chrome" button
2. Go to any Unbxd customer website & open the developer tools. Refresh the page. 
3. Click on the "ValidateUnbxdAnalytics" tab in the developer toolbar.
4. Select your page type (either Search or Category Page) & check the "Recommendation widget" checkbox if you want to test Recommendation events as well.
5. Click on "Start Testing"
6. Go to the site, perform all the usual activities that a user does on an eCommerce site like, search for something, click a product from the search results, add that product into the cart, place an order etc.  All of these activities would generate Unbxd Analytics tracking events. These will be shown in the extension's UI.
7. Once you are done with performing all actions to generate events, click on the "Stop" button. This will generate a report which highlights successful events as well as any missing mandatory or good to have events.
8. You can also download a CSV report of the same by clicking on the "Download CSV" button

Release History
--------------------------
VERSION 2.0.0 - RELEASE DATE MAY 18, 2023

We have come up with a newer version of Analytics SDK, where new events are added and existing event's payloads are modified. 

Hence the release of v2.0.0 version of validator plugin will accommodate all the new behaviours along with maintaining the backward compatibility to track and validate existing events.

ChangeLog:

[Add] Auto detect v1 & v2 Analytics SDK, based on the http request call present in network tab.
[Add] Added a new event 'pageView' and validate their payloads.
[Add] New logo, both for dark mode and lite mode & added favicon.
[Add] Added 'Error message' column which shows descriptive error messages for payloads.
[Add] Added a differentiator text 'recs' for click event to differentiate between recs click vs search/category product click.
[Add] Added validations for recs click event, both v1 and v2 recs product.
[Add] Validation for autosuggest payloads
[Add] Added missing payloads like 'path', 'identifier' & 'pr'.
[Add] V1 vs V2 segregation of flow & show summary accordingly after validation is stopped.
[Modified] Remove warning status for event, an event is either passed or failed.
[Modified] Change some mandatory payloads to optional.
[Modified] order event validation base on payload data for analytics v1
[Fixed] Handle export CSV for null & undefined values.
[Removed] validating attribution.


VERSION 0.0.3
- [Feature] Support Dark Mode.
- [Fix] Add error, warning and dropdown icons.
- [Fix] Show Warning Msg if some other page is accessed instead of the PageType selected from Dropdown.
- [Fix] Track recs widget only if the checkbox is checked.

VERSION 0.0.2 (FIRST PUBLIC RELEASE) RELEASE DATE JULY 28, 2020                    

拡張機能の基本情報

名前 Unbxd Analytics Validator Unbxd Analytics Validator
ID hifgomfddachdehjgpadkfamkjhehjcd
公式URL https://chromewebstore.google.com/detail/unbxd-analytics-validator/hifgomfddachdehjgpadkfamkjhehjcd
説明 Validate Unbxd Analytics events and show errors and warnings
ファイルサイズ 943 KB
インストール数 226
現在のバージョン 2.0.1
最終更新日 2023-05-29
公開日 2020-07-24
評価 5.00/5 合計 5 レビュー
開発者 apps
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://unbxd.com/docs/site-search/integration-documentation/unbxd-events-validator/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unbxd Analytics Validator",
    "version": "2.0.1",
    "description": "Validate Unbxd Analytics events and show errors and warnings",
    "author": "Ishwar Varma",
    "devtools_page": "html\/devtools.html",
    "icons": {
        "128": "images\/favicon-128.png",
        "96": "images\/favicon-96.png",
        "48": "images\/favicon-48.png"
    }
}