カテゴリ: Asynchronous Tracking Code Snippet :

Google Analytic in Offline Mobile Web app

1~2 / 2 件のメッセージを表示中
Google Analytic in Offline Mobile Web app PhakphumV 12/06/14 21:22 I would like to know that is there any method for put tracking on HTML5 mobile web app that can cache the data and send when online.And can the tracking code be insert into a HTML5 file in the mobile app without any web server?I found that the tracki
Re: Google Analytic in Offline Mobile Web app htmlterrier 12/06/14 23:44 You will need a fair bit of programming to be able to do that but it is possible. You will need to cache the data, store it somewhere o the device and push it through API calls into GA when the device is back online. Maybe the Google SDK offers some