如何在actionscript小部件中准确获取referrer
我有一个可嵌入的小部件。对于每次印象,我想跟踪引用者(嵌入小部件的页面)。现在我正在使用ExternalInterface使用javascript来检查window.location.href是否可用,但是,我发现大多数时候我无法设置引荐来源网址。
有更好的方法吗?或者也许我没有正确使用 javascript 来获取引荐来源网址?
谢谢!
I have an embedable widget. For each impression, I would like to track the referrer (the page where the widget is embedded onto). Right now I am using ExternalInterface to use javascript to check window.location.href when its available, however, I am finding that most of the time I am unable to set the referrer.
Is there a better way to do this? Or perhaps am I not using javascript correctly to get the referrer?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你不能通过这种方式直接得到它。我能想到几个选项:
I don't think you can directly get it in this way. There are a couple options I can think of: