What is an Event?
A TelemetryDeck Event is the most basic building block in the TelemetryDeck analytics ecosystem. Every time an event happens in your app, you can send an event using the TelemetryManager.send(...) function.
Events have a type which is the name of the signal such as TelemetryDeck.Navigation.pathChanged, a user which is a String representation of a hashed user identifier, plus a parameters which are various metadata, such as TelemetryDeck.Device.operatingSystem, TelemetryDeck.RunContext.language, or custom metadata you want to deliver with each event.
Events are the raw data that is being interpreted by your analytics.