You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Error calling setCustomNameStandardization callback. Check your callback. Data will still be sent without user-defined standardization. See our docs for proper use - https://docs.mparticle.com/integrations/google-analytics-4/event/',
144
+
e
145
+
);
146
+
}
147
+
139
148
// names of events and parameters have the following requirements:
140
149
// 1. They must only contain letters, numbers, and underscores
141
150
functionremoveForbiddenCharacters(name){
@@ -958,6 +967,8 @@ IdentityHandler.prototype.onSetUserIdentity = function (
958
967
varidentityHandler=IdentityHandler;
959
968
960
969
varinitialization={
970
+
// This name matches the mParticle database. This should not be changed unless the database name is being changed
971
+
// Changing this will also break the API for the cleansing data callback that a customer uses.
961
972
name: 'GoogleAnalytics4',
962
973
moduleId: 160,
963
974
/* ****** Fill out initForwarder to load your SDK ******
'Error calling setCustomNameStandardization callback. Check your callback. Data will still be sent without user-defined standardization. See our docs for proper use - https://docs.mparticle.com/integrations/google-analytics-4/event/',
143
+
e
144
+
);
145
+
}
146
+
138
147
// names of events and parameters have the following requirements:
139
148
// 1. They must only contain letters, numbers, and underscores
140
149
functionremoveForbiddenCharacters(name){
@@ -957,6 +966,8 @@ var GoogleAnalytics4Kit = (function (exports) {
957
966
varidentityHandler=IdentityHandler;
958
967
959
968
varinitialization={
969
+
// This name matches the mParticle database. This should not be changed unless the database name is being changed
970
+
// Changing this will also break the API for the cleansing data callback that a customer uses.
960
971
name: 'GoogleAnalytics4',
961
972
moduleId: 160,
962
973
/* ****** Fill out initForwarder to load your SDK ******
@@ -979,6 +990,13 @@ var GoogleAnalytics4Kit = (function (exports) {
0 commit comments