Add this line to your application's Gemfile:
gem 'honeytracks'
And then execute:
$ bundle
Or install it yourself as:
$ gem install honeytracks
honey_tracks = HoneyTracks::Track.new('2243443', 'de_DE', '46.244.175.103', 'Default')
honey_tracks.user_login # => ok
honey_tracks.user_logout # => ok
honey_tracks.user_signup # => ok
honey_tracks.click('MarketingIdentifier' => '111', 'LandingPageId' => '222') # => ok
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
honeytracks is released under the MIT License.