Module: Mixpanel::Helper::TrackerProperties
- Defined in:
- lib/mixpanel/helper.rb
Instance Attribute Summary collapse
-
#mixpanel_properties ⇒ Object
Returns the value of attribute mixpanel_properties.
Instance Method Summary collapse
Instance Attribute Details
#mixpanel_properties ⇒ Object
Returns the value of attribute mixpanel_properties.
20 21 22 |
# File 'lib/mixpanel/helper.rb', line 20 def mixpanel_properties @mixpanel_properties end |
Instance Method Details
#track(event_name, properties = {}, options = {}) ⇒ Object
22 23 24 |
# File 'lib/mixpanel/helper.rb', line 22 def track(event_name, properties = {}, = {}) super event_name, mixpanel_properties.merge(properties), end |