GetGaData-.query-method: GetGaData Execute a ganalytics query.

Description Usage Arguments Value

Description

GetGaData Execute a ganalytics query.

Usage

1
2
3
## S4 method for signature '.query'
GetGaData(query, creds = NULL, .progress = "time",
  addViewId = FALSE, addSegmentId = FALSE)

Arguments

query

the query to execute.

creds

the Google APIs Project OAuth 2.0 credentials to use.

.progress

progress bar to display. use .progress = "none" to turn off.

addViewId

logical value indicating whether to add a viewID column for when more than one view has been provided.

addSegmentId

logical value indicating whether to add the name of the segment for when more than one segment has been queried.

Value

a tibble


jdeboer/ganalytics documentation built on May 18, 2019, 11:30 p.m.