Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikamai/kissmetrics-handler

kissmetrics handler
https://github.com/mikamai/kissmetrics-handler

Last synced: about 1 month ago
JSON representation

kissmetrics handler

Awesome Lists containing this project

README

        

# KISSmetrics handler

KISSmetrics handler is a [PrestaShop](https://www.prestashop.com) module which aims to let identify your users and track some basic [KISSmetrics](https://www.kissmetrics.com/) events.

These events are:

Activity
Purchased
Signed Up
Started Purchase
Identify your users
Viewed Potential Purchase
Viewed Signup Form

The module currently supports PrestaShop versions >= 1.4.

If there will be some interests in it, it be adapted to the new versions of PrestaShop (feel free to ask ;))

## Installation

Simply download the ZIP file and extract it in the PrestaShop modules directory or, if you prefer, clone the repo in it.

## Usage

Search the module in the module list in the BO (i.e. Back Offie) of your store and install it.
Put the JS give it to you by KISSmetrics between the literal tags (i.e. {literal}{/literl}) in the head.tpl file.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request