ScaleUnit 値セット - Ad Insight
スケール ユニットの値セットを定義します。
構文
<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>
値
ScaleUnit 値セットの値は、10 億、100 万、なし、Thousand です。
値 | 説明 |
---|---|
十億 | スケール ユニットは 10 億です。 |
百万 | スケール ユニットは 100 万です。 |
なし | スケール ユニットはありません。 |
1000 | スケール ユニットは 1000 です。 |
要件
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13