如何使用gapi显示热门关键词和最受欢迎的页面
使用 Google Analytics API,我如何显示特定月份的热门关键词,或者特定月份浏览量最高的前 5 个页面怎么样?
With Google Analytics API how can I show top keywords for a specific month or how about like the top 5 most viewed pages for a specific month?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保将 YOUR_GOOGLE_ID 替换为您的 Google Analytics(分析)帐户的正确 ID(例如 ga-XXXXXX )。您还应该更改开始日期和结束日期以匹配您目标的特定月份。
关键字
Top5 页面
请参阅 http://code.google.com/apis/analytics /docs/gdata/gdataCommonQueries.html 了解更多示例
Make sure you replace YOUR_GOOGLE_ID with the correct ID ( e.g. ga-XXXXXX ) of your Google Analytics account. You should also change the start-date and end-date to match the specific month you are targeting.
Keywords
Top5 Pages
See http://code.google.com/apis/analytics/docs/gdata/gdataCommonQueries.html for more examples