DTM tracking non-youtube video inside iframe

280 Views Asked by At

how can i track non-youtube video in below scenario.

<a src="some vodeo url"><a/>

After playing the video, it generates an Iframe next to the anchor tag. Under the Iframe, I can see #document, html code and video tag inside the body tag.

<a src="some vodeo url"></a>
<iframe src="some vodeo url">
#document
<HTML><BODY><video src="some vodeo url" media></video></body></html>
</iframe>

I am not able to access video tag in DTM or browser console unless i go to browser elements(inspect elements) and expand Iframe until the 'video' tag is visible.

Suggest a solution how can to track this "non-youtube video" without affecting the iframe.

0

There are 0 best solutions below