rdfp (version 0.1.4)

dfp_getPreviewUrlsForNativeStyles: getPreviewUrlsForNativeStyles

Description

Returns a list of URLs that reference 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. Each URL corresponds to one available native style for previewing the specified creative. creative

Usage

dfp_getPreviewUrlsForNativeStyles(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 getPreviewUrlsForNativeStylesResponse

See Also

Google Documentation for getPreviewUrlsForNativeStyles

Examples

Run this code
# NOT RUN {
 res <- dfp_getPreviewUrlsForNativeStyles()
# }

Run the code above in your browser using DataLab