ManagedCustomerService_get: Customer Manager Service Get Request

Description Usage Arguments Value References Examples

View source: R/managed_customer_service.R

Description

ManagedCustomerService.get

Usage

1
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

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.