gpt4 book ai didi

google-analytics - 如何在 Google Analytics Reporting API 中获取多个 profile_id 的数据?

转载 作者:行者123 更新时间:2023-12-03 02:52:09 26 4
gpt4 key购买 nike

有没有办法在单个 GA Reporting API 查询中获取多个 id 的信息?请参阅此处以引用我正在使用的工具:http://ga-dev-tools.appspot.com/explorer/

最佳答案

Google Analtyics 核心报告 API 有点令人困惑。 Core Reporting API - Reference Guide - Ids调用查询参数 ids 但实际上它是单数的。您一次只能发送一个 id。

Anwser:无法将多个 View (profile_id) 作为单个请求发送到核心报告 API。您将需要循环您的请求并多次发送。

示例:

https://www.googleapis.com/analytics/v3/data/ga?ids=ga:34896749&dimensions=ga:date&metrics=ga:entrances&start-date=2014-05-12&end-date=2014-05-22&oauth_token={OauthToken}
https://www.googleapis.com/analytics/v3/data/ga?ids=ga:34896744&dimensions=ga:date&metrics=ga:entrances&start-date=2014-05-12&end-date=2014-05-22&oauth_token={OauthToken}

关于google-analytics - 如何在 Google Analytics Reporting API 中获取多个 profile_id 的数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24251915/

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