Google Analytics Hack – More Columns for Pivot Tables
Tags: Google Analytics, hacking, hacks
This is an advanced hack for Google Analytics. Unfortunately it won’t help you hack into your competitors’ accounts ;) but will help you export more data from Google Analytics pivoted tables.
This is not the same hack as the exporting more than 500 columns of data from any report. That one was one of the most annoying things I fixed (to be read hacked) long time back.
You’ll need:
- Firefox
- Live HTTP header (http://livehttpheaders.mozdev.org/)
What are we hacking?
We’ll make possible for the analyst in you to download more than 5 columns from Google Analytics’ Pivot Table reports. Warning: it may cause head bleeding from too much banging against the wall when you’ll analyze more data :)
Usually, when you download pivot tables, you will be able to download only 5 columns (pivot by landing pages – only 5 in the example below:
Ok, let’s start:
- Go to any report that has the pivot table option and segment the data the way you want to analyze it (for testing purposes you can use the example above: go on Traffic Sources report, then Referring Sites and then pivot by Landing Page and choose Showing Visits)
- Start Live HTTP header (in Firefox, under Tools) – do not load any other pages between step 2 and 3
- Make sure you checked the Capture box on live HTTP header
- Go back to your Google Analytics window and select a new number of page rows on, under Show rows (the footer of the pivot table). At this moment, the table should reload – tricky, the URL didn’t change ;)
- Open the Live HTTP header window
- The first line there should be the request sent to Google Analytics in order to reload the pivot table. You should see something similar to
- Copy the link (should be the first if you didn’t load any other page or made other HTTP request – music or video streams) and load it in another tab. You should have something similar to:
- Now look for the &tcols=5 parameter. Change it to &tcols=50 and load the new URL
- Here you go, 50 columns:
This data is what you need, but you’ll just make your life even more miserable. You want to have this exported in Excel.
Here’s a bonus hack for Google Analytics (I feel like today you should buy me a coffee)
The URL that exports Google Analytics reports in CSV for Excel (&fmt=5) is:
https://www.google.com/analytics/reporting/export?fmt=5 and some parameters after.
You will have to copy everything starting and including &id=…. from the URL you previously modified (the one with &tcols=50) and append it to Google’s export URL. The export URL will look like:
https://www.google.com/analytics/reporting/export?fmt=5&id=1234567&esig=4&seg0=-8&pdr=20091016-20091115&cmp=visit_segments&trows=25&rpt=ReferringSourcesReport&seg=1&view=4&tchcol=0&tst=0&segkey=source&afs=false&eid=TableChanged&tab=0&tcst=0&tpivk=request_uri_1&tcols=50
Now, go back and start trying to do the same.
Pitstop Media is a Vancouver based search engine marketing company which offers results oriented web analytics services. With the use of Google Analytics we’ve helped companies reduce paid advertising cost by as much as 148% while we increased their conversion rates by as much as 410%. Let us increase your conversion rates, too!
Rate this post
Related posts:







Google Analytics Hack – More Columns for Pivot Tables | free landing page said:
Nov 18, 09 at 12:57 pm[...] See more here: Google Analytics Hack – More Columns for Pivot Tables [...]
Claudiu M said:
Nov 25, 09 at 1:15 pmTotally love it… especially as I was baning my head to the wall when seeing that Google Analytics only gives 5 by default. Funny how i got to your article just 2 hours after I got my head bleeding :)
Wondering if a greasemonkey scripts could be made out of it.
TraiaN said:
Nov 25, 09 at 1:20 pmThanks Claudiu. You got a new subscriber on your blog :). Just let me know if greasemonkey will do it.
Carter Cole said:
Nov 25, 09 at 5:52 pmi was sent here by the analytics twitter account… why dont they just let you export more?
TraiaN said:
Nov 25, 09 at 7:24 pmwouldn’t then life be to easy? :)
DaN said:
Nov 26, 09 at 5:13 amThx!
Twitter chatter link for December 01 — MPThree Consulting Inc. said:
Dec 01, 09 at 8:02 am[...] Google Analytics Hack – More Columns for Pivot Tables | You Should Test That! For the true analyst in all of us: how to take your pivot tables beyond 5 columns [...]
cliffwang said:
Sep 04, 10 at 7:28 pmcool, thanks for sharing. I’ll try it.