[Quick Share] Track whether user visited quickshare.google/qrcode after tapping on the "Try again" button

PiperOrigin-RevId: 733037389
This commit is contained in:
hai007
2025-03-03 13:23:08 -08:00
committed by Copybara-Service
parent bb61e946ce
commit d22c273f1f
@@ -957,6 +957,10 @@ message SharingLog {
WINDOWS = 5;
}
optional ClientPlatform client_platform = 1;
// Whether the /qrcode page was opened in the browser again after the user
// clicked on the "Try again" button
optional bool is_retry = 2;
}
// EventType: HATS_JOINT_EVENT
message HatsJointEvent {