dfp_getPreviewUrl: getPreviewUrl

Description Usage Arguments Value See Also Examples

Description

Returns an insite preview URL that references the specified site URL with the specified creative from the association served to it. For Creative Set previewing you may specify the master creative Id.

Usage

1
dfp_getPreviewUrl(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 getPreviewUrlResponse

See Also

Google Documentation for getPreviewUrl

Examples

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

## End(Not run)

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