Generate SureVideo Analytics Report in SureMDM


To generate SureVideo Analytics report from SureMDM, follow these steps:

1. Log into SureMDM web console and navigate to Settings >  Account Settings > Data Analytics.

2. Select Enable Data Analytics.

3. Click Add Analytics.

4.  Enter the following details:

     Analytics Name - Enter the analytics name (preferably SureVideo).

     Tag name - Enter the desired tag name.

     Fields - Add the fields as given in the screenshot below:

      

5.  Click Save.

6.  Select Enable.

7.  Click Show. 

      It reveals the Secret Key to authenticate the SureMDM server to accept analytics data from SureVideo. Note it down and click Apply.

      The secret key will get updated.

8.  Configure a runscript Job with the following script command. To know how to configure and deploy the runscript job to the device(s), click here. 

      !#suremdm

      EnableAnalytics(com.gears42.surevideo,secretkey)

      secretkey - enter the secret key that was noted in step no.7.

     The job gets pushed to the device(s). The analytics data will be generated only when media files are played on the SureVideo home screen. To know how to configure a playlist, click here.

9. Go to Reports > Custom Reports screen, click Add.

10. Give a name and description to the report.

11.From the Table List, select the analytics name that was given in step no.4 and click Add to add it under Selected Table List.

12. Click Save.

13. Now, go to On Demand Reports and select the created custom report, select the device or group and the date range.

14. Click Request Report.

15. Go to View Reports tab and use Download or View link to download or view the report.

 Note: Report will be generated after 24 hours after SureVideo Analytics is enabled and applied. If you want the report to be generated whenever required then create and apply a Run Script job with below run script:

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


Previous                                                                                                                                                                                        Next