Flash AS3 - 通过 Google Analytics 库获取用户位置
我正在使用 Google Analytics 库(AS3 模式).swc 来跟踪一些点击统计信息。 现在我想获取用户的位置。有谁知道是否可以使用 Flash Google Analytics 库来做到这一点?
谢谢
I'm using the Google Analytics library (AS3 mode) .swc to track some click statistics.
Now I'ld like to get the users location. Does anyone know if it's possible to do that with the Flash Google Analytics library?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不这么认为(这不是它的目的),但您可以尝试主要的 google 加载程序api,因为它通常会根据您的 IP 提供一些位置信息(请参阅 google.loader.ClientLocation 此处)。
如果您需要更高的可靠性和/或精度,可以尝试地图 api< /a>、齿轮 和/或 html 的地理定位 API。我很确定你可以在 SO 中找到很好的例子。
I don't think so (it's not its purpose) but you can try the main google loader api as it usually gives some location info based on your IP (see google.loader.ClientLocation here).
If you need more reliability and/or precision, you can try the maps api, gears and/or html's geolocation apis. I'm pretty sure you can find good examples here in SO.