gpt4 book ai didi

google-analytics-api - 核心报告 API 找到的总结果

转载 作者:行者123 更新时间:2023-12-02 03:21:58 24 4
gpt4 key购买 nike

我想返回两个月期间的大量 Google Analytics(分析)数据结果集。

但是,找到的总结果并不准确,也不符合我的预期。

如果我将开始日期和结束日期缩小到特定日期,它会返回大约 40k 个结果。在两个月的时间里应该有 240 万条记录。然而,从 api 中找到的总结果表明 350k。

选择较大的日期范围时,数字不会累加。我可以确认两个月期间的 GA 数据没有差距。

如果有人遇到这个问题并找到原因,那就太好了。

最佳答案

在您的查询中,您需要提供 sampiling level

samplingLevel=DEFAULT Optional.
Use this parameter to set the sampling level (i.e. the number of visits used to
calculate the result) for a reporting query. The allowed values are consistent with
the web interface and include:
•DEFAULT — Returns response with a sample size that balances speed and accuracy.
•FASTER — Returns a fast response with a smaller sample size.
•HIGHER_PRECISION — Returns a more accurate response using a large sample size,
but this may result in the response being slower.

If not supplied, the DEFAULT sampling level will be used.

即使您已将其设置为 Higher_precission,也无法完全删除采样大请求仍会返回采样数据如果必须的话,让您的请求越来越小。

如果你想支付premium Google Analytics帐户,您可以将数据提取到 BigQuery 中,您将可以访问非抽样报告。

关于google-analytics-api - 核心报告 API 找到的总结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32707147/

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