如何在omniture python中获取页面报告

时间:2015-10-28 17:46:34

标签: python api adobe-analytics

我在python中使用omniture模块来提取数据。

链接到模块:https://github.com/debrouwere/python-omniture

安装pip install omniture

我能够获得关键指标的输出。但无法构建页面级别报告的查询,其中元素和&页面名称需要提及。并且没有足够的文档可供使用。下面是我为主页页面查看框架的代码给出了结果,但值不正确。

on_kymet=reportsuite.report.over_time(metrics=['pageviews']).set({'segmentId': 'segmentname'}).set({'element': 'pagetype'}).set({'page': 'homepage'}).range(str_dt,end_dt, granularity='hour').sync()

0 个答案:

没有答案