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

Support for Aggregated CSV format for downloaded PSAT CLI Report #809

Open
1 task done
Dbrown910 opened this issue Aug 20, 2024 · 2 comments · Fixed by #814
Open
1 task done

Support for Aggregated CSV format for downloaded PSAT CLI Report #809

Dbrown910 opened this issue Aug 20, 2024 · 2 comments · Fixed by #814
Assignees
Milestone

Comments

@Dbrown910
Copy link

Dbrown910 commented Aug 20, 2024

Feature Request

Description:
After generating an aggregated report using PSAT CLI, the option to download the report should also provide and aggregated .csv file containing the top level cookie count data for each URL in the aggregate report

Motivation:
When downloading a PSAT report, an copy of the Aggregated HTML and URL specific .csv's are provided in the zip folder. This is useful, but to compare the cookie data across all the URLs the user must open each CSV file individually. Having a way to view all of the high level URL data in a single view would be helpful for analysis

User Story:
As a frequent PSAT CLI user, I want a complete high level view so that I can compare the 3P cookies blockage frequencies across a number of sites

Acceptance Criteria:

  • Downloaded zip folder contains report.html as well as a report.csv containing the Total, 1P and 3P cookie counts in a single top level csv file

Additional Information:

@amedina amedina added the enhancement New feature or request label Aug 20, 2024
@amedina amedina added this to the v1.0 milestone Aug 20, 2024
@amedina amedina changed the title Please provide an aggregated CSV data file in downloaded PSAT CLI Report Support for Aggregated CSV format for downloaded PSAT CLI Report Aug 20, 2024
@amedina
Copy link
Collaborator

amedina commented Aug 20, 2024

Thanks for the feature request @Dbrown910. This enhancement has been included into our priorities for an upcoming release. Will keep this issue open while we proceed with the implementation.

@gagan0123
Copy link
Collaborator

Hi @Dbrown910,

Thanks for the feature request!

This is now live in PSAT v0.11.0.

Update your CLI with

npm update -g @google-psat/cli

to access it.

When you generate an aggregated report and download the zip file, you'll find a new report.csv alongside the report.html. This CSV provides a single, top-level view of total, 1P, and 3P cookie counts for each URL in your report.

Let us know what you think!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants