Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreichel/magento-aromicon-gua
Free extension from magento connect.
https://github.com/sreichel/magento-aromicon-gua
Last synced: 2 months ago
JSON representation
Free extension from magento connect.
- Host: GitHub
- URL: https://github.com/sreichel/magento-aromicon-gua
- Owner: sreichel
- Created: 2015-09-28T07:50:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T07:59:24.000Z (about 8 years ago)
- Last Synced: 2024-10-24T19:38:46.611Z (4 months ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 1
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento: Google Universal Analytics
This new extensions adds new Google Universial Analytics to your Magento Store, including Ecommerce Tracking.Google has marked their Google Universal Analytics as stable now and recommends a switch from old Google Analytics ga.js. So it's time to change NOW!
- Adds the new Google Universal Analytics Script to your Magento store
- compatible with all Magento CE Versions since 1.4 and all Magento EE Versions since 1.10
- compatible with "old" Google Analytics Script
- fast and easy installation/configuration
- Adds script to head or before body end
- enables ECommerce Tracking for your Magento Store
- Funnel Tracking for Checkout
- no template changes needed## Compatible with:
- 1.4
- 1.4.1.1
- 1.4.2
- 1.5
- 1.6
- 1.6.1
- 1.6.2.0
- 1.7
- 1.8
- 1.8.1
- 1.9## Magento Connect:
http://www.magentocommerce.com/magento-connect/google-universal-analytics-1.html## Installation:
### Via modman
```
modman clone https://github.com/sreichel/magento-Aromicon-GUA.git
```
### Via composer:
```
{
"require": {
"aromicon/google-universal-analytics": "*",
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sreichel/magento-Aromicon-GUA.git"
}
]
}