-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathga_meta_simple.Rd
More file actions
40 lines (39 loc) · 957 Bytes
/
ga_meta_simple.Rd
File metadata and controls
40 lines (39 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ga_meta_simple.R
\name{ga_meta_simple}
\alias{ga_meta_simple}
\title{Google analytics metadata dataframe}
\usage{
ga_meta_simple()
}
\value{
A tibble containing Google Analytics metadata.
}
\description{
This function retrieves Google Analytics metadata
and returns it as a dataframe. The metadata includes
information about metrics, dimensions, and other
attributes available in Google Analytics.
}
\details{
This function is a wrapper around the
\code{googleAnalyticsR::ga_meta()} function. It retrieves
metadata for the Google Analytics API version 4.
}
\note{
This function requires first authenticating to
Google Analytics using the \code{ga_auth()} function.
}
\examples{
\dontrun{
res = ga_meta_simple()
head(res)
dplyr::glimpse(res)
}
}
\seealso{
Other Google Analytics:
\code{\link{ga_query_explorer}()},
\code{\link{get_ga_meta_by_id}()}
}
\concept{Google Analytics}