track
to report data.Function
SolarEngine.Analytics.reportEventImmediately();
The reported data can be categorized into the following four types:
1. Preset Events: These events are triggered and reported automatically by the SDK according to preset rules. They have specific _event_name such as installation, launch, exit, etc.
2. Predefined Events: These events have predefined meanings and event names in the system. They require developers to report data when the corresponding events occur, such as ad impressions, in-app purchases, etc.
3. Custom Events: These events can be custom defined by developers who need to instrument the code to trigger and report these events.
4. Duration Events: These events track the duration of a specific event.