class AnalyticsEvent
Defined at line 23 of file ../../src/developer/debug/zxdb/client/analytics_event.h
Base class for all zxdb analytics events. All events are associated with a session identifier,
and the analytics library automatically adds a client/user identifier to all events.
Derived classes should include methods to set individual parameters specific for that event.
Details about the limits on events can be found here
https://support.google.com/analytics/answer/12229021 and here
https://support.google.com/analytics/answer/9267744?sjid=13155358058205528748-NC. Parameter types
must be convertible to the valid types described for the base Ga4Event class.
Public Methods
void AnalyticsEvent (const std::string & name, const std::string & session_id)
AnalyticsEvent ----------------------------------------------------------------------------------
Defined at line 54 of file ../../src/developer/debug/zxdb/client/analytics_event.cc