Added documentaion to mixpanel definition file
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
8b34c5e728
commit
7001b8c396
|
@ -1,6 +1,11 @@
|
||||||
;; This file is supposed to be edited by Chad.
|
;; This file is supposed to be edited by Chad.
|
||||||
;; Chad loves mixpanel. When Chad was a child he dreamed of being a mixpanel tamer.
|
;; Chad loves mixpanel. When Chad was a child he dreamed of being a mixpanel tamer.
|
||||||
|
|
||||||
|
;; To add a new event definition, add a new map to this vector
|
||||||
|
;; :label is a free string that is displayed in mixpanel
|
||||||
|
;; :trigger is the re-frame style event that when matched will generate the emission of a mixpanel event
|
||||||
|
;; :properties is a map of key / value pair that will be added to the mixpanel event to provide more context
|
||||||
|
|
||||||
[;; Account creation
|
[;; Account creation
|
||||||
|
|
||||||
{:label "Account created"
|
{:label "Account created"
|
||||||
|
|
Loading…
Reference in New Issue