Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
I am trying to access entry statistics: How many times has it been played in
the last day, month, year, how long did the average viewer watch the video, 5 seconds,
50% of it.
I see a method called
"collectstats", I'm not sure if this even the correct one to use, and
the documentation does not explain its used (there is no list of valid
values for parameters.
Can anyone help with this?
Thanks
Thanks for cross-linking the posts.
The collectstats method is used to report statistics, not to retrieve.
Also the stats are being collected and aggregated once a day.
See http://www.kaltura.org/report-gettotal for how I resolved this.
GG