🎮 Recommended events for gaming apps
Below, you’ll find a bunch of in-app events recommended for your app category. We based our choice on industry-specific best practices and experts’ advice. By tracking these selected events, you can improve your behavioral segmentation and perform more effective, user-centric messaging campaigns.
To implement any of these or other events:
- create the Event in your Pushwoosh Control Panel, add attributes if needed;
- Ask your development team to integrate the postEvent method into your mobile project providing the event name and attributes names are exactly the same as in the Control Panel. For detailed instructions, please share this link with them
New level
When a user reaches a new game level, trigger the New level event.
Recommended attributes:
- level_id: String
- user_id: String
Level completed
Send this event when a user completes a particular game level.
Recommended attributes:
- level_id: String
- user_id: String
Virtual currency earned
Fire this event when a user’s virtual currency balance tops up.
Recommended attributes:
- currency_name: String
- quantity: Integer
- user_id: String
Tutorial completed
Trigger this event when a user completes the in-game tutorial.
Recommended attributes:
- tutorial_name: String
- completion: Boolean
Achievement unlocked
Monitor user engagement with the event fired when a user unlocks a specific achievement.
Recommended attributes:
- achievement_name: String
- level: Integer
- user_id: String