By default the plugin logs events using a set of predefined Event Categories. The Event Category is a mandatory attribute for Google Analytics.
You can customize it in a few ways:
ec
, specifying the Event Category label as value.Used for events logged by the plugin for “system” needs (e.g. to keep track of the session lifecycle, keep-alive events, etc.).
For events missing the mandatory ec
parameter.
This can happen when a custom event is logged with the API but the Event Category parameter has not been set; or when using lower-level methods and the Attribute ec
has not being configured.
Since Google Analytics requires this attribute, when it's missing we fill it with gamp-unknown
.
For events logged using the Unreal Engine IAnalyticsProvider interface.
For purchase events logged by the user using the IAnalyticsProvider interface.
Both real-money and virtual currency events will be logged in this category.