Track Event
call records a single user action. We call these “events”. We recommend that you make your event names human-readable, so that everyone can know what they mean instantly.sendActionWithMetaData
or sendActionWithOutMetaData
SDK methods. Each is used in a seperate case where sendActionWithMetaData
is used if the tracked event has metadata attributes and sendActionWithOutMetaData
is used if the tracked event has no metadata.