Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,8 @@ If you want to confirm, you can configure the new destination to point to a diff

If the Mixpanel (Actions) destination uses $group_id as the group key, ensure that the mappings handling your `track` events have the field for **Group ID** mapped to a valid value. By default, this field maps to the event variable `context.groupId`.

To send Track events with a custom Group Key, include the key as a property of Track events. For example:
```js
analytics.track('Example Event', { custom_group_key : 'group1' });
```