Skip to content

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
@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.

2 participants