Unity
Analytics Tracking
Consult with the Treasure team to develop a data dictionary / taxonomy prior to telemetry instrumentation
Our analytics tracking system allows you to track custom client-side events and properties to better understand your users’ behavior. Integration is simple and requires only a few lines of code.
Public members
Assets/Treasure/TDK/Runtime/Analytics/TDK.Analytics.cs
Usage
See Assets/Treasure/Example/Scripts/AnalyticsUI.cs for usage examples
Please use
snake_case
for event and parameter namesOn native platforms: Events will be cached and sent to our ingestion pipeline. On internet connectivity or delivery failures, events will be persisted to disk and transmission retried numerous times before being finally discarded after a reasonable amount of retries.