Conjunto de Valores AgeRange - Gestão de Campanhas
Define os valores de intervalo de idade possíveis que pode utilizar para direcionar anúncios para as pessoas.
Sintaxe
<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>
Valores
O conjunto de valores AgeRange tem os seguintes valores: EighteenToTwentyFour, FiftyToSixtyFour, SixtyFiveAndAbove, ThirtyFiveToFourtyNine, TwentyFiveToThirtyFour, Unknown.
Requisitos
Serviço: CampaignManagementService.svc v13
Espaço de nomes: https://bingads.microsoft.com/CampaignManagement/v13