Educational Apps
The following events are useful for those apps which provide different courses which can be consumed by the end-users.
As our terminology says, for an educational app, Item is your courses.
When the user clicks on a course.
Name | Type | Required | Description |
---|---|---|---|
item | Premium Item | Yes | The item details on which the user clicked |
When a user views the detail page of your course.
Name | Type | Required | Description |
---|---|---|---|
item | Premium Item | Yes | The item details that the user view. |
When a user completes a course (pass the exam if any)
Name | Type | Required | Description |
---|---|---|---|
item | Premium Item | Yes | The item details that the user view. |
When the user browses a category.
Name | Type | Required | Description |
---|---|---|---|
category | Category | Yes | The category that the user selected. |
When a user provides a rating for any course
Name | Type | Required | Description |
---|---|---|---|
item | Premium Item | Yes | The item details which user gave a rating. |
rating | Integer | Yes | Number of stars out of 5 given by user to the item |
When the user downloads the certificate of a course
Name | Type | Required | Description |
---|---|---|---|
item | Premium Item | Yes | The item details for which the user downloaded a certificate. |
When the user downloads/access the badge
Name | Type | Required | Description |
---|---|---|---|
item | Premium Item | Yes | The item details for which the user downloads the badge. |
badgeID | String | Yes | Id of the badge |