User Profiling

  • Before you begin, make sure that Apptics is integrated. Refer to the integration guide.
  • Apptics allows you to associate the tracking data with a user id of an individual using your app. Setting a user id is not mandatory for Apptics to work normally.
  • Use the below method to set the user id. All the data tracked after calling the below method will be associated with the given user id.
  • User id tracking will happen with respect to tracking settings. If the tracking settings is set as 'Without PII', the data will not be associated with the user.
Copied`
import 'package:apptics_flutter/apptics_flutter.dart';

 AppticsFlutter.instance.setUser("userId”);