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.
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13