targeting.idea.request: Adwords Targeting Idea Request

Description Usage Arguments Value See Also Examples

View source: R/targeting.idea.request.R

Description

Prepares the body of an XML formatted request for the Adwords targeting idea service.

Usage

1
2
3
4
targeting.idea.request(search.parameters, idea.type = "KEYWORD",
  request.type = "IDEAS", requested.attribute.types = c("KEYWORD_TEXT",
  "SEARCH_VOLUME", "CATEGORY_PRODUCTS_AND_SERVICES"), start.index = 0,
  number.of.results = 700)

Arguments

search.parameters

Search rules applied for the targeting ideas. If empty metadata will be collected with default parameters.

idea.type

Limits the request to responses of this idea type. Default to "KEYWORD", the only possibility.

request.type

Specify the request type. Can be either "IDEAS" (the default) or "STATS".

requested.attribute.types

Request Attributes and associated data for this set of Types.

start.index

Index of the first result to return with this request. Default is 0.

number.of.results

Maximum number of results to return in this request. Default is 700 (the maximum allowed).

Value

An XML formatted targeting idea request.

See Also

get.service

Examples

1
request <- targeting.idea.request(search.parameters = list(related.to.query("Mercury", "Venus", "Mars"), language(1000, 1002), network()))

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