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
{{ message }}
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
Hi, just installed google analytics plugin and found issue with ID registration.
ngCordova.js calls analytics with id, success, error
startTrackerWithId: function (id) {
var d = $q.defer();
$window.analytics.startTrackerWithId(id, function (response) {
d.resolve(response);
}, function (error) {
d.reject(error);
});
return d.promise;
}
But google analytics have different params in this function id, dispatchPeriod, success, error:
Hi, just installed google analytics plugin and found issue with ID registration.
ngCordova.js calls analytics with
id, success, error
But google analytics have different params in this function
id, dispatchPeriod, success, error
:Your system information:
Cordova CLI: 6.3.1
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic CLI Version: 2.1.1
Ionic App Lib Version: 2.1.1
ios-deploy version: 1.9.0
ios-sim version: 5.0.8
OS: Mac OS X Sierra
Node Version: v5.10.1
Xcode version: Xcode 8.2.1 Build version 8C1002
The text was updated successfully, but these errors were encountered: