-
Notifications
You must be signed in to change notification settings - Fork 5
/
_pkgdown.yml
74 lines (71 loc) · 2.17 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
title: rdfp
url: https://stevenmmortimer.github.io/rdfp
template:
params:
bootswatch: spacelab
ganalytics: UA-98603021-2
docsearch:
api_key: 8ecf941477ebecebe34b5825a4ae705e
index_name: rdfp
home:
strip_header: true
navbar:
type: default
left:
- text: "Articles"
icon: fas fa-book
menu:
- text: Administrative Tasks
href: articles/administrative-tasks.html
- text: Ad Trafficking Setup
href: articles/ad-trafficking-setup.html
- text: Manipulating Orders and LineItems
href: articles/manipulating-orders-and-lineitems.html
- text: Checking Availability
href: articles/checking-availability.html
- text: Pulling Reports
href: articles/pulling-reports.html
- text: Reference
icon: fa-file-code-o
href: reference/index.html
- text: News
icon: fa-newspaper-o
href: news/index.html
right:
- text: GitHub
icon: fa-github fa-lg
href: https://github.com/StevenMMortimer/rdfp
reference:
- title: Authentication
desc: Functions used for authenticating.
contents:
- '`dfp_auth`'
- title: Administrative Tools
desc: Functions used for basic environment setup.
contents:
- '`dfp_getCurrentUser`'
- '`dfp_getCurrentNetwork`'
- '`dfp_createTeams`'
- '`dfp_createUsers`'
- '`dfp_createUserTeamAssociations`'
- '`dfp_createCompanies`'
- '`dfp_createContacts`'
- title: Ad Trafficking Setup
desc: Functions setup the environment for trafficking ads.
contents:
- '`dfp_createLabels`'
- '`dfp_createCustomFields`'
- '`dfp_createCustomFieldOptions`'
- '`dfp_createCustomTargetingKeys`'
- '`dfp_createCustomTargetingValues`'
- title: Manipulating Orders and LineItems
desc: Functions used working with Orders and LineItems.
contents:
- '`dfp_createOrders`'
- '`dfp_getLineItemsByStatement`'
- title: Forecasting and Reporting
desc: Functions used to determine availability and other metrics.
contents:
- '`dfp_full_report_wrapper`'
- '`dfp_getDeliveryForecast`'
- '`dfp_getAvailabilityForecast`'