UNAmedia Help

Documentation & Support

User Tools

Site Tools


ue5-google-analytics:plugin-event-categories

Plugin Event Categories

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:

  • 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 IAnalyticsProvider interface.

gamp-purchase

For purchase events logged by the user using the IAnalyticsProvider interface.

Both real-money and virtual currency events will be logged in this category.

ue5-google-analytics/plugin-event-categories.txt · Last modified: 2022/11/11 12:11 by Staff