We have just started using the analytics. In my file download report i am not see files names. It just shows as 'Download' and Instances. How can i see file names there?
I have following in my AppMeasurments.js.
s.trackDownloadLinks=true
s.trackExternalLinks=true
s.trackInlineStats=true
s.linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,wmv,pdf,doc,docx,xls,xlsx,ppt,pptx"
s.linkInternalFilters="javascript:"
And in my controller i have link to download the file like this
<a href='\\#' class='link' ng-click='searchVm.downloadFile(dataItem.path, dataItem.content.metadata.format)'>${path}</a>
Am i missing something? Not sure why it is not showing file name.
Thanks!