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 {