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

Multiple Metrics in one Query #19

Open
AlonaD opened this issue Jun 26, 2023 · 1 comment
Open

Multiple Metrics in one Query #19

AlonaD opened this issue Jun 26, 2023 · 1 comment

Comments

@AlonaD
Copy link

AlonaD commented Jun 26, 2023

When creating a query in the cloud for CrUX, I want to get results not only for one metric, like cls, or fcps, but for all of them.
It is possible to do it. The expected result:
one query that requests all this metrics:
first_paint (FP)
first_contentful_paint (FCP)
dom_content_loaded (DCL)
onload (OL)
experimental.first_input_delay (FID)
(all that are listed in this article: [https://developer.chrome.com/blog/chrome-ux-report-bigquery/])
The metrics should be for a page, and the same for an origin.

Is there a way to do it, can you give me an example? Thank you

@tunetheweb
Copy link
Member

Have a look at this example SQL.

The metrics should be for a page, and the same for an origin.

BugQuery only details data by Origin. Page-level data is only available via the API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants