Google Analytics Provider Plugin

http://gamednastudio.com/plugins/images/GoogleAnalytics/Wiki1.jpg

Google Analytics Provider Plugin (for all platforms!)

Google Analytics Provider integrates out-of-the-box Google Analytics into Unreal Engine project and is compatible with all platforms. It fully implements the Unreal Analytics Provider system so you can use all available features exposed by this, including Analytics Blueprint Library. It’s useful for tracking events and screens, real-time sessions tracking, registering in-app purchases, user progression, reporting errors, exceptions, crashes, etc.

Required Unreal Engine 4.10 or above because of Android Plugin support!

Current plugin version: 2.12.0
User Guide: https://gamednastudio.com/plugins/do…_UserGuide.pdf

Buy now on Sellfy (20% OFF): https://sellfy.com/p/oLbJ/
Buy now on Marketplace: https://www.unrealengine.com/marketp…alytics-plugin

FEATURES:
★ Four special nodes only for Google Analytics Provider plugin: Record Google Event, Record Google Screen, Record Google Social Interaction, Record Google User Timing
★ Implements Unreal Analytics Provider system
★ All features are exposed to Blueprints
★ Supports gameDNA installer. No more downloading SDKs and creating packages on your own!
★ Out-of-the-box for all platforms.
★ Works with Blueprint-only & source code projects.
★ Works with Launcher & GitHub UE4 versions.
★ Real-time sessions tracking (you can see who is currently playing your game!)
★ Tracking events and screens
★ Registering In-App Purchases
★ Registering user progression
★ Sending info about age, gender, location and interests
★ Errors, exceptions and crash reporting
★ Automatic system info tracking (e.g. operating system, app version)
★ Campaign measurement
★ Social interactions
★ User timing
★ Custom dimensions and metrics
★ And more features provided by Google Analytics

WHAT YOU GET:
★ Full source code available on GitHub private repo!
★ Compatible with all UE4 platforms (all-in-one)
★ Easy plugin setup
★ All future updates
★ Support via Discord & e-mail

Plugin is used in our mobile game CHASERS:

http://gamednastudio.com/storage/banners/ChasersBanner.png

You can download example project at the following address: GitHub - gameDNAstudio/ExampleProjects: Example projects for gameDNA's plugins

Facebook: gameDNA
**Twitter: **https://twitter.com/gameDNAstudio

Join our Discord channel to receive support and subscribe latest news: https://gamednastudio.com/discord

Plugin trailer:

http://gamednastudio.com/plugins/images/GoogleAnalytics/Promo1.jpg

http://gamednastudio.com/plugins/images/GoogleAnalytics/Promo2.jpg

http://gamednastudio.com/plugins/images/GoogleAnalytics/Promo3.jpg

http://gamednastudio.com/plugins/images/GoogleAnalytics/Promo4.jpg

http://gamednastudio.com/plugins/images/GoogleAnalytics/Wiki9.jpg

I’ve just bought it and this is awesome! Indeed works out-of-the-box :slight_smile: Thank you :smiley: :smiley: :smiley:

Bought this plugin yesterday. By following the instructions on the PDF I was able to setup and have Google Analytics running on my Unreal App very quickly and with a lot of ease. Everything works as advertised and it’s pretty easy to use both in code and through BluePrints.

Thanks for the plugin!

This looks like a promising replacement for what has been a nightmare trying to integrate Flurry with Unreal… we’ll more than likely buy this when back in the studio in the new year. Thanks!

will this work on PC as well?

Currently only on iOS & Android but I will add PC support in January 2016 :slight_smile:

http://gamednastudio.com/plugins/images/GoogleAnalytics/Update1.jpg

Google Analytics Provider Plugin is now compatible with all UE4 platforms! :slight_smile:
Buy now: https://sellfy.com/p/oLbJ/

Big thumbs up from Space Dust Studios, this made adding Google Analytics to Space Dust Racers incredibly easy. I was able to instrument our game to track player flow in just a few hours thanks to the helpful tutorial included. I’m guessing this has saved us a week of engineering time, and has given us the insights we’ll need to focus our update efforts the game has released, so I consider this a total bargain.

One gotcha for anyone wanting to use this on PC - make sure in Google Analytics you create a Website property, not a Mobile App property.

We’ve tested it out on PC, and also verified it compiles on XBO/PS4 for anyone else interested… there was one trivial compile fix which I’ve notified the devs about, but you can fix it yourself in 2 seconds so not a big issue.

Also the devs were very quick to respond to a support email (on NYE no less!) so I’m a very happy customer. Thanks again gameDNA!

Good idea!

PS: Google is watching you everywhere…even in the UEngine, take care! :wink:

http://gamednastudio.com/plugins/images/GoogleAnalytics/Update2.jpg

You can download update 1.2 from your Sellfy dashboard.

I’ve contacted with Epic and they told me that they are attempting to add plugins support to the Marketplace within the year so until that the only way is buy it on Sellfy.

Buy on Sellfy: https://sellfy.com/p/oLbJ/

Google Analytics plugin now works with both Blueprint-only & Source code projects!

**Great news! No longer any limitations!
**
You can download updated version from your Sellfy dashboard or simply change only one line in GoogleAnalytics.uplugin file:
from:


"EnabledByDefault": true,

to:


"EnabledByDefault": false,

and that’s all! :smiley:

In conclusion, Google Analytics plugin now works with Blueprint-only & Source code projects on Launcher & GitHub UE4 versions! :cool: :cool: :cool:

Update for UE 4.11 Preview 3 just released + new TrackingId nodes!

**You can now change Tracking Id at runtime!
**

http://gamednastudio.com/plugins/images/GoogleAnalytics/Update3.jpg

You can download plugin from your Sellfy dashboard: https://sellfy.com/p/oLbJ/

Can confirm that we’re now using this in production, and it’s friggin fantastic. Exactly how it should be done.

10/10 would buy again!

Thank you for appreciating! :smiley: It’s very pleasant :slight_smile:

http://gamednastudio.com/plugins/images/GoogleAnalytics/Update4.jpg

Now every buyer receives access to the private plugin repository on GitHub!

** You can now track code changes and download binary releases for different Unreal Engine 4 versions (now for 4.10 and 4.11)**

If you want to access to the repo, you can buy plugin on Sellfy: https://sellfy.com/p/oLbJ/

Shooter Tutorial wrote awesome tutorial about adding Google Analytics Plugin to your project! I very recommend to read this.

**Check it out: Adding Google Analytics | Shooter Tutorial
**

http://gamednastudio.com/plugins/images/GoogleAnalytics/Update5.jpg

Google Analytics Provider 1.3.1 released!

**CHANGELOG:
**- Fixed sessions for Universal platforms

  • Language tracking
  • Detecting device resolution

You can download update from your Sellfy dashboard or GitHub repository :slight_smile:

Is it possible to get data with this plugin about players in form of heatmap (where players are most frequently in our world/map; which places are dead and noone visit them etc)? Something like this https://udn.epicgames.com/Three/rsrc/Three/GameStatsVisualizerReference/Heatmap.jpg
or
https://i.ytimg.com/vi/gI17l6mrmiM/maxresdefault.jpg

What is the expected implementation in the context of a dedicated-server-hosted multiplayer game? I assume the calls should be made only on the server, but should I call start session for each connected user?

Unfortunately it’s not possible :frowning: Google Analytics doesn’t provide this feature.

You should start session for each connected user.