An open API service indexing awesome lists of open source software.

https://github.com/googleanalytics/google-analytics-plugin-for-unity

Google Analytics plugin for the Unity game creation system
https://github.com/googleanalytics/google-analytics-plugin-for-unity

Last synced: 8 months ago
JSON representation

Google Analytics plugin for the Unity game creation system

Awesome Lists containing this project

README

          

# 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](https://github.com/googleanalytics/google-analytics-plugin-for-unity/issues) 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](https://developers.google.com/analytics/) for the latest documentation on the [Google Analytics Plugin for Unity](https://developers.google.com/analytics/devguides/collection/unity/).

### Quick links
- [Dev Guide](https://developers.google.com/analytics/devguides/collection/unity/devguide) - Learn how to setup, configure and get started with the Google Analytics Plugin for Unity.
- [API Reference](https://developers.google.com/analytics/devguides/collection/unity/reference) - Describes how to send data and lists all of the methods for the Google Analytics Plugin for Unity.
- [Troubleshooting](https://developers.google.com/analytics/devguides/collection/unity/troubleshoot) - Tips on debugging and troubleshooting problems with the Google Analytics Plugin for Unity.

### Related resources
- [Mobile Implementation Guide](https://developers.google.com/analytics/solutions/mobile-implementation-guide) - Learn how to use Google Analytics to measure user interactions and answer questions about game usage.
- [Mobile App Analytics Google Group](https://groups.google.com/forum/?fromgroups#!forum/ga-mobile-app-analytics) - Community forum where you can ask and answer questions about the plugin.

## Thanks
- [Knoxx-](https://github.com/Knoxx-) for fixing a typo in the Campaign tracking permissions
- [mataneine](https://github.com/mataneine) for filtering out meta files during iOS build post processing
- [g8minhquan](https://github.com/g8minhquan) for identifying the sqlite3.dylib library needs to be added if using the -ObjC linker flag
- [coquifrogs](https://github.com/coquifrogs/) for updating the HTTP status code logic