Method: Itly::Plugin#identify
- Defined in:
- lib/itly/plugin.rb
#identify(user_id:, properties: nil, options: nil) ⇒ Object
Identify a user in your application and associate all future events with their identity, or to set their traits.
26 |
# File 'lib/itly/plugin.rb', line 26 def identify(user_id:, properties: nil, options: nil); end |