我正在rails中构建一个匿名用户模型,每个用户通过IP地址来区分。没有注册或登录本身。(假设它是一个Yak Yak克隆)。我正在尝试弄清楚如何搭建用户模型,然后如何仅基于IP建立会话。这是怎么回事?如果我在搭建脚手架时将其包含在表中,rails会自动知道如何使用"ip“吗?
From http://www.yikyakapp.com/legal/
Yik Yak does maintain a log, however, of the following information for each message posted:
- The IP address from which
我在我的应用程序中安装了Google Analytics SDK。
我希望能够有实时分析(谷歌提出的新功能)。
我的代码:
tracker = GoogleAnalyticsTracker.getInstance();
// the tracker is started with a dispatch interval of 20 seconds.
tracker.startNewSession("UA-XXXXX", 20, theContext);
tracker.trackEvent("Init", theContext.getPackageName(),