Description Usage Arguments Details Value See Also Examples
Provides operations for creating, updating and retrieving CustomTargetingKey and CustomTargetingValue objects.
| 1 2 | dfp_createCustomTargetingKeys(request_data, as_df = TRUE,
  verbose = FALSE)
 | 
| request_data | a  | 
| as_df | a boolean indicating whether to attempt to parse the result into
a  | 
| verbose | a boolean indicating whether to print the service URL and POSTed XML | 
createCustomTargetingKeys
Creates new CustomTargetingKey objects. The following fields are required:
CustomTargetingKey name
CustomTargetingKey type
a data.frame or list containing all the elements of a createCustomTargetingKeysResponse
Google Documentation for createCustomTargetingKeys
| 1 2 3 4 5 6 7 | ## Not run: 
request_data <- list(keys=list(name="Test1", 
                               displayName="TestKey1", 
                               type='FREEFORM'))
result <- dfp_createCustomTargetingKeys(request_data)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.