Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:enumeration value="ThirtyFiveToFiftyFour" />
<xs:enumeration value="FiftyFiveAndAbove" />
</xs:restriction>
</xs:simpleType>
Values
The AgeRange value set has the following values: EighteenToTwentyFour, FiftyFiveAndAbove, FiftyToSixtyFour, SixtyFiveAndAbove, ThirtyFiveToFiftyFour, ThirtyFiveToFourtyNine, TwentyFiveToThirtyFour, Unknown.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13