简体   繁体   中英

Really Custom Reporting in Google Analytics

I have a client who is currently using WebTrends for their analytics, and is considering making a move to Google Analytics.

However, from what I can tell, there is very little custom reporting available in GA. For example, if a user was logged into the system, and I wanted to be able to do reporting on people with blue eyes, brown hair, etc., is this possible?

It looks like you can set one "god variable" with the pagetracker._setVar() JS method, but it is limited to one metric. Any way to be able to track multiple metrics?

You can pull the data as XML from the Google Analytics API and produce your own reports. Or you could set up 'campaign tracking' which allows you to append additional data to a URL which will then show up in the reports.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM