AgeEnum Value Set - Ad Insight
Define um conjunto de valores de intervalos de idade.
Sintaxe
<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
O conjunto de valores AgeEnum tem os seguintes valores: EighteenToTwentyFour, FiftyToSixtyFour, SixtyFiveAndAbove, TrezeToSevenTeen, ThirtyFiveToFourtyNine, TwentyFiveToThirtyFour, Unknown, ZeroToTwelve.
Requisitos
Serviço: AdInsightService.svc v13
Espaço de nomes: https://bingads.microsoft.com/AdInsight/v13