You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2021/03/22 18:50:46 UTC

[GitHub] [cordova] PhilippMatzel opened a new issue #281: Google Analytics for Cordova App

PhilippMatzel opened a new issue #281:
URL: https://github.com/apache/cordova/issues/281


   Dear all,
   
   i am using Cordova to deploy my Angular app on iOS and Android devices. Additional the app is available on a open website. To track user activity i want to use Google Analytics and here comes my question: Is it enough to just use web as datastream? Or do i need to add additional code to track my "web app" when its open as iOS or Android app?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova] PhilippMatzel commented on issue #281: Google Analytics for Cordova App

Posted by GitBox <gi...@apache.org>.
PhilippMatzel commented on issue #281:
URL: https://github.com/apache/cordova/issues/281#issuecomment-804325645


   Thanks a lot for your reply, next time i will write in Slack or StackOverflow.
   
   I found a suitable plugin:
   
   https://www.npmjs.com/package/cordova-plugin-google-analytics


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova] breautek commented on issue #281: Google Analytics for Cordova App

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #281:
URL: https://github.com/apache/cordova/issues/281#issuecomment-804319468


   For support, please ask in our [Slack](http://slack.cordova.io/) community, or in [StackOverflow](https://stackoverflow.com/questions/tagged/cordova)
   
   To answer your question however...
   
   Most Google APIs intended to be consumed by web applications are assumed to ran from a webserver and are often tied to a domain. This is a problem for Cordova apps as they are domain-less since the application is not hosted on a webserver, but the device itself.
   
   Most Google APIs intended to be consumed by mobile applications often have tools to restrict API usage to the application/bundle id and this is the proper way to consume such libraries. You'll need to find (or write) a cordova plugin that interfaces with the native libraries however.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova] breautek closed issue #281: Google Analytics for Cordova App

Posted by GitBox <gi...@apache.org>.
breautek closed issue #281:
URL: https://github.com/apache/cordova/issues/281


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org