-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
100 lines (97 loc) · 2.42 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
template:
bootstrap: 5
params:
ganalytics: UA-114798296-1
opengraph:
image:
src: man/figures/rgoogleads.png
alt: "Loading data from Google Ads"
navbar:
structure:
left: [intro, reference, articles, tutorials, api_docs, news]
right: [telegram, youtube, github]
components:
tutorials:
text: Video Tutorials
href: https://www.youtube.com/playlist?list=PLD2LDq8edf4qprTxRcflDwV9IvStiChHi
api_docs:
text: Google Ads API
href: https://developers.google.com/google-ads/api/docs/start
youtube:
icon: fa-youtube
href: https://www.youtube.com/R4marketing/?sub_confirmation=1
aria-label: YouTube
telegram:
icon: fa-telegram
href: https://t.me/R4marketing
aria-label: Telegram
reference:
- title: Main page
desc: >
rgoogleads documentation main page
contents:
- rgoogleads-package
- title: Authorization
desc: >
Managing authorization process
contents:
- gads_auth_configure
- gads_auth
- gads_developer_token
- gads_api_key
- gads_oauth_app
- gads_auth_cache_path
- gads_deauth
- gads_has_token
- gads_token
- gads_user
- title: Options
desc: >
Package options setters
contents:
- gads_set_customer_id
- gads_set_login_customer_id
- title: Accounts data
desc: >
Loading account hierarchy and metadata
contents:
- gads_get_accessible_customers
- gads_get_account_hierarchy
- title: Account objects
desc: >
Loading account objects list
contents:
- gads_get_campaigns
- gads_get_ad_groups
- gads_get_ads
- gads_get_keywords
- gads_get_ad_group_criterions
- title: Reporting
desc: >
Loading report data
contents:
- gads_get_metadata
- gads_get_fields
- gads_get_report
- title: Keywords Planing Data
desc: >
Loading Keyword Plan data
contents:
- gads_keyword_plan_historical_metrics
- gads_keyword_plan_forecast_timeseries
- gads_keyword_plan_forecast_metrics
- title: Reference data
desc: >
Loading dictionaries
contents:
- gads_get_geo_targets
- title: Helpers
desc: >
Helper functions
contents:
- gads_check_errors
- gads_customer
- gads_customer_id_from_env
- gads_customer_id_to_env
- gads_fix_names
- gads_last_request_ids