I've taken a look at the following blog posts on how to utilize the Munchkin API to track YouTube player clicks, but I haven't seen anything specific to Brightcove. Thus, I am a bit stuck on how to translate the same solution to a Brightcove video. Has anyone had any experience in implementing this?
Here are the posts that I have referenced:
How do you create a Munchkin API call to track video plays?
Marketo LP not tracking clicks to embedded Youtube video
Here is a sample of the code that is used for one of our videos.
<div style="position: relative; display: block; max-width: 100%;">
<div style="padding-top: 56.25%;">
<video data-video-id="3803578785001"
data-account="3787945883001"
data-player="default"
data-embed="default"
data-application-id class="video-js"
controls
style="position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%;">
/video>
<script src="//players.brightcove.net/3787945883001/default_default/index.min.js"></script>
</div>
</div>