Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikamai/kissmetrics-handler
kissmetrics handler
https://github.com/mikamai/kissmetrics-handler
Last synced: about 1 month ago
JSON representation
kissmetrics handler
- Host: GitHub
- URL: https://github.com/mikamai/kissmetrics-handler
- Owner: mikamai
- License: mit
- Created: 2014-01-20T09:30:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-20T09:33:42.000Z (about 11 years ago)
- Last Synced: 2024-04-14T19:56:49.173Z (10 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 25
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 FormThe 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