Skip to main content

Custom Events Missing

Message

There are no custom events in the playable, consider adding some for insights in user behaviour.

Explanation

Custom events is an important feature from Playable Plugin to track players during the playable. This will give you insights on how players behave, and you can adapt according to this data. Example: You have a custom event that triggers in the end of the game, this custom event is: PlayerWon and PlayerLost. According to the data, PlayerLost has 50% higher CTR than PlayerWon. In this case, it might be a good idea to make the playable ad more difficult so more players lose the game, resulting in higher CTR.

Please do note, not all ad networks support this feature.

Steps to fix

Please add the custom event API for a minimum of 3 times in your playable: Luna.Unity.Analytics.LogEvent("PlayerLost", 0); , more information here.