How to use Google Analytics with Phonegap without a plugin?

后端 未结 14 2012
北海茫月
北海茫月 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:35

    Quick and dirty solution. Use can use a light-hidden iframe like this;

    
    

    And every time you request a page in the PhoneGap app, reload this iframe to initialize the track.

提交回复
热议问题