Tracking Methods
Identify
Use Identify to track user-specific attributes. It is equivalent to tracking user attributes on MoEngage. MoEngage supports traits supported by Segment as well as custom traits.
Track
Use track to track events and user behavior in your app. This will send the event to MoEngage with the associated properties.
Utility Methods
Alias
Use alias to change the unique id for the current user. This is required when there is a change in the unique id for the user.
Reset
If your app supports the ability for a user to log out and log in with a new identity, then you’ll need to call reset for the Analytics client.
For Tracking Data directly into the MoEngage SDK, refer to the MoEngage React-Native Data Tracking Doc. |