Media analytics events not showing up
Hey community,
I am trying to use the Media analytics SDK of Android and making some calls and the flow goes like this
trackSessionStarted() -> trackPlay() -> trackComplete() -> trackSessionEnd() with 30 seconds of delay between all the calls. I was able to see all the requests being sent successfully in the logs. But no metric apart from Media Starts and Ad Starts were populated on the report as shown in the image attached below. I am looking for the other metrics like Media Time Spent, Content starts, Content Time Spent to be populated. Not sure why there are not shown up on the report. Can anyone please help me with it !
I saw that those missing metrics are automatically set by SDK and sent with Media close here.
But not sure why those metrics are not shown on the report in case of me
