WP Engine · Schema

DailyUsageMetricsTrafficMetricsSource

The source of the traffic metrics. - TRAFFIC_METRICS_SOURCE_UNSPECIFIED: The source of the traffic metrics is unknown. - ONHOST: The traffic metrics is sourced from onhost logcrunch (legacy). - BIGQUERY: The traffic metrics is sourced from BigQuery logcrunch.

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform
View JSON Schema on GitHub

JSON Schema

dailyusagemetricstrafficmetricssource.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DailyUsageMetricsTrafficMetricsSource",
  "type": "string",
  "enum": [
    "TRAFFIC_METRICS_SOURCE_UNSPECIFIED",
    "ONHOST",
    "BIGQUERY"
  ],
  "default": "TRAFFIC_METRICS_SOURCE_UNSPECIFIED",
  "description": "The source of the traffic metrics.\n\n - TRAFFIC_METRICS_SOURCE_UNSPECIFIED: The source of the traffic metrics is unknown.\n - ONHOST: The traffic metrics is sourced from onhost logcrunch (legacy).\n - BIGQUERY: The traffic metrics is sourced from BigQuery logcrunch.\n"
}