Overview
Sometimes customers need detailed reports for videos. However, the only available information is present in the Content Leaderboard CMR report and this report only shows the Total Content count.
The Content report does not show videos as a content type.
This article assists you in finding the count and details of videos, for cases when customers want to know how many videos were in there and the whole analytics report for videos.
Information
Affected Version
The affected Hosted instance is Jive 9.0.2.
Steps to Reproduce
- Ensure you have the video plugin enabled and working fine.
- Create a few videos.
- Wait for the 2 AM ETL run.
- Go to CMR > Content Creation.
Actual Behavior
Videos are missing.
Expected Behavior
Videos should be present.
Solution
- This issue has been addressed in the Jive JIRA Bug ticket CUSTOM-2565. Therefore, Video Analytics Content is visible in Jive 9.0.3 and above.
- Depending upon the request received, use the following queries to check the videos using the Magic Query tool.
- To check the number of videos on the whole instance:
SELECT COUNT(*) FROM jiveVideo;
- To check all video details and properties:
SELECT * FROM jiveVideo;
- To check the number of videos on the whole instance:
NOTE: If the results are too big, they will not be shown, instead send them to your email by checking the Send results to email checkbox.
Comments
0 comments
Article is closed for comments.