google-analytics-plugin icon indicating copy to clipboard operation
google-analytics-plugin copied to clipboard

Cordova (PhoneGap) Plugin to connect to the native Google's Universal Analytics SDK 3.0

Results 70 google-analytics-plugin issues
Sort by recently updated
recently updated
newest added

Plugin don't work with android 12. Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only...

bug
Help Wanted

Hello! Firstly thank you devs for creating and sharing this plugin, its so useful for many of our projects! Recently our analytics teams have fed back to us suggesting that...

enhancement
Help Wanted

Hello, I'm working on Ionic Framework using Capacitor. When I try to perform the assembleRelease the build process gets stopped by a failure in the :capacitor-cordova-android-plugins:processReleaseManifest task: > Task :capacitor-cordova-android-plugins:processReleaseManifest...

I'm facing challenges implementing Google Analytics tracking on my Ionic 5/Cordova app. In the documentation of this plugin I can see that the plugin requires a UA-xxxxxxxxx-x ID. But with...

When I try to upload my app to TestFlight, I'm getting the following error during validation: > The app references non-public selectors in Payload/App.app/App: determineAppInstallationAttributionWithCompletionHandler:, lookupAdConversionDetails I then removed this...

When we tried to add this plugin with cordova mobile apps(both ios & android), we are not able to see any results. We are not sure whether it is working...

I know your plugin initialization is working, because on Google Analytics realtime reporting it shows that I have an active session on my Android Cordova application and it displays any...

When I try to install the plugin in my Cordova app with the following command: sudo cordova plugin add cordova-plugin-google-analytics --variable GMS_VERSION = 18.0.1 I get the following error: Failed...

My app is using plugin version 1.9.1. When running on android device my callbacks from startTrackerWithId are not firing. While debugging I have found that the following call is never...

I have successfully installed the plugin for ionic 1 $cordovaGoogleAnalytics.debugMode(); $cordovaGoogleAnalytics.startTrackerWithId('UA-XXXXXXXX-X'); where UA-XXXXXXXX-X is same tracking code as web tracking code and I try to track all views like this...