adwordsR (version 0.3.1)

ManagedCustomerService_serviceSelector: Customer Manager Service Selector

Description

ManagedCustomerService.serviceSelector

Usage

ManagedCustomerService_serviceSelector(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 Service Selector

Details

This is used to specify the type of information to return.

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 DataCamp Workspace