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.
NOTE: The value for Origin should be https://analytics.revenera.com for all API endpoints. Providing a different value will result in an error.
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.
No Content
{ }
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",
- "granularity": "edition"
}
{- "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
{- "startDate": "2023-05-15",
- "stopDate": "2023-07-13",
- "groupBy": "clientId",
- "globalFilters": { },
- "events": [
- {
- "combiArray": [
- {
- "category": "Reporting",
- "categoryType": "string",
- "nameType": "string",
- "name": "Show"
}
]
}
]
}
{- "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
{- "startDate": "2023-05-15",
- "stopDate": "2023-07-13",
- "globalFilters": { },
- "events": null,
- "sorting": {
- "events": "uniqueUsersUsedAtLeastOnce",
- "eventsDirection": "desc",
- "segments": "percentUsedAtLeastOnce",
- "segmentsDirection": "desc"
}, - "categorizeEvents": true,
- "paging": {
- "startAt": 0,
- "limit": 25
}, - "groupBy": "clientId",
- "segmentBy": "prodEdition",
- "segments": [
- {
- "type": "regex",
- "value": ".*",
- "split": true,
- "includeNull": true
}
]
}
{- "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
{- "startDate": "2023-05-15",
- "stopDate": "2023-07-13"
}
{- "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
{- "startDate": "2023-05-15",
- "stopDate": "2023-07-13",
- "dateSplit": "week",
- "dataView": "usageCounts",
- "divisor": null,
- "events": [
- {
- "combiArray": [
- {
- "category": "Reporting",
- "categoryType": "string",
- "name": "Send Email",
- "nameType": "string"
}
], - "combiLabel": "Reporting→ Send Email"
}
]
}
{- "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.
OK
{- "startDate": "2022-01-01",
- "stopDate": "2023-05-30",
- "events": [
- {
- "category": "Reporting",
- "name": "Send Email"
}
]
}
{- "result": {
- "detailedReport": [
- {
- "category": "Reporting",
- "name": "Send Email",
- "data": {
- "eventCounts": 0,
- "averageEventCountPerSessionUsedAtLeastOnce": 0,
- "averageEventCountPerSessionAll": 0,
- "averageEventCountPerUserAtLeastOnce": 0,
- "averageEventCountPerUserAll": 0,
- "uniqueUsersUsedAtLeastOnce": 0,
- "uniqueUsersNeverUsed": 5442,
- "usageFrequency": { }
}
}
]
}
}
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
{- "startDate": "2022-01-01",
- "stopDate": "2023-06-30",
- "segmentBy": "prodVersion",
- "dateSplit": "week",
- "daysUntilDeclaredLost": 30
}
{- "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": {
- "engaged": 413,
- "engagedPercent": 32.5,
- "lost": 859,
- "lostPercent": 67.5
}, - "18": {
- "engaged": 388,
- "engagedPercent": 30.5,
- "lost": 884,
- "lostPercent": 69.5
}, - "19": {
- "engaged": 358,
- "engagedPercent": 28.1,
- "lost": 914,
- "lostPercent": 71.9
}, - "20": {
- "engaged": 342,
- "engagedPercent": 26.9,
- "lost": 930,
- "lostPercent": 73.1
}, - "21": {
- "engaged": 326,
- "engagedPercent": 25.6,
- "lost": 946,
- "lostPercent": 74.4
}, - "22": {
- "engaged": 306,
- "engagedPercent": 24.1,
- "lost": 966,
- "lostPercent": 75.9
}, - "23": {
- "engaged": 303,
- "engagedPercent": 23.8,
- "lost": 969,
- "lostPercent": 76.2
}, - "24": {
- "engaged": 295,
- "engagedPercent": 23.2,
- "lost": 977,
- "lostPercent": 76.8
}, - "25": {
- "engaged": 292,
- "engagedPercent": 23,
- "lost": 980,
- "lostPercent": 77
}, - "26": {
- "engaged": 290,
- "engagedPercent": 22.8,
- "lost": 982,
- "lostPercent": 77.2
}, - "27": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "28": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "29": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "30": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "31": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "32": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "33": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "34": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "35": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "36": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "37": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "38": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "39": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "40": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "41": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "42": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "43": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "44": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "45": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "46": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "47": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "48": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "49": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "50": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "51": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "52": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "53": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "54": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "55": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "56": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "57": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "58": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "59": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "60": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "61": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "62": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "63": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "64": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "65": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "66": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "67": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "68": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "69": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "70": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "71": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "72": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "73": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "74": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "75": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}, - "76": {
- "engaged": 288,
- "engagedPercent": 22.6,
- "lost": 984,
- "lostPercent": 77.4
}
}, - "3.1": {
- "0": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "1": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "2": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "3": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "4": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "5": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "6": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "7": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "8": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "9": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "10": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "11": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "12": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "13": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "14": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "15": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "16": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "17": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "18": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "19": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "20": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "21": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "22": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "23": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "24": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "25": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "26": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "27": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "28": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "29": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "30": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "31": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "32": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "33": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "34": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "35": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "36": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "37": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "38": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "39": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "40": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "41": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "42": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "43": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "44": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "45": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "46": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "47": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "48": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "49": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "50": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "51": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "52": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "53": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "54": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "55": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "56": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "57": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "58": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "59": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "60": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "61": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "62": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "63": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "64": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "65": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "66": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "67": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "68": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "69": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "70": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "71": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "72": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "73": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "74": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "75": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}, - "76": {
- "engaged": 81,
- "engagedPercent": 100,
- "lost": 0,
- "lostPercent": 0
}
}
}
}
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 consists of a histogram that shows the number of days clients were active within their lifetime.
OK
{- "startDate": "2022-01-01",
- "stopDate": "2023-05-30",
- "daysUntilDeclaredLost": 30,
- "dateReportedLost": "dateDeclaredLost"
}
{- "result": {
- "1": 87,
- "2": 44,
- "3": 54,
- "4": 44,
- "5": 44,
- "6": 39,
- "7 - 9": 145,
- "10 - 14": 223,
- "15 - 19": 162,
- "20 - 24": 185,
- "25 - 29": 174,
- "30 - 44": 369,
- "45 - 59": 320,
- "60 - 89": 408,
- "90 - 119": 300,
- "120 - 179": 307,
- "180 - 269": 141,
- "270 - 359": 7,
- "≥ 360": 0
}
}
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 consists of a histogram that shows the total amount of time in hours users spent interacting with your application.
OK
{- "startDate": "2022-01-01",
- "stopDate": "2023-05-30",
- "daysUntilDeclaredLost": 30,
- "dateReportedLost": "dateDeclaredLost"
}
{- "result": {
- "≤ 0:05": 1,
- "0:06 - 0:15": 5,
- "0:16 - 0:30": 89,
- "0:31 - 0:45": 22,
- "0:46 - 1:00": 109,
- "1:01 - 1:30": 136,
- "1:31 - 2:00": 204,
- "2:01 - 3:00": 212,
- "3:01 - 4:00": 237,
- "4:01 - 6:00": 355,
- "6:01 - 9:00": 395,
- "9:01 - 15:00": 532,
- "15:01 - 24:00": 351,
- "24:01 - 48:00": 345,
- "48:01 - 96:00": 60,
- "≥ 96:01": 0
}
}
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 consists of a histogram that shows the number of times users launched your application.
OK
{- "startDate": "2022-01-01",
- "stopDate": "2023-05-30",
- "daysUntilDeclaredLost": 30,
- "dateReportedLost": "dateDeclaredLost"
}
{- "result": {
- "2": 38,
- "3": 32,
- "≤ 1": 24,
- "4 - 5": 95,
- "6 - 8": 123,
- "9 - 12": 159,
- "13 - 20": 241,
- "21 - 30": 276,
- "31 - 50": 413,
- "51 - 75": 321,
- "76 - 100": 267,
- "101 - 150": 310,
- "151 - 250": 365,
- "251 - 500": 305,
- "≥ 501": 84
}
}
The aim of this report is to show how events occurred throughout the churned clients' lifetime before they were lost. The data is presented as a paged table which shows a list of all events and how many times each 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. 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
{- "startDate": "2022-01-01",
- "stopDate": "2023-05-30",
- "daysUntilDeclaredLost": 30,
- "dateReportedLost": "dateDeclaredLost",
- "globalFilters": { },
- "events": null,
- "sorting": {
- "events": "uniqueUsersUsedAtLeastOnce",
- "eventsDirection": "desc"
}, - "categorizeEvents": false,
- "paging": {
- "startAt": 0,
- "limit": 25
}
}
{- "returnedEventsCount": 17,
- "matchingEventsCount": 17,
- "result": [
- {
- "eventCategory": "Reporting",
- "eventName": "Show",
- "eventCount": 345466,
- "eventCountPerUserUsedAtLeastOnce": 353.24,
- "usersUsedAtLeastOnce": 978,
- "percentUsedAtLeastOnce": 100,
- "usersNeverUsed": 0,
- "percentNeverUsed": 0,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 10.87,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 35.63,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 112.16
}, - {
- "eventCategory": "Reporting",
- "eventName": "Send Email",
- "eventCount": 249757,
- "eventCountPerUserUsedAtLeastOnce": 255.38,
- "usersUsedAtLeastOnce": 978,
- "percentUsedAtLeastOnce": 100,
- "usersNeverUsed": 0,
- "percentNeverUsed": 0,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 7.86,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 25.76,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 81.09
}, - {
- "eventCategory": "File Operations",
- "eventName": "Save",
- "eventCount": 383493,
- "eventCountPerUserUsedAtLeastOnce": 392.12,
- "usersUsedAtLeastOnce": 978,
- "percentUsedAtLeastOnce": 100,
- "usersNeverUsed": 0,
- "percentNeverUsed": 0,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 12.07,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 39.55,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 124.51
}, - {
- "eventCategory": "Install Wizard",
- "eventName": "Step 1",
- "eventCount": 1148,
- "eventCountPerUserUsedAtLeastOnce": 1.17,
- "usersUsedAtLeastOnce": 978,
- "percentUsedAtLeastOnce": 100,
- "usersNeverUsed": 0,
- "percentNeverUsed": 0,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 0.04,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 0.12,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 0.37
}, - {
- "eventCategory": "Reporting",
- "eventName": "Printout",
- "eventCount": 93315,
- "eventCountPerUserUsedAtLeastOnce": 95.61,
- "usersUsedAtLeastOnce": 976,
- "percentUsedAtLeastOnce": 99.8,
- "usersNeverUsed": 2,
- "percentNeverUsed": 0.2,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 2.94,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 9.63,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 30.32
}, - {
- "eventCategory": "File Operations",
- "eventName": "Clone",
- "eventCount": 118619,
- "eventCountPerUserUsedAtLeastOnce": 121.54,
- "usersUsedAtLeastOnce": 976,
- "percentUsedAtLeastOnce": 99.8,
- "usersNeverUsed": 2,
- "percentNeverUsed": 0.2,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 3.73,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 12.24,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 38.54
}, - {
- "eventCategory": "Scan Operations",
- "eventName": "Basic Mode",
- "eventCount": 144895,
- "eventCountPerUserUsedAtLeastOnce": 148.61,
- "usersUsedAtLeastOnce": 975,
- "percentUsedAtLeastOnce": 99.69,
- "usersNeverUsed": 3,
- "percentNeverUsed": 0.31,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 4.56,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 14.95,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 47.09
}, - {
- "eventCategory": "File Operations",
- "eventName": "Open",
- "eventCount": 236932,
- "eventCountPerUserUsedAtLeastOnce": 243.26,
- "usersUsedAtLeastOnce": 974,
- "percentUsedAtLeastOnce": 99.59,
- "usersNeverUsed": 4,
- "percentNeverUsed": 0.41,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 7.46,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 24.44,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 77.03
}, - {
- "eventCategory": "File Operations",
- "eventName": "Copy",
- "eventCount": 61336,
- "eventCountPerUserUsedAtLeastOnce": 63.43,
- "usersUsedAtLeastOnce": 967,
- "percentUsedAtLeastOnce": 98.88,
- "usersNeverUsed": 11,
- "percentNeverUsed": 1.12,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 1.93,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 6.33,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 19.99
}, - {
- "eventCategory": "Install Wizard",
- "eventName": "Step 2",
- "eventCount": 782,
- "eventCountPerUserUsedAtLeastOnce": 1.11,
- "usersUsedAtLeastOnce": 704,
- "percentUsedAtLeastOnce": 71.98,
- "usersNeverUsed": 274,
- "percentNeverUsed": 28.02,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 0.03,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 0.11,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 0.35
}, - {
- "eventCategory": "Install Wizard",
- "eventName": "Step 3",
- "eventCount": 674,
- "eventCountPerUserUsedAtLeastOnce": 1.06,
- "usersUsedAtLeastOnce": 633,
- "percentUsedAtLeastOnce": 64.72,
- "usersNeverUsed": 345,
- "percentNeverUsed": 35.28,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 0.03,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 0.11,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 0.34
}, - {
- "eventCategory": "Print Operations",
- "eventName": "Edit Mode",
- "eventCount": 48014,
- "eventCountPerUserUsedAtLeastOnce": 91.28,
- "usersUsedAtLeastOnce": 526,
- "percentUsedAtLeastOnce": 53.78,
- "usersNeverUsed": 452,
- "percentNeverUsed": 46.22,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 3.21,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 10.45,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 32.16
}, - {
- "eventCategory": "Print Operations",
- "eventName": "Preview Mode",
- "eventCount": 32525,
- "eventCountPerUserUsedAtLeastOnce": 62.55,
- "usersUsedAtLeastOnce": 520,
- "percentUsedAtLeastOnce": 53.17,
- "usersNeverUsed": 458,
- "percentNeverUsed": 46.83,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 2.18,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 7.12,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 21.96
}, - {
- "eventCategory": "Print Operations",
- "eventName": "Button Clicked",
- "eventCount": 79187,
- "eventCountPerUserUsedAtLeastOnce": 153.76,
- "usersUsedAtLeastOnce": 515,
- "percentUsedAtLeastOnce": 52.66,
- "usersNeverUsed": 463,
- "percentNeverUsed": 47.34,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 5.4,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 17.63,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 54.2
}, - {
- "eventCategory": "Scan Operations",
- "eventName": "Advanced Mode",
- "eventCount": 23896,
- "eventCountPerUserUsedAtLeastOnce": 47.51,
- "usersUsedAtLeastOnce": 503,
- "percentUsedAtLeastOnce": 51.43,
- "usersNeverUsed": 475,
- "percentNeverUsed": 48.57,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 1.61,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 5.26,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 16.33
}, - {
- "eventCategory": "Startup",
- "eventName": "Launch Wizard",
- "eventCount": 9100,
- "eventCountPerUserUsedAtLeastOnce": 18.38,
- "usersUsedAtLeastOnce": 495,
- "percentUsedAtLeastOnce": 50.61,
- "usersNeverUsed": 483,
- "percentNeverUsed": 49.39,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 0.66,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 2.16,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 6.59
}, - {
- "eventCategory": "Print Operations",
- "eventName": "Menu Launched",
- "eventCount": 1352,
- "eventCountPerUserUsedAtLeastOnce": 42.25,
- "usersUsedAtLeastOnce": 32,
- "percentUsedAtLeastOnce": 3.27,
- "usersNeverUsed": 946,
- "percentNeverUsed": 96.73,
- "eventCountPerUserUsedAtLeastOnceActiveDay": 1.55,
- "eventCountPerUserUsedAtLeastOnceActiveWeek": 5.08,
- "eventCountPerUserUsedAtLeastOnceActiveMonth": 15.91
}
]
}
The aim of this report is to show how events occurred throughout the churned clients' lifetime before they were lost. The data is presented as a histogram showing only a subset of events as specified. The histogram shows how much churned clients performed an event throughout their lifetime or their average daily/weekly/monthly usage.
The report 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
{- "startDate": "2023-05-15",
- "stopDate": "2023-07-13",
- "globalFilters": { },
- "daysUntilDeclaredLost": 40,
- "dateReportedLost": "dateDeclaredLost",
- "events": [
- {
- "combiArray": [
- {
- "categoryType": "string",
- "nameType": "string",
- "category": "Reporting",
- "name": "Show"
}
], - "combiLabel": "Reporting→ Show"
}
]
}
{- "summary": {
- "usedAtLeastOnce": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 978
}
], - "neverUsed": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 0
}
]
}, - "result": {
- "eventCount": [
- {
- "bin": "2 - 65",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 293
}
]
}, - {
- "bin": "66 - 109",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 108
}
]
}, - {
- "bin": "110 - 145",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 75
}
]
}, - {
- "bin": "146 - 176",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 36
}
]
}, - {
- "bin": "177 - 205",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 40
}
]
}, - {
- "bin": "206 - 232",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 37
}
]
}, - {
- "bin": "233 - 259",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 26
}
]
}, - {
- "bin": "260 - 286",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 23
}
]
}, - {
- "bin": "287 - 313",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 19
}
]
}, - {
- "bin": "314 - 340",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 17
}
]
}, - {
- "bin": "341 - 367",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 13
}
]
}, - {
- "bin": "368 - 394",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 15
}
]
}, - {
- "bin": "395 - 421",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 17
}
]
}, - {
- "bin": "422 - 448",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 12
}
]
}, - {
- "bin": "449 - 475",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 14
}
]
}, - {
- "bin": "476 - 510",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 12
}
]
}, - {
- "bin": "511 - 554",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 23
}
]
}, - {
- "bin": "555 - 615",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 19
}
]
}, - {
- "bin": "616 - 711",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 31
}
]
}, - {
- "bin": "712 - 875",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 30
}
]
}, - {
- "bin": "876 - 1175",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 50
}
]
}, - {
- "bin": "1176 - 1749",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 40
}
]
}, - {
- "bin": "1750 - 2871",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 28
}
]
}
], - "averageCountPerActiveDay": [
- {
- "bin": "0.66 - 2.62",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 13
}
]
}, - {
- "bin": "2.63 - 3.93",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 22
}
]
}, - {
- "bin": "3.94 - 4.92",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 62
}
]
}, - {
- "bin": "4.93 - 5.75",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 106
}
]
}, - {
- "bin": "5.76 - 6.50",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 96
}
]
}, - {
- "bin": "6.51 - 7.17",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 59
}
]
}, - {
- "bin": "7.18 - 7.84",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 51
}
]
}, - {
- "bin": "7.85 - 8.51",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 55
}
]
}, - {
- "bin": "8.52 - 9.18",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 37
}
]
}, - {
- "bin": "9.19 - 9.85",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 20
}
]
}, - {
- "bin": "9.86 - 10.52",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 24
}
]
}, - {
- "bin": "10.53 - 11.19",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 19
}
]
}, - {
- "bin": "11.20 - 11.86",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 27
}
]
}, - {
- "bin": "11.87 - 12.53",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 38
}
]
}, - {
- "bin": "12.54 - 13.20",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 54
}
]
}, - {
- "bin": "13.21 - 14.18",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 88
}
]
}, - {
- "bin": "14.19 - 15.48",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 99
}
]
}, - {
- "bin": "15.49 - 17.42",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 79
}
]
}, - {
- "bin": "17.43 - 20.61",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 22
}
]
}, - {
- "bin": "20.62 - 26.34",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 7
}
]
}
], - "averageCountPerActiveWeek": [
- {
- "bin": "1.00 - 4.87",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 26
}
]
}, - {
- "bin": "4.88 - 8.13",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 82
}
]
}, - {
- "bin": "8.14 - 11.09",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 88
}
]
}, - {
- "bin": "11.10 - 13.89",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 45
}
]
}, - {
- "bin": "13.90 - 16.61",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 60
}
]
}, - {
- "bin": "16.62 - 19.26",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 63
}
]
}, - {
- "bin": "19.27 - 21.91",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 33
}
]
}, - {
- "bin": "21.92 - 24.56",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 30
}
]
}, - {
- "bin": "24.57 - 27.21",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 40
}
]
}, - {
- "bin": "27.22 - 29.86",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 52
}
]
}, - {
- "bin": "29.87 - 32.51",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 57
}
]
}, - {
- "bin": "32.52 - 35.16",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 49
}
]
}, - {
- "bin": "35.17 - 37.81",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 31
}
]
}, - {
- "bin": "37.82 - 40.46",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 41
}
]
}, - {
- "bin": "40.47 - 43.11",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 32
}
]
}, - {
- "bin": "43.12 - 47.00",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 26
}
]
}, - {
- "bin": "47.01 - 52.14",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 38
}
]
}, - {
- "bin": "52.15 - 59.78",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 72
}
]
}, - {
- "bin": "59.79 - 72.40",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 77
}
]
}, - {
- "bin": "72.41 - 95.00",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 36
}
]
}
], - "averageCountPerActiveMonth": [
- {
- "bin": "2.00 - 12.40",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 74
}
]
}, - {
- "bin": "12.41 - 21.49",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 102
}
]
}, - {
- "bin": "21.50 - 29.93",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 76
}
]
}, - {
- "bin": "29.94 - 38.04",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 56
}
]
}, - {
- "bin": "38.05 - 45.99",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 34
}
]
}, - {
- "bin": "46.00 - 53.78",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 45
}
]
}, - {
- "bin": "53.79 - 61.57",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 51
}
]
}, - {
- "bin": "61.58 - 69.36",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 51
}
]
}, - {
- "bin": "69.37 - 77.15",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 34
}
]
}, - {
- "bin": "77.16 - 84.94",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 23
}
]
}, - {
- "bin": "84.95 - 92.73",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 27
}
]
}, - {
- "bin": "92.74 - 100.52",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 27
}
]
}, - {
- "bin": "100.53 - 108.31",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 39
}
]
}, - {
- "bin": "108.32 - 116.10",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 37
}
]
}, - {
- "bin": "116.11 - 123.89",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 38
}
]
}, - {
- "bin": "123.90 - 137.13",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 49
}
]
}, - {
- "bin": "137.14 - 155.82",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 46
}
]
}, - {
- "bin": "155.83 - 185.41",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 42
}
]
}, - {
- "bin": "185.42 - 236.80",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 66
}
]
}, - {
- "bin": "236.81 - 331.80",
- "value": [
- {
- "combiLabel": "Reporting→ Show",
- "value": 61
}
]
}
]
}
}
This request is used in order to get a list of license keys known by the Usage Intelligence servers along with their details. This is also used to search the key registry for a particular key or set of keys either by the key value itself or by another property such as by the expiry date or the assigned license type.
OK
{- "filters": { },
- "sorting": {
- "field": "addedDate",
- "order": "ascending"
}, - "paging": {
- "startAt": 0,
- "limit": 10
}
}
{- "matchingKeysCount": 21,
- "returnedKeysCount": 10,
- "results": [
- {
- "licenseKey": "2c5bc269-ac2c-465c-8f07-25fa4930ce13",
- "licenseType": "purchased",
- "licenseStatus": {
- "activated": false,
- "blocked": false,
- "expired": false,
- "allowed": false
}, - "expiryDate": "2017-05-17",
- "installQuota": 2,
- "installCount": 1,
- "overQuotaCount": -1,
- "addedDate": "2014-07-24T08:18:26Z",
- "autoCollected": false,
- "lastEditedDate": "2014-07-24T08:10:19Z",
- "lastEditedBy": {
- "name": "Trackerbird",
- "surname": "Administrators",
- "email": "info@trackerbird.com"
}, - "notes": ""
}, - {
- "licenseKey": "38f19c54-e130-46a6-9537-57e68b9dc39b",
- "licenseType": "purchased",
- "licenseStatus": {
- "activated": false,
- "blocked": false,
- "expired": false,
- "allowed": false
}, - "expiryDate": "2017-03-17",
- "installQuota": 2,
- "installCount": 1,
- "overQuotaCount": -1,
- "addedDate": "2014-07-24T08:18:26Z",
- "autoCollected": false,
- "lastEditedDate": "2014-07-24T08:10:19Z",
- "lastEditedBy": {
- "name": "Trackerbird",
- "surname": "Administrators",
- "email": "info@trackerbird.com"
}, - "notes": ""
}, - {
- "licenseKey": "6c9b094b-52a2-4f4e-a76d-9c82fe25a5fc",
- "licenseType": "purchased",
- "licenseStatus": {
- "activated": false,
- "blocked": false,
- "expired": false,
- "allowed": false
}, - "expiryDate": "2017-04-05",
- "installQuota": 2,
- "installCount": 2,
- "overQuotaCount": 0,
- "addedDate": "2014-07-24T08:18:27Z",
- "autoCollected": false,
- "lastEditedDate": "2014-07-24T08:10:19Z",
- "lastEditedBy": {
- "name": "Trackerbird",
- "surname": "Administrators",
- "email": "info@trackerbird.com"
}, - "notes": ""
}, - {
- "licenseKey": "9dddde50-06aa-40e6-afe2-7123878b4761",
- "licenseType": "purchased",
- "licenseStatus": {
- "activated": false,
- "blocked": false,
- "expired": false,
- "allowed": false
}, - "expiryDate": "2017-05-17",
- "installQuota": 2,
- "installCount": 1,
- "overQuotaCount": -1,
- "addedDate": "2014-07-24T08:18:27Z",
- "autoCollected": false,
- "lastEditedDate": "2014-07-24T08:10:19Z",
- "lastEditedBy": {
- "name": "Trackerbird",
- "surname": "Administrators",
- "email": "info@trackerbird.com"
}, - "notes": ""
}, - {
- "licenseKey": "41daf750-ebf6-4883-bc99-83e413f02b3a",
- "licenseType": "freeware",
- "licenseStatus": {
- "activated": true,
- "blocked": false,
- "expired": false,
- "allowed": true
}, - "expiryDate": "2017-07-05",
- "installQuota": 2,
- "installCount": 2,
- "overQuotaCount": 0,
- "addedDate": "2014-07-24T08:18:27Z",
- "autoCollected": true,
- "lastEditedDate": "2014-07-24T08:10:19Z",
- "lastEditedBy": {
- "name": "Trackerbird",
- "surname": "Administrators",
- "email": "info@trackerbird.com"
}, - "notes": ""
}, - {
- "licenseKey": "4c97b66b-b7b3-416e-8fc1-0efe2686c6f2",
- "licenseType": "freeware",
- "licenseStatus": {
- "activated": true,
- "blocked": false,
- "expired": false,
- "allowed": true
}, - "expiryDate": "2017-06-13",
- "installQuota": 2,
- "installCount": 2,
- "overQuotaCount": 0,
- "addedDate": "2014-07-24T08:18:27Z",
- "autoCollected": false,
- "lastEditedDate": "2014-07-24T08:10:19Z",
- "lastEditedBy": {
- "name": "Trackerbird",
- "surname": "Administrators",
- "email": "info@trackerbird.com"
}, - "notes": ""
}, - {
- "licenseKey": "1f645e99-31b7-4141-9268-898e936fb774",
- "licenseType": "purchased",
- "licenseStatus": {
- "activated": false,
- "blocked": false,
- "expired": false,
- "allowed": false
}, - "expiryDate": "2017-05-17",
- "installQuota": 2,
- "installCount": 2,
- "overQuotaCount": 0,
- "addedDate": "2014-07-24T08:18:28Z",
- "autoCollected": false,
- "lastEditedDate": "2014-07-24T08:10:19Z",
- "lastEditedBy": {
- "name": "Trackerbird",
- "surname": "Administrators",
- "email": "info@trackerbird.com"
}, - "notes": ""
}, - {
- "licenseKey": "14e7821b-694d-4d2d-90c2-adb10c07df0c",
- "licenseType": "purchased",
- "licenseStatus": {
- "activated": false,
- "blocked": true,
- "expired": false,
- "allowed": false
}, - "expiryDate": "2017-05-17",
- "installQuota": 2,
- "installCount": 27,
- "overQuotaCount": 25,
- "addedDate": "2014-07-24T08:18:28Z",
- "autoCollected": false,
- "lastEditedDate": "2014-07-24T08:10:19Z",
- "lastEditedBy": {
- "name": "Trackerbird",
- "surname": "Administrators",
- "email": "info@trackerbird.com"
}, - "notes": ""
}, - {
- "licenseKey": "026b494f-55df-45e4-bec9-922f85f7edbd",
- "licenseType": "purchased",
- "licenseStatus": {
- "activated": false,
- "blocked": false,
- "expired": false,
- "allowed": false
}, - "expiryDate": "2017-05-17",
- "installQuota": 2,
- "installCount": 2,
- "overQuotaCount": 0,
- "addedDate": "2014-07-24T08:18:28Z",
- "autoCollected": false,
- "lastEditedDate": "2014-07-24T08:10:19Z",
- "lastEditedBy": {
- "name": "Trackerbird",
- "surname": "Administrators",
- "email": "info@trackerbird.com"
}, - "notes": ""
}, - {
- "licenseKey": "d452c24f-12f8-4b0b-9482-ffc8001e8258",
- "licenseType": "purchased",
- "licenseStatus": {
- "activated": false,
- "blocked": false,
- "expired": false,
- "allowed": false
}, - "expiryDate": "2017-05-17",
- "installQuota": 2,
- "installCount": 2,
- "overQuotaCount": 0,
- "addedDate": "2014-07-24T08:18:28Z",
- "autoCollected": false,
- "lastEditedDate": "2014-07-24T08:10:19Z",
- "lastEditedBy": {
- "name": "Trackerbird",
- "surname": "Administrators",
- "email": "info@trackerbird.com"
}, - "notes": ""
}
]
}
This request is used in order to update existing keys in the key registry. Keys can be updated one by one or in batch. A single batch can contain both new and existing keys to be inserted or updated accordingly.
Successful response
{- "licenseKey": "2c5bc269-ac2c-465c-8f07-25fa4930ce13",
- "licenseType": "purchased",
- "licenseStatus": {
- "activated": false,
- "blocked": false,
- "expired": false,
- "allowed": false
}, - "installQuota": 2,
- "notes": "test"
}
This request is used in order to insert new keys into the key registry. Keys can be updated one by one or in batch. A single batch can contain both new and existing keys to be inserted or updated accordingly.
Successful response
{- "licenseType": "purchased",
- "licenseStatus": {
- "activated": false,
- "blocked": false,
- "expired": false,
- "allowed": false
}, - "installQuota": 2,
- "notes": "test"
}
This request returns the last few custom events that have been collected including the product and system metadata of the client on which each event was collected in JSON format.
OK
{- "lineCount": 2
}
{- "fieldNames": {
- "timestamp": "Timestamp",
- "clientId": "Client ID",
- "prodEdition": "Edition",
- "prodVersion": "Version",
- "prodBuild": "Build",
- "prodLanguage": "Language",
- "licenseType": "License Type",
- "licenseStatus.allowed": "Key Allowed",
- "licenseStatus.blocked": "Key Blocked",
- "licenseStatus.activated": "Key Activated",
- "licenseStatus.expired": "Key Expired",
- "os.version": "OS Type",
- "osWordLength": "OS Architecture",
- "osLanguage": "OS Language",
- "windowsFullBuild": "Windows Full Build",
- "cpuType": "CPU Type",
- "cpuCores": "CPU Cores",
- "ram": "RAM",
- "displayCount": "Number of Monitors",
- "resolution": "Screen Resolution",
- "dotNetVersion": ".NET Versions",
- "gpu.model": "GPU",
- "formFactor": "Computer Type",
- "javaVmVersion": "Java VM Version",
- "javaVersion": "Java Version",
- "javaVmName": "Java VM Name",
- "javaVendor": "Java Vendor",
- "Java Runtime Version": "Java Runtime Version",
- "Java AWT Graphics Environment": "Java AWT Graphics Environment",
- "javaVmRam": "Java VM RAM",
- "vm": "Virtual Machine",
- "geography.country": "Country",
- "geography.usState": "US State",
- "event.category": "Event Category",
- "event.name": "Event Name",
- "event.data": "Event Data"
}, - "result": [
- {
- "timestamp": "2023-07-12T12:41:19",
- "clientId": "AE99797E4B480921",
- "prodEdition": "Standard",
- "prodVersion": "3.1",
- "prodBuild": "951",
- "prodLanguage": "German",
- "licenseType": "purchased",
- "licenseStatus.allowed": "N",
- "licenseStatus.blocked": "N",
- "licenseStatus.activated": "N",
- "licenseStatus.expired": "N",
- "os.version": "MS Win XP",
- "osWordLength": "64-bit",
- "osLanguage": "German",
- "windowsFullBuild": "NA",
- "cpuType": "Intel Core i7",
- "cpuCores": "4",
- "ram": "8192",
- "displayCount": "1",
- "resolution": "1920x1080",
- "dotNetVersion": "2.0;3.5 SP1;4.6.1;4.6.1 Client Profile;3.0 SP2",
- "gpu.model": "Intel HD Graphics 4000",
- "formFactor": "Desktop",
- "javaVmVersion": "NA",
- "javaVersion": "NA",
- "javaVmName": "NA",
- "javaVendor": "NA",
- "Java Runtime Version": "NA",
- "Java AWT Graphics Environment": "NA",
- "javaVmRam": "NA",
- "vm": "NA",
- "geography.country": "DE",
- "geography.usState": "",
- "event.category": "File Operations",
- "event.name": "Save",
- "event.data": "final21.doc"
}, - {
- "timestamp": "2023-07-12T14:51:54",
- "clientId": "2958A7C5911ABF77",
- "prodEdition": "Premium",
- "prodVersion": "2",
- "prodBuild": "719",
- "prodLanguage": "English",
- "licenseType": "purchased",
- "licenseStatus.allowed": "N",
- "licenseStatus.blocked": "N",
- "licenseStatus.activated": "N",
- "licenseStatus.expired": "N",
- "os.version": "MS Win Vista",
- "osWordLength": "64-bit",
- "osLanguage": "English",
- "windowsFullBuild": "NA",
- "cpuType": "Intel Pentium",
- "cpuCores": "2",
- "ram": "1024",
- "displayCount": "1",
- "resolution": "1920x1080",
- "dotNetVersion": "2.0;3.5 SP1;3.0 SP2;4.6.2;4.6.2 Client Profile",
- "gpu.model": "Intel HD Graphics 4600",
- "formFactor": "Desktop",
- "javaVmVersion": "NA",
- "javaVersion": "NA",
- "javaVmName": "NA",
- "javaVendor": "NA",
- "Java Runtime Version": "NA",
- "Java AWT Graphics Environment": "NA",
- "javaVmRam": "NA",
- "vm": "NA",
- "geography.country": "US",
- "geography.usState": "IL",
- "event.category": "File Operations",
- "event.name": "Open",
- "event.data": "testfl.doc"
}
]
}
This request returns the list of zipped CSV files containing custom event tracking data that are on the server. This list is to be used to see what files are available for download and then be able to request files for downloading.
OK
{- "openDailyFiles": [ ],
- "dailyFiles": [
- {
- "fileName": "2376158762_cust_2023-07-11.zip",
- "uncompressedSizeKB": 4.534,
- "compressedSizeKB": 1.275,
- "fileDate": "2023-07-11"
}, - {
- "fileName": "2376158762_cust_2023-07-12.zip",
- "uncompressedSizeKB": 3.171,
- "compressedSizeKB": 1.102,
- "fileDate": "2023-07-12"
}
], - "monthlyFiles": [ ]
}
In order to download the data files containing custom event tracking data, the file needs to be requested to the API which returns a secure URL from which the file can be downloaded. The request and response are both JSON objects.
OK
{- "fileName": "2376158762_cust_2023-07-11.zip"
}
{
}
This Latest Data Preview request returns the last few exceptions that have been collected including the product and system metadata of the client on which each exception was collected in JSON format.
OK
{- "lineCount": 2
}
{- "fieldNames": {
- "timestamp": "Timestamp",
- "clientId": "Client ID",
- "prodEdition": "Edition",
- "prodVersion": "Version",
- "prodBuild": "Build",
- "prodLanguage": "Language",
- "licenseType": "License Type",
- "licenseStatus.allowed": "Key Allowed",
- "licenseStatus.blocked": "Key Blocked",
- "licenseStatus.activated": "Key Activated",
- "licenseStatus.expired": "Key Expired",
- "os.version": "OS Type",
- "osWordLength": "OS Architecture",
- "osLanguage": "OS Language",
- "windowsFullBuild": "Windows Full Build",
- "cpuType": "CPU Type",
- "cpuCores": "CPU Cores",
- "ram": "RAM",
- "displayCount": "Number of Monitors",
- "resolution": "Screen Resolution",
- "dotNetVersion": ".NET Versions",
- "gpu.model": "GPU",
- "formFactor": "Computer Type",
- "javaVmVersion": "Java VM Version",
- "javaVersion": "Java Version",
- "javaVmName": "Java VM Name",
- "javaVendor": "Java Vendor",
- "Java Runtime Version": "Java Runtime Version",
- "Java AWT Graphics Environment": "Java AWT Graphics Environment",
- "javaVmRam": "Java VM RAM",
- "vm": "Virtual Machine",
- "geography.country": "Country",
- "geography.usState": "US State",
- "exception.class": "Exception Class",
- "exception.method": "Exception Method",
- "exception.message": "Exception Message",
- "exception.stackTrace": "Exception Stack Trace"
}, - "result": [
- {
- "timestamp": "2023-07-12T12:41:19",
- "clientId": "A6224B2FDF08EE71",
- "prodEdition": "Standard",
- "prodVersion": "3.1",
- "prodBuild": "951",
- "prodLanguage": "German",
- "licenseType": "purchased",
- "licenseStatus.allowed": "N",
- "licenseStatus.blocked": "N",
- "licenseStatus.activated": "N",
- "licenseStatus.expired": "N",
- "os.version": "MS Win XP",
- "osWordLength": "64-bit",
- "osLanguage": "German",
- "windowsFullBuild": "NA",
- "cpuType": "Intel Core i7",
- "cpuCores": "4",
- "ram": "8192",
- "displayCount": "1",
- "resolution": "1920x1080",
- "dotNetVersion": "2.0;3.5 SP1;3.0 SP2;4.6.2;4.6.2 Client Profile",
- "gpu.model": "Intel HD Graphics 4600",
- "formFactor": "Desktop",
- "javaVmVersion": "NA",
- "javaVersion": "NA",
- "javaVmName": "NA",
- "javaVendor": "NA",
- "Java Runtime Version": "NA",
- "Java AWT Graphics Environment": "NA",
- "javaVmRam": "NA",
- "vm": "NA",
- "geography.country": "DE",
- "geography.usState": "",
- "exception.class": "File",
- "exception.method": "copyFile",
- "exception.message": "integer division or modulo by zero",
- "exception.stackTrace": "Traceback (most recent call last):\n File \"main.py\", line 1, in <module>\nZeroDivisionError: integer division or modulo by zero"
}, - {
- "timestamp": "2023-07-12T14:51:54",
- "clientId": "FDB898260D3558C2",
- "prodEdition": "Premium",
- "prodVersion": "2",
- "prodBuild": "719",
- "prodLanguage": "English",
- "licenseType": "purchased",
- "licenseStatus.allowed": "N",
- "licenseStatus.blocked": "N",
- "licenseStatus.activated": "N",
- "licenseStatus.expired": "N",
- "os.version": "MS Win Vista",
- "osWordLength": "64-bit",
- "osLanguage": "English",
- "windowsFullBuild": "NA",
- "cpuType": "Intel Pentium",
- "cpuCores": "2",
- "ram": "1024",
- "displayCount": "1",
- "resolution": "1920x1080",
- "dotNetVersion": "2.0;3.5 SP1;3.0 SP2;4.6.2;4.6.2 Client Profile",
- "gpu.model": "NVIDIA GeForce GTX 970",
- "formFactor": "Desktop",
- "javaVmVersion": "NA",
- "javaVersion": "NA",
- "javaVmName": "NA",
- "javaVendor": "NA",
- "Java Runtime Version": "NA",
- "Java AWT Graphics Environment": "NA",
- "javaVmRam": "NA",
- "vm": "NA",
- "geography.country": "US",
- "geography.usState": "IL",
- "exception.class": "File",
- "exception.method": "getFileList",
- "exception.message": "'NoneType' object has no attribute '__getitem__'",
- "exception.stackTrace": "Traceback (most recent call last):\n File \"main.py\", line 1, in <module>\nTypeError: 'NoneType' object has no attribute '__getitem__'"
}
]
}
This List Files Exceptions request returns the list of zipped CSV files that are on the server. This list is to be used to see what files are available for download and then be able to request files for downloading.
OK
{- "openDailyFiles": [ ],
- "dailyFiles": [
- {
- "fileName": "2376158762_exc_2023-07-11.zip",
- "uncompressedSizeKB": 4.652,
- "compressedSizeKB": 1.295,
- "fileDate": "2023-07-11"
}, - {
- "fileName": "2376158762_exc_2023-07-12.zip",
- "uncompressedSizeKB": 4.561,
- "compressedSizeKB": 1.3,
- "fileDate": "2023-07-12"
}
], - "monthlyFiles": [ ]
}
In order to download the exception tracking data files, the file needs to be requested to the API which returns a secure URL from which the file can be downloaded. The request and response are both JSON objects.
OK
{- "fileName": "2376158762_exc_2023-07-11.zip"
}
{
}
The aim of this report is to retrieve a subset or all of the data about a client or a set of clients.
OK
{- "retDailyData": {
- "startDate": "2023-05-15",
- "stopDate": "2023-07-13",
- "properties": [
- "prodVersion",
- "prodEdition",
- "prodBuild",
- "prodLanguage",
- "licenseStatus.activated"
]
}, - "properties": [
- "geography.country",
- "ram",
- "lifetimeEventUsage",
- "reachOutDeliveries.auto"
]
}
{- "result": [
- {
- "clientId": "3D7B8C94847F18"
}, - {
- "clientId": "697B0894847D18"
}, - {
- "clientId": "727BF894847E18"
}, - {
- "clientId": "757B7794848618"
}, - {
- "clientId": "787B8794848218"
}, - {
- "clientId": "937BEA94846A18"
}, - {
- "clientId": "9D7B5A94842A18"
}, - {
- "clientId": "B27B8C94842B18"
}, - {
- "clientId": "CD7B789484BA18"
}, - {
- "clientId": "D17B489484A018"
}, - {
- "clientId": "D37B5494840B18"
}, - {
- "clientId": "DB7B6994849618"
}, - {
- "clientId": "E87BAE94845C18"
}, - {
- "clientId": "E87BF794840C18"
}, - {
- "clientId": "EC7B9E9484BC18"
}, - {
- "clientId": "EF7BBB94840B18"
}, - {
- "clientId": "F07B4594844618"
}, - {
- "clientId": "1057B0594846918"
}, - {
- "clientId": "1057B9094841C18"
}, - {
- "clientId": "10B7BB09484DF18"
}, - {
- "clientId": "1117B9E9484AD18"
}, - {
- "clientId": "1177BBA94843418"
}, - {
- "clientId": "11D7B5C9484A918"
}, - {
- "clientId": "1207B9294847418"
}, - {
- "clientId": "1227B8894843718"
}, - {
- "clientId": "12B7BF89484B918"
}, - {
- "clientId": "1317B9C94845B18"
}, - {
- "clientId": "1367BC99484AB18"
}, - {
- "clientId": "1397B4294848A18"
}, - {
- "clientId": "1477B5F94840618"
}, - {
- "clientId": "1507B5E94840A18"
}, - {
- "clientId": "1507BC494844118"
}, - {
- "clientId": "1537B619484CB18"
}, - {
- "clientId": "1567BF794845B18"
}, - {
- "clientId": "15E7B1B94845418"
}, - {
- "clientId": "1787B0094843F18"
}, - {
- "clientId": "1787B5B94844418"
}, - {
- "clientId": "1807BA29484F818"
}, - {
- "clientId": "1837B3994843518"
}, - {
- "clientId": "1897B9E9484ED18"
}, - {
- "clientId": "1A07B1894842A18"
}, - {
- "clientId": "1A07B509484E018"
}, - {
- "clientId": "1A97B4F94847418"
}, - {
- "clientId": "1AE7B179484CF18"
}, - {
- "clientId": "1B07BD09484A518"
}, - {
- "clientId": "1BF7B6E94844318"
}, - {
- "clientId": "1C37B0D94842318"
}, - {
- "clientId": "1C67BA294841A18"
}, - {
- "clientId": "1CD7B8794848D18"
}, - {
- "clientId": "1D37B639484FD18"
}, - {
- "clientId": "1D67B2D94849618"
}, - {
- "clientId": "1DF7BB99484A918"
}, - {
- "clientId": "1E17B4C94843618"
}, - {
- "clientId": "1E67B0994841B18"
}, - {
- "clientId": "1EA7B2A94844318"
}, - {
- "clientId": "1FC7B1794849018"
}, - {
- "clientId": "1FC7B9E9484FA18"
}, - {
- "clientId": "1FE7B029484BD18"
}, - {
- "clientId": "2147B919484C918"
}, - {
- "clientId": "2217B1494846718"
}, - {
- "clientId": "2587B4694847318"
}, - {
- "clientId": "2607B2C9484EB18"
}, - {
- "clientId": "2627B4994846318"
}, - {
- "clientId": "2627BA394845918"
}, - {
- "clientId": "26E7B7994840E18"
}, - {
- "clientId": "26F7B6F94847D18"
}, - {
- "clientId": "27A7BEB94845018"
}, - {
- "clientId": "27F7BB49484BA18"
}, - {
- "clientId": "2927BA79484E018"
}, - {
- "clientId": "2947B7894849618"
}, - {
- "clientId": "2A37B259484F118"
}, - {
- "clientId": "2A97B0E9484A718"
}, - {
- "clientId": "2AB7BD294848E18"
}, - {
- "clientId": "2B37BB994844C18"
}, - {
- "clientId": "2C37B9194847518"
}, - {
- "clientId": "2D37BD894843718"
}, - {
- "clientId": "2DE7B2D9484FB18"
}, - {
- "clientId": "2DF7BFC94842E18"
}, - {
- "clientId": "2E97BDE9484A218"
}, - {
- "clientId": "2EC7B7294840018"
}, - {
- "clientId": "2F07B0C9484D118"
}, - {
- "clientId": "30F7BE694841818"
}, - {
- "clientId": "3157BBE9484B718"
}, - {
- "clientId": "3367B9A9484AF18"
}, - {
- "clientId": "3427BE19484EE18"
}, - {
- "clientId": "3477B1994848518"
}, - {
- "clientId": "3477B669484DB18"
}, - {
- "clientId": "35F7B8B94842818"
}, - {
- "clientId": "3677B6F94841718"
}, - {
- "clientId": "3717B679484B718"
}, - {
- "clientId": "3777B819484CD18"
}, - {
- "clientId": "37C7BBB94849A18"
}, - {
- "clientId": "3867BDA94841F18"
}, - {
- "clientId": "3877B3D94842218"
}, - {
- "clientId": "38B7BDC94844F18"
}, - {
- "clientId": "3AB7B4D94847D18"
}, - {
- "clientId": "3B47B2494845A18"
}, - {
- "clientId": "3B57BCF9484B518"
}, - {
- "clientId": "3C87B2094845518"
}, - {
- "clientId": "3CB7B559484A618"
}, - {
- "clientId": "3D37B059484AB18"
}, - {
- "clientId": "3D87B7E94848D18"
}, - {
- "clientId": "3DE7B559484B818"
}, - {
- "clientId": "3F97B6A9484AC18"
}, - {
- "clientId": "3F97BAB9484DC18"
}, - {
- "clientId": "4007B7794846118"
}, - {
- "clientId": "4007B7A94846118"
}, - {
- "clientId": "40D7BCA9484EE18"
}, - {
- "clientId": "4107B5D9484A918"
}, - {
- "clientId": "4247B059484ED18"
}, - {
- "clientId": "4277B539484EE18"
}, - {
- "clientId": "4277B9F94842D18"
}, - {
- "clientId": "42D7B9C94849E18"
}, - {
- "clientId": "4337BE994843D18"
}, - {
- "clientId": "43D7B5794849718"
}, - {
- "clientId": "4407B0094849818"
}, - {
- "clientId": "44E7BE59484F518"
}, - {
- "clientId": "45C7B899484B418"
}, - {
- "clientId": "46E7B0D94848018"
}, - {
- "clientId": "4717B9A9484BD18"
}, - {
- "clientId": "4777BCC9484C918"
}, - {
- "clientId": "47B7B6B9484F218"
}, - {
- "clientId": "47E7B3B9484AC18"
}, - {
- "clientId": "4827B9194848518"
}, - {
- "clientId": "49C7BE29484B918"
}, - {
- "clientId": "4A17BAB94843518"
}, - {
- "clientId": "4A37BCD94844718"
}, - {
- "clientId": "4AB7B0194848518"
}, - {
- "clientId": "4AB7BC194843018"
}, - {
- "clientId": "4CA7B9E9484FA18"
}, - {
- "clientId": "4CA7BAA9484CE18"
}, - {
- "clientId": "4D67B2194840F18"
}, - {
- "clientId": "4D67BD294844F18"
}, - {
- "clientId": "4D77BEA94842718"
}, - {
- "clientId": "4DA7BEB94849818"
}, - {
- "clientId": "4DB7B1C94841B18"
}, - {
- "clientId": "4DC7BAF94846518"
}, - {
- "clientId": "4E77B4294841618"
}, - {
- "clientId": "4E97BEC9484A718"
}, - {
- "clientId": "4EA7B399484DE18"
}, - {
- "clientId": "4EE7BF794847D18"
}, - {
- "clientId": "4EF7B7E94843418"
}, - {
- "clientId": "4F37B2A9484BB18"
}, - {
- "clientId": "4F97BE894841618"
}, - {
- "clientId": "4FA7B0994849418"
}, - {
- "clientId": "50C7BC99484E718"
}, - {
- "clientId": "5127B3A94842F18"
}, - {
- "clientId": "5287B4A94848318"
}, - {
- "clientId": "52B7BF494849418"
}, - {
- "clientId": "52F7B0694841E18"
}, - {
- "clientId": "5357B8B94848518"
}, - {
- "clientId": "5527BCE94842A18"
}, - {
- "clientId": "56A7B5794845418"
}, - {
- "clientId": "56E7B3E9484AB18"
}, - {
- "clientId": "5757BF094845D18"
}, - {
- "clientId": "5767B3C94848618"
}, - {
- "clientId": "5A27B1B94840218"
}, - {
- "clientId": "5A67BCC9484D618"
}, - {
- "clientId": "5AD7B6294840618"
}, - {
- "clientId": "5BD7B2594840918"
}, - {
- "clientId": "5C87BE394849A18"
}, - {
- "clientId": "5CD7B589484C918"
}, - {
- "clientId": "5DD7B4B94847F18"
}, - {
- "clientId": "5E47B5294843818"
}, - {
- "clientId": "5E77B9E94847C18"
}, - {
- "clientId": "5FB7B2B94846118"
}, - {
- "clientId": "6027BE39484E218"
}, - {
- "clientId": "60E7B7294849418"
}, - {
- "clientId": "6157B5294843A18"
}, - {
- "clientId": "61B7B0294849818"
}, - {
- "clientId": "6267BE39484D518"
}, - {
- "clientId": "62B7B529484CB18"
}, - {
- "clientId": "62C7B449484E818"
}, - {
- "clientId": "62C7BDD94842918"
}, - {
- "clientId": "62E7B7194846718"
}, - {
- "clientId": "62F7B039484B318"
}, - {
- "clientId": "63C7B509484C118"
}, - {
- "clientId": "64D7B3A94841018"
}, - {
- "clientId": "6517BEA94848A18"
}, - {
- "clientId": "6617B9D9484C618"
}, - {
- "clientId": "6647BEC94844D18"
}, - {
- "clientId": "6687BAA94843218"
}, - {
- "clientId": "6767BBD9484D018"
}, - {
- "clientId": "67D7BE094849318"
}, - {
- "clientId": "6857B5D94844518"
}, - {
- "clientId": "6917B599484E218"
}, - {
- "clientId": "6987BDA9484E018"
}, - {
- "clientId": "69F7BBD94849018"
}, - {
- "clientId": "6AC7B2094848818"
}, - {
- "clientId": "6BA7B2D94848118"
}, - {
- "clientId": "6BB7BE59484B718"
}, - {
- "clientId": "6BC7B8294841618"
}, - {
- "clientId": "6BF7B1394843D18"
}, - {
- "clientId": "6BF7B2794848A18"
}, - {
- "clientId": "6C27B1A94843B18"
}, - {
- "clientId": "6C87B9D94848F18"
}, - {
- "clientId": "6D67B2094841518"
}, - {
- "clientId": "6E27B6994847D18"
}, - {
- "clientId": "6EB7B4994845318"
}, - {
- "clientId": "6EE7BA394847D18"
}
], - "nextClientId": "6EE7BA394847D19",
- "reachedEnd": false
}
This request returns the list of raw data export zipped files that are on the server. This list is to be used to see what files are available for download and then be able to request files for downloading. Raw Data Export functionality needs to be enabled on your product account for this functionality to work.
OK
{- "fileList": [
- {
- "fileName": "2376158762_2023-07-12.zip",
- "fileDate": "2023-07-12",
- "compressedSizeKB": 2.36
}
]
}
In order to download raw data export data files, the file needs to be requested to the API which returns a secure URL from which the file can be downloaded. The request and response are both JSON objects. Raw Data Export functionality needs to be enabled on your product account for this functionality to work.
OK
{- "fileName": "2376158762_2023-07-12.zip"
}