Hi,
we are reviewing our video implementation and I want to understand the start event types firing.
Per our current implementation, we fire an ms_s (page view) call and then follow up with media analytic calls.
We fire:
main asset start
main asset aa_start
main asset start
ad asset start (when there is an ad present)
ad asset aa_start
ad asset play (fires every second)
as asset complete
main asset play
main asset chapter_start
main asset play (fires every ten seconds)
main asset complete
I want to understand if this is the standard order of the calls and what is the purpose of the aa_start calls. I read in a document that aa_start calls are quality calls [drops before start], but what would they tell us if they are usually fired after the main asset start call
Also, I think we don't need the chapter start as our content is shortform (plus we are missing the chapter_complete call).
Hopefully you can help!
thanks