Kubit is a self-service product analytics platform with no-code integration that facilitates efficient data discovery. With Kubit, you can better understand your users' behavior and use the insights to drive customer retention and your product growth.
identify
and track
calls.Identify
The identify
call lets you identify a visiting user and associate them to their actions. It also lets you record the traits about them like their name, email address, etc.
A sample identify
call is as shown:
rudderanalytics.identify("1hKOmRA4GRlm", { name: "Alex Keener", email: "alex@example.com",})
Track
The track
call lets you record the user events along with any associated properties.
A sample track
call is as shown:
rudderanalytics.track("Order Completed", { orderId: "A123", price: "5.67", currency: "USD",})
Contact us
For more information on the topics covered on this page, email us or start a conversation in our Slack community.