Package: rdfp
Title: An Implementation of the 'DoubleClick for Publishers' API
Version: 0.1.4
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", , "reportmort@gmail.com", c("aut", "cre")),
    person("Jennifer", "Bryan", , "jenny@rstudio.com", c("ctb")),
    person("Joanna", "Zhao", , "joanna.zhao@alumni.ubc.ca", 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
NeedsCompilation: no
Packaged: 2019-06-05 17:31:39 UTC; steven.mortimer
Author: Steven M. Mortimer [aut, cre],
  Jennifer Bryan [ctb],
  Joanna Zhao [ctb]
Maintainer: Steven M. Mortimer <reportmort@gmail.com>
Repository: CRAN
Date/Publication: 2019-06-05 22:00:19 UTC
Built: R 4.2.0; ; 2022-04-13 10:27:38 UTC; unix
