Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 谷歌分析插件在谷歌工作表中使用哪些指标_Google Sheets_Google Analytics_Google Analytics Api - Fatal编程技术网

Google sheets 谷歌分析插件在谷歌工作表中使用哪些指标

Google sheets 谷歌分析插件在谷歌工作表中使用哪些指标,google-sheets,google-analytics,google-analytics-api,Google Sheets,Google Analytics,Google Analytics Api,我正在使用google sheets的google analytics插件,它可以让我自动从分析中提取使用数据,以便在我的google sheets中使用。 我通常使用以下格式: Column A: Date (DAY) Column B: Eventtype Column C: Event Value 我已经成功地在事件中做到了这一点,但无法在常规使用数据(如唯一访问者或会话长度)中做到这一点。 我想得到: Column A: Date (DAY) Column B: Unique Visi

我正在使用google sheets的google analytics插件,它可以让我自动从分析中提取使用数据,以便在我的google sheets中使用。 我通常使用以下格式:

Column A: Date (DAY)
Column B: Eventtype
Column C: Event Value
我已经成功地在事件中做到了这一点,但无法在常规使用数据(如唯一访问者或会话长度)中做到这一点。 我想得到:

Column A: Date (DAY)
Column B: Unique Visitors
Column C: Average Session Length
问题:
我需要哪些参数作为度量、维度、顺序和过滤器?

本案例所需的参数为

指标:ga:users ga:sessionDuration
维度:ga:date ga:year ga:month

你应该联系你插件的开发者。这是一个使用常规谷歌分析API的标准谷歌插件。这个问题可以由理解API的人来回答。我是这个API的专家,目前在开发者网站上为这个API编写了几个示例代码。我也帮不了你谷歌表单或插件。您是否尝试过检查[Dimensions&Metrics Explorer])好的,我成功地“暴力”了它。答案如下。