ManagedCustomerService_serviceSelector: Customer Manager Service Selector

Description Usage Arguments Details Value References Examples

View source: R/managed_customer_service.R

Description

ManagedCustomerService.serviceSelector

Usage

1
2
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

Details

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

Value

Returns the XML text for the Service Selector

References

Documentation content adapted from Google Adwords API documentation under license from CC BY 3.0

Examples

1
ManagedCustomerService_get(c("Name", "CustomerId"), "v201806")

Example output

[1] "<get xmlns=\"https://adwords.google.com/api/adwords/mcm/v201806\">\n<serviceSelector xmlns:cm=\"https://adwords.google.com/api/adwords/cm/v201806\">\n<cm:fields>Name</cm:fields>\n<cm:fields>CustomerId</cm:fields>\n</serviceSelector>\n</get>"

adwordsR documentation built on May 2, 2019, 5:05 a.m.