Generate SureFox Analytics and Content Blocking Analytics Report


SureMDM allows admins to generate custom reports for allowed websites and content filtering in SureFox. This SureFox Analytics report can be generated for single or multiple devices for specific dates using the SureMDM Web Console.

Note: This option is available only for Super user, not sub users.


Generate SureFox Analytics Report

SureFox Analytics Report lists all the activities in the SureFox browser with details of the device, URL open and close time with total browse time on the allowed websites. 

To generate SureFox Analytics report in SureMDM, follow these steps:

1.  Navigate to SureMDM Web Console > Settings > Account Settings > Data Analytics.

2.  Enable Enable Data Analytics > SureFox Analytics and click Show for Secret Key.

3.  Note down the secret key and click Apply.

     The settings will get updated.

4.  Go to Reports > and select Custom Reports and select SureFox Analytics from Tables List.  

     See the steps under Create a Custom Report .

Note: 

1. To remotely enable SureFox Analytics on an enrolled device, push the following script to the device using Run Script job:

!#suremdm

EnableAnalytics(com.gears42.surefox,secretkey)

Secret Key is the key copied in step no. 2.

2. If report is generated before 24 hours after the analytics is set, the report will have no data. To generate one before 24 hours, we can forcefully export the data using the below run script.

am broadcast -a com.gears42.surefox.COMMUNICATOR -e password 0000 -e command export_analytics -n com.gears42.surefox/com.gears42.surefox.service.SurefoxCommunicator


Generate SureFox Content Blocking Analytics Report

SureFox Content Blocking Analytics Report lists all the blocking activities in the SureFox browser with details of the device, URL accessed, blocked time and more.

To generate SureFox Analytics report in SureMDM, follow these steps:

1.  Navigate to SureMDM Web Console > Settings > Account Settings > Data Analytics.

2.  Enable Enable Data Analytics and click Add Analytics.

3.  Under the new section, enter Analytics Name, Tag Name and click Add Field.

4.  Add fields like URL, Blocked Time ,Type and click Save.

5.  Select Enable and click Show for secret key.

6.  Note down the secret key and click Apply.

The settings will get updated.

7.  Go to Reports > and select Custom Reports and select the created analytics from Tables List. 

     See the steps under Create a Custom Report.

Note:

1. To remotely enable Content Blocking Analytics on an enrolled device, push the following script to the device using Run Script job:

am broadcast -a com.gears42.surefox.COMMUNICATOR -e password 0000 -e command enable_content_blocking_analytics -e secret_key <secret_key> -n com.gears42.surefox/com.gears42.surefox.service.SurefoxCommunicator

Secret Key is the key copied in step no.5.

2. If report is generated before 24 hours after the analytics is set, the report will have no data. To generate one before 24 hours, we can forcefully export the data using the below run script.

am broadcast -a com.gears42.surefox.COMMUNICATOR -e password 0000 -e command export_content_blocking_analytics -n com.gears42.surefox/com.gears42.surefox.service.SurefoxCommunicator