We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@maceto could you format the data the same as the other endpoints?
Currently it returns the data the same as in the JSON files:
[{ "date": "2023-07-01", "technology": "WordPress", "rank": "ALL", "geo": "ALL", "client": "desktop", "median_bytes_total": "2600099", "median_bytes_js": "652651", "median_bytes_image": "1048110" }]
Something similar to the other endpoints, see for example: #4
Example format:
[{ "date": "2023-07-01", "technology": "WordPress", "rank": "ALL", "geo": "ALL", "pageWeight": [{ // Or "page-weight" "name": "total", // Total, JS, Image "mobile": { "median_bytes": 1234 }, "desktop": { "median_bytes": 567 }, }] }]
The text was updated successfully, but these errors were encountered:
Hello @sarahfossheim
I will work on this with @rviscomi I think the BQ query is not returning the correct data.
Thank you
Sorry, something went wrong.
Updated the query in #10 (comment) to return the expected format
maceto
No branches or pull requests
@maceto could you format the data the same as the other endpoints?
Current behavior
Currently it returns the data the same as in the JSON files:
Desired behavior
Something similar to the other endpoints, see for example: #4
Example format:
The text was updated successfully, but these errors were encountered: