Repro App
Planning Events
What are Events?
Implementing Events in applications enables you to track the display screen of the app and actions such as tapping the screen.
How to use
Events can be used for the following purposes:
- Use of the analysis function as raw data
- Conditions for segmenting target users for push notifications and in-app messages
- Triggers to display in-app messages
Traceable events
There are three types of events can be tracked
1.Screen
Tracking will be fired when the specific screen is displayed in app
Examples
Home screen, listing page, contents screen etc
2.Tap
Tracking will be fired when users tap the app screen.
Examples
Tap a detail button, tap a purchase button, tap “start watching” button etc
3.Completion
Tracking will be fired when users complete actions.
Examples
Complete log-in, complete purchase, complete watching etc
What is an Event Property
Properties can be set for events as additional information. Up to 20 properties can be set for one event.
Use Case
Event properties enable you to conduct campaigns such as "To the user who browsed the detail page, send a recommendation list of the same category as the page they browsed by Push Notification".
Note
Event property can not be used as a trigger to fire in-app message.
Implementing Events
Please check the development guide for more details about implementation.