Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Rails应用程序,并且创建了一个大约 10 分钟长的介绍视频。
当用户观看视频时,我想以某种方式将更新(民意调查?)推送到谷歌分析,否则他们不会在 4 分钟后显示为活跃访问者。
有任何想法吗?
我认为,您可以使用 Google Analytics 事件 - 它会将点击发送到 Google Analytics 并显示该用户不会离开页面。您可以在 JavaScrpt 中使用 setTimeOut 或 setInterval 来发送点击(例如,每 2 分钟),或者您甚至可以使用 Youtube API 并将其与 Google Analytics 事件链接。