我正在Google Analytics上跟踪我的Android应用。为什么我似乎有Macintosh用户?

时间:2021-12-08 15:19:07

The facts:

  1. My company has developed an Android app.
  2. 我的公司开发了一款Android应用程序。

  3. My company has NOT developed an iOS version to this app in anyway.
  4. 无论如何,我的公司还没有为这个应用程序开发iOS版本。

  5. I have created a Google Analytics account, opened a mobile app tracking ID, and connected it to my Android app using the SDK (this was not done by me, rather by our developer).
  6. 我创建了一个Google Analytics帐户,打开了一个移动应用跟踪ID,并使用SDK将其连接到我的Android应用(这不是由我完成的,而是由我们的开发人员完成的)。

  7. Our app launched and has some users according to both our Google Analytic's account and the Google Play Developer Console account.
  8. 根据我们的Google Analytic帐户和Google Play开发者控制台帐户,我们的应用已推出并拥有一些用户。

In the Google Analytics if I examine the operating systems of my users my operaiting split is:

在Google Analytics中,如果我检查用户的操作系统,我的操作拆分是:

  • Android - 91.69%
  • Android - 91.69%

  • Macintosh - 8.05% (Macintosh 10.10)
  • Macintosh - 8.05%(Macintosh 10.10)

  • iOS - 0.26% (iOS 8.1.2)
  • iOS - 0.26%(iOS 8.1.2)

How is this possible? We haven't developed for iOS.

这怎么可能?我们还没有为iOS开发。

1 个解决方案

#1


41  

This is so-called referral spam. I won't go into details here as there're lots of good sources on the net about the issue(e.g. this, this and this one).
I've handled this issue like this:

这就是所谓的推荐垃圾邮件。我不会在这里详细说明,因为网上有很多关于这个问题的好消息来源(例如,这个和这个)。我已经像这样处理了这个问题:

  1. Go to your app view in the Google Analytics.
  2. 转到Google Analytics中的应用视图。

  3. Open the 'Admin' tab.
  4. 打开“管理”标签。

  5. Click on 'View settings'.
  6. 点击“查看设置”。

  7. There will be section called 'Bot Filtering', check the 'Exclude all hits from known bots and spiders' option.
  8. 将有一个名为“Bot Filtering”的部分,选中“排除已知机器人和蜘蛛的所有命中”选项。

From now on Google will remove the spam hits from their analytics. This solution has two issues, though:

从现在开始,Google将从其分析中删除垃圾邮件。这个解决方案有两个问题:

  1. Historical data will not be affected by this option, i.e. spam hits which were made in the past will remain in your data, Google will only filter your future hits.
  2. 此选项不会影响历史数据,即过去发送的垃圾邮件会保留在您的数据中,Google只会过滤您未来的点击量。

  3. Google promises to remove hits from known bots, which means that the time from the new bot appearance to the moment when it will be included in the Google filter list can be indefinitely long. I use this solution for the last week though and didn't find any new bots breaking through the filter.
  4. Google承诺从已知机器人中移除命中,这意味着从新机器人外观到将其包含在Google过滤器列表中的时间可能无限长。我在上周使用这个解决方案,但没有发现任何新的机器人突破过滤器。

#1


41  

This is so-called referral spam. I won't go into details here as there're lots of good sources on the net about the issue(e.g. this, this and this one).
I've handled this issue like this:

这就是所谓的推荐垃圾邮件。我不会在这里详细说明,因为网上有很多关于这个问题的好消息来源(例如,这个和这个)。我已经像这样处理了这个问题:

  1. Go to your app view in the Google Analytics.
  2. 转到Google Analytics中的应用视图。

  3. Open the 'Admin' tab.
  4. 打开“管理”标签。

  5. Click on 'View settings'.
  6. 点击“查看设置”。

  7. There will be section called 'Bot Filtering', check the 'Exclude all hits from known bots and spiders' option.
  8. 将有一个名为“Bot Filtering”的部分,选中“排除已知机器人和蜘蛛的所有命中”选项。

From now on Google will remove the spam hits from their analytics. This solution has two issues, though:

从现在开始,Google将从其分析中删除垃圾邮件。这个解决方案有两个问题:

  1. Historical data will not be affected by this option, i.e. spam hits which were made in the past will remain in your data, Google will only filter your future hits.
  2. 此选项不会影响历史数据,即过去发送的垃圾邮件会保留在您的数据中,Google只会过滤您未来的点击量。

  3. Google promises to remove hits from known bots, which means that the time from the new bot appearance to the moment when it will be included in the Google filter list can be indefinitely long. I use this solution for the last week though and didn't find any new bots breaking through the filter.
  4. Google承诺从已知机器人中移除命中,这意味着从新机器人外观到将其包含在Google过滤器列表中的时间可能无限长。我在上周使用这个解决方案,但没有发现任何新的机器人突破过滤器。