SOLVED

Tracking Video Views Via Email Send

Go to solution
Deeps
Level 4

Tracking Video Views Via Email Send

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.

 

 

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Tracking Video Views Via Email Send

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

 

 

View solution in original post

1 REPLY 1
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Tracking Video Views Via Email Send

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