I’m trying to find the average time it takes for people to finish a level in my game. Can someone help me understand how I can do that with analytics? Can we spend timestamps? Should I computer it within game and send it along with level_end event ?
Yes, that would work. Instead of a timestamp however, you likely would want to send duration in seconds (for example) as a parameter.