Google-analytics – For Google Analytics, Is there any way to see all the web property’s data in a single table

google analytics

I have set up a lot of web properties for different websites.

Is there any way that I can see all the brief data of those properties in one table?

For example:

GA_ID    |   Unique Visits    |   Avg. Duration  |
UA-1234-1|    1,661           |    00:37         |
UA-1234-2|    5,862           |    01:11         |
UA-1234-3|    2,707           |    04:33         |
UA-4567-1|    3,488           |    01:56         |
UA-4567-2|      719           |    02:41         |

Best Answer

The only way that i could think of that you could do this would be to use the Google analytics api. It would allow you to request the data you need for all of the views you have access to.

The google analytics website will only allow you to analyse across a single view you cant create reports across views.

Related Topic