AssetGroupStatusReportFilter Value Set - Reporting

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

Syntax

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

Value Description
Active The report will contain asset groups that are active.
Deleted The report will contain asset groups that are deleted.
Paused The report will contain asset groups that are paused.

Requirements

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

Used By

AssetGroupPerformanceReportFilter
GeographicPerformanceReportFilter
ProductDimensionPerformanceReportFilter
ProductNegativeKeywordConflictReportFilter
ProductPartitionPerformanceReportFilter
ProductPartitionUnitPerformanceReportFilter
ProductSearchQueryPerformanceReportFilter
PublisherUsagePerformanceReportFilter