website logo
HomeGo to Dashboard
User Guide
How-To Videos
Developers
Navigate through spaces
User Guide
How-To Videos
Developers
⌘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 
18min

General Apps

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
|
Updated 10 Aug 2022
Did this page help you?
Yes
No
UP NEXT
Educational Apps
Docs powered by archbee 
TABLE OF CONTENTS
Sign Up
Properties
Code Example
Log In
Properties
Code Example
Search
Properties
Code Example
Tutorial Begin
Code Example
Tutorial Complete
Code Example
Share App
Code Example
View Category
Properties
Code Example