google_api_analytics v0.4.0 GoogleApi.Analytics.V3.Model.GaData View Source

Analytics data for a given view (profile).

Attributes

  • columnHeaders (type: list(GoogleApi.Analytics.V3.Model.GaDataColumnHeaders.t), default: nil) - Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.
  • containsSampledData (type: boolean(), default: nil) - Determines if Analytics data contains samples.
  • dataLastRefreshed (type: String.t, default: nil) - The last refreshed time in seconds for Analytics data.
  • dataTable (type: GoogleApi.Analytics.V3.Model.GaDataDataTable.t, default: nil) -
  • id (type: String.t, default: nil) - Unique ID for this data response.
  • itemsPerPage (type: integer(), default: nil) - The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
  • kind (type: String.t, default: analytics#gaData) - Resource type.
  • nextLink (type: String.t, default: nil) - Link to next page for this Analytics data query.
  • previousLink (type: String.t, default: nil) - Link to previous page for this Analytics data query.
  • profileInfo (type: GoogleApi.Analytics.V3.Model.GaDataProfileInfo.t, default: nil) - Information for the view (profile), for which the Analytics data was requested.
  • query (type: GoogleApi.Analytics.V3.Model.GaDataQuery.t, default: nil) - Analytics data request query parameters.
  • rows (type: list(list(String.t)), default: nil) - Analytics data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request.
  • sampleSize (type: String.t, default: nil) - The number of samples used to calculate the result.
  • sampleSpace (type: String.t, default: nil) - Total size of the sample space from which the samples were selected.
  • selfLink (type: String.t, default: nil) - Link to this page.
  • totalResults (type: integer(), default: nil) - The total number of rows for the query, regardless of the number of rows in the response.
  • totalsForAllResults (type: map(), default: nil) - Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Analytics.V3.Model.GaData{
  columnHeaders: [GoogleApi.Analytics.V3.Model.GaDataColumnHeaders.t()],
  containsSampledData: boolean(),
  dataLastRefreshed: String.t(),
  dataTable: GoogleApi.Analytics.V3.Model.GaDataDataTable.t(),
  id: String.t(),
  itemsPerPage: integer(),
  kind: String.t(),
  nextLink: String.t(),
  previousLink: String.t(),
  profileInfo: GoogleApi.Analytics.V3.Model.GaDataProfileInfo.t(),
  query: GoogleApi.Analytics.V3.Model.GaDataQuery.t(),
  rows: [[String.t()]],
  sampleSize: String.t(),
  sampleSpace: String.t(),
  selfLink: String.t(),
  totalResults: integer(),
  totalsForAllResults: map()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.