AgeEnum Value Set - Ad Insight

Defines a value set of age ranges.

Syntax

<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>

Values

The AgeEnum value set has the following values: EighteenToTwentyFour, FiftyToSixtyFour, SixtyFiveAndAbove, ThirteenToSevenTeen, ThirtyFiveToFourtyNine, TwentyFiveToThirtyFour, Unknown, ZeroToTwelve.

Value Description
EighteenToTwentyFour The age range is 18 to 24.
FiftyToSixtyFour The age range is 50 to 64.
SixtyFiveAndAbove The age range is above 65.
ThirteenToSevenTeen The age range is 13 to 17.
ThirtyFiveToFourtyNine The age range is 35 to 49.
TwentyFiveToThirtyFour The age range is 25 to 34.
Unknown The age range is unknown.
ZeroToTwelve The age range is 0 to 12.

Requirements

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

Used By

SelectionOfAgeEnum