Api EndPoints To Track Events From Android/Ios Apps
For Any Queries Drop a mail at : aman@crunchit.ai
Session Id
Session id is generated when user starts new session.
Distinct Id :
Keep distinctid same in different user sessions.It will help in merging event.
That user produced before user identification.
Keep distinctid it in local Storage and if user clears the local storage.
Generate the new distinctid for that user using our api(mentioned below).
distinctId - to track user before identification.and merge events to with identified user (required),
id - session id (required),
timestamp - event produced time.should be in milliseconds (required),
userIntent - event name (required),
anyCustomKey - custom properties (optional),
utmParameter - to track from where the traffic is coming {
utm_source : (optional),
utm_medium : (optional),
utm_campaign : (optional),
utm_term : (optional),
utm_content : (optional)
} - (optional)
ipAddress - Geolocate the user (optional),
userAgent - to detect browser,device etc (optional)
Extra Points :
keep the object nested level at 1.To add Nested Objects flatten it :
uniqueIdentifier : user identifier (required),
id - session id (required),
email - emailId (optional),
name - name (optional),
anycustomKey - custom properties (optional)
Extra Points :
keep the object nested level at 1.To add Nested Objects flatten it :