RangeResultOfdouble Data Object - Ad Insight
Defines a RangeResultOfDouble data object.
Syntax
<xs:complexType name="RangeResultOfdouble" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<GenericType Name="RangeResultOf{0}" Namespace="https://bingads.microsoft.com/AdInsight/v13" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
<GenericParameter Name="double" Namespace="http://www.w3.org/2001/XMLSchema" />
</GenericType>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
<xs:element minOccurs="0" name="High" type="xs:double" />
<xs:element minOccurs="0" name="Low" type="xs:double" />
</xs:sequence>
</xs:complexType>
Elements
The RangeResultOfdouble object has the following elements: High, Low.
Element | Description | Data Type |
---|---|---|
High | Indicates the upper bound of range result. | double |
Low | Indicates the lower bound of range result. | double |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13