用户快照流中出现意外 non_personalized_ads - Firebase Analytics
Unexpected non_personalized_ads in user snapshot stream - Firebase Analytics
我有一个用 Flutter 开发的应用程序,配置了 Firebase Analytics。
我正在查看 Firebase Analytics 中的 Stream View,我在其中一个用户流中注意到了这一点
情况是我的应用程序中没有 任何 广告。我应该担心(例如,我使用的某些软件包正在这样做)还是有一些解释为什么 non_personalized_ads 标签出现在流中?
来自分析文档:
When ad personalization signals have been disabled for a user via one
of the mechanisms defined above, subsequent event bundles logged from
that user's device will contain a user property named
"non_personalized_ads" with a value of 1 to indicate that events in that bundle are not available for personalized advertising.
和
Note: Google may in certain circumstances disable personalized advertising for analytics data collected from an end user, even when you have not done so, where Google has information that the respective
end user is not eligible for personalized advertising (for example,
the end user on an Android device is under the applicable age per our
advertising policies).
我有一个用 Flutter 开发的应用程序,配置了 Firebase Analytics。 我正在查看 Firebase Analytics 中的 Stream View,我在其中一个用户流中注意到了这一点
情况是我的应用程序中没有 任何 广告。我应该担心(例如,我使用的某些软件包正在这样做)还是有一些解释为什么 non_personalized_ads 标签出现在流中?
来自分析文档:
When ad personalization signals have been disabled for a user via one of the mechanisms defined above, subsequent event bundles logged from that user's device will contain a user property named "non_personalized_ads" with a value of 1 to indicate that events in that bundle are not available for personalized advertising.
和
Note: Google may in certain circumstances disable personalized advertising for analytics data collected from an end user, even when you have not done so, where Google has information that the respective end user is not eligible for personalized advertising (for example, the end user on an Android device is under the applicable age per our advertising policies).