Skip to content

Commit 41c4f4e

Browse files
authored
Update index.md
Updating Group device-mode call information to call out that userId must be set or no group call will be sent to Mixpanel when using AJS
1 parent 14d5f8a commit 41c4f4e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If the group call **does not** have a group trait that matches the Group Identif
109109

110110
### Group using Device-mode
111111

112-
When you call the Identify method from the client in either a browser using Analytics.js or one of our mobile SDKs a bunch of things happen:
112+
When using Analytics.js, a `userId` must be set or group calls to Mixpanel will be ignored. When you call the Identify method from the client in either a browser using Analytics.js or one of our mobile SDKs a bunch of things happen:
113113

114114
We start by recognizing and translating our [special traits](/docs/connections/spec/identify/#traits) so that they fit the expectations of Mixpanel's API. The table below shows the mappings. You'll pass the key on the left into Segment and we will transform it to the key on the right before sending to Mixpanel.
115115

0 commit comments

Comments
 (0)