Build the XML Body for the XML Envelope.
buildXmlBody(adwordsService, ManagedCustomerService_Selector_fields = NULL,
categoryProductsAndServices = NULL, competition = NULL,
ideaTextFilter_included = NULL, ideaTextFilter_excluded = NULL,
includeAdultContent = NULL, language = NULL, location = NULL,
network_GoogleSearch = NULL, network_SearchNetwork = NULL,
relatedToQuery = NULL, relatedToUrl = NULL, searchVolumeMinimum = NULL,
searchVolumeMaximum = NULL, seedAdGroupId = NULL, requestType = NULL,
attributeTypes = NULL, pagingStartIndex = NULL,
pagingNumberResults = NULL, apiVersion)
The chosen Adwords Service for the request
The requested fields from the ManagedCustomerService, such as CustomerId.
A keyword category ID (Integer) in the "Products and Services" taxonomy that all search results should belong to.
Vector of Levels of competition that should be included in the results
The vector of strings that should be included
The vector of strings that should be excluded
TRUE or FALSE option for including the targeting of Adult Content.
The Language (or Criterion ID) that all results should be targeted against.
The Location (or Criterion ID) that all results should be targeted against.
Whether search should be targeting Google Search
Whether search should be targeting the Google Search Network (AFS)
The vector of queries to post to the API as a Search Parameter.
The vector of URLs to post to the API, which results will be related to.
The minimum Search Volume that should be targeted.
The maximum Search Volume that should be targeted.
The Adgroup ID that should be used as a seed for generating new ideas.
Represents the type of the request.
Vector of Attributes Types.
Index of the first result to return. (Optional)
Maximum number of results to return. This figure is limited to 700. (Optional)
Version of the API being used.
Returns the XML Body for the Envelope
# NOT RUN {
buildXmlBody("ManagedCustomerService",
c("Name", "CustomerId"),
apiVersion = "v201806")
# }
Run the code above in your browser using DataLab