I am currently trying to implement vast/ima ads into my html5 video player. I am looking at this tutorial for ads: https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side
My questions are:
Do I need to use this library? (ima sdk) What cant I just parse vast xml files, get the data and play ad video MediaFile in my player directly? Would I miss something in this setup? I know I need Clickthough url triggered when user clicks on linear or non linear ad.
what are these Tracking events? https://www.adbutler.com/help/article/vast-track-events . And in what way is my player suppose to send them somewhere? I cant see any info or code example about this.