Skip to content

Commit 198dad4

Browse files
author
markzegarelli
authored
Merge pull request #1453 from segmentio/segment-sheldon-mixpanelDropAutotrack
Mixpanel Autotrack Deprecated
2 parents 2435481 + 9a8d062 commit 198dad4

File tree

1 file changed

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

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ We do not map `$library_version` since that is reserved for Mixpanel's library v
311311

312312
### Autotrack
313313

314-
Mixpanel's [Autotrack](https://mixpanel.com/autotrack/) feature is supported using Segment as long as you are using one of our client-side libraries ([analytics.js](/docs/connections/sources/catalog/libraries/website/javascript/), [iOS](/docs/connections/sources/catalog/libraries/mobile/ios/), [Android](/docs/connections/sources/catalog/libraries/mobile/android/)). Additionally, if you're using analytics for Android or iOS, make sure your Mixpanel destination is bundled - otherwise Autotrack will not work. Once Mixpanel is installed using Segment, all you have to do is [enable the Autotrack feature for your Mixpanel account](https://mixpanel.com/help/questions/articles/what-is-autotrack-and-how-do-i-get-started-using-it) and it will start working.
314+
Mixpanel discontinued the Autotrack feature in February 2021. The feature is no longer available for use.
315315

316316
### People
317317

@@ -450,10 +450,6 @@ If you are testing in Xcode remember you must first background the app, then the
450450

451451
## Appendices
452452

453-
### Autotrack
454-
455-
Mixpanel's [Autotrack](https://mixpanel.com/autotrack/) feature is supported using Segment as long as you are using one of our client-side libraries ([analytics.js](/docs/connections/sources/catalog/libraries/website/javascript/), [iOS](/docs/connections/sources/catalog/libraries/mobile/ios/), [Android](/docs/connections/sources/catalog/libraries/mobile/android/)). Additionally, if you're using analytics for Android or iOS, make sure your Mixpanel destination is bundled - otherwise Autotrack will not work. Once Mixpanel is installed using segment, all you have to do is [enable the Autotrack feature for your Mixpanel account](https://mixpanel.com/help/questions/articles/what-is-autotrack-and-how-do-i-get-started-using-it) and it will start working.
456-
457453
### IP
458454

459455
If an `ip` property is passed to Mixpanel, the value will be interpreted as the IP address of the request and therefore automatically parsed into Mixpanel geolocation properties (City, Country, Region). After that IP address has been parsed, they will throw out the IP address and only hold onto those resulting geolocation properties. As such, if you want to display an IP address as a property within the Mixpanel UI or within raw data, you will simply want to slightly modify the naming convention for that property.

0 commit comments

Comments
 (0)