zone-analytics-api_pageviews

Breakdown of totals for pageviews.

APIs.ioEngineeringPlatform

Properties

Name Type Description
all integer The total number of pageviews served within the time range.
search_engine object A variable list of key/value pairs representing the search engine and number of hits.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zone-analytics-api-pageviews-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zone-analytics-api_pageviews",
  "title": "zone-analytics-api_pageviews",
  "description": "Breakdown of totals for pageviews.",
  "properties": {
    "all": {
      "description": "The total number of pageviews served within the time range.",
      "type": "integer"
    },
    "search_engine": {
      "description": "A variable list of key/value pairs representing the search engine and number of hits.",
      "example": {
        "baidubot": 1345,
        "bingbot": 5372,
        "googlebot": 35272,
        "pingdom": 13435
      },
      "type": "object"
    }
  },
  "type": "object"
}