General Apps
The following events are helpful for any kind of business domain.
When the user signed up.
Name | Type | Required | Description |
method | String | Yes | The method of signing up. For example, it can be Google, Email, or Facebook. |
When the user log-in into your app using their credential (this is not app open)
Name | Type | Required | Description |
method | String | Yes | The method of signing in. For example, it can be Google, Email, or Facebook. |
When a user searches your content
Name | Type | Required | Description |
query | String | Yes | What user searched. |
category | Category | No | Which Category user search. |
tag | Tag | No | Which Tag user search. |
The following example includes optional properties too.
When a user begins an onboarding tutorial.
When a user completes the tutorial.
When a user shares your app.
When a user selects any kind of category within your app.
Name | Type | Required | Description |
category | Category | Yes | The category that the user selected. |