Tracking Video Views Via Email Send | Community
Skip to main content
New Participant
June 14, 2023
Solved

Tracking Video Views Via Email Send

  • June 14, 2023
  • 1 reply
  • 1334 views

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.

 

 

 

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darshil_Shah1

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'
    }
);

 

 

1 reply

Darshil_Shah1
Darshil_Shah1Accepted solution
Community Manager
June 14, 2023

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'
    }
);