πAndroid/IOS Tracker
Api EndPoints To Track Events From Android/Ios Apps
Session id is generated when user starts new session.
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).
curl --location 'https://events-backend-5dzspnb6za-uc.a.run.app/generate-session' \
--header 'project_id;'project_id : apikey (required)Status Code : 200 { "success": true, "sessionId": "aae5029b9ab1b817c6a42731cc93ba1c3e9d57a0cb27ab7893c7765359b1fcb6" }
Last updated