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

addons/tdk/tdk.gd
track_custom_event(event_name: String, event_props: Dictionary) -> void

Usage

TDK.track_custom_event("custom_event", {"custom_event_key": "hello world"})
Please use snake_case for event and parameter names