嵌入Google分析表图表时添加会话百分比栏列

时间:2015-01-04 12:31:05

标签: google-analytics

在Google Analytic仪表板中,我发现语言,国家/地区等的表格图表中有一个会话百分比列。

Google Analytic Screenshot for table with session percentage

如何将列添加到我的网站?目前只显示总会话列

var userSessionChart = new gapi.analytics.googleCharts.DataChart({
    query: {
        "dimensions": "ga:language",
        "metrics": 'ga:sessions',
        "start-date": start_date,
        "end-date": end_date
    },
    chart: {
        container: 'user-session-container',
        type: 'TABLE',
        options: {
            width: '100%'
        }
    }
});

0 个答案:

没有答案