Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65b9532

Browse files
Panandhan22markzegarelli
andauthored
Mixpanel requirement on sending anonymousID in UUID V4 format. (#4533)
* Update index.md * Update index.md * Apply suggestions from code review --------- Co-authored-by: markzegarelli <[email protected]>
1 parent e712daa commit 65b9532

File tree

1 file changed

+5
-1
lines changed
  • src/connections/destinations/catalog/actions-mixpanel

1 file changed

+5
-1
lines changed

src/connections/destinations/catalog/actions-mixpanel/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ The group id that Mixpanel will use is `12345`.
112112
{% endcapture %}
113113

114114
{% 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+
115119
## Migration from Mixpanel Classic
116120

117121
{% 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
123127
> info ""
124128
> Contact Mixpanel support if you find features missing from the Mixpanel (Actions) destination that were available in the classic Mixpanel destination.
125129
126-
{% include components/actions-map-table.html name="mixpanel" %}
130+
{% include components/actions-map-table.html name="mixpanel" %}

0 commit comments

Comments
 (0)