Countly / countly-server

Countly is a product analytics platform that helps teams track, analyze and act-on their user actions and behaviour on mobile, web and desktop applications.
https://countly.com
Other
5.57k stars 971 forks source link

Scenario: Using it for Web Analytics #61

Closed steve21124 closed 11 years ago

steve21124 commented 11 years ago

Scenario : I have 100,000+ websites and I want to track each one of them with different id. Initially what I need is simple analytic : page view, total view, total visitor,region... And I don't really need the realtime part. do you think using countly server good idea?

gorkem-cetin commented 11 years ago

Countly is designed to collect events, not pageviews. It's a burden for Countly server to collect statistical data for hundreds/thousands of pages. User interface is also not designed that way. Better use Piwik or similar open source web analytics services.

If you want to only count page views (and only number of pages and not list of pages), total views, total visitors, region, than chances are you might be safe. Again, it should be tested and SDK is not there yet for web pages.

steve21124 commented 11 years ago

thanks