Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Anchor tag Non-youtube video tracking milestone inside an Iframe

Avatar

Level 2

I wanted to understand how can I get video tracking milestones under my following conditions:

video URL mentioned in an anchor tag

<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>

But 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.

Also, if I try to edit the iframe (without expanding the iframe in inspect elements) , i am not able to see #document and further inline HTML code.

please, provide a solution how can i track this "non-youtube video" without affecting the iframe.

1 Reply

Avatar

Level 2

Any resolution for this? Having same issue. Send help 😞