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
- Host: GitHub
- URL: https://github.com/googleanalytics/google-analytics-plugin-for-unity
- Owner: googleanalytics
- License: apache-2.0
- Created: 2014-08-04T18:30:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T06:03:42.000Z (over 1 year ago)
- Last Synced: 2025-03-28T15:06:41.566Z (9 months ago)
- Language: C#
- Size: 222 MB
- Stars: 395
- Watchers: 77
- Forks: 150
- Open Issues: 128
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity3d - google-analytics-plugin-for-unity - Google Analytics plugin for the Unity game creation system (Open Source Repositories / Plugins)
- awesome-unity3d - google-analytics-plugin-for-unity - Google Analytics plugin for the Unity game creation system (Open Source Repositories / Plugins)
- awesome-opensource-unity - google-analytics-plugin-for-unity - Google Analytics plugin for the Unity game creation system. (Open Source Packages / Plugins)
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