Expected Google Analytics Warehoused Data
Google Analytics Warehoused integration in Commerce Intelligence uses the Google Analytics Core Reporting API.
Report Builder
.A single table - called report
- is created in your Data Warehouse.
The schema of this table is composed of the Metrics and Dimensions that you selected during the setup process and two other columns: start-date
and end-date
.
If for example, you selected the following Metrics and Dimensions during setup:
Metrics
:ga:users
Dimensions
:ga:month
The table would look like the example below.
\_id
primary key
.\_rjm\_record\_hash
\_updated\_at
start-date
end-date
month
users
What’s the difference between Google Analytics Warehoused and Live Integration
The main differentiator is that one integration is stored (Google Analytics Warehoused), and the other is not (Google Analytics Live). In cases of Google Analytics Warehoused, this allows for manipulation of your Google Analytics data and gives you the ability to combine Google Analytics and other data sources to create insightful reporting.
Look at Google Analytics ad campaigns for an example of what can be done from a manipulation standpoint. Suppose you had multiple ad campaigns for Q4 with different names. The campaigns were a result of a specific marketing initiative. With warehoused data, you can create a column that finds the campaign names in question and returns the Q4 initiative name of Operation Dumbo
.
The combination aspect allows Google Analytics data to be joined to other data in order to conduct analyses. For example, take Total Time On Site By Ad Campaign
data from Google Analytics and join it up against Total Spent Per Campaign
data from Facebook Ads to get a complete picture of how much engagement is costing you.
With the Google Analytics Live integration on the other hand, every Google Analytics chart is like a little silo that is not stored in your Commerce Intelligence Data Warehouse.