Website logo
HomeGo to Dashboard
User Guide
How-To Videos
Developers
Navigate through spaces
⌘K
Getting Started
Introduction
Compatibility
Terminology
SDK Installation
Shopify
Any Website
Dukaan
Angular 2+
WooCommerce
WordPress
Android Native
iOS Native
Flutter
Cordova
Ionic
React Native
Data Integration
Data Models
Mandatory Events
Mandatory Properties
Call to Action
System Events
Device Properties
Docs powered by Archbee
Data Integration
Mandatory Properties

Educational Apps

2min

These properties are applicable to the Educational app

Properties

Property Name

Description

Type of Value

Courses Finished

Number of courses finished so far

Number

Total Certificates

Number of certificates won/earned

Number

Total Badges

Total badges earned so far

Number

Profession

Highest qualification of the user

String

Code Example

JS
TS
Java
Kotlin
ObjectiveC
Swift
Dart
function updateUserProperties() {
    const properties = {
        "Courses Finished": 7,
        "Total Certificates": 4,
        "Total Badges": 3,
        "Profession": "Developer"
    };

    cooeeSDK.updateUserProfile(properties);
}




Updated 03 Mar 2023
Did this page help you?
PREVIOUS
General Apps
NEXT
Subscription Apps
Docs powered by Archbee
TABLE OF CONTENTS
Properties
Code Example
Docs powered by Archbee