From 5e558cffc4c3bd9ee60b23790b986ea3f6e3a589 Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 8 Jul 2025 06:02:28 -0700 Subject: [PATCH] [Sharing] create external analytics collector to collect some analytics for external sharing provider. PiperOrigin-RevId: 780530356 --- sharing/proto/analytics/nearby_sharing_log.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sharing/proto/analytics/nearby_sharing_log.proto b/sharing/proto/analytics/nearby_sharing_log.proto index 3da72809..c7e87f2f 100644 --- a/sharing/proto/analytics/nearby_sharing_log.proto +++ b/sharing/proto/analytics/nearby_sharing_log.proto @@ -828,6 +828,9 @@ message SharingLog { // this ShareTargetInfo is the one that generated the QR code scanned by // this receiver. optional bool has_matching_qr_code = 4; + + // Represents whether the share target is from external provider. + optional bool is_external = 5; } // The metadata of attachments to be shared.