2

Is there any way to merge data collected using 2 different Tracking IDs of Google Analytics?

Anmol
  • 379
  • 5
  • 19

3 Answers3

1

Using the Google Analytics API you can extract the data you wish from both properties into your own system. Say a database I recommend adding the property id to the tables storing the data so that you will be able to differentiate between the data.

There is nothing out of the box that will do this for you with the exception of big Query. Users with a Google analytics 360 account can extract there data to big query. However I have not tried this I am not sure even that will allow you to analyze data over multiple views.

Eike Pierstorff
  • 31,996
  • 4
  • 43
  • 62
Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
1

While @DalmTo is correct that there's no way to do what you ask for regular Google Analytics accounts, it's probably worth mentioning that you can do this if you're a Google Analytics 360 customer.

The feature is called Roll-up Reporting, and this article explains how it works: https://support.google.com/analytics/answer/6096167

Philip Walton
  • 29,693
  • 16
  • 60
  • 84
0

I found this add-on for Google Sheets that can help you with that, it combines the metrics from several Google Analytics properties into one Google Sheet, I hope this helps!

Analytics Aggregator

inaki
  • 372
  • 1
  • 4
  • 9