Conjunto de valores ageEnum: información de anuncios
Define un conjunto de valores de intervalos de edad.
Sintaxis
<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>
Valores
El conjunto de valores AgeEnum tiene los siguientes valores: EighteenToTwentyFour, FiftyToSixtyFour, SixtyFiveAndAbove, ThirteenToSevenTeen, ThirtyFiveToFourtyNine, TwentyFiveToThirtyFour, Unknown, ZeroToTwelve.
Requisitos
Servicio: AdInsightService.svc v13
Nombres: https://bingads.microsoft.com/AdInsight/v13