as.xml: XML Encoding for Adwords Service Requests

Description Usage Arguments Value Examples

View source: R/as.xml.R

Description

Encodes the search parameters of an Adwords service request into XMl. Allow the conversion of the data to a SOAP message for the Adwords service.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
as.xml(x)

## S3 method for class 'NULL'
as.xml(x)

## S3 method for class 'list'
as.xml(x)

## S3 method for class 'logical'
as.xml(x)

## S3 method for class 'predicate'
as.xml(x)

## S3 method for class 'search.parameter'
as.xml(x)

## S3 method for class 'language'
as.xml(x)

## S3 method for class 'location'
as.xml(x)

## S3 method for class 'network'
as.xml(x)

## S3 method for class 'category.products.and.services'
as.xml(x)

## S3 method for class 'related.to.query'
as.xml(x)

## S3 method for class 'related.to.url'
as.xml(x)

## S3 method for class 'keyword.estimate.request'
as.xml(x)

## S3 method for class 'adgroup.estimate.request'
as.xml(x)

## S3 method for class 'campaign.estimate.request'
as.xml(x)

## S3 method for class 'max.cpc'
as.xml(amount)

## S3 method for class 'criterion'
as.xml(criterion)

Arguments

x

Data to convert to XML.

Value

An XMLNode encoding the data

Examples

1
TODO

adviso/RAdwordsPlus documentation built on Dec. 5, 2019, 3:11 a.m.