当document.referrer为" https://www.google.com/" $ {documentReferrer}为空。

时间:2017-07-11 21:40:43

标签: amp-html

查看AMP文档(https://github.com/ampproject/amphtml/blob/master/spec/amp-var-substitutions.md#document-referrer),documentReferrer变量应该反映JS document.referrer

虽然documentReferrer似乎在页面document.referrer时报告了其他域的正确值(例如:www.twitter.com,t.co,linkedin.com等)价值是" https://www.google.com/" documentReferrer是空的。我无法找到任何文档,表明www.google.com域名有任何其他警告。

1 个答案:

答案 0 :(得分:0)

AMP文档准确无误。 " https://www.google.com/"。

没有例外

值得一提的是,一些AMP标签(如<analytics-tag>)允许您定义标签内部使用的自定义变量。这些变量可以优先于该标记范围内的全局变量(如documentReferrer)。

有关可能发生的具体情况的详细信息,请参阅:https://github.com/ampproject/amphtml/issues/10374