AdStatusReportFilter Value Set - Reporting

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

Syntax

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

Values

The AdStatusReportFilter value set has the following values: Active, Deleted, Paused, Pending, Rejected.

Value Description
Active The report will contain ads that are active.
Deleted The report will contain ads that have been deleted.
Paused The report will contain ads that are paused.
Pending The report will contain ads that are pending editorial review.
Rejected The report will contain ads that have failed editorial review.

Requirements

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

Used By

AdDynamicTextPerformanceReportFilter
AdExtensionByAdReportFilter
AdExtensionDetailReportFilter
AdPerformanceReportFilter
DestinationUrlPerformanceReportFilter
DSACategoryPerformanceReportFilter
DSASearchQueryPerformanceReportFilter
ProductDimensionPerformanceReportFilter
ProductPartitionPerformanceReportFilter
ProductPartitionUnitPerformanceReportFilter
ProductSearchQueryPerformanceReportFilter
SearchQueryPerformanceReportFilter