dfp_hasCustomPacingCurve {rdfp}R Documentation

hasCustomPacingCurve

Description

Returns whether a custom pacing curve has been uploaded to Google Cloud Storage for a line item. Returns whether a custom pacing curve has been uploaded to Google Cloud Storage for a line item. @param lineItemId the ID of the line item Returns whether a custom pacing curve has been uploaded to Google Cloud Storage for a line item. @param lineItemId the ID of the line item

Usage

dfp_hasCustomPacingCurve(as_df = TRUE, verbose = FALSE)

Arguments

as_df

a boolean indicating whether to attempt to parse the result into a data.frame

verbose

a boolean indicating whether to print the service URL and POSTed XML

Value

a data.frame or list containing all the elements of a hasCustomPacingCurveResponse

See Also

Google Documentation for hasCustomPacingCurve

Examples

## Not run: 
 res <- dfp_hasCustomPacingCurve()

## End(Not run)

[Package rdfp version 0.1.4 Index]