Skip to content

Commit

Permalink
[Quick Share] Track whether user visited quickshare.google/qrcode aft…
Browse files Browse the repository at this point in the history
…er tapping on the "Try again" button

PiperOrigin-RevId: 732288037
  • Loading branch information
hai007 authored and copybara-github committed Mar 1, 2025
1 parent fe6ad71 commit 6d68311
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sharing/proto/analytics/nearby_sharing_log.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6d68311

Please sign in to comment.