[Sharing][Analytics] Add VendorId to EventMetadata.

PiperOrigin-RevId: 612980580
This commit is contained in:
Francis Tsui
2024-03-05 15:01:16 -08:00
committed by Copybara-Service
parent e3d52a902d
commit 5fd4fc8ffa
@@ -407,7 +407,6 @@ 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 [(datapol.semantic_type) = ST_PARTNER_ID];
}
// TODO(fdi): may consider adding a field about decipherability later.