35

I was given a few days to export all the historical data from a Google Analytics account before access will be shutoff. Important to note that you cannot migrate historical data (at the time of this post) from one Google Analytics account to another. I would specifically like to program this for Excel or better yet get guidance on what others have used.

I have never done this before so wanted to reach out and see what others have used? Wanted to avoid the Google Analytics Data Export API unless there was no other option. There is about 5 years of data for a very active site.

Update

I decided moving the information manually was the best route to go at that time. There may be new solutions, see links below.

Related references that may be helpful to others:

Account merge and data move options
Developers.Google.Com - Google Dev Guide
Can we move Google Analytics data to other account?
Exporting Data from Google Analytics - Trying to avoid the API
Google Analytics Application Gallery - Apps list, anyone use these?

halfer
  • 18,701
  • 13
  • 79
  • 158
chainwork
  • 2,718
  • 4
  • 26
  • 28

3 Answers3

16

You can't (not with the free version of GA in any case). You can export aggregated reports (with up to 50 000 rows for standard reports or 200 000 rows for ad-hoc (not pre-calculated) reports via the API either by scripting yourself or using a tool like Next Analytics (the only programm from the Application Gallery I have used myself). But with 5 years of data you will at some point hit the courtesy limits for the Google API. And I'm not sure how helpful the exports are when you cannot get at the raw data.

Data Liberation from google may contanin updated info about this topic https://sites.google.com/a/dataliberation.org/www/google/analytics

gavioto
  • 1,382
  • 1
  • 13
  • 33
Eike Pierstorff
  • 29,331
  • 4
  • 35
  • 52
  • 2
    Thank you Eike I ended up going into standard reports and just going down the entire left column (Audience, Traffic Sources, Content, Conversion) and pulled an Excel / PDF of everything. Took me a couple hours but that should help. I also ran some custom reports for SEO specific metrics. – chainwork Jul 31 '13 at 21:22
  • 1
    Sometimes the manual way is the quickest! – zoltar Apr 27 '15 at 10:07
  • 1
    If google has more access to the data than you do, who really owns it. :S – Ryan Hamilton Dec 31 '16 at 11:26
1

This is a late reply but for the benefit of others, I would like to chime in here. The only way I have found is to use Google Analytics API but from experience this is extremely complicated for non-programmers. Here is a google anlaytics datawarehouse that will allow you extract data from any date in time and keep building history on a daily basis.

Nilesh
  • 1,705
  • 2
  • 17
  • 21
1

I would like to suggest you write a cron that gatherers your current day-2 and as well as all the days-2 of 5 yrs So every day by the end of the yr you will be having your complete data that too without breaking the limits of Google