amplitude / unity-plugin

Official Amplitude Unity Plugin
https://developers.amplitude.com/docs/unity
MIT License
44 stars 34 forks source link

Setting custom session data to session start and session end #34

Closed Javasamurai closed 4 years ago

Javasamurai commented 4 years ago

Is there a way to set custom parameters to [Amplitude] StartSession and EndSession Events?

haoliu-amp commented 4 years ago

No, what kind custom params you wanna pass in?

Javasamurai commented 4 years ago

Timestamp, sessionCount since first launch. TimeSpent within session end.

haoliu-amp commented 4 years ago

If you are tracking those themselves you can just log them as event properties on your own event. And disable automatic session events.