According to news reports, in the 360 search on the line within a short period of time to win the domestic search of 10% of the share, for the webmaster, in the surprise more may be a little happy, because the 360 search does give their own site to bring a part of the flow. Here we are not going to discuss all sorts of 360 searches, just talk about using the Google Analytics GA to analyze 360 of the traffic we bring to the search.
I am accustomed to using Google Analytics (Google Analytics), its powerful customization function allows us to define some of the required functions (currently most of the domestic analysis products do not provide this function), such as the 360 of the traffic to see the flow of search, to view its keywords and other data. Just to see someone on the Internet to ask this question, I will put the specific method of setting out to share with you.
var _gaq = _gaq [];
_gaq.push ([' _setaccount ', ' ua-xxxxxx-x]);
_gaq.push ([' _setdomainname ', '. escn.cc ']);
_gaq.push ([' _trackpageview ']);
(function () {
var ga = document.createelement (' script '); Ga.type = ' Text/javascript '; Ga.async = true;
GA.SRC = ' http://www.google-analytics.com/ga.js ';
var s = document.getelementsbytagname (' script ') [0]; S.parentnode.insertbefore (GA, s);
})();
The above is the standard GA asynchronous parsing code, we just add this phrase "_gaq.push" ([' _addorganic ', ' so.360.cn ', ' Q '). It's OK (bold part), as follows
var _gaq = _gaq [];
_gaq.push ([' _setaccount ', ' ua-xxxxxx-x]);
_gaq.push ([' _setdomainname ', '. escn.cc ']);
_gaq.push ([' _addorganic ', ' so.360.cn ', ' Q ']);
_gaq.push ([' _trackpageview ']);
(function () {
var ga = document.createelement (' script '); Ga.type = ' Text/javascript '; Ga.async = true;
GA.SRC = ' http://www.google-analytics.com/ga.js ';
var s = document.getelementsbytagname (' script ') [0]; S.parentnode.insertbefore (GA, s);
})();
OK, it's done, very simple, and quickly to analyze the 360 search traffic. This article by Jon.z original, WWW.ESCN.CC fashionable woman net all.