tracksPageViews property
bool
get
tracksPageViews
Namespace that identifies the tracker.
Returns true if current platform is Web and PageViewEvent
tracking is
enabled in trackerConfig.webActivityTracking
configuration.
Indicates whether page view events will be tracked in any initialized observers. If false, screen view events will be tracked.
Implementation
//String get namespace {
//return configuration.namespace;
//}
/// Returns true if current platform is Web and `PageViewEvent` tracking is
/// enabled in `trackerConfig.webActivityTracking` configuration.
///
/// Indicates whether page view events will be tracked in any initialized
/// observers. If false, screen view events will be tracked.
bool get tracksPageViews {
return true;
}