Skip to content

Commit

Permalink
Support for Mixpanel's "Simplified API" ID Merging
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleabmelkie authored Dec 12, 2024
1 parent 3e0e5cf commit 79a7fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ export const getTrackEventArgs = (
const requestBody = {
event: $event,
properties: {
...customFields,
...getRequestBodyProperties(event, token),
...customFields,
},
}

Expand Down

0 comments on commit 79a7fc3

Please sign in to comment.