I'm finding it hard to make distinction between parameters related to first_open
event. Those parameters are system_app
, system_app_update
and update_with_analytics
.
Can someone clearly define them and give concrete examples when these parameters will change their values.
I'm following this link, but I couldn't get hold of these concepts.
I have understood previous_first_open_count
though. If it's 0 then it's new install and if > 0 then re-install. Is it possible that previous_first_open_count
= 0 AND update_with_analytics
= 1. If Yes, how?