Conjunto de valores appealstatus: administración de campañas
Define los valores que se usan para determinar si un problema editorial es atractivo.
Sintaxis
<xs:simpleType name="AppealStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Appealable">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AppealPending">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NotAppealable">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
Valores
El conjunto de valores AppealStatus tiene los siguientes valores: Appealable, AppealPending, NotAppealable.
Valor | Descripción |
---|---|
Atractivo | El tema editorial es atractivo. |
AppealPending | El tema editorial es apelable y se ha presentado una apelación. |
NotAppealable | El tema editorial no es atractivo. |
Requisitos
Servicio: CampaignManagementService.svc v13
Nombres: https://bingads.microsoft.com/CampaignManagement/v13
Usado por
AssetGroupEditorialReasonCollection
EditorialReasonCollection