Not sure if this is intentional, but felt I should call it out:
The current StitchData integration for UA does not prefix the fields with ga_.
For example, my pre-existing Stitch integration has these fields:
bouncerate
campaign
date
end_date
fullreferrer
pageviews
region
sessions
sourcemedium
start_date
timeonpage
transactionrevenue
Whereas the dataset created by this tap has fields like:
ga_bouncerate
ga_campaign
ga_date
ga_fullreferrer
ga_pageviews
ga_region
ga_sessions
ga_sourcemedium
ga_timeonpage
ga_transactionrevenue
I think it's actually beneficial to prefix them with ga_ as it makes it easier to differentiate them from the non-ga-native fields like start_date and end_date. Just wanted to make sure this was intentional so I can avoid (or at least anticipate) future re-work with my own integrations.
Not sure if this is intentional, but felt I should call it out:
The current StitchData integration for UA does not prefix the fields with
ga_.For example, my pre-existing Stitch integration has these fields:
Whereas the dataset created by this tap has fields like:
I think it's actually beneficial to prefix them with
ga_as it makes it easier to differentiate them from the non-ga-native fields likestart_dateandend_date. Just wanted to make sure this was intentional so I can avoid (or at least anticipate) future re-work with my own integrations.