Usage Service
Learn about your teams' usage and metrics through the axe DevTools Usage Service.
About the Usage Service
The Usage Service automatically tracks your team's usage of axe DevTools Mobile by sending usage events to Deque's servers. Usage information is available for review in axe Reports. Learn how to access axe Reports. Please reach out to our support team should you encounter any issues.
Enable the Usage Service
In axe-devtools-android
version 5.4.0+ and axeDevToolsXCUI
version 2.10.0+ the Usage Service is enabled by default, and usage data is captured automatically. Users or admins may opt to disable the Usage Service by changing the value in the axe Account Portal. Learn more about axe Account global settings on the axe Configuration page.
Usage Data
Android
When interacting with the Usage Service through axe DevTools Mobile for Android, you can expect the following data to be sent for login or scanning events:
Key | Description |
---|---|
productName | axe-devtools-mobile |
event | Which event took place: login or scan |
organization | Your Deque provided Organization ID |
productComponent | android-sdk |
productComponentVersion | Version number of the axe DevTools Mobile library |
distinctId | Universally Unique Identifier (UUID) |
userId | Email address of the person initiating the event |
dateTime | Time stamp of the event |
iOS
When interacting with the Usage Service through axe DevTools Mobile for iOS, you can expect the following data to be sent for login or scanning events:
Key | Description |
---|---|
productName | axe-devtools-mobile |
event | Which event took place: login or scan . |
organization | Your Deque provided Organization ID . |
productComponent | ios-sdk |
productComponentVersion | Version number of the axe DevTools Mobile library. |
distinctId | Universally Unique Identifier (UUID) |
userId | Email address of the person initiating the event. |
dateTime | Time stamp of the event. |