ImpressionShareSearchParameter Data Object - Ad Insight
The impression share search parameter filter that you can include when requesting keyword ideas.
If you do not include the impression share search parameter when calling GetKeywordIdeas, then keyword ideas will be returned regardless of impression share.
Syntax
<xs:complexType name="ImpressionShareSearchParameter" 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:double" />
<xs:element minOccurs="0" name="Minimum" nillable="true" type="xs:double" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The ImpressionShareSearchParameter object has the following elements: Maximum, Minimum.
Element | Description | Data Type |
---|---|---|
Maximum | The maximum impression share that you want for keyword ideas. | double |
Minimum | The minimum impression share that you want for keyword ideas. | double |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13