Skip to content

Commit

Permalink
fix: typo in GA4 kit name (mParticle#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
willpassidomo authored Mar 8, 2022
1 parent 7496077 commit 45f9770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected Map<Integer, String> getKnownIntegrations() {
kits.put(MParticle.ServiceProviders.RESPONSYS, "com.mparticle.kits.ResponsysKit");
kits.put(MParticle.ServiceProviders.CLEVERTAP, "com.mparticle.kits.CleverTapKit");
kits.put(MParticle.ServiceProviders.GOOGLE_ANALYTICS_FIREBASE, "com.mparticle.kits.GoogleAnalyticsFirebaseKit");
kits.put(MParticle.ServiceProviders.GOOGLE_ANALYTICS_FIREBASE_GA4, "com.mparticle.kits.GoogleAnalyticsFirebaseKitGA4");
kits.put(MParticle.ServiceProviders.GOOGLE_ANALYTICS_FIREBASE_GA4, "com.mparticle.kits.GoogleAnalyticsFirebaseGA4Kit");
kits.put(MParticle.ServiceProviders.PILGRIM, "com.mparticle.kits.PilgrimKit");
kits.put(MParticle.ServiceProviders.ONETRUST, "com.mparticle.kits.OneTrustKit");
kits.put(MParticle.ServiceProviders.SWRVE, "com.mparticle.kits.SwrveKit");
Expand Down

0 comments on commit 45f9770

Please sign in to comment.