- uid
- The unique identifier for this user, this can be whatever string the developer wants as long as it is unique for that user, using DeviceIDs and such is not recommended, those are only unique to devices
- key
- The key representing a key/value storage type.
- value
- The value representing a key/value storage type.
This sample shows how to call the Insights.Identify(string, string, string) method with a key/value.
C# Example
Insights.Identify("YourUsersUniqueId", "Email", "njpatel@catfacts.com");