gpt4 book ai didi

google-analytics - 如何通过 YQL 或 Yahoo 管道谷歌分析数据?

转载 作者:行者123 更新时间:2023-12-03 15:47:22 24 4
gpt4 key购买 nike

我使用 Google 分析,我想使用 YQL 或 Yahoo 管道从我的 Google 分析帐户中检索最后 100 个搜索字符串,我该怎么做?请帮忙..

最佳答案

我刚刚检查了一些 Google Analytics YQL 表。现在他们使用 ClientLogin 进行身份验证。这是代码:

http://github.com/yql/yql-tables/blob/master/google/google.analytics.xml

您需要先使用 Email 和 Passwd 进行身份验证,然后从结果中提取 Auth token 。使用该 Auth token 调用将列出您的帐户并从 API 中提取数据的 API。您应该使用 Google Analytics(分析)资源管理器来确定要下拉的内容:

http://code.google.com/apis/analytics/docs/gdata/gdataExplorer.html

这是我用来获取最活跃页面列表的示例查询:

使用'http://github.com/yql/yql-tables/raw/master/google/google.analytics.xml '作为嘎; select * from ga where auth='...' and ids='ga:2938948' and dimensions='ga:pagePath' and metrics="ga:pageviews"and sort="-ga:pageviews"and start="2010 -04-04"and end="2010-04-18"and max='50'

关于google-analytics - 如何通过 YQL 或 Yahoo 管道谷歌分析数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2630345/

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