用于 iframe 嵌入的 Youtube 玩家跟踪 API

发布于 2024-11-04 13:55:36 字数 473 浏览 2 评论 0原文

我需要启用嵌入在网站中的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

挖个坑埋了你 2024-11-11 13:55:36

看起来这可以用来获取事件并调用通过 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

变身佩奇 2024-11-11 13:55:36

网络上有一些可用的资源:

  1. 对于谷歌分析上的 DIY 爱好者:
    http://www. lunametrics.com/blog/2012/10/22/automatically-track-youtube-videos-events-google-analytics/
  2. 对于正在寻找适合 YouTube 的产品的人分析(目前免费):
    http://www.vidanalytic.com/

There are a few resources available on the web for this:

  1. For the DIY'er on google analytics:
    http://www.lunametrics.com/blog/2012/10/22/automatically-track-youtube-videos-events-google-analytics/
  2. For someone who's looking for a product catered youtube analytics (currently free):
    http://www.vidanalytic.com/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文