Google Analytics(分析) - 显示当前会话的活跃用户

时间:2016-09-01 09:37:56

标签: google-analytics google-analytics-v4

我想在Google图表中显示Google Analytics(分析) - 当前会话数据的活跃用户。

这是我的代码。

 var timeline = new gapi.analytics.googleCharts.DataChart({
                    reportType: 'ga',
                    query: {
                        'dimensions': 'ga:date',
                        'metrics': 'ga:sessions',
                        'start-date': '2daysAgo',
                        'end-date': 'today',
                    },
                    chart: {
                        type: 'LINE',
                        container: 'timeline'
                    }
                });

0 个答案:

没有答案