Google Analytics Api - 如何查看兼容的指标和维度?

时间:2018-01-04 07:02:07

标签: c# google-analytics google-analytics-api google-analytics-v4

如何通过Google Api查看哪些维度和指标兼容?或者这必须是手动过程吗?

我需要获得有关Dimensions&amp ;;的信息。 Metrics Explorer网页通过api告诉您哪些维度和指标是兼容的: https://developers.google.com/analytics/devguides/reporting/core/dimsmets

当选择了不兼容的尺寸和指标时,Google Api会出现以下错误:

  

Google.Apis.Requests.RequestError选定的维度和指标   无法一起查询。 [400]错误[消息[所选尺寸   和指标无法一起查询。]位置[ - ]   原因[badRequest]域[全局]]

此代码获取所有维度和指标的列表:

MetadataResource.ColumnsResource.ListRequest request = analyticsService.Metadata.Columns.List("ga");
Google.Apis.Analytics.v3.Data.Columns result = request.Execute();

0 个答案:

没有答案