编辑:问题不再相关。GTM不再影响Youtube API。(在jsFiddle演示中,视频信息(状态、currentTime、持续时间)总是正确的)。
调用Google似乎破坏了Youtube API。这里有一个小提琴演示:
// where thoses methods do not work anymore
player.getPlayerState();
player.getCurrentTime();
player.getDuration();
通过注释第16行Youtube API再次工作(正确的状态,正确的currentTime /持续时间显示)。因为视频还在播放,所以js似乎被
Javascript Google Analytics提供了一个setCustomVar方法,允许我们提交将出现在报告中的自定义数据。但是,我不清楚opt_scope参数:
opt_scope Optional. The scope used for the custom variable. Possible values are 1 for visitor-level, 2 for session-level, and 3 for page-level.
我在哪里可以找到关于这三个选项的更多信息?