RangeResultOfDecimalRoundedResult Data Object - Ad Insight

Defines a RangeResultOfDecimalRoundedResult data object.

Syntax

<xs:complexType name="RangeResultOfDecimalRoundedResult" 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="DecimalRoundedResult" Namespace="https://bingads.microsoft.com/AdInsight/v13" />
      </GenericType>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="High" nillable="true" type="tns:DecimalRoundedResult" />
    <xs:element minOccurs="0" name="Low" nillable="true" type="tns:DecimalRoundedResult" />
  </xs:sequence>
</xs:complexType>

Elements

The RangeResultOfDecimalRoundedResult object has the following elements: High, Low.

Element Description Data Type
High Indicates the upper bound of range result. DecimalRoundedResult
Low Indicates the lower bound of range result. DecimalRoundedResult

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

GetAudienceFullEstimation