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