Get Top Dimensions Report
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Query parameters
Inclusive start of the reporting window. Must be a UTC timestamp in ISO 8601 / RFC 3339 format ending in Z (for example, 2026-04-01T00:00:00Z); numeric offsets such as -04:00 or +00:00 are not accepted. Must be on or after 2025-04-09T00:00:00Z.
Exclusive end of the reporting window. Must be a UTC timestamp in ISO 8601 / RFC 3339 format ending in Z (for example, 2026-04-08T00:00:00Z); numeric offsets such as -04:00 or +00:00 are not accepted. Must be greater than startTime and within 100 days of it.
The dimension whose top values are ranked. See TopDimensionsDimension for the supported values.
The unit each row’s count is measured in — sessions or users.
Maximum number of rows to return. Defaults to 25, up to a maximum of 100.
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
Dimension values ranked by count for the requested window and filters.
A reporting time window. endTime must be greater than startTime.
The dimension whose top values are ranked.
country: ISO 3166-1 alpha-2 country code (e.g.,US).region: first-level subdivision below country, keyed by ISO 3166-2 code (e.g.,US-CA, withnameCalifornia, United States).deviceType:desktop,mobile, ortablet.os: operating system name (e.g.,iOS,Windows NT).browser: browser name (e.g.,Chrome,Safari).language: the visitor’s stated language preference (from theAccept-Languagerequest header).locale: the locale declared on the visited page (the page’s<html lang>value).referrer: referrer domain (e.g.,google.com).trafficSource: traffic source category, keyed by a code:DNDirect,SPPaid Search,SOOrganic Search,CPPaid Social,COOrganic Social,EMEmail,RCRecirculation,OPOther Paid,OTOther,AIGenerative AI.attributeKeyis the code;nameis the label.utmCampaign:utm_campaignvalue.utmContent:utm_contentvalue.utmMedium:utm_mediumvalue.utmSource:utm_sourcevalue.utmTerm:utm_termvalue.audienceIds: Webflow audience identifier. For this dimension,attributeKeyis the audience ID andnameis the audience’s display name (falling back to the ID if no display name is set).
The unit each row’s count is measured in.
session: number of sessions attributed to the dimension value.user: number of unique users attributed to the dimension value.
The row cap that was applied to this response (echoes the resolved request value, including the default).
Dimension values ranked by count, descending. At most limit rows.
Filter the top dimensions 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.