Google Analytics Measurement Protocol 1.2.0
Google Analytics plugin for Unreal Engine, using a native cross-platform implementation of the Measurement Protocol.
Loading...
Searching...
No Matches
Enhanced Automatic Instrumentation

Enhanced Automatic Instrumentation

The plugin, by default, has as the Automatic Instrumentation feature enabled, that automatically logs some key events at run-time (like the user session, the maps loaded, some system details, etc).

With only a few more manual settings, the plugin is able to automatically report much more information (like the game version, detailed CPU and GPU names, the running platform, etc). A simple manual setup is needed because Google Analytics requires you to explicitly register in advance, in your Google Analytics Property, the list of custom properties that you collect from your game.

To configure the Enhanced Automatic Instrumentation:

  1. open the Project Settings and navigate to the Google Analytics MP section;
  2. under Runtime Settings, expand the collections named “Automatic [...]” and a list of customizable properties will appear.

    Configuring the Enhanced Automatic Instrumentation settings

  3. Look at the tooltip of each property to learn more about it. It will describe what type of information the plugin will log, and what type of Custom Dimension or Metric must be created in the Google Analytics back-end.

  4. For each property you want to use:

    1. in your Google Analytics Property, define the Custom Dimension or Metric as documented in the corresponding tooltip, keeping track of the identifier used as Event parameter. See Custom Dimensions and Metrics for details. For example: to track the Project Version the plugin needs a Custom Dimension, with Event Scope set to Event. Let's assume a custom one is created, with Event Parameter name set to test_proj_version.

    2. in the plugin settings, configure the property with the same Event parameter identifier created in your Google Analytics Property. For example: to complete the configuration of the Project Version property, insert in the corresponding input box the name test_proj_version you registered before.

    You can find more details of all the supported enhanced automatic properties in the class UGoogleAnalyticsMPSettings.