====== Plugin Event Categories ====== By default the plugin logs events using a set of predefined [[https://support.google.com/analytics/answer/1033068|Event Categories]]. The //Event Category// is a mandatory attribute for Google Analytics. You can customize it in a few ways: * for events logged with the provided API, the //Event Category// parameter can be used; * use an //Attribute// with key ''ec'', specifying the Event Category label as value. ====== Predefined Event Category Labels ====== ===== gamp-system ===== Used for events logged by the plugin for "system" needs (e.g. to keep track of the session lifecycle, keep-alive events, etc.). ===== gamp-unknown ===== 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''. ===== gamp-generic ===== For events logged using the Unreal Engine [[https://docs.unrealengine.com/5.0/en-US/API/Runtime/Analytics/Interfaces/IAnalyticsProvider/|IAnalyticsProvider]] interface. ===== gamp-purchase ===== For purchase events logged by the user using the [[https://docs.unrealengine.com/5.0/en-US/API/Runtime/Analytics/Interfaces/IAnalyticsProvider/|IAnalyticsProvider]] interface. Both real-money and virtual currency events will be logged in this category.