Updating downstream tables to use UTS data - 2023.05.22

Overview

This update changes our transform code so any downstream tables that use UA data will be updated to instead use UTS data, which blends UA & GA4 based on the cutover date. So if you have a GA4 integration with a cutover date in the past, downstream reporting like daily plan will now use GA4 numbers post-cutover-date.

Background

Blended data from UA, GA4, and Amazon Sales & traffic reports have been flowing into the uts.traffic, uts.product_page, uts.transactions, and uts.shopping_stage for a while. But that data wasn't being used for downstream tables.

That means that if you had UA and GA4 with a cutover date of 5/1, for example, the data in the UTS reports would show UA data through 4/30, and GA4 data for 5/1 and beyond.

But other places that use GA data — like Daily Plan numbers — would still show only UA data, because we had not updated those scripts. This update changes that.

Impacted data

Any reporting using Daily Plan numbers or Daily Company Metrics numbers will be impacted. They will now use session & conversion data from UTS instead of from the UA only.

It also affects the old versions of our marketing attribution explores -- Channel & Vendor Level Marketing Performance. After the cutover date, these scripts will be matching on UTS transactions (blended from UA & GA4), rather than UA only.

If you have only UA — or if you have GA4 but no cutover date set — nothing will change. It will only impact you if you:

A. Have GA4 with a cutover date that has already passed, and/or

B. Have Amazon Sales & Traffic reports set up

Example

The following merchant has a UA -> GA4 cutover date of 5/1.

You can see that the last day where the UTS report uses UA data is 4/30, and after that it's all GA4 data. Here's the data from the Traffic explore:

And in the Daily Plan to Actual explore, the numbers are the same. They use UA data through 4/30, and after that it's all GA4:

Code Changes

Pull Requests

Added

Changed

Last updated