-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix filtering & pagination issues in analytics package #4351
Labels
canary
Done by the Clever Canary team
Comments
jpaten
added a commit
that referenced
this issue
Jan 24, 2025
jpaten
added a commit
that referenced
this issue
Jan 24, 2025
jpaten
added a commit
that referenced
this issue
Jan 24, 2025
jpaten
added a commit
that referenced
this issue
Jan 24, 2025
hunterckx
added a commit
that referenced
this issue
Jan 25, 2025
hunterckx
added a commit
that referenced
this issue
Jan 25, 2025
* fix: renamed rowsCount to rowCount (#4351) * fix: switched ga result filtering from results to dimension filters (#4351) * chore: bumped analytics package version (#4351) * chore: updated analytics package docstrings (#4351) * chore: remove test csv outputs (#4351) --------- Co-authored-by: hunterckx <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
Proposed Solution
sheets-elements.py
, specifically anything that relies uponremove_matches
elements infields.py
dimension_filter
calls in the arguments toget_data_df
to replace this filteringrowsCount
torowCount
inapi.py
to fix paginationThe text was updated successfully, but these errors were encountered: