awesome-cordova-plugins/docs/plugins/google-analytics/README.md

27 lines
788 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# Google Analytics
```
$ ionic cordova plugin add cordova-plugin-google-analytics
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/google-analytics
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/google-analytics/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/danwilson/google-analytics-plugin](https://github.com/danwilson/google-analytics-plugin)
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)
## Supported platforms
- Android
- Browser
- iOS
- Windows Phone 8
2021-09-29 20:38:45 +08:00