gpt4 book ai didi

python-3.x - 谷歌分析报告 api v4 不显示 isDataGolden

转载 作者:行者123 更新时间:2023-12-05 07:37:56 32 4
gpt4 key购买 nike

我正在使用 Python 示例进行查询。这是我的要求:

body={
'reportRequests': [
{
'viewId': VIEW_ID,
'dateRanges': [{'startDate': '2018-01-01', 'endDate': '2018-01-16'}],
'metrics': [{'expression': 'ga:sessions'}],
'dimensions': [{'name': 'ga:country'}],
'samplingLevel' : 'LARGE'
}]
}

在响应中,我检查了响应中的有效数据,但是,我正在 ReportData 对象中查找“isDataGolden”字段,但它不存在;只有这些字段存在 'totals'、'rowCount'、'rows'、'minimums'、'maximums'。

有没有人想过为什么 field 不存在? Google 的文档显示它应该在那里。

谢谢。

最佳答案

如果不存在任何 bool 字段,您可以假定其值为 false。

来自documentation :

Note: When parsing the response body, if a boolean field is absent, you can assume its value is false. Only boolean fields with true value are shown in the response; for example, the isDataGolden field will be in the response if its value is true.

关于python-3.x - 谷歌分析报告 api v4 不显示 isDataGolden,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48290776/

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