Google Analytics:发送到其他网站的流量

时间:2016-06-15 18:50:35

标签: google-analytics traffic

如果您没有Google Analytics访问其他网站,Google Analytics中是否可以查看您的网站向其他网站发送的流量?

如果没有,它需要什么?

非常感谢, 克劳斯

2 个答案:

答案 0 :(得分:1)

您可以执行一项功能,通过事件功能将该特定信息传递给Google。例如,这个函数:

function setAnalytic() {
    ga('send', {
        hitType: 'event',
        eventCategory: 'External_Link',
        eventAction: 'User_Click',
        eventLabel: 'Redirect to XYZ'
    });
}

会在分析结果的事件部分中看到以下内容:

enter image description here

请参阅此页面以向Google Analytics提供活动信息:

https://developers.google.com/analytics/devguides/collection/upgrade/reference/gajs-analyticsjs#events

答案 1 :(得分:1)

当用户点击指向其他网站的链接时,您最好设置一个活动。

https://developers.google.com/analytics/devguides/collection/analyticsjs/events#outbound_link_and_form_tracking