AgeRange Value Set - Campaign Management
Defines the possible age range values that you can use to target ads to people.
Syntax
<xs:simpleType name="AgeRange" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<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 AgeRange value set has the following values: EighteenToTwentyFour, FiftyToSixtyFour, SixtyFiveAndAbove, ThirtyFiveToFourtyNine, TwentyFiveToThirtyFour, Unknown.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13