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

[FF] Average Scroll Depth Metric: dashboard CSV export #4898

Merged
merged 5 commits into from
Dec 16, 2024

Conversation

RobertJoonas
Copy link
Contributor

Changes

This PR adds the (feature flagged) scroll depth metric into the dashboard CSV export:

  • pages.csv
  • visitors.csv (when a page filter was applied on the dashboard)

Tests

  • Automated tests have been added

Changelog

  • This PR does not make a user-facing change

Documentation

  • This change does not need a documentation update

Dark mode

  • This PR does not change the UI

Copy link

Preview environment👷🏼‍♀️🏗️
PR-4898

@RobertJoonas RobertJoonas requested a review from ukutaht December 16, 2024 13:45
["property", "value", "visitors", "events", "percentage"],
["author", "marko", "1", "1", "100.0"],
[""]
]
end
end

defp unzip_and_parse_csv(archive, filename) do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@RobertJoonas RobertJoonas added this pull request to the merge queue Dec 16, 2024
Merged via the queue into master with commit 7f3e91e Dec 16, 2024
8 checks passed
@RobertJoonas RobertJoonas deleted the scroll-depth-dashboard-csv branch January 2, 2025 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants