Unbxd Analytics Validator

Validate Unbxd Analytics events and show errors and warnings

O que é Unbxd Analytics Validator?

Unbxd Analytics Validator é uma extensão do Chrome desenvolvida por apps, e sua principal característica é "Validate Unbxd Analytics events and show errors and warnings".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Unbxd Analytics Validator

Baixe arquivos de extensão Unbxd Analytics Validator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Unbxd Analytics Validator Unbxd Analytics Validator
ID hifgomfddachdehjgpadkfamkjhehjcd
URL Oficial https://chromewebstore.google.com/detail/unbxd-analytics-validator/hifgomfddachdehjgpadkfamkjhehjcd
Descrição Validate Unbxd Analytics events and show errors and warnings
Tamanho do Arquivo 943 KB
Contagem de Instalações 226
Versão Atual 2.0.1
Última Atualização 2023-05-29
Data de Publicação 2020-07-24
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor apps
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://unbxd.com/docs/site-search/integration-documentation/unbxd-events-validator/
Idiomas Suportados 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"
    }
}