ManagedCustomerService_get {adwordsR} | R Documentation |
Customer Manager Service Get Request
Description
ManagedCustomerService.get
Usage
ManagedCustomerService_get(ManagedCustomerService_Selector_fields, apiVersion)
Arguments
ManagedCustomerService_Selector_fields |
The fields required from the ManagedCustomerService API |
apiVersion |
Version of the API for the request. Argument is passed through from buildXmlEnvelope |
Value
Returns the XML text for the .get request
References
Documentation content adapted from Google Adwords API documentation under license from CC BY 3.0
Examples
ManagedCustomerService_get(c("Name", "CustomerId"), "v201806")
[Package adwordsR version 0.3.1 Index]