Other packages > Find by keyword >

rdfp  

An Implementation of the 'DoubleClick for Publishers' API
View on CRAN: Click here


Download and install rdfp package within the R console
Install from CRAN:
install.packages("rdfp")

Install from Github:
library("remotes")
install_github("cran/rdfp")

Install by package version:
library("remotes")
install_version("rdfp", "0.1.4")



Attach the package and use:
library("rdfp")
Maintained by
Steven M. Mortimer
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-04-09
Latest Update: 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.
How to cite:
Steven M. Mortimer (2018). rdfp: An Implementation of the 'DoubleClick for Publishers' API. R package version 0.1.4, https://cran.r-project.org/web/packages/rdfp
Previous versions and publish date:
0.1.2 (2018-04-09 13:08), 0.1.3 (2019-01-07 21:30)
Other packages that cited rdfp R package
View rdfp citation profile
Other R packages that rdfp depends, imports, suggests or enhances
Functions, R codes and Examples using the rdfp R package
Some associated functions: build_xml_from_list . catch_errors . dfp_auth . dfp_createActivities . dfp_createActivityGroups . dfp_createAdExclusionRules . dfp_createAdRules . dfp_createAdUnits . dfp_createAudienceSegments . dfp_createBaseRates . dfp_createCdnConfigurations . dfp_createCompanies . dfp_createContacts . dfp_createContentBundles . dfp_createCreativeSet . dfp_createCreativeWrappers . dfp_createCreatives . dfp_createCustomFieldOptions . dfp_createCustomFields . dfp_createCustomTargetingKeys . dfp_createCustomTargetingValues . dfp_createDaiAuthenticationKeys . dfp_createExchangeRates . dfp_createLabels . dfp_createLineItemCreativeAssociations . dfp_createLineItems . dfp_createLiveStreamEvents . dfp_createMobileApplications . dfp_createNativeStyles . dfp_createOrders . dfp_createPackages . dfp_createPlacements . dfp_createPremiumRates . dfp_createProductPackageItems . dfp_createProductPackages . dfp_createProductTemplates . dfp_createProposalLineItems . dfp_createProposals . dfp_createRateCards . dfp_createTeams . dfp_createUserTeamAssociations . dfp_createUsers . dfp_date_to_list . dfp_full_report_wrapper . dfp_getActivitiesByStatement . dfp_getActivityGroupsByStatement . dfp_getAdExclusionRulesByStatement . dfp_getAdRulesByStatement . dfp_getAdSpotsByStatement . dfp_getAdUnitSizesByStatement . dfp_getAdUnitsByStatement . dfp_getAllNetworks . dfp_getAllRoles . dfp_getAudienceSegmentsByStatement . dfp_getAvailabilityForecast . dfp_getAvailabilityForecastById . dfp_getBaseRatesByStatement . dfp_getCdnConfigurationsByStatement . dfp_getCmsMetadataKeysByStatement . dfp_getCmsMetadataValuesByStatement . dfp_getCompaniesByStatement . dfp_getContactsByStatement . dfp_getContentBundlesByStatement . dfp_getContentByStatement . dfp_getContentByStatementAndCustomTargetingValue . dfp_getCreativeSetsByStatement . dfp_getCreativeTemplatesByStatement . dfp_getCreativeWrappersByStatement . dfp_getCreativesByStatement . dfp_getCurrentNetwork . dfp_getCurrentUser . dfp_getCustomFieldOption . dfp_getCustomFieldsByStatement . dfp_getCustomTargetingKeysByStatement . dfp_getCustomTargetingValuesByStatement . dfp_getDaiAuthenticationKeysByStatement . dfp_getDeliveryForecast . dfp_getDeliveryForecastByIds . dfp_getExchangeRatesByStatement . dfp_getLabelsByStatement . dfp_getLineItemCreativeAssociationsByStatement . dfp_getLineItemTemplatesByStatement . dfp_getLineItemsByStatement . dfp_getLiveStreamEventsByStatement . dfp_getMarketplaceCommentsByStatement . dfp_getMobileApplicationsByStatement . dfp_getNativeStylesByStatement . dfp_getOrdersByStatement . dfp_getPackagesByStatement . dfp_getPlacementsByStatement . dfp_getPremiumRatesByStatement . dfp_getPreviewUrl . dfp_getPreviewUrlsForNativeStyles . dfp_getProductPackageItemsByStatement . dfp_getProductPackagesByStatement . dfp_getProductTemplatesByStatement . dfp_getProductsByStatement . dfp_getProposalLineItemsByStatement . dfp_getProposalsByStatement . dfp_getRateCardsByStatement . dfp_getReconciliationLineItemReportsByStatement . dfp_getReconciliationOrderReportsByStatement . dfp_getReconciliationReportRowsByStatement . dfp_getReconciliationReportsByStatement . dfp_getReportDownloadURL . dfp_getReportDownloadUrlWithOptions . dfp_getReportJobStatus . dfp_getSavedQueriesByStatement . dfp_getSuggestedAdUnitsByStatement . dfp_getTargetingPresetsByStatement . dfp_getTeamsByStatement . dfp_getTrafficAdjustmentsByStatement . dfp_getUserTeamAssociationsByStatement . dfp_getUsersByStatement . dfp_getWorkflowRequestsByStatement . dfp_hasCustomPacingCurve . dfp_makeTestNetwork . dfp_performAdExclusionRuleAction . dfp_performAdRuleAction . dfp_performAdUnitAction . dfp_performAudienceSegmentAction . dfp_performBaseRateAction . dfp_performCdnConfigurationAction . dfp_performContentBundleAction . dfp_performCreativeWrapperAction . dfp_performCustomFieldAction . dfp_performCustomTargetingKeyAction . dfp_performCustomTargetingValueAction . dfp_performDaiAuthenticationKeyAction . dfp_performExchangeRateAction . dfp_performLabelAction . dfp_performLineItemAction . dfp_performLineItemCreativeAssociationAction . dfp_performLiveStreamEventAction . dfp_performMobileApplicationAction . dfp_performNativeStyleAction . dfp_performOrderAction . dfp_performPackageAction . dfp_performPlacementAction . dfp_performProductAction . dfp_performProductPackageAction . dfp_performProductPackageItemAction . dfp_performProductTemplateAction . dfp_performProposalAction . dfp_performProposalLineItemAction . dfp_performRateCardAction . dfp_performReconciliationOrderReportAction . dfp_performSuggestedAdUnitAction . dfp_performTeamAction . dfp_performUserAction . dfp_performUserTeamAssociationAction . dfp_performWorkflowRequestAction . dfp_registerSessionsForMonitoring . dfp_report_url_to_dataframe . dfp_runReportJob . dfp_select . dfp_select_parse . dfp_updateActivities . dfp_updateActivityGroups . dfp_updateAdExclusionRules . dfp_updateAdRules . dfp_updateAdUnits . dfp_updateAudienceSegments . dfp_updateBaseRates . dfp_updateCdnConfigurations . dfp_updateCompanies . dfp_updateContacts . dfp_updateContentBundles . dfp_updateCreativeSet . dfp_updateCreativeWrappers . dfp_updateCreatives . dfp_updateCustomFieldOptions . dfp_updateCustomFields . dfp_updateCustomTargetingKeys . dfp_updateCustomTargetingValues . dfp_updateDaiAuthenticationKeys . dfp_updateExchangeRates . dfp_updateLabels . dfp_updateLineItemCreativeAssociations . dfp_updateLineItems . dfp_updateLiveStreamEvents . dfp_updateMobileApplications . dfp_updateNativeStyles . dfp_updateNetwork . dfp_updateOrders . dfp_updatePackages . dfp_updatePlacements . dfp_updatePremiumRates . dfp_updateProductPackageItems . dfp_updateProductPackages . dfp_updateProductTemplates . dfp_updateProducts . dfp_updateProposalLineItems . dfp_updateProposals . dfp_updateRateCards . dfp_updateReconciliationLineItemReports . dfp_updateReconciliationOrderReports . dfp_updateReconciliationReportRows . dfp_updateReconciliationReports . dfp_updateTeams . dfp_updateTrafficAdjustments . dfp_updateUserTeamAssociations . dfp_updateUsers . execute_soap_request . form_request_body . get_google_token . is_legit_token . parse_soap_response . rdfp . token_exists . xmlToList2 . xml_nodeset_to_df . 
Some associated R codes: 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 .  Full rdfp package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resizer for Images, Tables and Fancy Resizable Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
plotBart  
Diagnostic and Plotting Functions to Supplement 'bartCause'
Functions to assist in diagnostics and plotting during the causal inference modeling process. Suppl ...
Download / Learn more Package Citations See dependency  
onlineCOV  
Online Change Point Detection in High-Dimensional Covariance Structure
Implement a new stopping rule to detect anomaly in the covariance structure of high-dimensional onli ...
Download / Learn more Package Citations See dependency  
Maintainer: Jun Li (view profile)
hydroTSM  
Time Series Management and Analysis for Hydrological Modelling
S3 functions for management, analysis, interpolation and plotting of time series used in hydrology a ...
Download / Learn more Package Citations See dependency  
smcfcs  
Multiple Imputation of Covariates by Substantive Model Compatible Fully Conditional Specification
Implements multiple imputation of missing covariates by Substantive Model Compatible Fully Condition ...
Download / Learn more Package Citations See dependency  
thriftr  
Apache Thrift Client Server
Pure R implementation of Apache Thrift. This library doesn't require any code generation. To learn m ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns