Adding content to 118-analytics

pull/3389/head
syedmouaazfarrukh 2 years ago
parent 0c8269384d
commit e69031b659
  1. 17
      src/roadmaps/flutter/content/118-analytics/100-segment.md
  2. 18
      src/roadmaps/flutter/content/118-analytics/101-mix-panel.md
  3. 11
      src/roadmaps/flutter/content/118-analytics/102-firebase-analytics.md
  4. 10
      src/roadmaps/flutter/content/118-analytics/103-google-analytics.md
  5. 14
      src/roadmaps/flutter/content/118-analytics/index.md

@ -1 +1,16 @@
# Segment
# Segment
Segment is an analytics platform that provides a single API for collecting, storing, and routing customer data from various sources, including mobile apps built with Flutter.
With Segment, Flutter developers can easily add analytics tracking to their app, without having to integrate with multiple analytics tools individually. Segment acts as a single point of integration, allowing developers to send data to multiple analytics tools with a single API.
Some key features of Segment for Flutter apps include:
- Data collection
- Data routing
- Data storage
- User tracking
Learn more from the following links:
- [Doc of flutter_segment](https://pub.dev/packages/flutter_segment)

@ -1 +1,17 @@
# Mix panel
# Mixpanel
Mixpanel is a product analytics platform that provides insights into user behavior for mobile apps, including those built with Flutter.
With Mixpanel, Flutter developers can track user interactions with their app, including page views, events, and user properties, and use this data to gain insights into user behavior. Mixpanel provides a range of tools and features for analyzing this data, including real-time dashboards, segmentation, and A/B testing.
Some key features of Mixpanel for Flutter apps include:
- User tracking
- Real-time dashboards
- Segmentation
- A/B testing
Learn more from the following links:
- [Overview of Flutter Mixpanel](https://levelup.gitconnected.com/flutter-web-mixpanel-6046ffb664fb)
- [Flutter Mixpanel Analytics Integration](https://medium.com/flutter-clan/flutter-mixpanel-analytics-integration-b5840b155f7b)

@ -1 +1,10 @@
# Firebase analytics
# Firebase Analytics
Firebase Analytics is a free analytics tool provided by Google that helps to understand user behavior and measure app performance for mobile apps, including those built with Flutter.
With Firebase Analytics, Flutter developers can track user interactions with their app, including page views, events, and user properties, and use this data to gain insights into user behavior. Firebase Analytics provides a range of tools and features for analyzing this data, including real-time dashboards, user segmentation, and funnels.
Learn more from the following links:
- [Flutter - Firebase](https://docs.flutter.dev/development/data-and-backend/firebase)
- [How To Add Firebase Analytics in Flutter](https://medium.datadriveninvestor.com/how-to-add-firebase-analytics-to-your-flutter-app-641fbda1d224?gi=ad489389a531)

@ -1 +1,9 @@
# Google analytics
# Google Analytics
Google Analytics is a free web analytics service provided by Google that helps to understand user behavior and measure app performance for mobile apps, including those built with Flutter.
With Google Analytics, Flutter developers can track user interactions with their app, including page views, events, and user properties, and use this data to gain insights into user behavior. Google Analytics provides a range of tools and features for analyzing this data, including real-time dashboards, user segmentation, and funnels.
Learn more from the following links:
- [Google Analytics for Firebase](https://firebase.flutter.dev/docs/analytics/overview/)

@ -1 +1,13 @@
# Analytics
# Analytics
Analytics is a key aspect of understanding user behavior and measuring app performance for Flutter apps. There are a number of analytics tools available for Flutter apps, each with their own set of features and benefits. Some of the most popular analytics tools for Flutter include:
1. Firebase Analytics: A free analytics tool provided by Google that helps to understand user behavior and measure app performance for mobile apps.
2. Google Analytics: A free web analytics service provided by Google that helps to understand user behavior and measure app performance for mobile apps.
3. Mixpanel: A paid analytics tool that provides a range of features for tracking user behavior, including real-time dashboards, user segmentation, and funnels.
4. Segment: A paid analytics tool that provides a range of features for tracking user behavior, including real-time dashboards, user segmentation, and funnels.
Learn more from the following links:
- [Flutter Analytics using Firebase](https://www.youtube.com/watch?v=31KpJXqCayo)
- [Top Flutter Analytics](https://fluttergems.dev/analytics-consumer-insights/)
Loading…
Cancel
Save