KeywordEditorialStatus Value Set
Defines the editorial review status values of a keyword.
<xs:simpleType name="KeywordEditorialStatus"> <xs:restriction base="xs:string"> <xs:enumeration value="Active" /> <xs:enumeration value="Disapproved" /> <xs:enumeration value="Inactive" /> </xs:restriction> </xs:simpleType>
Values
Value | Description |
|---|---|
Active | The keyword passed editorial review. |
Disapproved | The keyword failed editorial review. To determine the reason why the keyword was disapproved and whether it’s appealable, call the GetEditorialReasonsByIds operation. |
Inactive | One or more elements of the keyword is undergoing editorial review. |
For details about the editorial review process, see Managing Editorial Review and Appeals or Keywords.