Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated table join columns? #1

Open
oaustegard opened this issue May 7, 2020 · 0 comments
Open

Outdated table join columns? #1

oaustegard opened this issue May 7, 2020 · 0 comments

Comments

@oaustegard
Copy link

on user_impression_metrics.userid = user_click_metrics.userid
and user_impression_metrics.orderid = user_click_metrics.orderid
and user_impression_metrics.adunitid = user_click_metrics.adunitid
and user_impression_metrics.lineitemid = user_click_metrics.lineitemid
and user_impression_metrics.Domain = user_click_metrics.Domain
and user_impression_metrics.CreativeID = user_click_metrics.CreativeID
and user_impression_metrics._data_date = user_click_metrics._data_date
and user_impression_metrics.AdvertiserId = user_click_metrics.AdvertiserId
references a LOT of columns used to join the tables - hasn't this been updated by Google since the time this was created? KeyPart + TimeUsec2 or EventKeyPart, etc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant