analytics-google
analytics-google copied to clipboard
Google Analytics Cordova plugin for iOS/Android
The following vulnerable code locations within the App use CC_SHA1 or CryptoKit.Insecure.SHA1hashing functions, which leverage hashing algorithms that are proven to be vulnerable to collision attacks, and are unsuitable for...
# What am I doing - npm install cordova-plugin-analytics --save - npm install cordova-plugin-analytics-adid - npx cap sync # Platform Android - Ionic Framework 5 - Integrated Capacitor # An...
Ionic version: Ionic: Ionic CLI : 5.4.1 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 4.10.0 @angular-devkit/build-angular : 0.802.2 @angular-devkit/schematics : 8.3.6 @angular/cli : 8.3.6 @ionic/angular-toolkit : 2.0.0 Cordova: Cordova CLI : 7.1.0...
Using "requireCordovaModule" to load non-cordova module "q" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.
'Cordova Play Services Version Adapter' has detected an error. The following dependencies of 'Google Play Services' are not compatible: You have an incompatibility of versions with the following dependencies of...
I am passing the screen name as follows and success response getting called. But not showing in google analytics website console. ``` analytics.trackView(screenName, null, function() { console.log("Google Analytics trackView Success");...
I am using cordova-plugin-analytics plugin to track the eCommerce data in ionic 2 application. I need to add multiple products for the same transaction ID. Can anyone help me in...
I got this error when build: :processArmv7ReleaseManifest :processArmv7ReleaseResourcesFailed to generate resource table for split '' .../Myapp/platforms/android/build/intermediates/res/armv7/release/values/values.xml:436: error: Error: String types not allowed (at 'buyButtonAppearance' with value 'google_wallet_classic').
If i add to my config.xml: then phonegap remote build android will fail
Plugin works very well, pushes data to GA, but I neet to set campaing tracking variables (like utm_source etc) and I am using setCampaignFromUrl() methot to send campaign URL to...