Project

revrise

0.0
No commit activity in last 3 years
No release in over 3 years
Track events and gain insightful actionable metrics through RevRise
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.10.0
>= 0

Runtime

>= 0
 Project Readme

RevRise Ruby API

Tracking events serverside with Ruby and RevRise is as straight forward as a ninjas sword.

Used for general event tracking, rather than for analyzing forms which RevRise Form Analytics is providing.

Installation

gem install revrise

or, in your Gemfile:

gem "revrise", "~> 0.0.3"

then

bundle install

Initializing/configuring

Initialize a RevRise::Base object with your project token, then basically call the ´track´ method of that object.

r = RevRise::Base.new("#{PROJECT_TOKEN}")
r.track 'event-name', {
  :prop1 => "First",
  :yo_mo => "Second value"
}

For programming specific questions e-mail jonas.arnklint@revrise.com, for more help and documentation regarding Revrise, visit the Form Analytics section.