From d22c273f1f1e0eebe3db621732c69ace6807eb97 Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 3 Mar 2025 13:21:46 -0800 Subject: [PATCH] [Quick Share] Track whether user visited quickshare.google/qrcode after tapping on the "Try again" button PiperOrigin-RevId: 733037389 --- sharing/proto/analytics/nearby_sharing_log.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sharing/proto/analytics/nearby_sharing_log.proto b/sharing/proto/analytics/nearby_sharing_log.proto index 23fd0c90..ff6ad2b6 100644 --- a/sharing/proto/analytics/nearby_sharing_log.proto +++ b/sharing/proto/analytics/nearby_sharing_log.proto @@ -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 {