shopkit-analytics 1.0.24 → 1.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -77,23 +77,25 @@ The following table shows which events are supported by each analytics platform:
77
77
 
78
78
  | Event Type | Google Analytics | Facebook Pixel | MoEngage | PostHog | Shopify Analytics | KwikCheckout | KwikPass |
79
79
  |------------|:----------------:|:--------------:|:--------:|:-------:|:----------------:|:------------:|:--------:|
80
- | **Page View** | ✅ | ✅ | ✅ | ✅ | ✅ | | |
81
- | **View Content** | ✅ | ✅ | ✅ | ✅ | ✅ | | |
82
- | **Viewed Product** | ✅ | ✅ | ✅ | ✅ | ❌ | | |
83
- | **Add to Cart** | ✅ | ✅ | ✅ | ✅ | ✅ | | |
84
- | **Remove from Cart** | ✅ | ❌ | ✅ | ✅ | ❌ | | ❌ |
85
- | **Search** | ✅ | ✅ | ✅ | ✅ | ❌ | | |
80
+ | **Page View** | ✅ | ✅ | ✅ | ✅ | ✅ | | |
81
+ | **View Content** | ✅ | ✅ | ✅ | ✅ | ✅ | | |
82
+ | **Viewed Product** | ✅ | ✅ | ✅ | ✅ | ❌ | | |
83
+ | **Add to Cart** | ✅ | ✅ | ✅ | ✅ | ✅ | | |
84
+ | **Remove from Cart** | ✅ | ❌ | ✅ | ✅ | ❌ | | ❌ |
85
+ | **Search** | ✅ | ✅ | ✅ | ✅ | ❌ | | |
86
86
  | **View Search Results** | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ |
87
- | **Checkout Started** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
88
- | **Initiate Checkout** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
87
+ | **Cart Viewed** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
88
+ | **Checkout Started** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
89
+ | **Initiate Checkout** | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
89
90
  | **Add Payment Info** | ✅ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ |
90
- | **Checkout Completed** | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | |
91
- | **Purchase** | ✅ | ✅ | ✅ | ✅ | ❌ | | |
91
+ | **Checkout Completed** | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | |
92
+ | **Purchase** | ✅ | ✅ | ✅ | ✅ | ❌ | | |
92
93
  | **User Signup** | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ |
93
94
  | **User Login** | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ |
94
- | **Custom Events** | ✅ | ✅ | ✅ | ✅ | ❌ | | |
95
- | **Specific Events** | ✅ | ✅ | ✅ | ✅ | ❌ | | |
95
+ | **Custom Events** | ✅ | ✅ | ✅ | ✅ | ❌ | | |
96
+ | **Specific Events** | ✅ | ✅ | ✅ | ✅ | ❌ | | |
96
97
  | **GoKwik Events** | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ |
98
+ | **KwikPass Events** | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ |
97
99
 
98
100
  ### GoKwik-Specific Events (KwikCheckout Only)
99
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopkit-analytics",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "A comprehensive analytics package combining event tracking and affiliate tracking for e-commerce applications with multiple platform adapters",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",