mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,24 +1,33 @@
|
||||
---
|
||||
description: >-
|
||||
Google Analytics plugin for Cordova and Ionic. This plugin connects to Google's native Universal Analytics SDK Prerequisites: - A Cordova 3.0+ project for iOS…
|
||||
---
|
||||
|
||||
# Google Analytics
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-google-analytics
|
||||
$ npm install @awesome-cordova-plugins/google-analytics
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/google-analytics/)
|
||||
|
||||
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
|
||||
## 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](https://github.com/danwilson/google-analytics-plugin)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- Browser
|
||||
- iOS
|
||||
- Windows Phone 8
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Reference in New Issue
Block a user