groupId property

String? groupId
getter/setter pair

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 rates a video and marks the same video as a favorite, 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;