[Sharing][Analytics] Add VendorId to EventMetadata.

PiperOrigin-RevId: 614500009
This commit is contained in:
hai007
2024-03-10 18:33:52 -07:00
committed by Copybara-Service
parent 483c1997a7
commit a667642709
@@ -407,6 +407,7 @@ message SharingLog {
// not designed to be joined with other sessions/events of the same user to
// reconstruct particular user's activity pattern.
optional int64 session_id = 6 /* type = ST_SESSION_ID */;
optional int32 vendor_id = 7 /* type = ST_PARTNER_ID */;
}
// TODO(fdi): may consider adding a field about decipherability later.