-
Notifications
You must be signed in to change notification settings - Fork 378
Need to track analytics on per page publication is it possible? #1210
Comments
Sure. :) The events tracked already are:
Plus you can customize your own events by modifying the source directly. :) Just read on the wiki here how to set that up: How to setup google analytics or similar. :) |
Wow nice! |
That's the event triggered each pageview. The specific form of tracking then depends on what data you push to the analytics server. :) |
Cool thanks! |
Has anyone had any success in tracking pages w/ Countly and logging page names + duration of visit? |
@folletto |
If you search however above inside the Issues, you might already find some information, like thread #1199 with a code snippet to track the specific book, that might give you some indication on how to track the page name. In general, you have to find in the code where the page number is given and push then that data to your analytics tool. :) However, we don't provide that directly since it's a third party integration, let's see if someone else can help you. :) |
Thank you. |
A client is wanting to find out how many people is reading which published publication?
And they also want to know if it's possible to find out how many people is reading what page on the different publication.
Is this possible or something I have to code on top my self? Just need the right direction on what library to use to implement...
Thanks!!
The text was updated successfully, but these errors were encountered: