adwordsR (version 0.3.1)

ManagedCustomerService_get: 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

Run this code
# NOT RUN {
ManagedCustomerService_get(c("Name", "CustomerId"), "v201806")
# }

Run the code above in your browser using DataLab