This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
68 lines (68 loc) · 1.82 KB
/
DESCRIPTION
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Package: RGA
Type: Package
Title: A Google Analytics API V3 Client
Description: Provides functions for accessing and retrieving data from the
Google Analytics APIs (https://developers.google.com/analytics/). Supports
OAuth 2.0 authorization. Package provides access to the Management, Core
Reporting, Multi-Channel Funnels Reporting, Real Time Reporting and
Metadata APIs. Access to all the Google Analytics accounts which the user
has access to. Auto-pagination to return more than 10,000 rows of the
results by combining multiple data requests. Also package provides
shiny app to explore the core reporting API dimensions and metrics.
URL: https://github.com/artemklevtsov/RGA
BugReports: https://github.com/artemklevtsov/RGA/issues
Version: 0.4.3
Authors@R: c(
person(given = "Artem", family = "Klevtsov",
email = "[email protected]", role = c("aut", "cre")),
person(given = "Philipp", family = "Upravitelev",
email = "[email protected]", role = "ctb"),
person(given = "Olga", family = "Shramko",
email = "[email protected]", role = "ctb"))
License: GPL (>= 2)
Depends:
R (>= 3.2.0)
Imports:
jsonlite,
httr (>= 1.1.0),
plyr,
lubridate
Collate:
'auth.R'
'utils.R'
'request.R'
'url.R'
'convert.R'
'get-data.R'
'mgmt.R'
'accounts.R'
'customDataSources.R'
'customDimensions.R'
'customMetrics.R'
'date-ranges.R'
'experiments.R'
'filters.R'
'profiles.R'
'query.R'
'report.R'
'ga.R'
'firstdate.R'
'goals.R'
'mcf.R'
'metadata.R'
'package.R'
'realtime.R'
'remarketingAudience.R'
'segments.R'
'unsampledReports.R'
'uploads.R'
'webproperties.R'
'zzz.R'
Suggests:
knitr,
rmarkdown,
testthat,
shiny
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 5.0.1