spree_analytics_trackers

Spree extension providing support for google and segment analytics

Last updated on: June 21 at 08:02 AM

source code bug tracker
Opensource
0 0 1
owner:  spark-solutions

Spree Analytics Trackers

Build Status

This extensions adds support for Google Analytics Enhanced Ecommerce and Segment Ecommerce tracking to Spree Commerce stores.

Via Segment.com you can plug-in also a lot of additional vendors and services like: * Mixpanel * Kissmetrics * Google Tag Manager * Facebook Pixels * Google Adwords remarketing * and hundreds others

No additional development required.

Installation

  1. Add this extension to your Gemfile with this line: ruby gem 'spree_analytics_trackers', github: 'spree-contrib/spree_analytics_trackers'

  2. Install the gem using Bundler: ruby bundle install

  3. Copy & run migrations ruby bundle exec rails g spree_analytics_trackers:install

  4. Restart your server

If your server was running, restart it so that it can find the assets properly.

Testing

First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.

bundle
bundle exec rake

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

require 'spree_analytics_trackers/factories'

License

Spree Analytics Trackers is copyright © 2017-2018 Spark Solutions Sp. z o.o.. It is free software, and may be redistributed under the terms specified in the LICENCE file.

About Spark Solutions

Spark Solutions

Spree Analytics Trackers is maintained by Spark Solutions Sp. z o.o..

We are passionate about open source software. We are available for hire.

compatible spree versions
tags spree versions
master >= 3.1.0, < 4.0
authors
Spark Solutions