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.

Parameters:

  • user_id: (String)

    the id of the user in your application

  • properties: (Hash) (defaults to: nil)

    the properties containing user’s traits to pass to your application

  • options: (Itly::PluginCallOptions) (defaults to: nil)

    plugin specific options.



26
# File 'lib/itly/plugin.rb', line 26

def identify(user_id:, properties: nil, options: nil); end