DevToDev.Analytics.Uwp
package using the package manager search engine and click Install. The latest version of the package is recommended.config
- is a DTDAnalyticsConfiguration
object instance that is used for specifying additional properties during initialization.DTDAnalyticsConfiguration
currentLevel
userId
trackingAvailability
DTDTrackingStatus.Enable
. SDK stores the previously assigned value. Pass DTDTrackingStatus.Disable
if the user opted out of tracking in line with GDPR.logLevel
DTDLogLevel.No
value is used by default. For troubleshooting during integration, it is recommended to set it to DTDLogLevel.Debug
, and either switch it off DTDLogLevel.No
or use it only for error handling DTDLogLevel.Error
in the release version.DevToDev.Analytics
package using the package manager search engine and click Install. The latest version of the package is recommended.config
- is a DTDAnalyticsConfiguration
object instance that is used for specifying additional properties during initialization.DTDAnalyticsConfiguration
currentLevel
userId
trackingAvailability
DTDTrackingStatus.Enabl
e
. SDK stores the previously assigned value. Pass DTDTrackingStatus.Disable
if the user opted out of tracking in line with GDPR.logLevel
DTDLogLevel.No
value is used by default. For troubleshooting during integration, it is recommended to set it to DTDLogLevel.Debug
, and either switch it off DTDLogLevel.No
or use it only for error handling DTDLogLevel.Error
in the release version.ApplicationVersion
DTDAnalytics.StartActivity
and DTDAnalytics.StopActivity
methods. It is recommended that you use the DTDAnalytics.StopActivity
method to stop the activity when the app goes into the background or being closed. If the window is re-opened from the taskbar it is recommended to renew the activity by using the DTDAnalytics.StartActivity
method.