aesirx-analytics 2.2.7 → 2.2.9

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.
package/README.md CHANGED
@@ -146,7 +146,7 @@ data-aesirx-event-attribute-<attribute-name-2>="<attribute-value-1>"
146
146
  ##### Or you can use your own Javascript to Track events:
147
147
 
148
148
  ```
149
- window.trackEvent(endpoint, referer, data)
149
+ window.trackEventAnalytics(endpoint, referer, data)
150
150
  ```
151
151
 
152
152
  (`endpoint` is the link to your 1st party server which must be installed)
@@ -158,9 +158,8 @@ window.trackEvent(endpoint, referer, data)
158
158
  For example:
159
159
 
160
160
  ```
161
- trackEvent(
161
+ trackEventAnalytics(
162
162
  "https://example.com",
163
- visitor_uuid,
164
163
  "https://aesirx.io",
165
164
  {
166
165
  event_name: "<event_name>",
@@ -11,7 +11,7 @@ import {
11
11
  privacy_default,
12
12
  useConsentStatus_default,
13
13
  yes_default
14
- } from "./chunk-IMKTWH5I.js";
14
+ } from "./chunk-5VSCCPP6.js";
15
15
  import {
16
16
  AnalyticsContext,
17
17
  agreeConsents,
@@ -12,7 +12,7 @@ import {
12
12
  privacy_default,
13
13
  useConsentStatus_default,
14
14
  yes_default
15
- } from "./chunk-IMKTWH5I.js";
15
+ } from "./chunk-5VSCCPP6.js";
16
16
  import {
17
17
  AnalyticsContext,
18
18
  agreeConsents,