Hi Team,
Please assist with this.
Can we track video views from email send ?.
Details: The email CTA directs to Marketo Landing page, the page has video (ungated, Vidyard Video); can we capture the views from the video.
I have set up the tracking program and tried couple of logic but none worked, please help.
Thanks,
Deepthi.
Solved! Go to Solution.
You can just fire a custom munchkin event when someone plays the video. You can reference the play event mentioned in the Vidyard API guide to call this custom munchkin click event. Sandy has a similar demo available here for Youtube videos.
Munchkin.munchkinFunction('clickLink', {
'href': '/munchkinVideoTracker/video/played'
}
);
You can just fire a custom munchkin event when someone plays the video. You can reference the play event mentioned in the Vidyard API guide to call this custom munchkin click event. Sandy has a similar demo available here for Youtube videos.
Munchkin.munchkinFunction('clickLink', {
'href': '/munchkinVideoTracker/video/played'
}
);