forked from benrwoodard/adobeanalyticsr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
51 lines (45 loc) · 1.05 KB
/
_pkgdown.yml
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
reference:
- title: "Setup"
desc: "Functions for pulling basic company and report suite information."
- contents:
- aw_auth
- aw_auth_path
- aw_auth_name
- aw_auth_with
- aw_token
- get_me
- get_users
- get_usage_logs
- aw_get_reportsuites
- title: "Data Elements"
desc: "Functions for collecting lists of available data elements"
- contents:
- aw_get_metrics
- aw_get_dimensions
- aw_get_segments
- aw_get_calculatedmetrics
- title: "Data Pulling"
desc: "Functions for pulling the data using the API"
- contents:
- aw_freeform_table
- aw_segment_table
- aw_workspace_report
- aw_anomaly_report
- title: "Create Segments"
desc: "Functions for creating segments"
- contents:
- seg_verbs
- seg_rule
- seg_con
- seg_seq
- seg_then
- seg_build
- seg_val
development:
mode: auto
authors:
Ben Woodard:
href: http://github.com/benrwoodard
template:
params:
ganalytics: "G-06XDF7JD6E"