我可以在 vkontakte 上使用谷歌分析吗?

发布于 2024-08-15 10:44:52 字数 1159 浏览 1 评论 0原文

我想在我的 Vkontakte 应用程序(使用 Flex 编写)上使用 Google Analytics(分析)。 Vkontakte 在 Google Analytics 中自然不支持(不像 Facebook)这意味着我什至无法将 Google Analytics JS 放在页面底部(甚至无法使用 JS)。我可以使用 Google Analytics 的 AS3 库,但由于某种原因,每次我使用它报告事件时,它都会报告失败的 gif 请求。

  1. 是否可以在所描述的环境中使用 Google Analytics?
  2. 如果是这样,gif 请求失败的原因可能是什么?可以调试吗?

更新 #1:

调试“Google Analytics for Flex”源代码后,我收到此错误:错误 #2035:找不到 URL。

更新 #2:

事实证明,这是一个已知错误,正如建议的此处。它在 IE 上完美运行。

更新#3:

当我在“AdBlock Plus”扩展中禁用“ABP Tracking Filter(by rick752)”过滤器时,它可以在 FF 上运行。

I want to use Google Analytics on my Vkontakte application (written with Flex). Vkontakte does not support naturally in Google Analytics (not as Facebook) which means I can't even put the Google Analytics JS at the bottom of the page (or even use JS for that matter). What I can use is the AS3 library of Google Analytics, but for some reason it reports of failed gif requests every time I use it to report on an event.

  1. Is it even possible to use Google Analytics on the described environment?
  2. If so, what could be the reason of the failed gif requests? Is it debugable?

Update #1:

After debugging the "Google Analytics for flex" source code, I got this error: Error #2035: URL Not Found.

Update #2:

It turns out to be a known bug as suggested here. It works perfectly on IE.

Update #3:

It works on FF when I disable the "ABP Tracking Filter (by rick752)" filter at the "AdBlock Plus" extension.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

才能让你更想念 2024-08-22 10:44:53

有可能,我遇到的问题是由于问题中所述的 FF 问题造成的。

It's possible, the problems I've experienced were due to FF problem as stated in the question.

緦唸λ蓇 2024-08-22 10:44:53

一种可能相关的调试方法是:安装像 Fiddler 这样的网络监视器,并查看通过网络传输的请求。您看到正确的 GIF 被下载了吗?如果是这样,那你很好。如果没有,您将看到网络上发生了什么。

One potentially relevant way to debug this: install a network monitor like Fiddler, and look at the requests going over the wire. Do you see the right GIF get downloaded? If so, you're good. If not, you'll see what's going on on the network.

年少掌心 2024-08-22 10:44:53

以下是 Google 提供的有关调试 gif 请求的一些信息。当你说失败时,你是什么意思?

Here's some info from Google on debugging the gif requests. What do you mean when you say it failed?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文