AutomaticTrackingOptions

data class AutomaticTrackingOptions @JvmOverloads constructor(val screenViewTracking: Boolean = true, val lifecycleEventsTracking: Boolean = true, val googleAdIdTracking: Boolean = true)

Configuration of automatic tracking options

Constructors

Link copied to clipboard
constructor(screenViewTracking: Boolean = true, lifecycleEventsTracking: Boolean = true, googleAdIdTracking: Boolean = true)

Properties

Link copied to clipboard

if enabled, Google Ad Id will be tracked automatically

Link copied to clipboard

if enabled, lifecycle events will be tracked automatically

Link copied to clipboard

if enabled, screen views will be tracked automatically