Hi
I want to fetch some basic video analytics for our datawarehouse:
- Aggregated statistics for top content
- Lifetime statistics for individual items (ID’s)
I believe I already have the first query working.
The second query might be the get_total method (https://developer.kaltura.com/api-docs/service/report/action/getTotal) but will I need to call this for each individual ID? There is a field called ObjectIDS, but I can’t find any information on specifying multiple.
If I need to call each individual URL it will be many requests. Is there some kind of limit here?