dfp_hasCustomPacingCurve: hasCustomPacingCurve

Description Usage Arguments Value See Also Examples

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

1
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

1
2
3
4
## Not run: 
 res <- dfp_hasCustomPacingCurve()

## End(Not run)

rdfp documentation built on June 6, 2019, 1:02 a.m.