DecimalRoundedResult Data Object - Ad Insight

Defines a DecimalRoundedResult data object.

Syntax

<xs:complexType name="DecimalRoundedResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Value" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="Unit" nillable="true" type="tns:ScaleUnit" />
  </xs:sequence>
</xs:complexType>

Elements

The DecimalRoundedResult object has the following elements: Unit, Value.

Element Description Data Type
Unit The scale unit: Thousand, Million,Billion, None. Output only. ScaleUnit
Value The rounded value to the nearest scale unit. Output only. double

Requirements

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

Used By

GetAudienceFullEstimation
RangeResultOfDecimalRoundedResult