Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xadada/responsive-carousel-clicktracking
:carousel_horse: An extension for the filamentgroup responsive carousel to enable Google Analytics click tracking
https://github.com/0xadada/responsive-carousel-clicktracking
Last synced: 2 days ago
JSON representation
:carousel_horse: An extension for the filamentgroup responsive carousel to enable Google Analytics click tracking
- Host: GitHub
- URL: https://github.com/0xadada/responsive-carousel-clicktracking
- Owner: 0xadada
- License: mit
- Created: 2014-02-06T22:03:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T14:23:54.000Z (almost 7 years ago)
- Last Synced: 2024-10-18T08:24:58.041Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 480 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Responsive Carousel Click Tracking
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
A jQuery plugin for the [Filamentgroup responsive-carousel](https://github.com/filamentgroup/responsive-carousel/) to enable Google Analytics click tracking.
This plugin will simply push tracking parameters into Google Analytics `_gaq` object.
## Getting Started
* Add Google Analytics to page
* Install (Easy)
* `bower install responsive-carousel-clicktracking` if you're using [Bower](http://bower.io)
* Install (Manually)
* Add jQuery
* Add [Filamentgroup responsive-carousel](https://github.com/filamentgroup/responsive-carousel/)
* Add dependencies and this responsive-carousel.clicktracking.js to page
* Modify the `data-clicktracking-*` parameters to be passed int the `_gaq`.In your web page:
```html
```
### Demos
Check out the `test/functional/` directory for demo (requires dependencies installed).
## Authors
* [0xADADA](https://github.com/0xADADA) - [@0xADADA](http://twitter.com/0xADADA)
* Created at [Nara Logics](http://nara.me/)## License
Copyright 2014 0xADADA
Licensed under the MIT License