HTML5 video tracking: need help with specifications

Having installed the HTML5 tracking, it is not really clear where it gets the inforamtion from that it puts in Event category, Event action and Event name. It would be nice to adjust it.
I also like to know how to type the CSS selectors and the “title form an HTML attribute”.

Hi. Since there are pre-defined video reports based on custom events, it isn’t possible to customize the parameters structure.

For the video title, it’s all about specifying the atrribute that contains the title, e.g.

<video data-video-title="video title" ... >

In this case, you have to enter data-video-title in the tag’s config.

As for the CSS selector, you can use those described here. Basically, anything that could be understood by document.querySelectorAll.