# Analytics Clients

Analytics is a feature available on our Enterprise plans.

We recommend tracking every event for each user. This allows you to gain a better understanding of that user's interests. Common examples include:

- Clicking on a link

- Liking or commenting

- Sharing an activity

- Viewing another user's profile page

- Searching for a certain user/content/topic/etc.

Stream Analytics supports tracking events via JS, iOS, Android or email redirects:

- [JavaScript Client](https://github.com/getstream/stream-analytics-js)

- [iOS Client](https://github.com/getstream/stream-analytics-ios)

- [Android Client](https://github.com/getstream/stream-analytics-android)

- [Flutter Client](https://pub.dev/documentation/stream_feed/latest/stream_feed/StreamAnalytics-class.html)

- [Email Redirects](/activity-feeds/docs/node/v2/analytics_email/)

<admonition type="info">

The events and data you want to track are often different than what you traditionally track in Google Analytics or Mixpanel. Stream's analytics is not intended to replace your existing analytics solution.

</admonition>


---

This page was last updated at 2026-04-10T16:22:40.079Z.

For the most recent version of this documentation, visit [https://getstream.io/activity-feeds/docs/go-golang/v2/analytics_clients/](https://getstream.io/activity-feeds/docs/go-golang/v2/analytics_clients/).