Updated 03 Mar 2023
Did this page help you?
Yes
No
These properties are applicable to video-based apps
Property Name | Description | Type of Value |
Videos Watched | Number of videos watched so far | Number |
function updateUserProperties() { const properties = { "Videos Watched": 5 }; cooeeSDK.updateUserProfile(properties); }