User Tools

Site Tools


video_tracking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
video_tracking [2017/07/29 21:53] – created lucyvideo_tracking [2020/08/13 17:52] (current) lucy
Line 1: Line 1:
 +===== Video Tracking Background Info =====
 +
 +When using an awareness training video in LUCY one can consider useful to track down the number of users that have played the video after receiving the awareness training email or after redirect to the awareness website. Some statistics regarding the average time of the video being played by recipients might also be useful in terms of awareness campaign effectivity assessment and personnel training productivity.
 +
 +LUCY allows you to verify if a training video was played. The video-tracking statistics are not personified and are displayed as a general chart in the report (PDF \ DOCX \ HTML) and on the statistics page. Once a recipient finished watching the video he should be marked as "Trained".
 +
 ===== How to track users watching an awareness video ===== ===== How to track users watching an awareness video =====
  
 **Method 1: using the quiz checkbox** **Method 1: using the quiz checkbox**
  
-This method allows you only to verifyif the video was played. It does not allow tracking of the video lenght. Please use method 2 to track more details.+This method allows you only to verify if the video was played. It does not allow tracking of the video length. Please use method 2 to track more details.
  
   * Mark the awareness template or website as "Quiz"   * Mark the awareness template or website as "Quiz"
  
-{{ quiz_enabled_c.png?600 }}+{{::quiz_video_track.png?800|}}
  
   * Make sure your awareness website (or template) has the quiz-question-titles.js static file with the following content: {"1": "Video Played"}   * Make sure your awareness website (or template) has the quiz-question-titles.js static file with the following content: {"1": "Video Played"}
Line 21: Line 27:
 **Method 2: using the video tracking JavaScript** **Method 2: using the video tracking JavaScript**
  
-Using our custom tracking JavaScript which can be downloaded {{::lucy-event-javascript.zip|here}}, allows you to track video's played in LUCY's "flowplayer" which are used for all our video templates. The JS should be inserted into the bottom of the page where the flowplayer video is uploaded:+Using our custom tracking JavaScript which can be downloaded {{::lucy-event-javascript.zip|here}}, allows you to track the video's played in LUCY's "flowplayer" which are used for all our video templates. The JS should be inserted into the bottom of the page where the flowplayer video is uploaded (please don't forget to add the script tag <script> at the beginning of the script and </script> at the end of the script: 
 + 
 +{{:video_2.png?800|}}
  
-{{ video_tracking_new.png?600 }}+This script allows you to track a video start and finish the event and also display the progress in statistics (rounded percent in different event types like video-10 for 10% video played or video-90 for 90% video played, etc.). When the video is started, it sends a "video-start" event. When the video is finished (played to the end), it sends a "video-finish" event to LUCY which leads to statistics like in this graphic:
  
-This script allows you to track a video start and finish event and also display the progress in statistics (rounded percent in different event types like video-10 for 10% video played or video-90 for 90% video played, etc.). When the video is started, it sends a "video-start" event. When the video is finished (played to the end), it sends a "video-finish" event to LUCY which leads to statistics like in this graphic:+{{::event_video_track.png|}}\\
  
-{{ video_stats_sample.png?600 }}+So there two methods of tracking recipients watching LUCY awareness videos: with the help of the checkbox and using Javascript. One is able to choose whether to track only the fact of the video played or to track down the number of users played the video, sorting the users into groups based on the view duration. Both methods provide general statistics charts and add "Trained" marc to users' statistics
video_tracking.1501357993.txt.gz · Last modified: 2019/07/25 12:51 (external edit)