カテゴリ: Asynchronous Tracking Code Snippet :

Tracking client using middleware

1~5 / 5 件のメッセージを表示中
Tracking client using middleware Analytics_Test 12/06/15 0:08 I need a serious help here. I'm implementing a proposal to achieve tracking client information in Google Analytics (GA) through a middleware implementation. The client here I mean different browser environment variying from PC browsers to mobile bro
Re: Tracking client using middleware htmlterrier 12/06/15 1:20 Hang on. The reason you use a middleware is what exactly again? Any desktop, or better, office, PC can access analytics through the GIU provided by google. If I am not mistaken there is an app for android phones out there that gives access to GA for
Re: Tracking client using middleware Analytics_Test 12/06/15 2:23 Thanks for your update. Middleware here is some sort of servlet (in Java) which will be hit by client through browser from PC/Android/iPhone, etc I've gone through the resources regarding the native adapters for Android and iPhone are supplied by G
Re: Tracking client using middleware htmlterrier 12/06/15 5:55 So all it is is to log who accessed GA when? Sorry I thought that was for a firewall to log inside your clients network. Well but then I guess it might be tricky to log mobile devices. I think you would be much better off having reports for these ind
Re: Tracking client using middleware Analytics_Test 12/06/16 4:28 Thanks for your inputs... Middleware is not just used for tracking the client information. Middleware is dedicated for servicing the requests from Client and parallely does the client tracking. I'm able to achieve this but the issue I'm facing is wit