Sure, this is possible!
You can send events and events' properties to UXCam to gather more insights into your users' behavior. It will help you to create valuable funnels, track each step of your users' journey and analyze their adoption of the new features. You can find more information about sending events here.
Example - Events
Let's imagine that the users can buy clothes in your app. You can choose to send events related to the process, for instance:
loyalty_card_nuber_entered
discount_code_entered
as well as events related to specific actions, for example:
item_added_to_cart
item_seen
payment_method_chosen
purchase_completed
Example - Event properties
You can attach several properties to each event. The property provides more details about the event.
Example event:
item_added_to_cart
Example properties:
item_name: shirt
item_size: M
item_color: blue
item_ID: 7573EXAMPLE