View Source GoogleApi.AnalyticsData.V1beta.Model.MetricMetadata (google_api_analytics_data v0.14.0)

Explains a metric.

Attributes

  • apiName (type: String.t, default: nil) - A metric name. Useable in Metric's name. For example, eventCount.
  • blockedReasons (type: list(String.t), default: nil) - If reasons are specified, your access is blocked to this metric for this property. API requests from you to this property for this metric will succeed; however, the report will contain only zeros for this metric. API requests with metric filters on blocked metrics will fail. If reasons are empty, you have access to this metric. To learn more, see Access and data-restriction management.
  • category (type: String.t, default: nil) - The display name of the category that this metrics belongs to. Similar dimensions and metrics are categorized together.
  • customDefinition (type: boolean(), default: nil) - True if the metric is a custom metric for this property.
  • deprecatedApiNames (type: list(String.t), default: nil) - Still usable but deprecated names for this metric. If populated, this metric is available by either apiName or one of deprecatedApiNames for a period of time. After the deprecation period, the metric will be available only by apiName.
  • description (type: String.t, default: nil) - Description of how this metric is used and calculated.
  • expression (type: String.t, default: nil) - The mathematical expression for this derived metric. Can be used in Metric's expression field for equivalent reports. Most metrics are not expressions, and for non-expressions, this field is empty.
  • type (type: String.t, default: nil) - The type of this metric.
  • uiName (type: String.t, default: nil) - This metric's name within the Google Analytics user interface. For example, Event count.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1beta.Model.MetricMetadata{
  apiName: String.t() | nil,
  blockedReasons: [String.t()] | nil,
  category: String.t() | nil,
  customDefinition: boolean() | nil,
  deprecatedApiNames: [String.t()] | nil,
  description: String.t() | nil,
  expression: String.t() | nil,
  type: String.t() | nil,
  uiName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.