Track
Learn about the methods for tracking user activity.
This is the previous version (1.x) of Tealium for Flutter. For the latest version, see Tealium for Flutter.
Track Views
The trackView()
method tracks screen views, as shown in the following example:
Tealium.trackView("SCREEN_NAME")
Track Events
The trackEvent()
method tracks non-view events, as shown in the following example:
Tealium.trackEvent("EVENT_NAME");
This page was last updated: September 24, 2025