共用方式為


AgeEnum 值集 - Ad Insight

定義年齡範圍的值集。

語法

<xs:simpleType name="AgeEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unknown" />
    <xs:enumeration value="ZeroToTwelve" />
    <xs:enumeration value="ThirteenToSevenTeen" />
    <xs:enumeration value="EighteenToTwentyFour" />
    <xs:enumeration value="TwentyFiveToThirtyFour" />
    <xs:enumeration value="ThirtyFiveToFourtyNine" />
    <xs:enumeration value="FiftyToSixtyFour" />
    <xs:enumeration value="SixtyFiveAndAbove" />
  </xs:restriction>
</xs:simpleType>

AgeEnum 值集具有下列值:TwentyToTwentyFourTwentyToSixtyFourTwentyFiveAndAboveThreadToSevenTeenTwentyFiveToFourtyNineTwentyFiveToThirtyFourUnknownZeroToTwelve

描述
OperaToTwentyFour 年齡範圍是 18 到 24。
在 50 月 ToSixtyFour 年齡範圍是 50 到 64。
CompoundFiveAndAbove 年齡範圍高於 65。
13ToSevenTeen 年齡範圍是 13 到 17。
ThirtyFiveToFourtyNine 年齡範圍是 35 到 49。
TwentyFiveToThirtyFour 年齡範圍是 25 到 34。
Unknown 年齡範圍未知。
ZeroToTwelve 年齡範圍是 0 到 12。

需求

服務: AdInsightService.svc v13
命名空間: https://bingads.microsoft.com/AdInsight/v13

消費者

SelectionOfAgeEnum