#standardSQLSELECT *FROM `chrome-ux-report.materialized.country_summary`WHERE yyyymmdd = '2019-07-01' AND origin = 'https://developers.google.com'ORDER BY country_code, device
Let's try the image again:
I am trying to get Crux country data for a specific URL (not origin.) I think using the API https://chromeuxreport.googleapis.com I can get URL specific, but not country. Using BigQuery, I can get country data but not page specific. Is there anyway I can get country specific data for a URL and not Origin?