Skip to content

Commit bf526c4

Browse files
authored
Update src/connections/destinations/catalog/mixpanel/index.md
1 parent 4f663d0 commit bf526c4

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
@@ -498,7 +498,7 @@ In Device-mode, when a `distinct_id` is present in the browser, it is automatica
498498

499499
### Insert ID
500500

501-
`$insert_id` is only available for cloud events. For the Mixpanel (Legacy) destination, Segment generates `$insert_id` from the messageId, event name and Mixpanel namespace constant using the [uuidv5](https://developer.hashicorp.com/terraform/language/functions/uuidv5) function:
501+
`$insert_id` is only available for cloud events. For the Mixpanel (Legacy) destination, Segment generates `$insert_id` from the messageId, event name, and Mixpanel namespace constant using the [uuidv5](https://developer.hashicorp.com/terraform/language/functions/uuidv5) function:
502502
```javascript
503503
const insertId = uuidv5(`${messageId}:${projectId}:${eventName}`, MIXPANEL_NAMESPACE)
504504
```

0 commit comments

Comments
 (0)