[Analytics]Add external provider package name/service id to analytics event metadata.

PiperOrigin-RevId: 807618276
This commit is contained in:
hai007
2025-09-16 03:10:10 -07:00
committed by Copybara-Service
parent bbecf44a56
commit 47b450bbd4
@@ -471,6 +471,14 @@ message SharingLog {
// receiver session id: used by QR code cloud receiver.
optional string cloud_receiver_session_id = 9
/* type = ST_SESSION_ID */;
// The name of the external provider, it will not be set if the provider is
// not external.
optional string external_provider_name = 10;
// The service id of the external provider, it will not be set if the
// provider is not external.
optional string external_provider_id = 11
/* type = ST_SESSION_ID */;
}
// TODO(fdi): may consider adding a field about decipherability later.