You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-mixpanel/index.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,10 @@ The group id that Mixpanel will use is `12345`.
112
112
{% endcapture %}
113
113
114
114
{% include components/actions-fields.html content1=track_purchase_details section1="trackPurchase" content2=group_identify_user_details section2="groupIdentifyUser" content3=identify_user_details section3="identifyUser" %}
115
+
116
+
> info "Anonymous ID format"
117
+
> [Mixpanel](https://developer.mixpanel.com/reference/create-identity#create-identity){:target="_blank"} requires that values it receives for the anonymous identifier (`anonymousId` in Segment) must be in the UUID v4 format. Analytics.js sends `anonymousId` in this format by default. If you manually send anonymous identifiers to Mixpanel, ensure they are in the correct format.
118
+
115
119
## Migration from Mixpanel Classic
116
120
117
121
{% include content/ajs-upgrade.md %}
@@ -123,4 +127,4 @@ If you want to confirm, you can configure the new destination to point to a diff
123
127
> info ""
124
128
> Contact Mixpanel support if you find features missing from the Mixpanel (Actions) destination that were available in the classic Mixpanel destination.
125
129
126
-
{% include components/actions-map-table.html name="mixpanel" %}
130
+
{% include components/actions-map-table.html name="mixpanel" %}
0 commit comments