Skip to content

Fields do not match pre-existing StitchData integration #10

@EricSeastrand

Description

@EricSeastrand

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions