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
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
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.
Tutorial Begin
When a user begins an onboarding tutorial.
Code Example
Tutorial Complete
When a user completes the tutorial.
Code Example
Share App
When a user shares your app.
Code Example
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