0

我已经定义了一些自定义指标和自定义维度。我可以在我的自定义报告中查看和使用它们,或者在我的标准报告中作为二级维度。

我无法从 Core Reporting API 访问它们。我希望能够以类似于自定义变量的方式提取它们。

到目前为止,我无法做到这一点,也无法找到除此参考之外的任何文档

https://developers.google.com/analytics/devguides/platform/features/customdimsmets#reporting

After the collection, configuration, and other processing stages of 
the pipeline are complete, custom dimensions and metrics become available
via the web reporting interface or th Core Reporting API.

对我来说,这看起来应该是可能的。

任何帮助将不胜感激!

4

2 回答 2

0

看看这个:https ://developers.google.com/resources/api-libraries/documentation/analytics/v3/java/latest/

检查方法:Analytics.Data.Ga.get(String ids, String startDate, String endDate, String metrics ) 参数:

......

指标- 以逗号分隔的 Analytics 指标列表。例如,'ga:visits,ga:pageviews'。必须至少指定一个指标。

我认为第四个参数是一种根据自定义变量、维度或指标检索过滤报告的方法。

于 2013-08-08T16:57:53.213 回答
0

截至 2013 年 5 月 1 日,根据https://developers.google.com/analytics/devguides/reporting/core/dimsmets/customvars

Custom Var 不能与任何指标一起使用,这使得它们毫无用处......如果有人告诉我我错了,我会很高兴。

于 2013-05-01T05:50:23.603 回答