我想使用动态标签管理器设置规则来监控我网站上某些视频的活动。我使用 HTML 文件将视频作为弹出窗口播放。像下面的东西。
<iframe width="620" height="349" src="https://www.youtube.com/embed/896dfsd996sdf?autoplay=1" frameborder="0" allowfullscreen></iframe>
我已经在 DTM 中使用 Event - "%complete" 和 "time complete" 设置了一个规则,但它不起作用。
下面是我的 html 编码,它从图像点击事件中调用 HTML 文件
<a id="home-page-andy-graves-video-play" href="/portals/37/Video/yt-exec-Andy-Graves.html" class="vidpopup cboxElement hide-for-small-only">
<img alt="Home page carousal banner" src="/portals/37/Images/Home/c11-1.jpg">
知道缺少什么吗?HTML文件可能有问题吗?
先感谢您。