R/data.R

#' Google Analytics API metadata
#' 
#' This is a local copy of the data provided by [ga_meta]
#' 
#' Running your own call will be more up to date, but this is here in case.
#' 
#' It does not include the multi-channel or cohort variables.
#' 
#' @format A data frame containing metric and dimensions that 
#'   you can query the Reporting API with.
#' 
#' @source <https://ga-dev-tools.appspot.com/dimensions-metrics-explorer/>
"meta"

#' Google Analytics API metadata
#' 
#' This is a local copy of the data provided by `ga_meta("data")`
#' 
#' Running your own call will be more up to date, but this is here in case.
#' 
#' @format A data frame containing metric and dimensions that 
#'   you can query the Data API with.
#' 
#' @source <https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema>
"meta4"
MarkEdmondson1234/googleAnalyticsR documentation built on Oct. 13, 2023, 4:40 a.m.