Data Integration
Mandatory Events

General Apps

15min

The following events are helpful for any kind of business domain.

Sign Up

When the user signed up.

Properties

Name

Type

Required

Description

method

String

Yes

The method of signing up. For example, it can be Google, Email, or Facebook.

Code Example

JS
TypeScript
Java
Kotlin
ObjectiveC
Swift
Dart


Log In

When the user log-in into your app using their credential (this is not app open)

Properties

Name

Type

Required

Description

method

String

Yes

The method of signing in. For example, it can be Google, Email, or Facebook.

Code Example

JS
TypeScript
Java
Kotlin
ObjectiveC
Swift
Dart


Search

When a user searches your content

Properties

Name

Type

Required

Description

query

String

Yes

What user searched.

category

Category

No

Which Category user search.

tag

Tag

No

Which Tag user search.

Code Example

The following example includes optional properties too.

JS
TypeScript
Java
Kotlin
ObjectiveC
Swift
Dart


Tutorial Begin

When a user begins an onboarding tutorial.

Code Example

JS
TypeScript
Java
Kotlin
ObjectiveC
Swift
Dart


Tutorial Complete

When a user completes the tutorial.

Code Example

JS
TypeScript
Java
Kotlin
ObjectiveC
Swift
Dart


Share App

When a user shares your app.

Code Example

JS
TypeScript
Java
Kotlin
ObjectiveC
Swift
Dart


View Category

When a user selects any kind of category within your app.

Properties

Name

Type

Required

Description

category

Category

Yes

The category that the user selected.

Code Example

JS
TypeScript
Java
Kotlin
ObjectiveC
Swift
Dart