Hi, I am working on a project where players will interact with the some content in the game so I need to implement feature like How long player has interaction with specific object or how many players have interacted the same object. These are just examples and there can be multiple stats like these. So i need to save that information in playfab and also retrieve it later on (web/UE4) to make a chart of specific actions. Which feature should I use to achive this?
Answer by Rick Chen · Aug 31, 2021 at 05:31 AM
You could write the custom event and record the data for the interaction. Then those events can be collected in the Data Explorer. You can do your own queries about those events and implement your custom analytics. However, please note that the event history will only hold the events within 30 days. If you want to store 30+ days events, you will need to export the data from the event history.