Get Time On Page Report
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Query parameters
How the average time on page is computed — per session, user, or pageview.
Restrict the report to a single country. ISO 3166-1 alpha-2 (two letters, normalized to uppercase).
Restrict the report to a single traffic source code (for example, SO for Organic Search).
Restrict the report to a single utm_campaign value.
Restrict the report to a single utm_medium value.
Restrict the report to a single utm_source value.
Response
A reporting time window. endTime must be greater than startTime.
The unit each averageSeconds value is averaged over.
session: average time on page per session.user: average time on page per unique user.pageview: average time on page per pageview.
Average time on page over the requested window — one aggregate point when timeseries is omitted, otherwise one point per bucket.
Filter the time on page report by dimension. Each property is an optional set of AnalyzeFilterOperators (eq, in, ne, nin) applied to the named dimension. Filter a given dimension in one place — either inside filter or as a top-level query parameter.