Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about sending Track events with a custom Group Key to Mixpanel #5644

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

joeynmq
Copy link
Contributor

@joeynmq joeynmq commented Nov 6, 2023

Proposed changes

Currently, our Mixpanel (Actions) destination uses $group_id as the standard Group Key for Track events. Integration code here:

 
However, a customer asked about how can they send a custom Group Key in this case. And I discovered a workaround for this - all they need to do is to include their custom Group Key as a property of Track events.

For example (I'm using company_id as the custom Group Key):

analytics.track('Example Event', { company_id: 'group1' });

Merge timing

ASAP once approved

@joeynmq joeynmq added the KCS label Nov 6, 2023
@joeynmq joeynmq marked this pull request as ready for review February 28, 2024 08:57
@joeynmq joeynmq requested a review from a team as a code owner February 28, 2024 08:57
@joeynmq joeynmq requested review from stayseesong and removed request for a team February 28, 2024 08:57
@stayseesong stayseesong merged commit ac099bc into develop Mar 4, 2024
3 checks passed
@stayseesong stayseesong deleted the joeynmq-patch-6 branch March 4, 2024 18:07
Copy link
Contributor

github-actions bot commented Mar 4, 2024

Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants