-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathga_query_explorer.Rd
More file actions
34 lines (33 loc) · 996 Bytes
/
ga_query_explorer.Rd
File metadata and controls
34 lines (33 loc) · 996 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ga_query_browser.R
\name{ga_query_explorer}
\alias{ga_query_explorer}
\title{Browse google analytics query explorer}
\usage{
ga_query_explorer()
}
\description{
This function opens the Google Analytics Query Explorer in a web browser.
}
\details{
It allows users to explore and test Google Analytics queries interactively.
This is useful for developers and analysts who want to experiment with
different queries and see the results in real-time.
}
\note{
This function is intended for users who have a Google Analytics account
and want to explore the API capabilities. It does not return any data or
perform any analysis. You need to have a Google account with google analytics
access and will be prompted to log in if you are not already.
}
\examples{
\dontrun{
ga_query_explorer()
}
}
\seealso{
Other Google Analytics:
\code{\link{ga_meta_simple}()},
\code{\link{get_ga_meta_by_id}()}
}
\concept{Google Analytics}