“downgrade” ping¶
当尝试使用之前在应用程序的更新版本中使用过的配置文件时,会捕获此 ping。
此 ping 通过 `pingsender`
直接提交。通用 ping 数据与用户尝试使用的配置文件和应用程序相关。
客户端 ID 和配置文件组 ID 与此 ping 一起提交。此 ping 不包含环境块。
结构
{
type: "downgrade",
... common ping data
clientId: <UUID>,
profileGroupId: <UUID>,
payload: {
lastVersion: "", // The last version of the application that ran this profile
hasSync: <bool>, // Whether the profile is signed in to sync
hasBinary: <bool>, // Whether the last version of the application is available to run
button: <int> // The button the user chose to click from the UI:
// 0 - Quit
// 1 - Create new profile
}
}