SearchVolumeSearchParameter Data Object - Ad Insight
The search volume search parameter filter that you can include when requesting keyword ideas.
If you do not include the search volume search parameter when calling GetKeywordIdeas, then keyword ideas will be returned regardless of search volume.
Syntax
<xs:complexType name="SearchVolumeSearchParameter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:SearchParameter">
<xs:sequence>
<xs:element minOccurs="0" name="Maximum" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="Minimum" nillable="true" type="xs:long" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The SearchVolumeSearchParameter object has the following elements: Maximum, Minimum.
Element | Description | Data Type |
---|---|---|
Maximum | The maximum search volume that you want for keyword ideas. | long |
Minimum | The minimum search volume that you want for keyword ideas. | long |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13