How to see 360 as a search engine in Google Analytics GA

Source: Internet
Author: User

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.



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.