> For the complete documentation index, see [llms.txt](https://danielsogl.gitbook.io/awesome-cordova-plugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/plugins/google-analytics.md).

# Google Analytics

This plugin connects to Google's native Universal Analytics SDK Prerequisites:

* A Cordova 3.0+ project for iOS and/or Android
* A Mobile App property through the Google Analytics Admin Console
* (Android) Google Play Services SDK installed via [Android SDK Manager](https://developer.android.com/sdk/installing/adding-packages.html)

## Installation

```bash
ionic cordova plugin add cordova-plugin-google-analytics
npm install @awesome-cordova-plugins/google-analytics
```

**Plugin Repo:** <https://github.com/danwilson/google-analytics-plugin>

## Supported Platforms

* Android
* Browser
* iOS
* Windows Phone 8

## Further Information

* [Installation Guide](/awesome-cordova-plugins/installation.md)
* [FAQ](/awesome-cordova-plugins/faq.md)
