Data Integration
Call to Action

Educational Apps

6min

View Item

When the user needs to be taken to a particular screen/tab of the app.

Properties

Key

Value

Description

actionType

VIEW_ITEM

Type of action to be performed.

item

Item

the object of the item which holds itemID, Name. It is similar to an item sent via View Item event or via CMS

Code Example

JS
TS
Java
Kotlin
ObjectiveC
Swift
Dart


Play Item

When a particular course needs to be played. Users should be first taken to the view page of the course (if available). The app should handle edge cases. For example-

  1. The user is allowed to view the course.
  2. Wrong course id.

Properties

Key

Value

Description

actionType

PLAY_ITEM

Type of action to be performed.

item

Item

the object of the item which holds itemID, Name. It is similar to an item sent via View Item event or via CMS

Code Example

JS
TS
Java
Kotlin
ObjectiveC
Swift
Dart