移動應用統計分析平臺,Countly 15.3 beta 發布
Countly 是一個實時的、開源的移動分析應用,通過收集來自手機的數據,并將這些數據通過可視化效果展示出來以分析移動應用的使用和最終用戶的行為。一旦你打開該程序的面板,你會發現數據的監控是那么的簡單。
Countly 提供了 Android 和 iOS 兩種版本的開發包以及基于 Node.js 開發的服務器模塊。
Countly 15.3 beta 發布,此版本更新內容如下:
-
引入插件系統
-
大量插件新特性:Data Populator, Event Logger, DBViewer, etc
-
新核心和可縮放數據結構
-
使用最新的 Mongoskin 版本和更新的 MongoDB 驅動升級,支持新連接字符串格式 (#124)
-
使用最新的 MongoDB 版本
-
Now Countly can be installed and run from subdirectory, more info (#19)
-
All dependencies are now defined in package.json and can be downloaded using install script (#4)
-
All apps view implemented displaying list of all apps and their dashboard statistics (#122)
-
Accepting bulk requests as post
-
Displaying default app icon instead of nothing
-
You can now login using username or email address
-
All tables in Countly now use Datatables for more interaction, as sorting, fitlering, etc.
-
New API enhancements, as providing country and city, or returning precalculated stats for implementing dashboards
-
Allowing any origin on API to allow CORS for ajax queries on different domains
-
添加新的 iOS 設備認證
-
Fixed bug displaying user roles
-
Fixed falling back to English if browser language is not defined (#101)
-
Fixed displaying long funnel names (#107)
-
Fixed locked scrolling after using slimscroll in some cases (#128)
-
大量的改進和 bug 修復