Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the possible status values of a keyword.
Syntax
<xs:simpleType name="KeywordStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Active" />
<xs:enumeration value="Paused" />
<xs:enumeration value="Deleted" />
<xs:enumeration value="Inactive" />
</xs:restriction>
</xs:simpleType>
Values
The KeywordStatus value set has the following values: Active, Deleted, Inactive, Paused.
Value | Description |
---|---|
Active | The keyword can be used to match user search queries. |
Deleted | This status is for internal use only. Because all Get operations do not return deleted objects, you will not see an object with this status. |
Inactive | The keyword is undergoing editorial review or has failed editorial review. To determine the keyword editorial status, see KeywordEditorialStatus. |
Paused | The keyword cannot be used to match user search queries until the owner resumes it. |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13