@everymatrix/general-player-register-form 1.0.3 → 1.0.4
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/package.json
CHANGED
|
@@ -278,6 +278,13 @@
|
|
|
278
278
|
// Nothing to do here
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
|
+
|
|
282
|
+
//Analytics event
|
|
283
|
+
if(typeof gtag == 'function'){
|
|
284
|
+
gtag('event', 'Register', {
|
|
285
|
+
'context': 'GeneralPlayerRegisterForm'
|
|
286
|
+
});
|
|
287
|
+
}
|
|
281
288
|
}
|
|
282
289
|
|
|
283
290
|
// @TODO typescript data model for userData
|