| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
1 | Event | Event Name (case sensitive!) | Properties to track | Property Type | Example Property Values (case sensitive) | Data / Property Type | Has this been implemented? |
2 | What should we name this event? | Properties to send with the event | Event/ Profile/ Super/ List | Example values fired to each proeprty | e.g.: Boolean, numeric, string, date | Done | |
3 | As soon as user opens the app for the first time | - | Distinct_id | Super | 1 | numeric | Done |
4 | As soon as user signs up | - | Super | ansh@gmail.com | string | Done | |
5 | As soon as user installs the app | - | Version | Super | "1.2" | string | Done |
6 | As soon as user installs the app | - | Build | Super | "2" | string | Done |
7 | As soon as user chooses Bitmoji in the omboarding screen #1 | - | Gender | Super | Male, Female | string | Done |
8 | Date & time for each event that occurs (A different timestamp will be registered with every event) | - | Timestamp | Super | 2016-06-01T12:34:56 | date | Done |
9 | Timezone of the user (It should be tracked by default. Have to check) | - | Timezone | Super | IST | string | Done |
10 | When a user creates a new post, it is incremented | - | Number_posts | Super incremental | 34 | numeric | Not implemented |
11 | When a user follows someone, it is incremented | - | Number_follows | Super incremental | 12 | numeric | Not implemented |
12 | When a user saves a post, it is incremented | - | Number_saved_posts | Super incremental | 10 | numeric | Not implemented |
13 | When a user sends a message from the post or profile | - | Number_messages_sent | Super incremental | 50 | numeric | Not implemented |
14 | When a user views a post, increment it | - | Number_posts_viewed | Super incremental | 342 | numeric | Not implemented |
15 | When a user completes the onboarding or edits their profile | - | Number_topics_of_interest | Super | 5 | numeric | Done |
16 | When a user completes the onboarding or edits categories | - | Number_categories | Super | 3 | numeric | Done |
17 | |||||||
18 | When a a user opens the app | App_open | First_app_open | Event | True, False | boolean | Done |
19 | |||||||
20 | When a user clicks on "Join" button after first app open | Join_button_click | - | - | - | - | Done |
21 | |||||||
22 | When a user clicks on "Log in" button after first app open | Login_button_click | - | - | - | - | Done |
23 | |||||||
24 | When a user signs up through Google or manually (email, password) | Signup_completed | Email (Becomes a super property) | Event & Profile | ansh@gmail.com | string | Done |
25 | Signup_method | Event | Google, Manual | string | |||
26 | |||||||
27 | When a user logs in to the app | Login_completed | Login_method | Event | Google, Manual | string | Done |
28 | |||||||
29 | When a user proceeds to the next screen after filling all the required details on screen 1 | Onboarding_screen_1 | Bitmoji_id (Becomes a super property for gender) | Event | 1,2,3,4,5,6,7,8.... | numeric | Done |
30 | Username | Event & Profile | ansh | string | |||
31 | Bio | Event & Profile | Hey, I am a great person | string | |||
32 | Gender | Event & Profile | Male, Female | string | |||
33 | Mobile | Event & Profile | 9319244052 | string | To be Done | ||
34 | |||||||
35 | When a user proceeds to the next screen after filling the required details on screen 2 | Onboarding_screen_2 | Topics_of_interest | Event List & Profile List | {Music, Art, Movies} | string | Done |
36 | Number_topics_of_interest | ||||||
37 | |||||||
38 | When a user completes the required details on screen 3 | Profile_created | Bitmoji_id | Event | 1,2,3,4,5,6,7,8.... | numeric | Done |
39 | Username | Event & Profile | ansh | string | |||
40 | Bio | Event & Profile | Hey, I am a great person | string | |||
41 | Gender | Event & Profile | Male, Female | string | |||
42 | Topics_of_interest | Event List & Profile List | {Music, Art, Movies} | string | |||
43 | Categories | Event List & Profile List | {Relationships, Happy} | string | |||
44 | Number_topics_of_interest | Profile | 4 | numeric | |||
45 | Number_categories | Profile | 2 | numeric | |||
46 | |||||||
47 | When a user clicks on the home icon or the feed part of the home screen | View_feed | Timestamp_start | Event | 2016-06-01T12:34:56 | date | |
48 | Timestamp_end | Event | 2016-06-01T01:34:56 | date | |||
49 | Duration | Event | 300 | numeric | |||
50 | |||||||
51 | When a user clicks on the friends tab in the home screen | View_friends | Timestamp_start | Event | 2016-06-01T12:34:56 | date | |
52 | Timestamp_end | Event | 2016-06-01T01:34:56 | date | |||
53 | Duration | Event | 300 | numeric | |||
54 | |||||||
55 | When a user views a post | Post_view | Post_id | Event | 1346 | numeric | |
56 | Author_id | Event | 234 | numeric | |||
57 | Post_medium | Event | Feed, Friends, Saved, 3rd person profile | string | |||
58 | Is_follow | Event | True, False | boolean | |||
59 | Background_colour_id | Event | 5 | numeric | |||
60 | Category | Event | Relationships | string | |||
61 | Emotion | Event | Numb | string | |||
62 | |||||||
63 | When a user clicks on send message icon from a post | Post_message_click | Post_id | Event | 1346 | numeric | Done |
64 | Author_id | Event | 234 | numeric | Done | ||
65 | Post_medium | Event | Feed, Friends, Saved, 3rd person profile | string | Not implemented | ||
66 | Is_follow | Event | True, False | boolean | Not implemented | ||
67 | Background_colour_id | Event | 5 | numeric | Not implemented | ||
68 | Category | Event | Relationships | string | Not implemented | ||
69 | Emotion | Event | Numb | string | Not implemented | ||
70 | |||||||
71 | When a user clicks on send message icon from profile | Profile_message_click | Viewed_user_id | Event | 234 | numeric | Done |
72 | Is_follow | Event | True, False | boolean | |||
73 | |||||||
74 | When a user clicks to view the post text while typing their message | Post_message_click_text_view | Post_id | Event | 1346 | numeric | done |
75 | Author_id | Event | 234 | numeric | done | ||
76 | Post_medium | Event | Feed, Friends, Saved, 3rd person profile | string | Not implemented | ||
77 | Is_follow | Event | True, False | boolean | done | ||
78 | Background_colour_id | Event | 5 | numeric | Not implemented | ||
79 | Category | Event | Relationships | string | Not implemented | ||
80 | Emotion | Event | Numb | string | Not implemented | ||
81 | |||||||
82 | When a user sends a message from post | Message_sent | Message_medium | Event | Post, Profile | string | Not implemented |
83 | Post_id | Event | 1346 | numeric | Not implemented | ||
84 | Receiver_id | Event | 234 | numeric | Not implemented | ||
85 | Post_medium | Event | Feed, Friends, Saved, 3rd person profile | string | done | ||
86 | Is_follow | Event | True, False | boolean | done | ||
87 | Background_colour_id | Event | 5 | numeric | Not implemented | ||
88 | Category | Event | Relationships | string | done | ||
89 | Emotion | Event | Numb | string | done | ||
90 | Message_id | Event | 123sdf | string | Not implemented | ||
91 | |||||||
92 | When a user saves the post | Post_saved | Post_id | Event | 1346 | numeric | done |
93 | Author_id | Event | 234 | numeric | done | ||
94 | Post_medium | Event | Feed, Friends, Saved, 3rd person profile | string | done | ||
95 | Is_follow | Event | True, False | boolean | done | ||
96 | Background_colour_id | Event | 5 | numeric | Not implemented | ||
97 | Category | Event | Relationships | string | done | ||
98 | Emotion | Event | Numb | string | done | ||
99 | |||||||
100 | When a user reports a post | Post_report | Report_message | Event | This is not a good post | string | done |