用于 iframe 嵌入的 Youtube 玩家跟踪 API
我需要启用嵌入在网站中的 Youtube 视频的事件跟踪,但由于 Youtube 已切换到基于 iframe 的嵌入代码,我有点迷失了......
Google/Youtube 文档 ( http://code.google.com/intl/da-DK/apis/youtube/iframe_api_reference.html ) 仅描述了如何在使用 API 本身以编程方式嵌入视频时启用 API - 当它们被复制粘贴到 CMS 等页面上时就不会了。
最重要的是,文档指出用于 iframe 跟踪的 Youtube Player API 是实验性的,不应该用于生产网站!
有没有人找到一种方法来实现这项工作?要监听 iframe 嵌入的 Youtube 视频触发的事件?
I need to enable event tracking of Youtube-videos embedded in a site, but since Youtube has switched to iframe-based embedding-code, I'm kinda lost ...
Google/Youtube documentation ( http://code.google.com/intl/da-DK/apis/youtube/iframe_api_reference.html ) only describes how to enable the API when videos are embedded programmatically using the API itself - not when they are copy-pasted onto a page in, say, a CMS.
On top of that, the documentation states that the Youtube Player API for iframe tracking is experimental and should not be used for production sites!
Has anyone found a way to make this work? To listen to events fired by an iframe-embedded Youtube video?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来这可以用来获取事件并调用通过 iframe 嵌入的 YouTube 视频上的函数。
https://developers.google.com/youtube/iframe_api_reference#Events
It looks like this can be used to get events and call functions on a YouTube video embedded via an iframe.
https://developers.google.com/youtube/iframe_api_reference#Events
网络上有一些可用的资源:
http://www. lunametrics.com/blog/2012/10/22/automatically-track-youtube-videos-events-google-analytics/
http://www.vidanalytic.com/
There are a few resources available on the web for this:
http://www.lunametrics.com/blog/2012/10/22/automatically-track-youtube-videos-events-google-analytics/
http://www.vidanalytic.com/