Get Performance by Dimension
Returns performance breakdown by dimension
Authorizations
An API key created in your account settings, sent as Authorization: Bearer <key>.
Path Parameters
Site ID.
Query Parameters
Start of the range, as YYYY-MM-DD.
End of the range, as YYYY-MM-DD.
IANA time zone used to bucket the range, e.g. America/New_York.
"America/New_York"
JSON-encoded array of filter objects, each { dimension, op, value } where value is an array. Example: [{"dimension":"country","op":"equals","value":["US"]}]. A user-trait filter uses the templated dimension trait:<key> — [{"dimension":"trait:plan","op":"equals","value":["pro"]}] — and matches identified users only, by the trait's current value. Trait ops: equals, not_equals, contains, not_contains, starts_with, ends_with, is_null ("is not set"), is_not_null ("is set"); regex is not available. Trait filters require a member session or a users:read key, max 4 per query, and a filter matching more than 10,000 identified users fails with TRAIT_FILTER_TOO_BROAD.
pathname, country, region, browser, operating_system, device_type Example: 1.
Example: 10.
pathname, country, region, browser, operating_system, device_type, event_count, lcp_avg, lcp_p50, lcp_p75, lcp_p90, lcp_p99, cls_avg, cls_p50, cls_p75, cls_p90, cls_p99, inp_avg, inp_p50, inp_p75, inp_p90, inp_p99, fcp_avg, fcp_p50, fcp_p75, fcp_p90, fcp_p99, ttfb_avg, ttfb_p50, ttfb_p75, ttfb_p90, ttfb_p99 asc, desc Response
Success.