dfp_getAllNetworks {rdfp} | R Documentation |
NetworkService
Description
Provides operations for retrieving information related to the publisher's networks. This service can be used to obtain the list of all networks that the current login has access to, or to obtain information about a specific network.
Usage
dfp_getAllNetworks(as_df = TRUE, verbose = FALSE)
Arguments
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 |
Details
getAllNetworks
Returns the list of Network objects to which the current login has access. Intended to be used without a network code in the SOAP header when the login may have more than one network associated with it.Returns the list of Network objects to which the current login has access. Intended to be used without a network code in the SOAP header when the login may have more than one network associated with it.@return the networks to which the current login has access Returns the list of Network objects to which the current login has access. Intended to be used without a network code in the SOAP header when the login may have more than one network associated with it.@return the networks to which the current login has access
Value
a data.frame
or list
containing all the elements of a getAllNetworksResponse
See Also
Google Documentation for getAllNetworks
Examples
## Not run:
res <- dfp_getAllNetworks()
## End(Not run)