Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Trello (GA4): https://trello.com/c/yh0RkuqJ
Trello (Misc.): https://trello.com/c/gs48we0m
GA4 Updates
While implementing the Foursight checks that sync Google Analytics metrics with the data portal, we noticed that some GA4 events' behaviors are unlike their UA counterparts. Since using item and event-scoped dimensions/metrics together is not allowed in report aggregations after GA4 migration, some metrics collected became useless.
We updated server-side download,
metadata.tsv
download and item click events to collect new data that would be more useful. On the other hand, this workaround will not solve all issues since GA4 does/will not fully cover UA features as listed here in detail: https://growthrunner.com/blog/ga4-gotchas-limitations/purchase
toadd_payment_info
purchase
toadd_payment_info
file_download
topurchase
item_click
toselect_item
UI Updates
BrowseView
andFileView
gets disabled if total files button exceeds a certain limit. We added tooltip to inform end-users better.