gpt4 book ai didi

ionic-framework - 如何从 ionic 3 应用程序收集 Google Analytics 人口统计数据?

转载 作者:行者123 更新时间:2023-12-03 16:28:55 25 4
gpt4 key购买 nike

我正在使用 This ionic plugin要从我的 ionic 3 应用程序中收集分析,我可以在分析控制台中获取数据,但人口统计数据除外。

根据我设置的文档

this.ga.startTrackerWithId('UA-xxxxxx-x')
.then((res) => {
this.ga.setAllowIDFACollection(true)
.then((res) =>{console.log(res)}) //this returns true
.catch(e=>{console.log(e)})
})
.catch(e => console.log('Error starting GoogleAnalytics == '+ e));

跟踪器准备就绪,并使用 true 返回 promise 值在 analytcis admin 中,我启用了 启用人口统计和兴趣报告 但我仍然没有得到任何数据,这是在开发模式下进行的。

谁能告诉我如何获得这些数据。

最佳答案

根据插件 github 上的已关闭问题,它需要足够的数据样本才能生成报告。 Google 也有说明在 下数据阈值 .

Thresholds are applied to prevent anyone viewing a report from inferring the demographics or interests of individual users. When a report contains Age, Gender, or Interest Category (as a primary or secondary dimension, or as part of an applied segment), a threshold may be applied and some data may be withheld from the report. For example, if there are fewer than N instances of Gender=male in a report, then data for the male value may be withheld.

These thresholds are system defined, and you cannot adjust them.

If a threshold has been applied to a report, you will see a notice below the report title.


请引用github问题:
Github Issue

关于ionic-framework - 如何从 ionic 3 应用程序收集 Google Analytics 人口统计数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57676242/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com