Filtering Measurements¶
The filter controls at the top of each measurement page let you narrow down which measurements are displayed in the charts and table.
Available filters¶
You can filter by a combination of the following dimensions:
- Study types – The type of study (e.g., video, web).
- Study subjects – The subject/technology of the study (e.g., a specific browser-based player, a native tool).
- Study IDs – Specific study identifiers.
- Client labels – The label assigned to a client.
- Client UUIDs – The unique identifier of a client.
- URLs – The target URL that was measured.
- Domains – The domain of the measured URL.
- Hostnames – The hostname of the client machine.
- Technologies – The network technology (available for network measurements).
Some filters support searching by typing at least two characters, which is useful when there are many possible values.
Note
The exact set of available filters may vary depending on the measurement type and the data collected by your clients. If you have specific filtering needs that are not currently supported, please let us know!
Advanced query¶
For more complex filtering, an advanced query field accepts Lucene query syntax. This lets you write arbitrary search expressions against the measurement data. Refer to the Export API documentation for more information on the query syntax.
You can click one of the examples (e.g., measurements with stalling) to populate the field with a sample query that you can modify as needed.
Filter persistence¶
All active filters are stored in the page URL as query parameters. This means you can bookmark a filtered view or share the URL with colleagues to reproduce the exact same filter state.