Flurry Analytics Provider

A set of Blueprint nodes provided to allow you to communicate with analytics services

Choose your operating system:

Windows

macOS

Linux

On this page

flurry.png

Flurry is a widely used free analytics service. Because it is so widely used, it can compare your app's data to other applications in the same category. This lets you quickly get a feeling of how your game is doing and areas you might need to do some work. To use their service, you must register at their site, get an application key that uniquely identifies your app, and download the libraries which get compiled into the Flurry plugin. See the plugin's corresponding <PlatformAndName>.Build.cs file to see where the libraries and headers are expected to be placed.

Configuration

Once you have done the prerequisites and have successfully built the plugin for the target platform, you can configure the plugin for your game. As of 4.8, there is only one configuration property to set: the key that uniquely identifies your game. The snippet below shows a theoretical configuration for Flurry. As with all analytics providers, the configuration data goes in your DefaultEngine.ini file.

[Analytics]
FlurryApiKey=RANDOM34LETTERS4511
Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss