vue-analytics
vue-analytics copied to clipboard
Support for cordova application
Will be implemented, but for now see :
- https://groups.google.com/forum/#!searchin/phonegap/google$20analytics/phonegap/Mtj6KoUk8cY/1oPJ-UEhpBIJ
- https://www.geeek.org/google-analytics-cordova-phonegap-964.html
- http://stackoverflow.com/questions/27561676/how-do-i-configure-my-google-analytics-account-to-accept-requests-from-file-u
ga('set', 'checkProtocolTask', function(data) {
data.set('location', 'http://whatever.host.I.want.com');
});
I added above lines below Vue.use(VueAnalytics{...}) . As specified in the stackoverflow post above. but still does not seem to work in cordova. When I run in web browser it works perfectly. Any clue what and where I should do this ? I use quasar-framework.org.
I also tried
ga('set','anonymizeIp',true);
ga('set','forceSSL',true);```
But nothing seems to work.
Hi,
target is windows app or android ?
android application built with quasar-framework .