DynamicAdTargetStatusReportFilter Value Set - Reporting

Defines the dynamic ad target status values that you can use to filter the report data. These values are also used as column values in reports that include dynamic ad targets status, such as the DSA auto target performance report.

Syntax

<xs:simpleType name="DynamicAdTargetStatusReportFilter" 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 DynamicAdTargetStatusReportFilter value set has the following values: Active, Deleted, Paused.

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

Requirements

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

Used By

DSAAutoTargetPerformanceReportFilter