1

I have developed an APP that uses restkit and connect to my server. The server side was built using spring 3.1 and jackson to generate the rest objects.

Now I want to mesuare the APP trafic but I cant find a way for google analitycs track the rest querys.

is this posible?? any recomendation??

Thanks in advance

4

1 回答 1

1

对于 Google Analytics,您应该将Google Analytics iOS 库添加到您的应用程序中,并可能将事件与您的应用程序进行的不同 REST 调用联系起来。

否则,您必须根据来自 iOS 用户代理的请求,从您的 Web 服务器日志中自己生成统计信息。

于 2012-08-23T04:58:38.080 回答