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

If this report results is sampled, this describes the percentage of events used in this report. Sampling is the practice of analyzing a subset of all data in order to uncover the meaningful information in the larger data set.

Attributes

  • samplesReadCount (type: String.t, default: nil) - The total number of events read in this sampled report for a date range. This is the size of the subset this property's data that was analyzed in this report.
  • samplingSpaceSize (type: String.t, default: nil) - The total number of events present in this property's data that could have been analyzed in this report for a date range. Sampling uncovers the meaningful information about the larger data set, and this is the size of the larger data set. To calculate the percentage of available data that was used in this report, compute samplesReadCount/samplingSpaceSize.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1beta.Model.SamplingMetadata{
  samplesReadCount: String.t() | nil,
  samplingSpaceSize: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.