ninetwo-user-tracking 1.0.12 → 1.0.13

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/dist/index.js CHANGED
@@ -245,7 +245,7 @@ var TrackView = ({
245
245
  if (!hasTriggeredRead) {
246
246
  timerRef.current = window.setTimeout(() => {
247
247
  pushToDataLayer({
248
- event: `${eventName}_read_confirmation`,
248
+ event: `read_confirmation`,
249
249
  category,
250
250
  label,
251
251
  type: "read_confirmation"
package/dist/index.mjs CHANGED
@@ -217,7 +217,7 @@ var TrackView = ({
217
217
  if (!hasTriggeredRead) {
218
218
  timerRef.current = window.setTimeout(() => {
219
219
  pushToDataLayer({
220
- event: `${eventName}_read_confirmation`,
220
+ event: `read_confirmation`,
221
221
  category,
222
222
  label,
223
223
  type: "read_confirmation"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ninetwo-user-tracking",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "User tracking abstraction for React/Nextjs with GTM",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",