react-marketing-tools 0.4.0 → 0.4.1
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
|
@@ -140,7 +140,7 @@ React Marketing Tools are a set of tools to make it easier for you to implement
|
|
|
140
140
|
eventNameInfo,
|
|
141
141
|
analyticsType: analyticsPlatform.DATALAYER_PUSH,
|
|
142
142
|
dataLayerCheck: true,
|
|
143
|
-
|
|
143
|
+
userDataKeysToHashArray: null,
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
await trackAnalyticsEvent(trackingData)
|
|
@@ -175,7 +175,7 @@ React Marketing Tools are a set of tools to make it easier for you to implement
|
|
|
175
175
|
showJourneyPropsPayload: true,
|
|
176
176
|
},
|
|
177
177
|
dataLayerCheck: false,
|
|
178
|
-
|
|
178
|
+
userDataKeysToHashArray: null,
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
await trackAnalyticsEvent(trackingData)
|
|
@@ -203,7 +203,7 @@ React Marketing Tools are a set of tools to make it easier for you to implement
|
|
|
203
203
|
},
|
|
204
204
|
eventNameInfo,
|
|
205
205
|
analyticsType: analyticsPlatform.GOOGLE,
|
|
206
|
-
|
|
206
|
+
userDataKeysToHashArray: ['email', 'firstName', 'lastName'],
|
|
207
207
|
consoleLogData: {
|
|
208
208
|
showJourneyPropsPayload: true,
|
|
209
209
|
},
|
|
@@ -47242,7 +47242,7 @@ const NG = (e) => {
|
|
|
47242
47242
|
data: d,
|
|
47243
47243
|
eventNameInfo: r,
|
|
47244
47244
|
analyticsType: l,
|
|
47245
|
-
|
|
47245
|
+
userDataKeysToHashArray: a = null,
|
|
47246
47246
|
dataLayerCheck: i = !1,
|
|
47247
47247
|
consoleLogData: g = null
|
|
47248
47248
|
} = e, { includeUserKeys: x, showMissingUserAttributesInConsole: c } = B;
|