shy-toddler-74821
06/12/2023, 4:47 PMquiet-wolf-72320
06/13/2023, 7:25 AMgroupId is set for the duration of the group call. It is not automatically associated with subsequent track or page events from the same user. You can manually propagate the groupId to subsequent events by including it in the event properties.
1. When making the group call, retrieve the groupId from the response or generate a unique identifier for the group.
2. Store the groupId in a variable or any accessible scope.
3. When making subsequent track or page calls, include the groupId in the event properties under a suitable key. For example, you can use a property like group_id or any other key that aligns with your event schema.shy-toddler-74821
06/13/2023, 8:13 AMquiet-wolf-72320
06/13/2023, 8:19 AMgroup call is used to associate a user with a group or organization. It allows you to group individual users under a common identifier, such as an account, company, team, or any other logical grouping. Take a look at his https://www.rudderstack.com/docs/event-spec/standard-events/group/
What you are trying to do is group multiple event types for a particular user.shy-toddler-74821
06/13/2023, 8:26 AM