KeywordStatusReportFilter Value Set - Reporting

Defines the keyword status values that you can use to filter the report data. These values are also used as column values in reports that include keyword status, such as the keyword performance report.

Syntax

<xs:simpleType name="KeywordStatusReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Active" />
        <xs:enumeration value="Paused" />
        <xs:enumeration value="Deleted" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The KeywordStatusReportFilter value set has the following values: Active, Deleted, Paused.

Value Description
Active The report will contain keywords that are active.
Deleted The report will contain keywords that have been deleted.
Paused The report will contain keywords that are paused.

Requirements

Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

Used By

AdDynamicTextPerformanceReportFilter
AdExtensionByKeywordReportFilter
ConversionPerformanceReportFilter
GoalsAndFunnelsReportFilter
KeywordPerformanceReportFilter
NegativeKeywordConflictReportFilter
SearchQueryPerformanceReportFilter
ShareOfVoiceReportFilter