Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fooman/googleanalyticsplus
Magento Extension to add extra features to the default GoogleAnalytics module.
https://github.com/fooman/googleanalyticsplus
magento-extension
Last synced: 9 days ago
JSON representation
Magento Extension to add extra features to the default GoogleAnalytics module.
- Host: GitHub
- URL: https://github.com/fooman/googleanalyticsplus
- Owner: fooman
- Archived: true
- Created: 2014-01-26T10:11:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T22:56:36.000Z (over 4 years ago)
- Last Synced: 2024-08-01T15:03:37.654Z (3 months ago)
- Topics: magento-extension
- Language: PHP
- Homepage: http://store.fooman.co.nz/extensions/magento-extension-googleanalyticsplus.html
- Size: 204 KB
- Stars: 100
- Watchers: 33
- Forks: 54
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-magento - Fooman_GoogleAnalyticsPlus
README
Fooman Google Analytics+
===================Magento Extension to add extra features to the default GoogleAnalytics module.
### Extra features compared to the version available on Magento Connect
- Works on Magento 1.8.1
- Dropped Support for Magento pre 1.4.2
- Google Universal Support with Ecommerce Tracking
- Dynamic Remarketing (add your conversion id and label as provided from Google, products are identified by their product id)
- Tag Manager (this provides an input field for the tag manager script snippet - please note that the population of the data layer would be up to you)
- Category for transaction items is now populated (based on custom attribute, otherwise defaults to first encountered product category)
- more templatesTo provide feedback please create an issue on Github.
### User Manual
The user manual can be downloaded from [here](http://store.fooman.co.nz/to/GoogleAnalyticsPlus/manual)### Installation Instructions
To install the extension, follow the steps in [The Ultimate Guide to Installing Magento Extensions](http://cdn.fooman.co.nz/media/custom/upload/TheUltimateGuidetoInstallingMagentoExtensions.pdf).### Installation Options
**via composer**
Fooman extension are included in the packages.firegento.com repository so you can install them easily via adding the extension to the require section and then running `composer install` or `composer update`"require":{
"fooman/googleanalyticsplus":"*"
},Please note that packages.firegento.com is not always up-to-date - in this case please add the following in the repositories section
"repositories":[
{
"type":"composer",
"url":"http://packages.fooman.co.nz"
}
],**via modman**
`modman clone https://github.com/fooman/common.git`
`modman clone https://github.com/fooman/googleanalyticsplus.git`**via file transfer (zip download)**
please see the releases tab for https://github.com/fooman/googleanalyticsplus/releases
and https://github.com/fooman/common/releases