Screen Retention
Purpose
This API will provide the retention data of the screens.
Request URL
https://apptics.zoho.com/cx/api/v1/screen/retention
Request body (JSON object)
Parameter | Data Type | Allowed Values | Description |
startdate | string | date | dd-MM-yyyy |
enddate | string | date | dd-MM-yyyy |
mode | integer | 0,1 | 0 - Dev, 1- Prod |
platform | string | iOS/Android/macOS/tvOS/watchOS/Windows | max - 1 |
timezone | string | max - 10 | |
granularity* | day|week|month | ||
bundle | string | bundle Id | max - 1 |
include | max - 25 | ||
exclude | max - 25 |
Note: Platform param is mandatory to use bundle param.
Copied
Show full
Show less