查看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域名有任何其他警告。
答案 0 :(得分:0)
AMP文档准确无误。 " https://www.google.com/"。
没有例外值得一提的是,一些AMP标签(如<analytics-tag>
)允许您定义标签内部使用的自定义变量。这些变量可以优先于该标记范围内的全局变量(如documentReferrer
)。
有关可能发生的具体情况的详细信息,请参阅:https://github.com/ampproject/amphtml/issues/10374