SDK Installation
Ionic
Tracking Properties
1min
tracking properties as the user launches the app for the first time, cooee will create a user profile for them we encourage mobile apps to share all user properties for better machine learning modelling check out the mandatory user properties docid\ tgt0siqbxh6aitrhi1gpl for more details function updateuserprofile(){ cooee updateuserprofile({ name 'john duo', email 'john\@example com', mobile '9876543210', islogin true }) then(response => console log('profile', response)) catch(error => console log('error', error)); }