API Reference google_api_chrome_ux_report v0.6.0
View SourceModules
API client metadata for GoogleApi.ChromeUXReport.V1.
API calls for all endpoints tagged Records
.
Handle Tesla connections for GoogleApi.ChromeUXReport.V1.
A bin is a discrete portion of data spanning from start to end, or if no end is given, then from start to +inf. A bin's start and end values are given in the value type of the metric it represents. For example, "first contentful paint" is measured in milliseconds and exposed as ints, therefore its metric bins will use int32s for its start and end types. However, "cumulative layout shift" is measured in unitless decimals and is exposed as a decimal encoded as a string, therefore its metric bins will use strings for its value type.
The collection period is a date range which includes the first
and last
day.
Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: A full date, with non-zero year, month, and day values. A month and day, with a zero year (for example, an anniversary). A year on its own, with a zero month and a zero day. A year and month, with a zero day (for example, a credit card expiration date). Related types: google.type.TimeOfDay google.type.DateTime * google.protobuf.Timestamp
For enum metrics, provides fraction timeseries which add up to approximately 1.0 per entry (k-th element into the repeated fractions field for any k <= len) across fraction_timeseries.
Key defines all the dimensions that identify this record as unique.
HistoryRecord is a timeseries of Chrome UX Report data. It contains user experience statistics for a single url pattern and a set of dimensions.
Key defines all the dimensions that identify this record as unique.
A metric
is a set of user experience data for a single web performance metric, like "first contentful paint". It contains a summary histogram of real world Chrome usage as a series of bins
.
A metric timeseries
is a set of user experience data for a single web performance metric, like "first contentful paint". It contains a summary histogram of real world Chrome usage as a series of bins
, where each bin has density values for a particular time period.
Percentiles contains synthetic values of a metric at a given statistical percentile. These are used for estimating a metric's value as experienced by a percentage of users out of the total number of users.
Request payload sent by a physical web client. This request includes all necessary context to load a particular user experience history record.
Response payload sent back to a physical web client. This response contains the record found based on the identiers present in a QueryHistoryRequest
. The returned response will have a history record, and sometimes details on normalization actions taken on the request that were necessary to make the request successful.
Request payload sent by a physical web client. This request includes all necessary context to load a particular user experience record.
Response payload sent back to a physical web client. This response contains the record found based on the identiers present in a QueryRequest
. The returned response will have a record, and sometimes details on normalization actions taken on the request that were necessary to make the request successful.
Record is a single Chrome UX report data record. It contains use experience statistics for a single url pattern and set of dimensions.
A bin is a discrete portion of data spanning from start to end, or if no end is given, then from start to +inf. A bin's start and end values are given in the value type of the metric it represents. For example, "first contentful paint" is measured in milliseconds and exposed as ints, therefore its metric bins will use int32s for its start and end types. However, "cumulative layout shift" is measured in unitless decimals and is exposed as a decimal encoded as a string, therefore its metric bins will use strings for its value type.
Percentiles contains synthetic values of a metric at a given statistical percentile. These are used for estimating a metric's value as experienced by a percentage of users out of the total number of users.
Object representing the normalization actions taken to normalize a url to achieve a higher chance of successful lookup. These are simple automated changes that are taken when looking up the provided url_patten
would be known to fail. Complex actions like following redirects are not handled.