Google Analytics Measurement Protocol 1.1.2
Google Analytics plugin for Unreal Engine, using a native cross-platform implementation of the Measurement Protocol.
Loading...
Searching...
No Matches
Google Analytics back-end setup

Google Analytics back-end setup

Universal Analytics

The plugin needs the Tracking ID of a Universal Analytics property. The Tracking ID is a string like UA-000000-2, that uniquely identifies the corresponding Property.

The plugin supports distinct Tracking IDs for different Build Configurations, to separate - for example - events recorded by development builds from events recorded by production builds.

To create a Universal Analytics property to be use with the plugin, please follow the official Google setup instructions. Briefly, the steps should be:

  • log into the Google Analytics platform;
  • in the Admin section, create a new Account if needed;
  • with an Account selected, press the Create Property button and fill the Property details;
  • click Show advanced options;
  • turn on the switch for Create a Universal Analytics property:
    • set the Website URL to the URL of your game/application website, if possible; otherwise use a unique custom URL (e.g. https://my-app.my-domain.com);
    • select Create a Universal Analytics property only.

Please refer to the official setup documentation by Google for further details and troubleshooting on setting up the Google Analytics backend.

For the best experience, we suggest to create a Mobile App View, enable the Ecommerce and the Enhanced Ecommerce features, enable the User-ID feature. Please refer to the official Google Analytics documentation for its configuration and usage.