Skip to content

Commit 2330c50

Browse files
authored
Update src/connections/destinations/catalog/actions-mixpanel/index.md
1 parent d2bd314 commit 2330c50

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/actions-mixpanel

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/actions-mixpanel/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ If you want to confirm, you can configure the new destination to point to a diff
135135

136136
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`.
137137

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

0 commit comments

Comments
 (0)