Skip to content

banzai-inc/ga-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ga-clj

A Clojure library designed to send custom events to Google Analytics.

Usage

(def event
  {:category "Test Category"
   :action "Test Action"
   :label nil
   :value nil})

(let [send-google-event* (send-google-event "UA-2285639-8" "teachbanzai.com")]
  (send-google-event* event))

License

Copyright © 2013 Kendall Buchanan

Distributed under the Eclipse Public License, the same as Clojure.

About

Send custom events to Google Analytics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors