openedx / openedx-app-android

The mobile app for Android for the Open EdX Platform.
Apache License 2.0
14 stars 19 forks source link

feat: Fullstory Analytics SDK Implementation #347

Closed HamzaIsrar12 closed 10 hours ago

HamzaIsrar12 commented 2 weeks ago

Description

LEARNER-10041

We have introduced the Fullstory Analytics Provider, which includes three main methods:

Identify: This method identifies the user by passing a userID (uid). Additionally, it includes a displayName for use on the Fullstory dashboard.

Event: This method records custom app events.

Page: This method functions similarly to a screen event, tracking page views.

Config:

FULLSTORY:
  ENABLED: false
  ORG_ID: ''

References:

volodymyr-chekyrta commented 2 weeks ago

To flag, we can merge it for now. But it's not a widely used instrument, it will be removed from the Open edX repo and should be used as a plug-in in the future.

omerhabib26 commented 2 weeks ago

Reviewing