Tracking a Lightbox Click/Video
Hello,
My company has been having some trouble trying to track a video on its homepage. We are trying to track if people are clicking on the lightbox to watch the video, but we haven't been able to figure out a solution. Right now this is what the coding on our video looks like:
<a class="intro_video" href="#?video_intro" title="Shopping Made Simple with Starmount" onclick="mktoMunchkinFunction('clickLink','starmount.com')"><img src="/public/upload/images/homebanner/intro-video-2016-cover.jpg">
</a>
The only thing we have been able to track is if people type in the exact URL for the video, but it won't work if you click on the video/lightbox that brings up that URL. Most viewers won't be typing in that URL so hence, why we are trying to figure out how to track the clicks of the lightbox.
Thank you!