Download OpenAPI specification:Download
The Usage Intelligence Reporting API is targeted for advanced users who would like to build their own dashboards or integrate Usage Intelligence reporting (charts or raw data) within third party applications. The API can also be used to export data and statistics out of the Usage Intelligence servers for archiving or custom processing by other solutions.
NOTE: For information on global filters and segmentation in API reporting, see Global Filters and Segmentation and Levels (Date-Range Reports).
For Developer: To access our APIs programmatically, begin by obtaining the CSRF cookie. Send a GET request to the /v3/request-csrf
endpoint with the appropriate headers, as specified in the auth API. Upon success, you'll receive a 204 status code. Then, utilize this obtained cookie when while using the auth API.
After successful authentication, you'll receive two cookies: RUI-Csrf
and RUI-Session-Token
. Keep these cookies for subsequent requests. If authentication fails, expect to receive a 401 error code.
Before being able to request any data, one needs to authenticate with the API. If authentication is not done, further requests will be rejected and 401 error code will be returned.
NOTE: If you encounter “Cookie Missing” error, retry the request you should be able to authenticate.
OK
Bad Request
{- "userName": "test@test.com",
- "password": "helloTest"
}
{- "account": {
- "name": "test",
- "surname": "user",
- "email": "testuser@test.com",
- "emailVerified": true,
- "userToken": "5122ccd6b994VRSS223W6Z0U",
- "isSocialUser": false,
- "readTos": 1
}, - "freeware": {
- "canAddFreeProduct": true,
- "limit": 10
}, - "products": {
- "2376158762": {
- "productId": "2376158762",
- "productName": "DEMO Product",
- "dateRegistered": "2011-09-14T23:45:02Z",
- "currentSubscriptionEndDate": "2023-09-02",
- "allowFullFeatureTrial": false,
- "freeTrialEndDate": "2020-09-02",
- "isFreeTrial": false,
- "isDemoProduct": true,
- "callhomeUrl": "xxxxx.tbnet1.com",
- "callhomeUrlCustom": null,
- "productType": "DEMO Product",
- "supportsAdvancedEvents": false,
- "rawEventsEnabled": true,
- "oldestReportingDate": "2021-05-26",
- "quotaWarningLevel": null
}, - "2395188568": {
- "productId": "2395188568",
- "productName": "test Product",
- "dateRegistered": "2021-02-05T04:45:17Z",
- "currentSubscriptionEndDate": null,
- "allowFullFeatureTrial": false,
- "freeTrialEndDate": "2021-11-06",
- "isFreeTrial": false,
- "isDemoProduct": false,
- "callhomeUrl": "96825.tbnet1.com",
- "callhomeUrlCustom": null,
- "productType": "Freeware",
- "supportsAdvancedEvents": false,
- "rawEventsEnabled": false,
- "oldestReportingDate": "2023-02-26",
- "quotaWarningLevel": 0
}
}, - "userSettings": {
- "defaultProduct": null,
- "currentProduct": "2376158762"
}, - "currentProductDetails": {
- "permissions": {
- "isAdmin": false,
- "apiAccess": true,
- "reporting": "F",
- "licenseKeyFiltering": true,
- "billing": "R",
- "quotaManagement": "R",
- "userManagement": "D",
- "devZone": "R",
- "reachout": "R",
- "licenseManagement": "F",
- "productId": "2376158762"
}, - "config": {
- "ftAutoWhitelistEnabled": false,
- "reachoutEnabled": true,
- "daysBeforeDeclaredLost": 40
}
}, - "beatInterval": 302
}
In order to log out, it is required to invalidate the user session that was created when logging in. If cookies are being used, the cookie will also be invalidated. Two options for logging out are being offered - either invalidate a single session or else, invalidate all sessions that are active on your user ID.
Successful response
"\"{}\""
This request is to be used to get a list of properties by which you can filter or segment your reports.
OK
Not Found
{- "result": [
- {
- "category": "Product Properties",
- "properties": [
- {
- "name": "prodVersion",
- "friendlyName": "Product Version",
- "filterType": "standard",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "prodEdition",
- "friendlyName": "Product Edition",
- "filterType": "standard",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "prodBuild",
- "friendlyName": "Product Build",
- "filterType": "standard",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "prodLanguage",
- "friendlyName": "Product Language",
- "filterType": "standard",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "machineId",
- "friendlyName": "Machine ID",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "clientId",
- "friendlyName": "Client ID",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": false
}
]
}, - {
- "category": "Licensing Properties",
- "properties": [
- {
- "name": "licenseType",
- "friendlyName": "License Type",
- "filterType": "standard",
- "dataType": "string",
- "supportsRegex": false,
- "supportsMeta": true,
- "supportsNull": false
}, - {
- "name": "licenseStatus",
- "friendlyName": "License Status",
- "filterType": "standard",
- "dataType": "special",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": false,
- "subProperties": [
- {
- "name": "activated",
- "friendlyName": "Activated",
- "dataType": "boolean"
}, - {
- "name": "blocked",
- "friendlyName": "Blocked",
- "dataType": "boolean"
}, - {
- "name": "expired",
- "friendlyName": "Expired",
- "dataType": "boolean"
}, - {
- "name": "allowed",
- "friendlyName": "Allowed",
- "dataType": "boolean"
}
]
}, - {
- "name": "licenseKey",
- "friendlyName": "License Key",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}
]
}, - {
- "category": "Platform Properties",
- "properties": [
- {
- "name": "osLanguage",
- "friendlyName": "OS Language",
- "filterType": "standard",
- "dataType": "string",
- "supportsRegex": false,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "os",
- "friendlyName": "OS",
- "filterType": "standard",
- "dataType": "special",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true,
- "granularityLevels": [
- {
- "name": "platform",
- "friendlyName": "Platform",
- "dataType": "string"
}, - {
- "name": "version",
- "friendlyName": "Version",
- "dataType": "string"
}, - {
- "name": "edition",
- "friendlyName": "Edition",
- "dataType": "string"
}
]
}, - {
- "name": "windowsFullBuild",
- "friendlyName": "Windows Full Build",
- "filterType": "standard",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "formFactor",
- "friendlyName": "Form Factor",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": false,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "vm",
- "friendlyName": "Virtual Machine",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "cpuType",
- "friendlyName": "CPU Type",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "cpuCores",
- "friendlyName": "CPU Cores",
- "filterType": "currentData",
- "dataType": "numeric",
- "units": "",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": true
}, - {
- "name": "displayCount",
- "friendlyName": "Monitor Count",
- "filterType": "currentData",
- "dataType": "numeric",
- "units": "",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": false
}, - {
- "name": "ram",
- "friendlyName": "RAM",
- "filterType": "currentData",
- "dataType": "numeric",
- "units": "MB",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": true
}, - {
- "name": "resolutionWidth",
- "friendlyName": "Resolution - Horizontal",
- "filterType": "currentData",
- "dataType": "numeric",
- "units": "px",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": true
}, - {
- "name": "resolutionHeight",
- "friendlyName": "Resolution - Vertical",
- "filterType": "currentData",
- "dataType": "numeric",
- "units": "px",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": true
}, - {
- "name": "gpu",
- "friendlyName": "GPU",
- "filterType": "currentData",
- "dataType": "special",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true,
- "granularityLevels": [
- {
- "name": "vendor",
- "friendlyName": "Vendor",
- "dataType": "string"
}, - {
- "name": "model",
- "friendlyName": "Model",
- "dataType": "string"
}
]
}, - {
- "name": "screenPpi",
- "friendlyName": "Screen Pixels per Inch",
- "filterType": "currentData",
- "dataType": "numeric",
- "units": "px",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": true
}, - {
- "name": "touchScreen",
- "friendlyName": "Touch Screen",
- "filterType": "currentData",
- "dataType": "boolean",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": true
}, - {
- "name": "osWordLength",
- "friendlyName": "OS Word Length",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": false,
- "supportsMeta": true,
- "supportsNull": false
}, - {
- "name": "dotNetVersion",
- "friendlyName": ".NET Version",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": false
}
]
}, - {
- "category": "Geography",
- "properties": [
- {
- "name": "geography",
- "friendlyName": "Continent / Country / US State",
- "filterType": "standard",
- "dataType": "special",
- "supportsRegex": false,
- "supportsMeta": true,
- "supportsNull": true,
- "granularityLevels": [
- {
- "name": "continent",
- "friendlyName": "Continent",
- "dataType": "string"
}, - {
- "name": "country",
- "friendlyName": "Country",
- "dataType": "string"
}, - {
- "name": "usState",
- "friendlyName": "US State",
- "dataType": "string"
}
]
}
]
}, - {
- "category": "Java Environment Properties",
- "properties": [
- {
- "name": "javaVersion",
- "friendlyName": "Java Version",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "javaVmVersion",
- "friendlyName": "Java VM Version",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "javaVmName",
- "friendlyName": "Java VM Name",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "javaVendor",
- "friendlyName": "Java Vendor",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "javaRuntime",
- "friendlyName": "Java Runtime Version",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "javaGraphics",
- "friendlyName": "Java AWT Graphics Environment",
- "filterType": "currentData",
- "dataType": "string",
- "supportsRegex": true,
- "supportsMeta": true,
- "supportsNull": true
}, - {
- "name": "javaVmRam",
- "friendlyName": "Java VM RAM",
- "filterType": "currentData",
- "dataType": "numeric",
- "units": "MB",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": true
}
]
}, - {
- "category": "Data Collection Properties",
- "properties": [
- {
- "name": "optOut",
- "friendlyName": "Opt-Out Status",
- "filterType": "currentData",
- "dataType": "special",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": false,
- "subProperties": [
- {
- "name": "historical",
- "friendlyName": "Historical",
- "dataType": "boolean"
}, - {
- "name": "current",
- "friendlyName": "Current",
- "dataType": "boolean"
}
]
}, - {
- "name": "backOff",
- "friendlyName": "Back-Off Status",
- "filterType": "currentData",
- "dataType": "special",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": false,
- "subProperties": [
- {
- "name": "historical",
- "friendlyName": "Historical",
- "dataType": "boolean"
}, - {
- "name": "current",
- "friendlyName": "Current",
- "dataType": "boolean"
}
]
}
]
}, - {
- "category": "Usage Properties",
- "properties": [
- {
- "name": "lifetimeRuntimeMinutes",
- "friendlyName": "Lifetime Runtime Minutes",
- "filterType": "currentData",
- "dataType": "numeric",
- "units": "minutes",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": false
}, - {
- "name": "lifetimeSessionCount",
- "friendlyName": "Lifetime Number of Sessions",
- "filterType": "currentData",
- "dataType": "numeric",
- "units": "sessions",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": false
}, - {
- "name": "dateInstalled",
- "friendlyName": "Date of Installation",
- "filterType": "currentData",
- "dataType": "date",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": false
}, - {
- "name": "dateLastSeen",
- "friendlyName": "Date Last Seen",
- "filterType": "currentData",
- "dataType": "date",
- "supportsRegex": false,
- "supportsMeta": false,
- "supportsNull": false
}
]
}
]
}
This request is used in order to get a list of possible values for the selected property. This data is then used to build filters or segments as required.
OK
Unprocessable Entity
{- "property": "os"
}
{- "result": [
- {
- "value": "Microsoft Windows 10",
- "shortName": "MS Win 10"
}, - {
- "value": "Microsoft Windows 7",
- "shortName": "MS Win 7"
}, - {
- "value": "Microsoft Windows 8",
- "shortName": "MS Win 8"
}, - {
- "value": "Microsoft Windows Server 2003",
- "shortName": "MS Win Srv 2003"
}, - {
- "value": "Microsoft Windows Server 2008",
- "shortName": "MS Win Srv 2008"
}, - {
- "value": "Microsoft Windows Server 2012",
- "shortName": "MS Win Srv 2012"
}, - {
- "value": "Microsoft Windows Vista",
- "shortName": "MS Win Vista"
}, - {
- "value": "Microsoft Windows XP",
- "shortName": "MS Win XP"
}
]
}
These requests are used to get a list of event names and categories that have been reported by your application to Usage Intelligence, know which ones have been enabled for collection, and also set which ones should be collected.
OK
Unprocessable Entity
{- "result": [
- {
- "category": "File Operations",
- "eventName": "Clone",
- "eventId": 7,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "File Operations",
- "eventName": "Copy",
- "eventId": 6,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "File Operations",
- "eventName": "Open",
- "eventId": 1,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "File Operations",
- "eventName": "Save",
- "eventId": 2,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Install Wizard",
- "eventName": "Step 1",
- "eventId": 15,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Install Wizard",
- "eventName": "Step 2",
- "eventId": 16,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Install Wizard",
- "eventName": "Step 3",
- "eventId": 17,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Print Operations",
- "eventName": "Button Clicked",
- "eventId": 4,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Print Operations",
- "eventName": "Edit Mode",
- "eventId": 8,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Print Operations",
- "eventName": "Menu Launched",
- "eventId": 3,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Print Operations",
- "eventName": "Preview Mode",
- "eventId": 9,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Reporting",
- "eventName": "Printout",
- "eventId": 14,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Reporting",
- "eventName": "Send Email",
- "eventId": 13,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Reporting",
- "eventName": "Show",
- "eventId": 12,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Scan Operations",
- "eventName": "Advanced Mode",
- "eventId": 11,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Scan Operations",
- "eventName": "Basic Mode",
- "eventId": 10,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}, - {
- "category": "Startup",
- "eventName": "Launch Wizard",
- "eventId": 5,
- "basic": true,
- "advanced": false,
- "dateFirstSeen": "2011-02-01T00:00:00Z"
}
]
}
This reporting mechanism is to be used for generating reports regarding user activity within a particular specified date range. Depending on the request, this can create timeline charts, pie/bar charts, geographical maps, or hierarchical tables.
OK
{- "clientStatus": [
- "new",
- "active",
- "lost"
], - "startDate": "2023-05-15",
- "stopDate": "2023-07-13",
- "groupBy": "clientId",
- "daysUntilDeclaredLost": 40,
- "dateReportedLost": "dateDeclaredLost",
- "dateSplit": "week",
- "globalFilters": {
- "os": {
- "platform": {
- "value": [
- "Microsoft Windows"
]
}, - "version": {
- "value": [
- "Microsoft Windows Server 2003"
]
}, - "edition": {
- "value": [
- "Microsoft Windows 10 Home",
- "Microsoft Windows 10 Generic"
]
}, - "type": "stringArray"
}, - "geography": {
- "continent": {
- "value": [
- "AS",
- "EU"
]
}, - "country": {
- "value": [
- "DZ",
- "BE",
- "AU"
]
}, - "usState": {
- "value": [
- "US-LA",
- "US-IL",
- "US-FL"
]
}, - "type": "stringArray"
}, - "gpu": {
- "vendor": {
- "value": [
- "ATI",
- "AMD",
- "Intel",
- "NVIDIA"
]
}, - "model": {
- "value": [
- "AMD Radeon HD 4600",
- "AMD Radeon HD 7000",
- "AMD Radeon R7 200"
]
}, - "type": "stringArray"
}, - "optOut": [
- {
- "historical": true,
- "current": true
}
], - "backOff": [
- {
- "historical": true,
- "current": true
}
], - "lifetimeEventUsage": [
- {
- "combiArray": [
- {
- "category": "File Operations",
- "categoryType": "string",
- "nameType": "regex",
- "name": ".*"
}, - {
- "category": "File Operations",
- "name": "Copy",
- "categoryType": "string",
- "nameType": "string"
}, - {
- "category": "File Operations",
- "name": "Clone",
- "categoryType": "string",
- "nameType": "string"
}, - {
- "category": "File Operations",
- "name": "Open",
- "categoryType": "string",
- "nameType": "string"
}, - {
- "category": "File Operations",
- "name": "Save",
- "categoryType": "string",
- "nameType": "string"
}
], - "max": 10000
}
], - "reachOutDeliveries": [
- {
- "auto": {
- "delivered": [
- "2"
], - "undelivered": [
- "3"
]
}, - "manual": {
- "delivered": [
- "1"
]
}
}
]
}, - "resultMode": "absolute",
- "levels": {
- "level1": {
- "property": "prodVersion",
- "segments": [
- {
- "segmentLabel": "1.5-0",
- "type": "string",
- "value": "1.5"
}
]
}
}
}
{- "result": {
- "2023-05-15": {
- "719838951-0": {
- "new": 244,
- "active": 1747,
- "lost": 32
}
}, - "2023-05-22": {
- "719838951-0": {
- "new": 188,
- "active": 1818,
- "lost": 48
}
}, - "2023-05-29": {
- "719838951-0": {
- "new": 172,
- "active": 1908,
- "lost": 67
}
}, - "2023-06-05": {
- "719838951-0": {
- "new": 144,
- "active": 1935,
- "lost": 73
}
}, - "2023-06-12": {
- "719838951-0": {
- "new": 106,
- "active": 1902,
- "lost": 75
}
}, - "2023-06-19": {
- "719838951-0": {
- "new": 102,
- "active": 1861,
- "lost": 100
}
}, - "2023-06-26": {
- "719838951-0": {
- "new": 132,
- "active": 1898,
- "lost": 122
}
}, - "2023-07-03": {
- "719838951-0": {
- "new": 165,
- "active": 1928,
- "lost": 121
}
}, - "2023-07-10": {
- "719838951-0": {
- "new": 164,
- "active": 1869,
- "lost": 78
}
}
}
}
This reporting mechanism is to be used for generating reports regarding the current status of your product user base. Depending on the request, this can create pie/bar charts, geographical maps, or hierarchical tables.
OK
{- "clientStatus": [
- "new",
- "active",
- "lost"
], - "startDate": "2023-05-15",
- "daysUntilDeclaredLost": 40,
- "dateReportedLost": "dateDeclaredLost",
- "globalFilters": { },
- "levels": {
- "level1": {
- "property": "prodVersion",
- "segments": [
- {
- "type": "regex",
- "value": ".*",
- "split": true,
- "limit": 30,
- "includeNull": true
}
], - "sort": "active",
- "sortDirection": "desc"
}
}, - "groupBy": "clientId",
- "resultMode": "percentOfActive"
}
{- "result": {
- "level1": {
- "1": {
- "totals": {
- "active": 1133
}
}, - "2": {
- "totals": {
- "active": 3022
}
}, - "1.5": {
- "totals": {
- "active": 1223
}
}, - "3.1": {
- "totals": {
- "active": 525
}
}
}
}
}
The User Distribution Histogram report consists of three histograms which show the following metrics:
OK
{- "globalFilters": { },
- "startDate": "2022-01-01",
- "stopDate": "2023-05-30"
}
{- "result": {
- "activeDays": {
- "1": {
- "users": 163,
- "sessions": {
- "2": 53,
- "3": 29,
- "≤ 1": 41,
- "4 - 5": 16,
- "6 - 8": 19,
- "9 - 12": 5,
- "≥ 13": 0
}, - "runtime": {
- "≤ 0:05": 1,
- "0:06 - 0:15": 8,
- "0:16 - 0:30": 154,
- "≥ 0:31": 0
}
}, - "2": {
- "users": 192,
- "sessions": {
- "2": 12,
- "3": 25,
- "≤ 1": 0,
- "4 - 5": 92,
- "6 - 8": 36,
- "9 - 12": 18,
- "13 - 20": 9,
- "≥ 21": 0
}, - "runtime": {
- "≤ 0:15": 0,
- "0:16 - 0:30": 10,
- "0:31 - 0:45": 24,
- "0:46 - 1:00": 158,
- "≥ 1:01": 0
}
}, - "3": {
- "users": 192,
- "sessions": {
- "3": 3,
- "≤ 2": 0,
- "4 - 5": 37,
- "6 - 8": 74,
- "9 - 12": 33,
- "13 - 20": 36,
- "21 - 30": 9,
- "≥ 31": 0
}, - "runtime": {
- "≤ 0:15": 0,
- "0:16 - 0:30": 1,
- "0:31 - 0:45": 3,
- "0:46 - 1:00": 16,
- "1:01 - 1:30": 172,
- "≥ 1:31": 0
}
}, - "4": {
- "users": 198,
- "sessions": {
- "≤ 3": 0,
- "4 - 5": 6,
- "6 - 8": 58,
- "9 - 12": 68,
- "13 - 20": 36,
- "21 - 30": 30,
- "≥ 31": 0
}, - "runtime": {
- "≤ 0:45": 0,
- "0:46 - 1:00": 3,
- "1:01 - 1:30": 42,
- "1:31 - 2:00": 153,
- "≥ 2:01": 0
}
}, - "5": {
- "users": 180,
- "sessions": {
- "≤ 5": 0,
- "6 - 8": 19,
- "9 - 12": 83,
- "13 - 20": 31,
- "21 - 30": 41,
- "31 - 50": 6,
- "≥ 51": 0
}, - "runtime": {
- "≤ 1:00": 0,
- "1:01 - 1:30": 5,
- "1:31 - 2:00": 175,
- "≥ 2:01": 0
}
}, - "6": {
- "users": 180,
- "sessions": {
- "≤ 5": 0,
- "6 - 8": 4,
- "9 - 12": 54,
- "13 - 20": 63,
- "21 - 30": 36,
- "31 - 50": 23,
- "≥ 51": 0
}, - "runtime": {
- "≤ 1:30": 0,
- "1:31 - 2:00": 14,
- "2:01 - 3:00": 166,
- "≥ 3:01": 0
}
}, - "7 - 9": {
- "users": 438,
- "sessions": {
- "≤ 5": 0,
- "6 - 8": 2,
- "9 - 12": 23,
- "13 - 20": 179,
- "21 - 30": 73,
- "31 - 50": 146,
- "51 - 75": 15,
- "≥ 76": 0
}, - "runtime": {
- "≤ 1:30": 0,
- "1:31 - 2:00": 1,
- "2:01 - 3:00": 202,
- "3:01 - 4:00": 235,
- "≥ 4:01": 0
}
}, - "10 - 14": {
- "users": 679,
- "sessions": {
- "≤ 12": 0,
- "13 - 20": 58,
- "21 - 30": 228,
- "31 - 50": 170,
- "51 - 75": 195,
- "76 - 100": 27,
- "101 - 150": 1,
- "≥ 151": 0
}, - "runtime": {
- "≤ 2:00": 0,
- "2:01 - 3:00": 2,
- "3:01 - 4:00": 186,
- "4:01 - 6:00": 491,
- "≥ 6:01": 0
}
}, - "15 - 19": {
- "users": 519,
- "sessions": {
- "≤ 20": 0,
- "21 - 30": 46,
- "31 - 50": 188,
- "51 - 75": 113,
- "76 - 100": 146,
- "101 - 150": 26,
- "≥ 151": 0
}, - "runtime": {
- "≤ 4:00": 0,
- "4:01 - 6:00": 146,
- "6:01 - 9:00": 373,
- "≥ 9:01": 0
}
}, - "20 - 24": {
- "users": 424,
- "sessions": {
- "≤ 30": 0,
- "31 - 50": 138,
- "51 - 75": 74,
- "76 - 100": 76,
- "101 - 150": 135,
- "151 - 250": 1,
- "≥ 251": 0
}, - "runtime": {
- "≤ 6:00": 0,
- "6:01 - 9:00": 315,
- "9:01 - 15:00": 109,
- "≥ 15:01": 0
}
}, - "25 - 29": {
- "users": 343,
- "sessions": {
- "≤ 30": 0,
- "31 - 50": 22,
- "51 - 75": 123,
- "76 - 100": 38,
- "101 - 150": 134,
- "151 - 250": 26,
- "≥ 251": 0
}, - "runtime": {
- "≤ 6:00": 0,
- "6:01 - 9:00": 16,
- "9:01 - 15:00": 327,
- "≥ 15:01": 0
}
}, - "30 - 44": {
- "users": 588,
- "sessions": {
- "≤ 50": 0,
- "51 - 75": 87,
- "76 - 100": 108,
- "101 - 150": 111,
- "151 - 250": 282,
- "≥ 251": 0
}, - "runtime": {
- "≤ 9:00": 0,
- "9:01 - 15:00": 441,
- "15:01 - 24:00": 147,
- "≥ 24:01": 0
}
}, - "45 - 59": {
- "users": 306,
- "sessions": {
- "≤ 75": 0,
- "76 - 100": 32,
- "101 - 150": 74,
- "151 - 250": 99,
- "251 - 500": 101,
- "≥ 501": 0
}, - "runtime": {
- "≤ 15:00": 0,
- "15:01 - 24:00": 306,
- "≥ 24:01": 0
}
}, - "60 - 89": {
- "users": 409,
- "sessions": {
- "≤ 100": 0,
- "101 - 150": 45,
- "151 - 250": 116,
- "251 - 500": 243,
- "≥ 501": 5
}, - "runtime": {
- "≤ 15:00": 0,
- "15:01 - 24:00": 54,
- "24:01 - 48:00": 355,
- "≥ 48:01": 0
}
}, - "90 - 119": {
- "users": 213,
- "sessions": {
- "≤ 150": 0,
- "151 - 250": 36,
- "251 - 500": 99,
- "≥ 501": 78
}, - "runtime": {
- "≤ 24:00": 0,
- "24:01 - 48:00": 213,
- "≥ 48:01": 0
}
}, - "120 - 179": {
- "users": 127,
- "sessions": {
- "≤ 150": 0,
- "151 - 250": 6,
- "251 - 500": 41,
- "≥ 501": 80
}, - "runtime": {
- "≤ 24:00": 0,
- "24:01 - 48:00": 14,
- "48:01 - 96:00": 113,
- "≥ 96:01": 0
}
}, - "180 - 269": {
- "users": 11,
- "sessions": {
- "≤ 500": 0,
- "≥ 501": 11
}, - "runtime": {
- "≤ 48:00": 0,
- "48:01 - 96:00": 11,
- "≥ 96:01": 0
}
}, - "≥ 270": {
- "users": 0,
- "sessions": { },
- "runtime": { }
}
}, - "sessions": {
- "2": {
- "users": 65,
- "activeDays": {
- "1": 53,
- "2": 12,
- "≥ 3": 0
}, - "runtime": {
- "≤ 0:05": 0,
- "0:06 - 0:15": 1,
- "0:16 - 0:30": 54,
- "0:31 - 0:45": 3,
- "0:46 - 1:00": 7,
- "≥ 1:01": 0
}
}, - "3": {
- "users": 57,
- "activeDays": {
- "1": 29,
- "2": 25,
- "3": 3,
- "≥ 4": 0
}, - "runtime": {
- "≤ 0:15": 0,
- "0:16 - 0:30": 32,
- "0:31 - 0:45": 9,
- "0:46 - 1:00": 14,
- "1:01 - 1:30": 2,
- "≥ 1:31": 0
}
}, - "≤ 1": {
- "users": 41,
- "activeDays": {
- "1": 41,
- "≥ 2": 0
}, - "runtime": {
- "≤ 0:05": 1,
- "0:06 - 0:15": 7,
- "0:16 - 0:30": 33,
- "≥ 0:31": 0
}
}, - "4 - 5": {
- "users": 151,
- "activeDays": {
- "1": 16,
- "2": 92,
- "3": 37,
- "4": 6,
- "≥ 5": 0
}, - "runtime": {
- "≤ 0:15": 0,
- "0:16 - 0:30": 22,
- "0:31 - 0:45": 11,
- "0:46 - 1:00": 82,
- "1:01 - 1:30": 33,
- "1:31 - 2:00": 3,
- "≥ 2:01": 0
}
}, - "6 - 8": {
- "users": 212,
- "activeDays": {
- "1": 19,
- "2": 36,
- "3": 74,
- "4": 58,
- "5": 19,
- "6": 4,
- "7 - 9": 2,
- "≥ 10": 0
}, - "runtime": {
- "≤ 0:15": 0,
- "0:16 - 0:30": 19,
- "0:31 - 0:45": 3,
- "0:46 - 1:00": 43,
- "1:01 - 1:30": 89,
- "1:31 - 2:00": 52,
- "2:01 - 3:00": 6,
- "≥ 3:01": 0
}
}, - "9 - 12": {
- "users": 284,
- "activeDays": {
- "1": 5,
- "2": 18,
- "3": 33,
- "4": 68,
- "5": 83,
- "6": 54,
- "7 - 9": 23,
- "≥ 10": 0
}, - "runtime": {
- "≤ 0:15": 0,
- "0:16 - 0:30": 5,
- "0:31 - 0:45": 1,
- "0:46 - 1:00": 21,
- "1:01 - 1:30": 41,
- "1:31 - 2:00": 147,
- "2:01 - 3:00": 65,
- "3:01 - 4:00": 4,
- "≥ 4:01": 0
}
}, - "13 - 20": {
- "users": 412,
- "activeDays": {
- "1": 0,
- "2": 9,
- "3": 36,
- "4": 36,
- "5": 31,
- "6": 63,
- "7 - 9": 179,
- "10 - 14": 58,
- "≥ 15": 0
}, - "runtime": {
- "≤ 0:45": 0,
- "0:46 - 1:00": 10,
- "1:01 - 1:30": 41,
- "1:31 - 2:00": 67,
- "2:01 - 3:00": 152,
- "3:01 - 4:00": 125,
- "4:01 - 6:00": 17,
- "≥ 6:01": 0
}
}, - "21 - 30": {
- "users": 463,
- "activeDays": {
- "3": 9,
- "4": 30,
- "5": 41,
- "6": 36,
- "1 - 2": 0,
- "7 - 9": 73,
- "10 - 14": 228,
- "15 - 19": 46,
- "≥ 20": 0
}, - "runtime": {
- "≤ 1:00": 0,
- "1:01 - 1:30": 13,
- "1:31 - 2:00": 68,
- "2:01 - 3:00": 68,
- "3:01 - 4:00": 106,
- "4:01 - 6:00": 198,
- "6:01 - 9:00": 10,
- "≥ 9:01": 0
}
}, - "31 - 50": {
- "users": 693,
- "activeDays": {
- "5": 6,
- "6": 23,
- "1 - 4": 0,
- "7 - 9": 146,
- "10 - 14": 170,
- "15 - 19": 188,
- "20 - 24": 138,
- "25 - 29": 22,
- "≥ 30": 0
}, - "runtime": {
- "≤ 1:30": 0,
- "1:31 - 2:00": 6,
- "2:01 - 3:00": 77,
- "3:01 - 4:00": 147,
- "4:01 - 6:00": 174,
- "6:01 - 9:00": 263,
- "9:01 - 15:00": 26,
- "≥ 15:01": 0
}
}, - "51 - 75": {
- "users": 607,
- "activeDays": {
- "1 - 6": 0,
- "7 - 9": 15,
- "10 - 14": 195,
- "15 - 19": 113,
- "20 - 24": 74,
- "25 - 29": 123,
- "30 - 44": 87,
- "≥ 45": 0
}, - "runtime": {
- "≤ 2:00": 0,
- "2:01 - 3:00": 2,
- "3:01 - 4:00": 38,
- "4:01 - 6:00": 198,
- "6:01 - 9:00": 140,
- "9:01 - 15:00": 226,
- "15:01 - 24:00": 3,
- "≥ 24:01": 0
}
}, - "76 - 100": {
- "users": 427,
- "activeDays": {
- "1 - 9": 0,
- "10 - 14": 27,
- "15 - 19": 146,
- "20 - 24": 76,
- "25 - 29": 38,
- "30 - 44": 108,
- "45 - 59": 32,
- "≥ 60": 0
}, - "runtime": {
- "≤ 3:00": 0,
- "3:01 - 4:00": 1,
- "4:01 - 6:00": 49,
- "6:01 - 9:00": 186,
- "9:01 - 15:00": 145,
- "15:01 - 24:00": 46,
- "≥ 24:01": 0
}
}, - "101 - 150": {
- "users": 526,
- "activeDays": {
- "1 - 9": 0,
- "10 - 14": 1,
- "15 - 19": 26,
- "20 - 24": 135,
- "25 - 29": 134,
- "30 - 44": 111,
- "45 - 59": 74,
- "60 - 89": 45,
- "≥ 90": 0
}, - "runtime": {
- "≤ 4:00": 0,
- "4:01 - 6:00": 1,
- "6:01 - 9:00": 105,
- "9:01 - 15:00": 265,
- "15:01 - 24:00": 141,
- "24:01 - 48:00": 14,
- "≥ 48:01": 0
}
}, - "151 - 250": {
- "users": 566,
- "activeDays": {
- "1 - 19": 0,
- "20 - 24": 1,
- "25 - 29": 26,
- "30 - 44": 282,
- "45 - 59": 99,
- "60 - 89": 116,
- "90 - 119": 36,
- "120 - 179": 6,
- "≥ 180": 0
}, - "runtime": {
- "≤ 9:00": 0,
- "9:01 - 15:00": 215,
- "15:01 - 24:00": 197,
- "24:01 - 48:00": 154,
- "≥ 48:01": 0
}
}, - "251 - 500": {
- "users": 484,
- "activeDays": {
- "1 - 44": 0,
- "45 - 59": 101,
- "60 - 89": 243,
- "90 - 119": 99,
- "120 - 179": 41,
- "≥ 180": 0
}, - "runtime": {
- "≤ 15:00": 0,
- "15:01 - 24:00": 120,
- "24:01 - 48:00": 327,
- "48:01 - 96:00": 37,
- "≥ 96:01": 0
}
}, - "≥ 501": {
- "users": 174,
- "activeDays": {
- "1 - 59": 0,
- "60 - 89": 5,
- "90 - 119": 78,
- "120 - 179": 80,
- "180 - 269": 11,
- "≥ 270": 0
}, - "runtime": {
- "≤ 24:00": 0,
- "24:01 - 48:00": 87,
- "48:01 - 96:00": 87,
- "≥ 96:01": 0
}
}
}, - "runtime": {
- "≤ 0:05": {
- "users": 1,
- "activeDays": {
- "1": 1,
- "≥ 2": 0
}, - "sessions": {
- "≤ 1": 1,
- "≥ 2": 0
}
}, - "0:06 - 0:15": {
- "users": 8,
- "activeDays": {
- "1": 8,
- "≥ 2": 0
}, - "sessions": {
- "2": 1,
- "≤ 1": 7,
- "≥ 3": 0
}
}, - "0:16 - 0:30": {
- "users": 165,
- "activeDays": {
- "1": 154,
- "2": 10,
- "3": 1,
- "≥ 4": 0
}, - "sessions": {
- "2": 54,
- "3": 32,
- "≤ 1": 33,
- "4 - 5": 22,
- "6 - 8": 19,
- "9 - 12": 5,
- "≥ 13": 0
}
}, - "0:31 - 0:45": {
- "users": 27,
- "activeDays": {
- "1": 0,
- "2": 24,
- "3": 3,
- "≥ 4": 0
}, - "sessions": {
- "2": 3,
- "3": 9,
- "≤ 1": 0,
- "4 - 5": 11,
- "6 - 8": 3,
- "9 - 12": 1,
- "≥ 13": 0
}
}, - "0:46 - 1:00": {
- "users": 177,
- "activeDays": {
- "1": 0,
- "2": 158,
- "3": 16,
- "4": 3,
- "≥ 5": 0
}, - "sessions": {
- "2": 7,
- "3": 14,
- "≤ 1": 0,
- "4 - 5": 82,
- "6 - 8": 43,
- "9 - 12": 21,
- "13 - 20": 10,
- "≥ 21": 0
}
}, - "1:01 - 1:30": {
- "users": 219,
- "activeDays": {
- "3": 172,
- "4": 42,
- "5": 5,
- "1 - 2": 0,
- "≥ 6": 0
}, - "sessions": {
- "3": 2,
- "≤ 2": 0,
- "4 - 5": 33,
- "6 - 8": 89,
- "9 - 12": 41,
- "13 - 20": 41,
- "21 - 30": 13,
- "≥ 31": 0
}
}, - "1:31 - 2:00": {
- "users": 343,
- "activeDays": {
- "4": 153,
- "5": 175,
- "6": 14,
- "1 - 3": 0,
- "7 - 9": 1,
- "≥ 10": 0
}, - "sessions": {
- "≤ 3": 0,
- "4 - 5": 3,
- "6 - 8": 52,
- "9 - 12": 147,
- "13 - 20": 67,
- "21 - 30": 68,
- "31 - 50": 6,
- "≥ 51": 0
}
}, - "2:01 - 3:00": {
- "users": 370,
- "activeDays": {
- "6": 166,
- "1 - 5": 0,
- "7 - 9": 202,
- "10 - 14": 2,
- "≥ 15": 0
}, - "sessions": {
- "≤ 5": 0,
- "6 - 8": 6,
- "9 - 12": 65,
- "13 - 20": 152,
- "21 - 30": 68,
- "31 - 50": 77,
- "51 - 75": 2,
- "≥ 76": 0
}
}, - "3:01 - 4:00": {
- "users": 421,
- "activeDays": {
- "1 - 6": 0,
- "7 - 9": 235,
- "10 - 14": 186,
- "≥ 15": 0
}, - "sessions": {
- "≤ 8": 0,
- "9 - 12": 4,
- "13 - 20": 125,
- "21 - 30": 106,
- "31 - 50": 147,
- "51 - 75": 38,
- "76 - 100": 1,
- "≥ 101": 0
}
}, - "4:01 - 6:00": {
- "users": 637,
- "activeDays": {
- "1 - 9": 0,
- "10 - 14": 491,
- "15 - 19": 146,
- "≥ 20": 0
}, - "sessions": {
- "≤ 12": 0,
- "13 - 20": 17,
- "21 - 30": 198,
- "31 - 50": 174,
- "51 - 75": 198,
- "76 - 100": 49,
- "101 - 150": 1,
- "≥ 151": 0
}
}, - "6:01 - 9:00": {
- "users": 704,
- "activeDays": {
- "1 - 14": 0,
- "15 - 19": 373,
- "20 - 24": 315,
- "25 - 29": 16,
- "≥ 30": 0
}, - "sessions": {
- "≤ 20": 0,
- "21 - 30": 10,
- "31 - 50": 263,
- "51 - 75": 140,
- "76 - 100": 186,
- "101 - 150": 105,
- "≥ 151": 0
}
}, - "9:01 - 15:00": {
- "users": 877,
- "activeDays": {
- "1 - 19": 0,
- "20 - 24": 109,
- "25 - 29": 327,
- "30 - 44": 441,
- "≥ 45": 0
}, - "sessions": {
- "≤ 30": 0,
- "31 - 50": 26,
- "51 - 75": 226,
- "76 - 100": 145,
- "101 - 150": 265,
- "151 - 250": 215,
- "≥ 251": 0
}
}, - "15:01 - 24:00": {
- "users": 507,
- "activeDays": {
- "1 - 29": 0,
- "30 - 44": 147,
- "45 - 59": 306,
- "60 - 89": 54,
- "≥ 90": 0
}, - "sessions": {
- "≤ 50": 0,
- "51 - 75": 3,
- "76 - 100": 46,
- "101 - 150": 141,
- "151 - 250": 197,
- "251 - 500": 120,
- "≥ 501": 0
}
}, - "24:01 - 48:00": {
- "users": 582,
- "activeDays": {
- "1 - 59": 0,
- "60 - 89": 355,
- "90 - 119": 213,
- "120 - 179": 14,
- "≥ 180": 0
}, - "sessions": {
- "≤ 100": 0,
- "101 - 150": 14,
- "151 - 250": 154,
- "251 - 500": 327,
- "≥ 501": 87
}
}, - "48:01 - 96:00": {
- "users": 124,
- "activeDays": {
- "1 - 119": 0,
- "120 - 179": 113,
- "180 - 269": 11,
- "≥ 270": 0
}, - "sessions": {
- "≤ 250": 0,
- "251 - 500": 37,
- "≥ 501": 87
}
}, - "≥ 96:01": {
- "users": 0,
- "activeDays": { },
- "sessions": { }
}
}
}
}
The aim of this report is to show how events occur throughout the clients' lifetime. The data is presented as a histogram showing only a subset of events as specified. The histogram shows how many clients performed an event throughout their lifetime or their average daily/weekly/monthly usage.
This report returns data that is to be represented in chart format. The result consists of histogram-style data for each different event or event combination that has been requested. The results consist of 4 histograms based on different values: event counts, average event count per day, average event count per week, and average event count per month.
OK
{- "summary": {
- "usedAtLeastOnce": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 3377
}
], - "neverUsed": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 0
}
]
}, - "result": {
- "eventCount": [
- {
- "bin": "1",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 1
}
]
}, - {
- "bin": "2 - 39",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 412
}
]
}, - {
- "bin": "40 - 77",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 399
}
]
}, - {
- "bin": "78 - 115",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 293
}
]
}, - {
- "bin": "116 - 153",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 224
}
]
}, - {
- "bin": "154 - 191",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 188
}
]
}, - {
- "bin": "192 - 229",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 176
}
]
}, - {
- "bin": "230 - 267",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 158
}
]
}, - {
- "bin": "268 - 305",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 148
}
]
}, - {
- "bin": "306 - 343",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 132
}
]
}, - {
- "bin": "344 - 381",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 115
}
]
}, - {
- "bin": "382 - 419",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 96
}
]
}, - {
- "bin": "420 - 457",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 110
}
]
}, - {
- "bin": "458 - 495",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 79
}
]
}, - {
- "bin": "496 - 533",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 50
}
]
}, - {
- "bin": "534 - 571",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 51
}
]
}, - {
- "bin": "572 - 620",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 73
}
]
}, - {
- "bin": "621 - 680",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 71
}
]
}, - {
- "bin": "681 - 762",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 107
}
]
}, - {
- "bin": "763 - 888",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 128
}
]
}, - {
- "bin": "889 - 1103",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 117
}
]
}, - {
- "bin": "1104 - 1495",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 101
}
]
}, - {
- "bin": "1496 - 2240",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 103
}
]
}, - {
- "bin": "2241 - 3693",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 45
}
]
}
], - "averageCountPerActiveDay": [
- {
- "bin": "1.00 - 2.71",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 25
}
]
}, - {
- "bin": "2.72 - 3.96",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 39
}
]
}, - {
- "bin": "3.97 - 4.97",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 148
}
]
}, - {
- "bin": "4.98 - 5.87",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 394
}
]
}, - {
- "bin": "5.88 - 6.70",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 322
}
]
}, - {
- "bin": "6.71 - 7.48",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 232
}
]
}, - {
- "bin": "7.49 - 8.26",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 252
}
]
}, - {
- "bin": "8.27 - 9.04",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 155
}
]
}, - {
- "bin": "9.05 - 9.82",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 68
}
]
}, - {
- "bin": "9.83 - 10.60",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 76
}
]
}, - {
- "bin": "10.61 - 11.38",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 85
}
]
}, - {
- "bin": "11.39 - 12.16",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 111
}
]
}, - {
- "bin": "12.17 - 12.94",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 197
}
]
}, - {
- "bin": "12.95 - 13.72",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 247
}
]
}, - {
- "bin": "13.73 - 14.50",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 278
}
]
}, - {
- "bin": "14.51 - 16.33",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 431
}
]
}, - {
- "bin": "16.34 - 19.21",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 200
}
]
}, - {
- "bin": "19.22 - 24.20",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 77
}
]
}, - {
- "bin": "24.21 - 33.39",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 31
}
]
}, - {
- "bin": "33.40 - 51.00",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 9
}
]
}
], - "averageCountPerActiveWeek": [
- {
- "bin": "1.00 - 4.50",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 56
}
]
}, - {
- "bin": "4.51 - 7.80",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 200
}
]
}, - {
- "bin": "7.81 - 10.99",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 288
}
]
}, - {
- "bin": "11.00 - 14.13",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 157
}
]
}, - {
- "bin": "14.14 - 17.24",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 221
}
]
}, - {
- "bin": "17.25 - 20.33",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 206
}
]
}, - {
- "bin": "20.34 - 23.42",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 106
}
]
}, - {
- "bin": "23.43 - 26.51",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 140
}
]
}, - {
- "bin": "26.52 - 29.60",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 224
}
]
}, - {
- "bin": "29.61 - 32.69",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 251
}
]
}, - {
- "bin": "32.70 - 35.78",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 186
}
]
}, - {
- "bin": "35.79 - 38.87",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 145
}
]
}, - {
- "bin": "38.88 - 41.96",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 112
}
]
}, - {
- "bin": "41.97 - 45.05",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 92
}
]
}, - {
- "bin": "45.06 - 48.14",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 101
}
]
}, - {
- "bin": "48.15 - 52.53",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 146
}
]
}, - {
- "bin": "52.54 - 58.23",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 198
}
]
}, - {
- "bin": "58.24 - 66.53",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 224
}
]
}, - {
- "bin": "66.54 - 80.05",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 294
}
]
}, - {
- "bin": "80.06 - 104.00",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 30
}
]
}
], - "averageCountPerActiveMonth": [
- {
- "bin": "1.00 - 10.79",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 126
}
]
}, - {
- "bin": "10.80 - 20.40",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 300
}
]
}, - {
- "bin": "20.41 - 29.93",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 279
}
]
}, - {
- "bin": "29.94 - 39.41",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 167
}
]
}, - {
- "bin": "39.42 - 48.87",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 168
}
]
}, - {
- "bin": "48.88 - 58.31",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 201
}
]
}, - {
- "bin": "58.32 - 67.75",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 175
}
]
}, - {
- "bin": "67.76 - 77.19",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 152
}
]
}, - {
- "bin": "77.20 - 86.63",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 124
}
]
}, - {
- "bin": "86.64 - 96.07",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 169
}
]
}, - {
- "bin": "96.08 - 105.51",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 169
}
]
}, - {
- "bin": "105.52 - 114.95",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 175
}
]
}, - {
- "bin": "114.96 - 124.39",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 125
}
]
}, - {
- "bin": "124.40 - 133.83",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 102
}
]
}, - {
- "bin": "133.84 - 143.27",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 107
}
]
}, - {
- "bin": "143.28 - 157.69",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 134
}
]
}, - {
- "bin": "157.70 - 177.10",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 126
}
]
}, - {
- "bin": "177.11 - 206.48",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 203
}
]
}, - {
- "bin": "206.49 - 255.80",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 229
}
]
}, - {
- "bin": "255.81 - 345.00",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 146
}
]
}
]
}
}
The aim of this reports is to show how events occur throughout the clients' lifetime. The data is presented as a paged table which shows a list of all events and how many times each occurred.
This report returns data that is to be represented in tabular format. It contains data about each tracked event, how many times it occurred, how many times each user performed each event on average, etc. The events can be presented either as a flat view or categorized hierarchically based on event category and name. Data for each event can then be segmented by any property.
OK
{- "returnedEventsCount": 17,
- "matchingEventsCount": 17,
- "result": [
- {
- "eventCategory": "Reporting",
- "eventName": "Show",
- "eventCount": 1333043,
- "eventCountPerUserUsedAtLeastOnce": 394.74,
- "usersUsedAtLeastOnce": 3377,
- "percentUsedAtLeastOnce": 100,
- "usersNeverUsed": 0,
- "percentNeverUsed": 0,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 11.21,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 37.21,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 116.17
}, - {
- "eventCategory": "File Operations",
- "eventName": "Save",
- "eventCount": 1446258,
- "eventCountPerUserUsedAtLeastOnce": 428.27,
- "usersUsedAtLeastOnce": 3377,
- "percentUsedAtLeastOnce": 100,
- "usersNeverUsed": 0,
- "percentNeverUsed": 0,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 12.16,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 40.37,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 126.04
}, - {
- "eventCategory": "Install Wizard",
- "eventName": "Step 1",
- "eventCount": 4016,
- "eventCountPerUserUsedAtLeastOnce": 1.19,
- "usersUsedAtLeastOnce": 3377,
- "percentUsedAtLeastOnce": 100,
- "usersNeverUsed": 0,
- "percentNeverUsed": 0,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 0.03,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 0.11,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 0.35
}, - {
- "eventCategory": "Reporting",
- "eventName": "Send Email",
- "eventCount": 991997,
- "eventCountPerUserUsedAtLeastOnce": 293.84,
- "usersUsedAtLeastOnce": 3376,
- "percentUsedAtLeastOnce": 99.97,
- "usersNeverUsed": 1,
- "percentNeverUsed": 0.03,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 8.34,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 27.69,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 86.46
}, - {
- "eventCategory": "Scan Operations",
- "eventName": "Basic Mode",
- "eventCount": 550871,
- "eventCountPerUserUsedAtLeastOnce": 163.46,
- "usersUsedAtLeastOnce": 3370,
- "percentUsedAtLeastOnce": 99.79,
- "usersNeverUsed": 7,
- "percentNeverUsed": 0.21,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 4.63,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 15.38,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 48.04
}, - {
- "eventCategory": "File Operations",
- "eventName": "Clone",
- "eventCount": 459780,
- "eventCountPerUserUsedAtLeastOnce": 136.51,
- "usersUsedAtLeastOnce": 3368,
- "percentUsedAtLeastOnce": 99.73,
- "usersNeverUsed": 9,
- "percentNeverUsed": 0.27,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 3.87,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 12.84,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 40.1
}, - {
- "eventCategory": "File Operations",
- "eventName": "Open",
- "eventCount": 883777,
- "eventCountPerUserUsedAtLeastOnce": 262.48,
- "usersUsedAtLeastOnce": 3367,
- "percentUsedAtLeastOnce": 99.7,
- "usersNeverUsed": 10,
- "percentNeverUsed": 0.3,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 7.43,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 24.68,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 77.08
}, - {
- "eventCategory": "Reporting",
- "eventName": "Printout",
- "eventCount": 400468,
- "eventCountPerUserUsedAtLeastOnce": 119.15,
- "usersUsedAtLeastOnce": 3361,
- "percentUsedAtLeastOnce": 99.53,
- "usersNeverUsed": 16,
- "percentNeverUsed": 0.47,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 3.37,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 11.19,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 34.95
}, - {
- "eventCategory": "File Operations",
- "eventName": "Copy",
- "eventCount": 243568,
- "eventCountPerUserUsedAtLeastOnce": 72.92,
- "usersUsedAtLeastOnce": 3340,
- "percentUsedAtLeastOnce": 98.9,
- "usersNeverUsed": 37,
- "percentNeverUsed": 1.1,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 2.05,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 6.81,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 21.29
}, - {
- "eventCategory": "Install Wizard",
- "eventName": "Step 2",
- "eventCount": 2708,
- "eventCountPerUserUsedAtLeastOnce": 1.12,
- "usersUsedAtLeastOnce": 2424,
- "percentUsedAtLeastOnce": 71.78,
- "usersNeverUsed": 953,
- "percentNeverUsed": 28.22,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 0.03,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 0.1,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 0.33
}, - {
- "eventCategory": "Install Wizard",
- "eventName": "Step 3",
- "eventCount": 2329,
- "eventCountPerUserUsedAtLeastOnce": 1.06,
- "usersUsedAtLeastOnce": 2191,
- "percentUsedAtLeastOnce": 64.88,
- "usersNeverUsed": 1186,
- "percentNeverUsed": 35.12,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 0.03,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 0.1,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 0.31
}, - {
- "eventCategory": "Print Operations",
- "eventName": "Edit Mode",
- "eventCount": 259816,
- "eventCountPerUserUsedAtLeastOnce": 124.14,
- "usersUsedAtLeastOnce": 2093,
- "percentUsedAtLeastOnce": 61.98,
- "usersNeverUsed": 1284,
- "percentNeverUsed": 38.02,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 3.71,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 12.25,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 37.85
}, - {
- "eventCategory": "Print Operations",
- "eventName": "Preview Mode",
- "eventCount": 176706,
- "eventCountPerUserUsedAtLeastOnce": 84.75,
- "usersUsedAtLeastOnce": 2085,
- "percentUsedAtLeastOnce": 61.74,
- "usersNeverUsed": 1292,
- "percentNeverUsed": 38.26,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 2.52,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 8.35,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 25.8
}, - {
- "eventCategory": "Print Operations",
- "eventName": "Button Clicked",
- "eventCount": 428893,
- "eventCountPerUserUsedAtLeastOnce": 209.63,
- "usersUsedAtLeastOnce": 2046,
- "percentUsedAtLeastOnce": 60.59,
- "usersNeverUsed": 1331,
- "percentNeverUsed": 39.41,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 6.27,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 20.69,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 63.92
}, - {
- "eventCategory": "Scan Operations",
- "eventName": "Advanced Mode",
- "eventCount": 129159,
- "eventCountPerUserUsedAtLeastOnce": 63.28,
- "usersUsedAtLeastOnce": 2041,
- "percentUsedAtLeastOnce": 60.44,
- "usersNeverUsed": 1336,
- "percentNeverUsed": 39.56,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 1.85,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 6.14,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 19.06
}, - {
- "eventCategory": "Startup",
- "eventName": "Launch Wizard",
- "eventCount": 45207,
- "eventCountPerUserUsedAtLeastOnce": 23.28,
- "usersUsedAtLeastOnce": 1942,
- "percentUsedAtLeastOnce": 57.51,
- "usersNeverUsed": 1435,
- "percentNeverUsed": 42.49,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 0.66,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 2.2,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 6.86
}, - {
- "eventCategory": "Print Operations",
- "eventName": "Menu Launched",
- "eventCount": 7629,
- "eventCountPerUserUsedAtLeastOnce": 64.65,
- "usersUsedAtLeastOnce": 118,
- "percentUsedAtLeastOnce": 3.49,
- "usersNeverUsed": 3259,
- "percentNeverUsed": 96.51,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 1.78,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 6.22,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 19.27
}
]
}
This basic event tracking reports is presented in a data table format which is meant to show a list of all known events within a date range and how they occurred. This report contains data about each tracked event, how many times it occurred, how many times each user performed each event on average, etc.
OK
{- "result": [
- {
- "category": "File Operations",
- "categoryUsageSummary": {
- "cumulativeUsageCount": 1527896,
- "averageCountPerUser": 452.44,
- "averageCountPerSession": 6.3,
- "averageCountPerRuntimeHour": 64.07
}, - "categoryCustomValuesSummary": {
- "cumulativeCustomValueCount": 52287997.36,
- "averageCustomValuePerEvent": 34.22,
- "averageCustomValuePerUser": 15483.56,
- "averageCustomValuePerSession": 215.49,
- "averageCustomValuePerRuntimeHour": 2192.75
}, - "categoryEventsData": {
- "Save": {
- "eventUsage": {
- "cumulativeUsageCount": 724767,
- "averageCountPerUser": 214.62,
- "averageCountPerSession": 2.99,
- "averageCountPerRuntimeHour": 30.39
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 25210192.15,
- "averageCustomValuePerEvent": 34.78,
- "averageCustomValuePerUser": 7465.26,
- "averageCustomValuePerSession": 103.9,
- "averageCustomValuePerRuntimeHour": 1057.22
}
}, - "Open": {
- "eventUsage": {
- "cumulativeUsageCount": 440670,
- "averageCountPerUser": 130.49,
- "averageCountPerSession": 1.82,
- "averageCountPerRuntimeHour": 18.48
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 14094471.67,
- "averageCustomValuePerEvent": 31.98,
- "averageCustomValuePerUser": 4173.67,
- "averageCustomValuePerSession": 58.09,
- "averageCustomValuePerRuntimeHour": 591.07
}
}, - "Clone": {
- "eventUsage": {
- "cumulativeUsageCount": 236222,
- "averageCountPerUser": 69.95,
- "averageCountPerSession": 0.97,
- "averageCountPerRuntimeHour": 9.91
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 8899947.5,
- "averageCustomValuePerEvent": 37.68,
- "averageCustomValuePerUser": 2635.46,
- "averageCustomValuePerSession": 36.68,
- "averageCustomValuePerRuntimeHour": 373.23
}
}, - "Copy": {
- "eventUsage": {
- "cumulativeUsageCount": 126237,
- "averageCountPerUser": 37.38,
- "averageCountPerSession": 0.52,
- "averageCountPerRuntimeHour": 5.29
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 4083386.05,
- "averageCustomValuePerEvent": 32.35,
- "averageCustomValuePerUser": 1209.18,
- "averageCustomValuePerSession": 16.83,
- "averageCustomValuePerRuntimeHour": 171.24
}
}
}
}, - {
- "category": "Reporting",
- "categoryUsageSummary": {
- "cumulativeUsageCount": 1414818,
- "averageCountPerUser": 418.96,
- "averageCountPerSession": 5.83,
- "averageCountPerRuntimeHour": 59.33
}, - "categoryCustomValuesSummary": {
- "cumulativeCustomValueCount": 51371408.01,
- "averageCustomValuePerEvent": 36.31,
- "averageCustomValuePerUser": 15212.14,
- "averageCustomValuePerSession": 211.71,
- "averageCustomValuePerRuntimeHour": 2154.32
}, - "categoryEventsData": {
- "Show": {
- "eventUsage": {
- "cumulativeUsageCount": 679499,
- "averageCountPerUser": 201.21,
- "averageCountPerSession": 2.8,
- "averageCountPerRuntimeHour": 28.5
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 16222568.11,
- "averageCustomValuePerEvent": 23.87,
- "averageCustomValuePerUser": 4803.84,
- "averageCustomValuePerSession": 66.86,
- "averageCustomValuePerRuntimeHour": 680.31
}
}, - "Send Email": {
- "eventUsage": {
- "cumulativeUsageCount": 516865,
- "averageCountPerUser": 153.05,
- "averageCountPerSession": 2.13,
- "averageCountPerRuntimeHour": 21.68
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 1597945.84,
- "averageCustomValuePerEvent": 3.09,
- "averageCustomValuePerUser": 473.19,
- "averageCustomValuePerSession": 6.59,
- "averageCustomValuePerRuntimeHour": 67.01
}
}, - "Printout": {
- "eventUsage": {
- "cumulativeUsageCount": 218454,
- "averageCountPerUser": 64.69,
- "averageCountPerSession": 0.9,
- "averageCountPerRuntimeHour": 9.16
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 33550894.07,
- "averageCustomValuePerEvent": 153.58,
- "averageCustomValuePerUser": 9935.12,
- "averageCustomValuePerSession": 138.27,
- "averageCustomValuePerRuntimeHour": 1406.99
}
}
}
}, - {
- "category": "Print Operations",
- "categoryUsageSummary": {
- "cumulativeUsageCount": 537270,
- "averageCountPerUser": 159.1,
- "averageCountPerSession": 2.21,
- "averageCountPerRuntimeHour": 22.53
}, - "categoryCustomValuesSummary": {
- "cumulativeCustomValueCount": 7753198.31,
- "averageCustomValuePerEvent": 14.43,
- "averageCustomValuePerUser": 2295.88,
- "averageCustomValuePerSession": 31.95,
- "averageCustomValuePerRuntimeHour": 325.14
}, - "categoryEventsData": {
- "Button Clicked": {
- "eventUsage": {
- "cumulativeUsageCount": 264526,
- "averageCountPerUser": 78.33,
- "averageCountPerSession": 1.09,
- "averageCountPerRuntimeHour": 11.09
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 2930582.48,
- "averageCustomValuePerEvent": 11.08,
- "averageCustomValuePerUser": 867.81,
- "averageCustomValuePerSession": 12.08,
- "averageCustomValuePerRuntimeHour": 122.9
}
}, - "Edit Mode": {
- "eventUsage": {
- "cumulativeUsageCount": 159945,
- "averageCountPerUser": 47.36,
- "averageCountPerSession": 0.66,
- "averageCountPerRuntimeHour": 6.71
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 770018.27,
- "averageCustomValuePerEvent": 4.81,
- "averageCustomValuePerUser": 228.02,
- "averageCustomValuePerSession": 3.17,
- "averageCustomValuePerRuntimeHour": 32.29
}
}, - "Preview Mode": {
- "eventUsage": {
- "cumulativeUsageCount": 108690,
- "averageCountPerUser": 32.19,
- "averageCountPerSession": 0.45,
- "averageCountPerRuntimeHour": 4.56
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 3998776.15,
- "averageCustomValuePerEvent": 36.79,
- "averageCustomValuePerUser": 1184.12,
- "averageCustomValuePerSession": 16.48,
- "averageCustomValuePerRuntimeHour": 167.69
}
}, - "Menu Launched": {
- "eventUsage": {
- "cumulativeUsageCount": 4109,
- "averageCountPerUser": 1.22,
- "averageCountPerSession": 0.02,
- "averageCountPerRuntimeHour": 0.17
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 53821.41,
- "averageCustomValuePerEvent": 13.1,
- "averageCustomValuePerUser": 15.94,
- "averageCustomValuePerSession": 0.22,
- "averageCustomValuePerRuntimeHour": 2.26
}
}
}
}, - {
- "category": "Scan Operations",
- "categoryUsageSummary": {
- "cumulativeUsageCount": 356965,
- "averageCountPerUser": 105.7,
- "averageCountPerSession": 1.47,
- "averageCountPerRuntimeHour": 14.97
}, - "categoryCustomValuesSummary": {
- "cumulativeCustomValueCount": 57378966.15,
- "averageCustomValuePerEvent": 160.74,
- "averageCustomValuePerUser": 16991.11,
- "averageCustomValuePerSession": 236.47,
- "averageCustomValuePerRuntimeHour": 2406.25
}, - "categoryEventsData": {
- "Basic Mode": {
- "eventUsage": {
- "cumulativeUsageCount": 278026,
- "averageCountPerUser": 82.33,
- "averageCountPerSession": 1.15,
- "averageCountPerRuntimeHour": 11.66
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 41851056.6,
- "averageCustomValuePerEvent": 150.53,
- "averageCustomValuePerUser": 12392.97,
- "averageCustomValuePerSession": 172.48,
- "averageCustomValuePerRuntimeHour": 1755.07
}
}, - "Advanced Mode": {
- "eventUsage": {
- "cumulativeUsageCount": 78939,
- "averageCountPerUser": 23.38,
- "averageCountPerSession": 0.33,
- "averageCountPerRuntimeHour": 3.31
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 15527909.55,
- "averageCustomValuePerEvent": 196.71,
- "averageCustomValuePerUser": 4598.14,
- "averageCustomValuePerSession": 63.99,
- "averageCustomValuePerRuntimeHour": 651.18
}
}
}
}, - {
- "category": "Startup",
- "categoryUsageSummary": {
- "cumulativeUsageCount": 28184,
- "averageCountPerUser": 8.35,
- "averageCountPerSession": 0.12,
- "averageCountPerRuntimeHour": 1.18
}, - "categoryCustomValuesSummary": {
- "cumulativeCustomValueCount": 767534.77,
- "averageCustomValuePerEvent": 27.23,
- "averageCustomValuePerUser": 227.28,
- "averageCustomValuePerSession": 3.16,
- "averageCustomValuePerRuntimeHour": 32.19
}, - "categoryEventsData": {
- "Launch Wizard": {
- "eventUsage": {
- "cumulativeUsageCount": 28184,
- "averageCountPerUser": 8.35,
- "averageCountPerSession": 0.12,
- "averageCountPerRuntimeHour": 1.18
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 767534.77,
- "averageCustomValuePerEvent": 27.23,
- "averageCustomValuePerUser": 227.28,
- "averageCustomValuePerSession": 3.16,
- "averageCustomValuePerRuntimeHour": 32.19
}
}
}
}, - {
- "category": "Install Wizard",
- "categoryUsageSummary": {
- "cumulativeUsageCount": 3751,
- "averageCountPerUser": 1.11,
- "averageCountPerSession": 0.02,
- "averageCountPerRuntimeHour": 0.16
}, - "categoryCustomValuesSummary": {
- "cumulativeCustomValueCount": 28230.87,
- "averageCustomValuePerEvent": 7.53,
- "averageCustomValuePerUser": 8.36,
- "averageCustomValuePerSession": 0.12,
- "averageCustomValuePerRuntimeHour": 1.18
}, - "categoryEventsData": {
- "Step 1": {
- "eventUsage": {
- "cumulativeUsageCount": 1678,
- "averageCountPerUser": 0.5,
- "averageCountPerSession": 0.01,
- "averageCountPerRuntimeHour": 0.07
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 6504.67,
- "averageCustomValuePerEvent": 3.88,
- "averageCustomValuePerUser": 1.93,
- "averageCustomValuePerSession": 0.03,
- "averageCustomValuePerRuntimeHour": 0.27
}
}, - "Step 2": {
- "eventUsage": {
- "cumulativeUsageCount": 1122,
- "averageCountPerUser": 0.33,
- "averageCountPerSession": 0,
- "averageCountPerRuntimeHour": 0.05
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 2532.5,
- "averageCustomValuePerEvent": 2.26,
- "averageCustomValuePerUser": 0.75,
- "averageCustomValuePerSession": 0.01,
- "averageCustomValuePerRuntimeHour": 0.11
}
}, - "Step 3": {
- "eventUsage": {
- "cumulativeUsageCount": 951,
- "averageCountPerUser": 0.28,
- "averageCountPerSession": 0,
- "averageCountPerRuntimeHour": 0.04
}, - "eventCustomValues": {
- "cumulativeCustomValueCount": 19193.71,
- "averageCustomValuePerEvent": 20.18,
- "averageCustomValuePerUser": 5.68,
- "averageCustomValuePerSession": 0.08,
- "averageCustomValuePerRuntimeHour": 0.8
}
}
}
}
]
}
This basic event tracking report is presented in a timeline format which is meant to show the daily usage of a small subset. Normally, the timeline chart is used to drill-down on a selection of events that can be seen on the data table. This report returns a daily/weekly/monthly timeline of how many times each of the requested events occurred. The event occurrence counts can optionally be divided by the number of users on each day/week/month, the number of user sessions, runtime hours, etc.
OK
{- "result": {
- "2023-05-15": [
- {
- "combi": "Reporting→ Send Email",
- "value": 57068
}
], - "2023-05-22": [
- {
- "combi": "Reporting→ Send Email",
- "value": 58545
}
], - "2023-05-29": [
- {
- "combi": "Reporting→ Send Email",
- "value": 59778
}
], - "2023-06-05": [
- {
- "combi": "Reporting→ Send Email",
- "value": 60290
}
], - "2023-06-12": [
- {
- "combi": "Reporting→ Send Email",
- "value": 61460
}
], - "2023-06-19": [
- {
- "combi": "Reporting→ Send Email",
- "value": 58191
}
], - "2023-06-26": [
- {
- "combi": "Reporting→ Send Email",
- "value": 58247
}
], - "2023-07-03": [
- {
- "combi": "Reporting→ Send Email",
- "value": 59880
}
], - "2023-07-10": [
- {
- "combi": "Reporting→ Send Email",
- "value": 43406
}
]
}
}
This report provides a detailed view into how users are using your tracked events. It is available only for events selected for "advanced tracking" on the Event Tracking Management tab of the Product page. This report contains data about how many users used each event, many times each event occurred in total, how many times each user performed each event on average, etc. It also returns a histogram for each event showing the distribution of how many times each user performed each event.
Successful response
This report provides insight on the lifetime of lost users. It is meant to report what happened during the whole lifetime of these installations rather than what happened during a defined date range.
This report shows how new installations during the specified date range were engaged or lost during their lifetime. This report does not only show users who were reported lost, but instead, all users who installed during the specified date range are included. By viewing this report, one can then see how many users were still active/engaged after x days/weeks/months.
OK
{- "result": {
- "1": {
- "0": {
- "engaged": 1645,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "1": {
- "engaged": 1530,
- "engagedPercent": 93,
- "lost": 115,
- "lostPercent": 7
}, - "2": {
- "engaged": 1410,
- "engagedPercent": 85.7,
- "lost": 235,
- "lostPercent": 14.3
}, - "3": {
- "engaged": 1310,
- "engagedPercent": 79.6,
- "lost": 335,
- "lostPercent": 20.4
}, - "4": {
- "engaged": 1215,
- "engagedPercent": 73.9,
- "lost": 430,
- "lostPercent": 26.1
}, - "5": {
- "engaged": 1133,
- "engagedPercent": 68.9,
- "lost": 512,
- "lostPercent": 31.1
}, - "6": {
- "engaged": 1069,
- "engagedPercent": 65,
- "lost": 576,
- "lostPercent": 35
}, - "7": {
- "engaged": 995,
- "engagedPercent": 60.5,
- "lost": 650,
- "lostPercent": 39.5
}, - "8": {
- "engaged": 937,
- "engagedPercent": 57,
- "lost": 708,
- "lostPercent": 43
}, - "9": {
- "engaged": 860,
- "engagedPercent": 52.3,
- "lost": 785,
- "lostPercent": 47.7
}, - "10": {
- "engaged": 802,
- "engagedPercent": 48.8,
- "lost": 843,
- "lostPercent": 51.2
}, - "11": {
- "engaged": 753,
- "engagedPercent": 45.8,
- "lost": 892,
- "lostPercent": 54.2
}, - "12": {
- "engaged": 709,
- "engagedPercent": 43.1,
- "lost": 936,
- "lostPercent": 56.9
}, - "13": {
- "engaged": 667,
- "engagedPercent": 40.5,
- "lost": 978,
- "lostPercent": 59.5
}, - "14": {
- "engaged": 627,
- "engagedPercent": 38.1,
- "lost": 1018,
- "lostPercent": 61.9
}, - "15": {
- "engaged": 582,
- "engagedPercent": 35.4,
- "lost": 1063,
- "lostPercent": 64.6
}, - "16": {
- "engaged": 543,
- "engagedPercent": 33,
- "lost": 1102,
- "lostPercent": 67
}, - "17": {
- "engaged": 505,
- "engagedPercent": 30.7,
- "lost": 1140,
- "lostPercent": 69.3
}, - "18": {
- "engaged": 467,
- "engagedPercent": 28.4,
- "lost": 1178,
- "lostPercent": 71.6
}, - "19": {
- "engaged": 435,
- "engagedPercent": 26.4,
- "lost": 1210,
- "lostPercent": 73.6
}, - "20": {
- "engaged": 409,
- "engagedPercent": 24.9,
- "lost": 1236,
- "lostPercent": 75.1
}, - "21": {
- "engaged": 382,
- "engagedPercent": 23.2,
- "lost": 1263,
- "lostPercent": 76.8
}, - "22": {
- "engaged": 360,
- "engagedPercent": 21.9,
- "lost": 1285,
- "lostPercent": 78.1
}, - "23": {
- "engaged": 341,
- "engagedPercent": 20.7,
- "lost": 1304,
- "lostPercent": 79.3
}, - "24": {
- "engaged": 322,
- "engagedPercent": 19.6,
- "lost": 1323,
- "lostPercent": 80.4
}, - "25": {
- "engaged": 302,
- "engagedPercent": 18.4,
- "lost": 1343,
- "lostPercent": 81.6
}, - "26": {
- "engaged": 278,
- "engagedPercent": 16.9,
- "lost": 1367,
- "lostPercent": 83.1
}, - "27": {
- "engaged": 263,
- "engagedPercent": 16,
- "lost": 1382,
- "lostPercent": 84
}, - "28": {
- "engaged": 244,
- "engagedPercent": 14.8,
- "lost": 1401,
- "lostPercent": 85.2
}, - "29": {
- "engaged": 229,
- "engagedPercent": 13.9,
- "lost": 1416,
- "lostPercent": 86.1
}, - "30": {
- "engaged": 214,
- "engagedPercent": 13,
- "lost": 1431,
- "lostPercent": 87
}, - "31": {
- "engaged": 200,
- "engagedPercent": 12.2,
- "lost": 1445,
- "lostPercent": 87.8
}, - "32": {
- "engaged": 190,
- "engagedPercent": 11.6,
- "lost": 1455,
- "lostPercent": 88.4
}, - "33": {
- "engaged": 172,
- "engagedPercent": 10.5,
- "lost": 1473,
- "lostPercent": 89.5
}, - "34": {
- "engaged": 165,
- "engagedPercent": 10,
- "lost": 1480,
- "lostPercent": 90
}, - "35": {
- "engaged": 162,
- "engagedPercent": 9.8,
- "lost": 1483,
- "lostPercent": 90.2
}, - "36": {
- "engaged": 157,
- "engagedPercent": 9.5,
- "lost": 1488,
- "lostPercent": 90.5
}, - "37": {
- "engaged": 149,
- "engagedPercent": 9.1,
- "lost": 1496,
- "lostPercent": 90.9
}, - "38": {
- "engaged": 142,
- "engagedPercent": 8.6,
- "lost": 1503,
- "lostPercent": 91.4
}, - "39": {
- "engaged": 139,
- "engagedPercent": 8.4,
- "lost": 1506,
- "lostPercent": 91.6
}, - "40": {
- "engaged": 134,
- "engagedPercent": 8.1,
- "lost": 1511,
- "lostPercent": 91.9
}, - "41": {
- "engaged": 130,
- "engagedPercent": 7.9,
- "lost": 1515,
- "lostPercent": 92.1
}, - "42": {
- "engaged": 127,
- "engagedPercent": 7.7,
- "lost": 1518,
- "lostPercent": 92.3
}, - "43": {
- "engaged": 125,
- "engagedPercent": 7.6,
- "lost": 1520,
- "lostPercent": 92.4
}, - "44": {
- "engaged": 123,
- "engagedPercent": 7.5,
- "lost": 1522,
- "lostPercent": 92.5
}, - "45": {
- "engaged": 123,
- "engagedPercent": 7.5,
- "lost": 1522,
- "lostPercent": 92.5
}, - "46": {
- "engaged": 123,
- "engagedPercent": 7.5,
- "lost": 1522,
- "lostPercent": 92.5
}, - "47": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "48": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "49": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "50": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "51": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "52": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "53": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "54": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "55": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "56": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "57": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "58": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "59": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "60": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "61": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "62": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "63": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "64": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "65": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "66": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "67": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "68": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "69": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "70": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "71": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "72": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "73": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "74": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "75": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}, - "76": {
- "engaged": 122,
- "engagedPercent": 7.4,
- "lost": 1523,
- "lostPercent": 92.6
}
}, - "2": {
- "0": {
- "engaged": 2727,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "1": {
- "engaged": 2540,
- "engagedPercent": 93.1,
- "lost": 187,
- "lostPercent": 6.9
}, - "2": {
- "engaged": 2407,
- "engagedPercent": 88.3,
- "lost": 320,
- "lostPercent": 11.7
}, - "3": {
- "engaged": 2290,
- "engagedPercent": 84,
- "lost": 437,
- "lostPercent": 16
}, - "4": {
- "engaged": 2188,
- "engagedPercent": 80.2,
- "lost": 539,
- "lostPercent": 19.8
}, - "5": {
- "engaged": 2111,
- "engagedPercent": 77.4,
- "lost": 616,
- "lostPercent": 22.6
}, - "6": {
- "engaged": 2040,
- "engagedPercent": 74.8,
- "lost": 687,
- "lostPercent": 25.2
}, - "7": {
- "engaged": 1984,
- "engagedPercent": 72.8,
- "lost": 743,
- "lostPercent": 27.2
}, - "8": {
- "engaged": 1942,
- "engagedPercent": 71.2,
- "lost": 785,
- "lostPercent": 28.8
}, - "9": {
- "engaged": 1925,
- "engagedPercent": 70.6,
- "lost": 802,
- "lostPercent": 29.4
}, - "10": {
- "engaged": 1918,
- "engagedPercent": 70.3,
- "lost": 809,
- "lostPercent": 29.7
}, - "11": {
- "engaged": 1909,
- "engagedPercent": 70,
- "lost": 818,
- "lostPercent": 30
}, - "12": {
- "engaged": 1902,
- "engagedPercent": 69.7,
- "lost": 825,
- "lostPercent": 30.3
}, - "13": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "14": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "15": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "16": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "17": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "18": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "19": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "20": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "21": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "22": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "23": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "24": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "25": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "26": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "27": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "28": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "29": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "30": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "31": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "32": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "33": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "34": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "35": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "36": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "37": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "38": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "39": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "40": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "41": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "42": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "43": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "44": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "45": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "46": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "47": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "48": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "49": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "50": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "51": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "52": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "53": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "54": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "55": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "56": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "57": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "58": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "59": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "60": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "61": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "62": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "63": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "64": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "65": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "66": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "67": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "68": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "69": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "70": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "71": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "72": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "73": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "74": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "75": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}, - "76": {
- "engaged": 1899,
- "engagedPercent": 69.6,
- "lost": 828,
- "lostPercent": 30.4
}
}, - "1.5": {
- "0": {
- "engaged": 1272,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "1": {
- "engaged": 1189,
- "engagedPercent": 93.5,
- "lost": 83,
- "lostPercent": 6.5
}, - "2": {
- "engaged": 1098,
- "engagedPercent": 86.3,
- "lost": 174,
- "lostPercent": 13.7
}, - "3": {
- "engaged": 1041,
- "engagedPercent": 81.8,
- "lost": 231,
- "lostPercent": 18.2
}, - "4": {
- "engaged": 967,
- "engagedPercent": 76,
- "lost": 305,
- "lostPercent": 24
}, - "5": {
- "engaged": 911,
- "engagedPercent": 71.6,
- "lost": 361,
- "lostPercent": 28.4
}, - "6": {
- "engaged": 853,
- "engagedPercent": 67.1,
- "lost": 419,
- "lostPercent": 32.9
}, - "7": {
- "engaged": 796,
- "engagedPercent": 62.6,
- "lost": 476,
- "lostPercent": 37.4
}, - "8": {
- "engaged": 744,
- "engagedPercent": 58.5,
- "lost": 528,
- "lostPercent": 41.5
}, - "9": {
- "engaged": 685,
- "engagedPercent": 53.9,
- "lost": 587,
- "lostPercent": 46.1
}, - "10": {
- "engaged": 638,
- "engagedPercent": 50.2,
- "lost": 634,
- "lostPercent": 49.8
}, - "11": {
- "engaged": 593,
- "engagedPercent": 46.6,
- "lost": 679,
- "lostPercent": 53.4
}, - "12": {
- "engaged": 564,
- "engagedPercent": 44.3,
- "lost": 708,
- "lostPercent": 55.7
}, - "13": {
- "engaged": 535,
- "engagedPercent": 42.1,
- "lost": 737,
- "lostPercent": 57.9
}, - "14": {
- "engaged": 492,
- "engagedPercent": 38.7,
- "lost": 780,
- "lostPercent": 61.3
}, - "15": {
- "engaged": 470,
- "engagedPercent": 36.9,
- "lost": 802,
- "lostPercent": 63.1
}, - "16": {
- "engaged": 436,
- "engagedPercent": 34.3,
- "lost": 836,
- "lostPercent": 65.7
}, - "17":