This topic has not yet been rated - Rate this topic

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.

Requirements

CampaignManagementService.svc v8

Namespace: https://adcenter.microsoft.com/v8

See Also

Reference

Keyword Data Object

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.