ScaleUnit Value Set - Ad Insight

Defines a value set for the scale unit.

Syntax

<xs:simpleType name="ScaleUnit" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Billion" />
    <xs:enumeration value="Million" />
    <xs:enumeration value="Thousand" />
    <xs:enumeration value="None" />
  </xs:restriction>
</xs:simpleType>

Values

The ScaleUnit value set has the following values: Billion, Million, None, Thousand.

Value Description
Billion The scale unit is billion.
Million The scale unit is million.
None There is no scale unit.
Thousand The scale unit is thousand.

Requirements

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

Used By

DecimalRoundedResult