A SearchParameter for KEYWORD and
PLACEMENT
IdeaTypes that specifies a set
of URLs that results should in some way be related too. For
example, keyword results would be similar to content keywords found
on the related URLs.
This search parameter can be used in bulk keyword requests through the TargetingIdeaService.getBulkKeywordIdeas(TargetingIdeaSelector) method. It must be single-valued when used in a call to that method.
This element is supported by following IdeaTypes: KEYWORD, PLACEMENT.
This element is supported by following RequestTypes: IDEAS, STATS.
- Namespace
-
https://adwords.google.com/api/adwords/o/v201302 - Fields
| Field | Type | Description |
|---|---|---|
| SearchParameter (inherited) | ||
| SearchParameter.Type |
xsd:string
|
Indicates that this instance is a subtype of SearchParameter. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
| RelatedToUrlSearchParameter | ||
| urls ContentsDistinct
ContentsNotNull
NotEmpty
Required
|
xsd:string[]
|
A set of URL strings to which search results should be related. For
PLACEMENT queries, up to five URLs may be submitted. For
KEYWORD queries, only one URL may be submitted.
This field must contain distinct elements.
This field must not contain null elements.
This field must contain at least one element.
This field is required and should not be null.
|
| includeSubUrls |
xsd:boolean
|
Whether to crawl links off of the urls for the same domain.
Default is false. Ignored on KEYWORD queries, |