groupId property
The group ID associated with the activity.
A group ID identifies user events that are associated with the same user
and resource. For example, if a user uploads a video and watches the same
video, the entries for those events would have the same group ID in the
user's activity feed. In your user interface, you can avoid repetition by
grouping events with the same groupId value.
Implementation
core.String? groupId;