mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
[Analytics]Add external provider package name/service id to analytics event metadata.
PiperOrigin-RevId: 807618276
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user