Skip to content

Commit 39b8c27

Browse files
committed
Add analytics info
1 parent 08d0ce2 commit 39b8c27

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

ANALYTICS.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Zender Analytics
2+
3+
## Metrics
4+
We track a lot of metrics, this document describes the standard ones, other metrics can be added on request.
5+
6+
Per Stream:
7+
- number of people online
8+
- length of a user session (distribution)
9+
- number of emojis send
10+
- number of new users
11+
- number of returning users (1 day, 1 week, 1 month , 1 year)
12+
- origin (web, ios, android)
13+
14+
Per Quiz:
15+
- number of people that participated in a quiz
16+
- per question how many people answered wrong/correct
17+
- number of winners
18+
- number of extra lives used
19+
- number of extra lives earned
20+
- number of social shares
21+
- leaderboards of winners
22+
- distribution of extra lives earned
23+
- money earned
24+
25+
Per Poll:
26+
- number of votes
27+
28+
Per Challenge:
29+
- number of media submissions
30+
- number of social shares
31+
32+
Per mini-Ad: (Experimental)
33+
- number of click throughs
34+
35+
Per push notification: (Experimental)
36+
- number of opens from push notifications
37+
38+
## Collection
39+
These metrics are collected from the Zender backend. But they are also exposed in the SDK and web.
40+
This makes it easy on track them in your own analytics system like Adobe of Google Analytics.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Authentication:
1111
- [Authentication](AUTH.md)
1212
- [Signed Provider](SignedProvider.md)
1313

14+
Analytics:
15+
- [Analytics tracked](ANALYTICS.md)
16+
1417
API:
1518
- [Retrieve Quiz information](QUIZ.md)
1619
- [Retrieve Stream information](STREAM.md)

0 commit comments

Comments
 (0)