-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
106 lines (106 loc) · 3.26 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
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
100
101
102
103
104
105
106
Package: rdfp
Title: An Implementation of the 'DoubleClick for Publishers' API
Version: 0.1.4.9000
Date: 2019-06-05
Description: Functions to interact with the 'Google DoubleClick for Publishers (DFP)' API
<https://developers.google.com/ad-manager/api/start> (recently renamed to
'Google Ad Manager'). This package is automatically compiled from the API WSDL
(Web Service Description Language) files to dictate how the API is structured.
Theoretically, all API actions are possible using this package; however, care
must be taken to format the inputs correctly and parse the outputs correctly.
Please see the 'Google Ad Manager' API reference <https://developers.google.com/ad-manager/api/rel_notes>
and this package's website <https://stevenmmortimer.github.io/rdfp/> for more
information, documentation, and examples.
Authors@R: c(
person(c("Steven", "M."), "Mortimer", , "[email protected]", c("aut", "cre")),
person("Jennifer", "Bryan", , "[email protected]", c("ctb")),
person("Joanna", "Zhao", , "[email protected]", c("ctb"))
)
URL: https://github.com/StevenMMortimer/rdfp
BugReports: https://github.com/StevenMMortimer/rdfp/issues
Encoding: UTF-8
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
LazyData: true
Imports:
utils (>= 3.5.0),
methods (>= 3.5.0),
httr (>= 1.4.0),
curl (>= 3.3),
plyr (>= 1.8.4),
XML (>= 3.98-1.19),
dplyr (>= 0.8.0),
xml2 (>= 1.2.0),
readr (>= 1.3.1),
data.table (>= 1.12.0),
purrr,
lubridate
Suggests:
knitr,
testthat,
rmarkdown,
here
RoxygenNote: 6.1.1
Collate:
'ActivityGroupService.R'
'ActivityService.R'
'AdExclusionRuleService.R'
'AdRuleService.R'
'AdjustmentService.R'
'AudienceSegmentService.R'
'BaseRateService.R'
'CdnConfigurationService.R'
'CmsMetadataService.R'
'CompanyService.R'
'ContactService.R'
'ContentBundleService.R'
'ContentService.R'
'CreativeService.R'
'CreativeSetService.R'
'CreativeTemplateService.R'
'CreativeWrapperService.R'
'CustomFieldService.R'
'CustomTargetingService.R'
'DaiAuthenticationKeyService.R'
'ExchangeRateService.R'
'ForecastService.R'
'InventoryService.R'
'LabelService.R'
'LineItemCreativeAssociationService.R'
'LineItemService.R'
'LineItemTemplateService.R'
'LiveStreamEventService.R'
'MobileApplicationService.R'
'NativeStyleService.R'
'NetworkService.R'
'OrderService.R'
'PackageService.R'
'PlacementService.R'
'PremiumRateService.R'
'ProductPackageItemService.R'
'ProductPackageService.R'
'ProductService.R'
'ProductTemplateService.R'
'ProposalLineItemService.R'
'ProposalService.R'
'PublisherQueryLanguageService.R'
'RateCardService.R'
'ReconciliationLineItemReportService.R'
'ReconciliationOrderReportService.R'
'ReconciliationReportRowService.R'
'ReconciliationReportService.R'
'ReportService.R'
'SuggestedAdUnitService.R'
'TargetingPresetService.R'
'TeamService.R'
'UserService.R'
'UserTeamAssociationService.R'
'WorkflowRequestService.R'
'dfp_auth.R'
'dfp_options_settings.R'
'dfp_service_endpoints.R'
'dfp_utils.R'
'dfp_utils_xml.R'
'rdfp.R'
VignetteBuilder: knitr