diff --git a/src/components/homesections/homesections.js b/src/components/homesections/homesections.js index b2edfc7136..bc31d60495 100644 --- a/src/components/homesections/homesections.js +++ b/src/components/homesections/homesections.js @@ -372,12 +372,20 @@ import ServerConnections from '../ServerConnections'; function loadResume(elem, apiClient, headerText, mediaType) { let html = ''; + let dataMonitor = 'data-monitor="'; + if (mediaType == 'Video') { + dataMonitor += 'videoplayback,' + } else if (mediaType == 'Audio') { + dataMonitor += 'audioplayback,' + } + dataMonitor += 'markplayed">'; + html += '