Google Analytics 查询资源管理器 - 自定义指标(别名)
Google Analytics Query Explorer - Custom Metric (alias)
是否可以在 Google Analytics Query Explorer 中为自定义指标设置别名?
目前我得到 table 列名称:自定义指标 1 值。
Google Analytics Query explorer is mainly a development testing tool. It returns the information directly from the Google Analytics API, using the raw dimension and metric names.
通过 API 自定义指标的正确名称是 GA:metric1 - ga:metric20
或 Custom Metric 1 - Custom Metric 20
。
你不能改变它来制作或制作别名。
如果你想做类似的事情,你必须使用 Google Analytics reporting api
直接自己编写代码
是否可以在 Google Analytics Query Explorer 中为自定义指标设置别名?
目前我得到 table 列名称:自定义指标 1 值。
Google Analytics Query explorer is mainly a development testing tool. It returns the information directly from the Google Analytics API, using the raw dimension and metric names.
通过 API 自定义指标的正确名称是 GA:metric1 - ga:metric20
或 Custom Metric 1 - Custom Metric 20
。
你不能改变它来制作或制作别名。
如果你想做类似的事情,你必须使用 Google Analytics reporting api
直接自己编写代码