All Projects → fooman → Googleanalyticsplus

fooman / Googleanalyticsplus

Magento Extension to add extra features to the default GoogleAnalytics module.

Projects that are alternatives of or similar to Googleanalyticsplus

apiplus-magento
Make your Magento API integration easier for third parties with this module.
Stars: ✭ 16 (-84.47%)
Mutual labels:  magento-extension
Awesome Magento2
Curated list of awesome Magento 2 Extensions, Resources and other Highlights
Stars: ✭ 817 (+693.2%)
Mutual labels:  magento-extension
Anonymizer
Anonymizes Magento Customer and Order data
Stars: ✭ 46 (-55.34%)
Mutual labels:  magento-extension
app-search-magento
A first party module to integrate Elastic App Search in Magento 2.
Stars: ✭ 25 (-75.73%)
Mutual labels:  magento-extension
Avs fastsimpleimport
Wrapper for Magento ImportExport functionality, which imports products and customers from arrays
Stars: ✭ 311 (+201.94%)
Mutual labels:  magento-extension
Magento Estimateddelivery
Magento 1 Extension to provide delivery date estimates for each shipping method.
Stars: ✭ 15 (-85.44%)
Mutual labels:  magento-extension
Tooltip
Magento 2 attribute tooltip module
Stars: ✭ 23 (-77.67%)
Mutual labels:  magento-extension
Gmailactions
A Magento extension for adding "actions" to emails in Gmail
Stars: ✭ 58 (-43.69%)
Mutual labels:  magento-extension
Magento Turpentine
A Varnish extension for Magento.
Stars: ✭ 531 (+415.53%)
Mutual labels:  magento-extension
Module Rocketjavascript
Stars: ✭ 37 (-64.08%)
Mutual labels:  magento-extension
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (-70.87%)
Mutual labels:  magento-extension
magento2-webappmanifest
A Magento 2 extension that adds a Web App Manifest to the store.
Stars: ✭ 19 (-81.55%)
Mutual labels:  magento-extension
Magento2 Form Field Manager
Customer and Address Form Fields Manager for Magento2
Stars: ✭ 21 (-79.61%)
Mutual labels:  magento-extension
Spranks StorePickup
This extension provides a new, simple shipping method "Store Pickup".
Stars: ✭ 13 (-87.38%)
Mutual labels:  magento-extension
Magento Xtest
Magento Testing Framework
Stars: ✭ 52 (-49.51%)
Mutual labels:  magento-extension
magento-jobqueue
A database backed asynchronous job queue for Magento
Stars: ✭ 52 (-49.51%)
Mutual labels:  magento-extension
Magento1 Sl Si
🇸🇮 Magento 1 Slovenian translations
Stars: ✭ 5 (-95.15%)
Mutual labels:  magento-extension
Firegento Pdf
Generates nicer and configurable PDF for invoices, creditmemos and shippings in Magento
Stars: ✭ 102 (-0.97%)
Mutual labels:  magento-extension
Magento extension
Zendesk's Magento 1 extension
Stars: ✭ 57 (-44.66%)
Mutual labels:  magento-extension
Magento2 Facebook Pixel
This free Facebook Pixel extension allows you to track your visitors' actions.
Stars: ✭ 29 (-71.84%)
Mutual labels:  magento-extension

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 templates

To provide feedback please create an issue on Github.

User Manual

The user manual can be downloaded from here

Installation Instructions

To install the extension, follow the steps in The Ultimate Guide to Installing Magento Extensions.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].