user_dim.first_open_timestamp_micros 在更新或重新安装应用程序时会发生变化吗?

Does user_dim.first_open_timestamp_micros change when app updated or reinstalled?

Firebase的官方文档中,有关于user_dim.first_open_timestamp_micros

的描述

The time (in microseconds) at which the user first opened the app.

不知道应用更新或重装后,这个值有变化吗?


更新:我用 Google Firebase 做了一些实验,并确保 属性 在卸载或重新安装应用程序时会随着@djabi 的回答而改变,但在更新应用程序时不会改变。

卸载并重新安装应用后,user_dim.first_open_timestamp_microsuser_dim.app_info.app_instance_id 都会发生变化。将应用程序更新到新版本不会更改 user_dim.first_open_timestamp_microsuser_dim.app_info.app_instance_id.