How to use Google Analytics with Phonegap without a plugin?

后端 未结 14 2073
北海茫月
北海茫月 2020-11-28 03:03

I am making an app and I want to get analytics from the users. I tried to use the Phonegap Plugin, but I didn\'t have any luck trying to implement it.

I was wonderin

14条回答
  •  一个人的身影
    2020-11-28 03:36

    You can use GALocalstorage library, and it works fine on mobile devices

    It's easy to setup

    
    
    

    and that is it, no modification or anything else.

    You need to create Website Account in Google analytics to use this library

    Library on GitHub

提交回复
热议问题