Skip to content

googleanalytics/google-analytics-plugin-for-unity

Repository files navigation

This repo is no longer actively maintained

Google Analytics Plugin for Unity (beta)

Copyright (c) 2014 Google Inc. All rights reserved.

The Google Analytics Plugin for Unity allows game developers to easily implement Google Analytics in their Unity games on all platforms, without having to write separate implementations. Note that this is a beta and as such may contains bugs or other issues. Please report them through the Github issue tracker or submit a pull request. The plugin comes with no guarantees.

Unity is a trademark of Unity Technologies. This project is not in any way endorsed or supervised by Unity Technologies.

iOS is a trademark of Apple, Inc.

Google Analytics Plugin Documentation

Visit Google Analytics Developers for the latest documentation on the Google Analytics Plugin for Unity.

Quick links

  • Dev Guide - Learn how to setup, configure and get started with the Google Analytics Plugin for Unity.
  • API Reference - Describes how to send data and lists all of the methods for the Google Analytics Plugin for Unity.
  • Troubleshooting - Tips on debugging and troubleshooting problems with the Google Analytics Plugin for Unity.

Related resources

Thanks

  • Knoxx- for fixing a typo in the Campaign tracking permissions
  • mataneine for filtering out meta files during iOS build post processing
  • g8minhquan for identifying the sqlite3.dylib library needs to be added if using the -ObjC linker flag
  • coquifrogs for updating the HTTP status code logic