Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Service used to find targeting ideas based on various inputs.
Returns a page of ideas that match the query described by the specified
TargetingIdeaSelector.
The selector must specify a Paging value, with numberResults set to 800 or less.
| Field | Type | Description |
|---|---|---|
| selector |
TargetingIdeaSelector
|
Query describing the types of results to return when finding matches (similar keyword ideas/placement ideas). |
| Field | Type | Description |
|---|---|---|
| rval |
TargetingIdeaPage
|
A TargetingIdeaPage of results, that is a subset of the list of possible ideas meeting the criteria of the TargetingIdeaSelector. |
Returns a page of ideas that match the query described by the specified TargetingIdeaSelector. This method is specialized for returning bulk keyword ideas, and thus the selector must be set for RequestType.IDEAS and IdeaType.KEYWORD. A limited, fixed set of attributes will be returned.
A single-valued RelatedToUrlSearchParameter must be supplied. Single-valued LanguageTargetSearchParameter and CountryTargetSearchParameter are both optional. Other search parameters compatible with a keyword query may also be supplied.
The selector must specify a Paging value, with numberResults set to 500 or less. Large result
sets must be composed through multiple calls to this method,
advancing the Paging startIndex
value by numberResults with each
call.
| Field | Type | Description |
|---|---|---|
| selector |
TargetingIdeaSelector
|
Query describing the bulk keyword ideas to return. |
| Field | Type | Description |
|---|---|---|
| rval |
TargetingIdeaPage
|
A TargetingIdeaPage of results, that is a subset of the list of possible ideas meeting the criteria of the TargetingIdeaSelector. |